diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-07-24 21:21:37 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-07-24 21:21:37 +0800 |
commit | 36b66330e3c387722cef7a87b6fe2e6abde4e0b6 (patch) | |
tree | 8928a77e4bf88667a3152874939f6b9115b2b2e0 /src/prefs-dialog.c | |
parent | 976945f7348f8bd13a826b4442e4e01d4187c99d (diff) | |
download | gsoc2013-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 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 7 |
1 files changed, 7 insertions, 0 deletions
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: "<your language> (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" }, |