diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-11 23:19:22 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-11 23:19:22 +0000 |
| commit | 885a1619afa12a21f6e51cfb198debb25183357e (patch) | |
| tree | e2c4a10e4184e324e7713efb992b77da4c29904e /roundcubemail/program/localization/index.inc | |
| parent | c878e5dc4ea5be194cea58dda34d2100f9ec6bf0 (diff) | |
Switched to full UTF-8 support
git-svn-id: https://svn.roundcube.net/trunk@100 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/index.inc')
| -rw-r--r-- | roundcubemail/program/localization/index.inc | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/roundcubemail/program/localization/index.inc b/roundcubemail/program/localization/index.inc index eef9ca217..52aef0a2a 100644 --- a/roundcubemail/program/localization/index.inc +++ b/roundcubemail/program/localization/index.inc @@ -21,19 +21,19 @@ */ $rcube_languages = array( - 'en' => 'English (US)', + 'en_US' => 'English (US)', 'en_GB' => 'English (GB)', 'ar' => 'Arabic', 'bg' => 'Bulgarian', 'tw' => 'Chinese (BIG5)', 'cn' => 'Chinese (GB2312)', 'cz' => 'Czech', - 'ca' => 'Català', + 'ca' => 'Català', 'da' => 'Dansk', - 'de' => 'Deutsch', - 'es' => 'Español', + 'de_DE' => 'Deutsch', + 'es' => 'Español', 'ee' => 'Estonian', - 'fr' => 'Français', + 'fr' => 'Français', 'ga' => 'Galician', 'el' => 'Greek', 'hu' => 'Hungarian', @@ -42,11 +42,11 @@ 'kr' => 'Korean', 'lv' => 'Latvian', 'nl' => 'Nederlands', - 'nb_NO' => 'Norsk (bokmål)', + 'nb_NO' => 'Norsk (bokmål)', 'nn_NO' => 'Norsk (nynorsk)', 'fa' => 'Persian', 'pl' => 'Polski', - 'pt' => 'Portuguese (Standard)', + 'pt_PT' => 'Portuguese (Standard)', 'pt_BR' => 'Portuguese (Brazilian)', 'ro' => 'Romanian', 'ru' => 'Russian', @@ -57,16 +57,13 @@ 'vn' => 'Vietnamese' ); - -$rcube_charsets = array( - 'cz' => 'Windows-1250', - 'ru' => 'Windows-1251', - 'lv' => 'ISO-8859-2', - 'pl' => 'ISO-8859-2', - 'el' => 'ISO-8859-7', - 'tr' => 'ISO-8859-9', - 'tw' => 'BIG5', - 'ja' => 'UTF-8' +$rcube_language_aliases = array( + 'de' => 'de_DE', + 'en' => 'en_US', + 'no' => 'nn_NO', + 'pt' => 'pt_PT' ); +$rcube_charsets = array(); + ?>
\ No newline at end of file |
