aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-07-24 21:21:37 +0800
committerChristian Persch <chpe@src.gnome.org>2003-07-24 21:21:37 +0800
commit36b66330e3c387722cef7a87b6fe2e6abde4e0b6 (patch)
tree8928a77e4bf88667a3152874939f6b9115b2b2e0 /embed
parent976945f7348f8bd13a826b4442e4e01d4187c99d (diff)
downloadgsoc2013-epiphany-36b66330e3c387722cef7a87b6fe2e6abde4e0b6.tar
gsoc2013-epiphany-36b66330e3c387722cef7a87b6fe2e6abde4e0b6.tar.gz
gsoc2013-epiphany-36b66330e3c387722cef7a87b6fe2e6abde4e0b6.tar.bz2
gsoc2013-epiphany-36b66330e3c387722cef7a87b6fe2e6abde4e0b6.tar.lz
gsoc2013-epiphany-36b66330e3c387722cef7a87b6fe2e6abde4e0b6.tar.xz
gsoc2013-epiphany-36b66330e3c387722cef7a87b6fe2e6abde4e0b6.tar.zst
gsoc2013-epiphany-36b66330e3c387722cef7a87b6fe2e6abde4e0b6.zip
Added one translator's comment, and clarified another.
2003-07-24 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: * embed/mozilla/mozilla-notifiers.cpp: Added one translator's comment, and clarified another.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-notifiers.cpp12
1 files changed, 9 insertions, 3 deletions
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");