gtkhtml r9128 - trunk/components/editor
- From: claudep svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r9128 - trunk/components/editor
- Date: Sat, 7 Feb 2009 14:50:22 +0000 (UTC)
Author: claudep
Date: Sat Feb 7 14:50:22 2009
New Revision: 9128
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=9128&view=rev
Log:
2009-02-07 Claude Paroz <claude 2xlibre net>
* gtkhtml-face-chooser.c: Added smileys in translator comments to be
easier to translate without referring to source code.
Modified:
trunk/components/editor/ChangeLog
trunk/components/editor/gtkhtml-face-chooser.c
Modified: trunk/components/editor/gtkhtml-face-chooser.c
==============================================================================
--- trunk/components/editor/gtkhtml-face-chooser.c (original)
+++ trunk/components/editor/gtkhtml-face-chooser.c Sat Feb 7 14:50:22 2009
@@ -23,26 +23,47 @@
#include <glib/gi18n-lib.h>
static GtkhtmlFace available_faces[] = {
+ /* Translators: :-) */
{ N_("_Smile"), "face-smile", ":-)" },
+ /* Translators: :-( */
{ N_("S_ad"), "face-sad", ":-(" },
+ /* Translators: ;-) */
{ N_("_Wink"), "face-wink", ";-)" },
+ /* Translators: :-P */
{ N_("Ton_gue"), "face-raspberry", ":-P" },
+ /* Translators: :-)) */
{ N_("Laug_h"), "face-laugh", ":-))" },
+ /* Translators: :-| */
{ N_("_Plain"), "face-plain", ":-|" },
+ /* Translators: :-! */
{ N_("Smi_rk"), "face-smirk", ":-!" },
+ /* Translators: :"-) */
{ N_("_Embarrassed"), "face-embarrassed", ":\"-)" },
+ /* Translators: :-D */
{ N_("_Big Smile"), "face-smile-big", ":-D" },
+ /* Translators: :-/ */
{ N_("Uncer_tain"), "face-uncertain", ":-/" },
+ /* Translators: :-O */
{ N_("S_urprise"), "face-surprise", ":-O" },
+ /* Translators: :-S */
{ N_("W_orried"), "face-worried", ":-S" },
+ /* Translators: :-* */
{ N_("_Kiss"), "face-kiss", ":-*" },
+ /* Translators: X-( */
{ N_("A_ngry"), "face-angry", "X-(" },
+ /* Translators: B-) */
{ N_("_Cool"), "face-cool", "B-)" },
+ /* Translators: O:-) */
{ N_("Ange_l"), "face-angel", "O:-)" },
+ /* Translators: :'( */
{ N_("Cr_ying"), "face-crying", ":'(" },
+ /* Translators: :-Q */
{ N_("S_ick"), "face-sick", ":-Q" },
+ /* Translators: |-) */
{ N_("Tire_d"), "face-tired", "|-)" },
+ /* Translators: >:-) */
{ N_("De_vilish"), "face-devilish", ">:-)" },
+ /* Translators: :-(|) */
{ N_("_Monkey"), "face-monkey", ":-(|)" }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]