From 36b66330e3c387722cef7a87b6fe2e6abde4e0b6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 24 Jul 2003 13:21:37 +0000 Subject: Added one translator's comment, and clarified another. 2003-07-24 Christian Persch * src/prefs-dialog.c: * embed/mozilla/mozilla-notifiers.cpp: Added one translator's comment, and clarified another. --- ChangeLog | 7 +++++++ embed/mozilla/mozilla-notifiers.cpp | 12 +++++++++--- src/prefs-dialog.c | 7 +++++++ 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f3db49bc..f49e56d3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-07-24 Christian Persch + + * src/prefs-dialog.c: + * embed/mozilla/mozilla-notifiers.cpp: + + Added one translator's comment, and clarified another. + 2003-07-24 Christian Persch * data/glade/prefs-dialog.glade: diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 81120997b..9031f87da 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -585,9 +585,15 @@ get_system_language () const char *lang; /** - * translate this as the comma separated list of language ranges - * for your locale, as specified by RFC 2616, 14.4. - * for example for en_NZ locale this could be "en-nz,en-au,en-gb,en" + * This is a comma separated list of language ranges, as specified + * by RFC 2616, 14.4. + * Always include the basic language code last. + * + * Examples: + * "pt" translation: "pt" + * "pt_BR" translation: "pt-br,pt" + * "zh_CN" translation: "zh-cn,zh" + * "zh_HK" translation: "zh-hk,zh" or maybe "zh-hk,zh-tw,zh" */ lang = _("system-language"); diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index f5d833b16..5c332bca8 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -78,6 +78,13 @@ struct } languages [] = { + /** + * please translate like this: " (System setting)" + * Examples: + * "de" translation: "Deutsch (Systemeinstellung)" + * "en_AU" translation: "English, Australia (System setting)" or + * "Australian English (System setting)" + */ { N_("System language"), "system" }, { N_("Afrikaans"), "ak" }, { N_("Albanian"), "sq" }, -- cgit v1.2.3