From 1f991ceea9103d6e4c364e5584d092b1b866b469 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 19 Jan 2005 15:48:55 +0000 Subject: More translator comments. 2005-01-19 Christian Persch * lib/ephy-langs.c: More translator comments. --- ChangeLog | 6 ++++++ lib/ephy-langs.c | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/ChangeLog b/ChangeLog index df2837294..2054d2a97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-19 Christian Persch + + * lib/ephy-langs.c: + + More translator comments. + 2005-01-18 Christian Persch * 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); -- cgit v1.2.3