diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-22 06:30:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-22 06:30:32 +0800 |
commit | 5a2c9060ea07649e9e07cb221d7588b9524e3ea6 (patch) | |
tree | 640ca6b755adf7ca97bcafc903639a3feafc4cf4 /data/epiphany.schemas.in | |
parent | c10acaa288a83d0a0d34a643cfee94199764ebef (diff) | |
download | gsoc2013-epiphany-5a2c9060ea07649e9e07cb221d7588b9524e3ea6.tar gsoc2013-epiphany-5a2c9060ea07649e9e07cb221d7588b9524e3ea6.tar.gz gsoc2013-epiphany-5a2c9060ea07649e9e07cb221d7588b9524e3ea6.tar.bz2 gsoc2013-epiphany-5a2c9060ea07649e9e07cb221d7588b9524e3ea6.tar.lz gsoc2013-epiphany-5a2c9060ea07649e9e07cb221d7588b9524e3ea6.tar.xz gsoc2013-epiphany-5a2c9060ea07649e9e07cb221d7588b9524e3ea6.tar.zst gsoc2013-epiphany-5a2c9060ea07649e9e07cb221d7588b9524e3ea6.zip |
Misc i18n fixes: mark default encoding and encoding autodetector in the
2003-06-22 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
* src/prefs-dialog.c:
* embed/mozilla/mozilla-notifiers.cpp: (get_system_language):
Misc i18n fixes: mark default encoding and encoding autodetector in
the schema as translatable, and instroduce a translatable string for
the locale-dependent http-accept-language list. Add simplified and
traditional chinese to the available languages list, and add the
universal encoding detector to the autodetectors list.
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 9aa896518..95769c1ee 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -147,8 +147,8 @@ <applyto>/apps/epiphany/web/default_encoding</applyto> <owner>epiphany</owner> <type>string</type> - <default>ISO-8859-1</default> <locale name="C"> + <default>ISO-8859-1</default> <short>Default encoding</short> <long>Default encoding. Accepted values are: armscii-8, Big5, Big5-HKSCS, EUC-JP, EUC-KR, gb18030, GB2312, geostd8, HZ-GB-2312, @@ -388,18 +388,19 @@ <applyto>/apps/epiphany/web/autodetect_encoding</applyto> <owner>epiphany</owner> <type>string</type> - <default></default> <locale name="C"> + <default></default> <short>The encoding autodetector. Empty string means autodetect is off</short> <long> - The encoding autodetector. Valid entries are "" (empty string, autodetectors - off), cjk_parallel_state_machine (autodetect east asian encodings), - ja_parallel_state_machine (autodetect japanese encodings), - ko_parallel_state_machine (autodetect korean encodings), ruprob - (autodetect russian encodings), ukprob (autodetect ukrainian encodings), - zh_parallel_state_machine (autodetect chinese encodings), - zhcn_parallel_state_machine (autodetect simplified chinese encodings) and - zhtw_parallel_state_machine (autodetect traditional chinese encodings). + The encoding autodetector. Valid entries are "" (autodetectors + off), "cjk_parallel_state_machine" (autodetect east asian encodings), + "ja_parallel_state_machine" (autodetect japanese encodings), + "ko_parallel_state_machine" (autodetect korean encodings), "ruprob" + (autodetect russian encodings), "ukprob" (autodetect ukrainian encodings), + "zh_parallel_state_machine" (autodetect chinese encodings), + "zhcn_parallel_state_machine" (autodetect simplified chinese encodings), + "zhtw_parallel_state_machine" (autodetect traditional chinese encodings) + and "universal_charset_detector" (autodetect all encodings). </long> </locale> </schema> |