diff options
author | thomascube <thomas@roundcube.net> | 2007-08-10 14:46:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-08-10 14:46:53 +0000 |
commit | e715986455ecd8e8a97aa9bb723b60836155361f (patch) | |
tree | efb79825eb39128f24ff991e7fd2cd6467edc147 /program/localization/index.inc | |
parent | fc73746eb48c4b3bfad9ee04f1fb229788062ffc (diff) |
Added Ukrainian translation + Updated Simplified Chinese
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index 4607c5b00..47d478346 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -27,8 +27,8 @@ 'am' => 'Armenian', 'bg' => 'Bulgarian', 'bs_BA' => 'Bosnian (Bosanski)', - 'zh_TW' => 'Chinese (BIG5)', - 'zh_CN' => 'Chinese (GB2312)', + 'zh_TW' => 'Chinese (Traditional)', + 'zh_CN' => 'Chinese (Simplified)', 'ca' => 'CatalĂ ', 'cz' => 'Czech', 'da' => 'Dansk', @@ -71,6 +71,7 @@ 'sr_cyrillic' => 'Serbian Cyrillic', 'tr' => 'Turkish', 'th' => 'Thai', + 'uk' => 'Ukrainian', 'vn' => 'Vietnamese' ); |