diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-langs.c | 34 |
2 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-01-19 Christian Persch <chpe@cvs.gnome.org> + + * lib/ephy-langs.c: + + More translator comments. + 2005-01-18 Christian Persch <chpe@cvs.gnome.org> * lib/Makefile.am: 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); |