aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-langs.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-19 23:48:55 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-19 23:48:55 +0800
commit1f991ceea9103d6e4c364e5584d092b1b866b469 (patch)
treeb55db37f153b661397d3d1cd585f596b9d25f149 /lib/ephy-langs.c
parentba45c6aed2fe37e678494c21391769584382a6dc (diff)
downloadgsoc2013-epiphany-1f991ceea9103d6e4c364e5584d092b1b866b469.tar
gsoc2013-epiphany-1f991ceea9103d6e4c364e5584d092b1b866b469.tar.gz
gsoc2013-epiphany-1f991ceea9103d6e4c364e5584d092b1b866b469.tar.bz2
gsoc2013-epiphany-1f991ceea9103d6e4c364e5584d092b1b866b469.tar.lz
gsoc2013-epiphany-1f991ceea9103d6e4c364e5584d092b1b866b469.tar.xz
gsoc2013-epiphany-1f991ceea9103d6e4c364e5584d092b1b866b469.tar.zst
gsoc2013-epiphany-1f991ceea9103d6e4c364e5584d092b1b866b469.zip
More translator comments.
2005-01-19 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-langs.c: More translator comments.
Diffstat (limited to 'lib/ephy-langs.c')
-rw-r--r--lib/ephy-langs.c34
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/ephy-langs.c b/lib/ephy-langs.c
index e7fcf6c38..927c37ebe 100644
--- a/lib/ephy-langs.c
+++ b/lib/ephy-langs.c
@@ -34,22 +34,56 @@
static const EphyFontsLanguageInfo font_languages [] =
{
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Arabic"), "ar" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Baltic"), "x-baltic" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Central European"), "x-central-euro" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Cyrillic"), "x-cyrillic" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Devanagari"), "x-devanagari" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Greek"), "el" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Hebrew"), "he" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Japanese"), "ja" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Korean"), "ko" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Simplified Chinese"), "zh-CN" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Tamil"), "x-tamil" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Thai"), "th" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Traditional Chinese"), "zh-TW" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Traditional Chinese (Hong Kong)"), "zh-HK" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Turkish"), "tr" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Unicode"), "x-unicode" },
+ /* Translators: The text before the "|" is context to help you decide on
+ * the correct translation. You MUST OMIT it in the translated string. */
{ N_("select fonts for|Western"), "x-western" }
};
static const guint n_font_languages = G_N_ELEMENTS (font_languages);