aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-22 06:30:32 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-22 06:30:32 +0800
commit5a2c9060ea07649e9e07cb221d7588b9524e3ea6 (patch)
tree640ca6b755adf7ca97bcafc903639a3feafc4cf4 /src
parentc10acaa288a83d0a0d34a643cfee94199764ebef (diff)
downloadgsoc2013-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 'src')
-rw-r--r--src/prefs-dialog.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index 6a4830103..ad5a26c86 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -88,6 +88,8 @@ languages [] =
{ N_("Bulgarian"), "bg" },
{ N_("Byelorussian"), "be" },
{ N_("Catalan"), "ca" },
+ { N_("Chinese Simplified"), "zh-cn" },
+ { N_("Chinese Traditional"), "zh-tw" },
{ N_("Chinese"), "zh" },
{ N_("Croatian"), "hr" },
{ N_("Czech"), "cs" },
@@ -119,7 +121,7 @@ languages [] =
{ N_("Norwegian"), "no" },
{ N_("Polish"), "pl" },
{ N_("Portuguese"), "pt" },
- { N_("Portuguese of Brazil"), "pt-BR" },
+ { N_("Portuguese of Brazil"), "pt-br" },
{ N_("Romanian"), "ro" },
{ N_("Russian"), "ru" },
{ N_("Scottish"), "gd" },
@@ -152,6 +154,7 @@ static EncodingAutodetectorInfo encoding_autodetector[] =
{ N_("Russian"), "ruprob" },
{ N_("Simplified Chinese"), "zhcn_parallel_state_machine" },
{ N_("Traditional Chinese"), "zhtw_parallel_state_machine" },
+ { N_("Universal"), "universal_charset_detector" },
{ N_("Ukrainian"), "ukprob" }
};
static guint n_encoding_autodetectors = G_N_ELEMENTS (encoding_autodetector);