diff options
author | thomascube <thomas@roundcube.net> | 2006-02-04 18:05:36 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-02-04 18:05:36 +0000 |
commit | 76ffa2a099300325b34c92a9291dc4031b8a0d8a (patch) | |
tree | 23d83158c58f6d2ecdde609431806dc3efdbe4b3 /program/localization/index.inc | |
parent | 2a1e18e50fb2fdd238fe751a86d79dd790e86483 (diff) |
Added Bosnian and Croation translation
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index cfb45e6cd..438637707 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -25,6 +25,7 @@ 'en_GB' => 'English (GB)', 'ar' => 'Arabic', 'bg' => 'Bulgarian', + 'bs_BA' => 'Bosnian (Bosanski)', 'tw' => 'Chinese (BIG5)', 'cn' => 'Chinese (GB2312)', 'cz' => 'Czech', @@ -37,12 +38,14 @@ 'fr' => 'Français', 'ga' => 'Galician', 'el' => 'Greek', + 'hr' => 'Hrvatski', 'hu' => 'Hungarian', 'it' => 'Italiano', 'ja' => 'Japanese', 'kr' => 'Korean', 'lv' => 'Latvian', - 'nl' => 'Nederlands', + 'nl_NL' => 'Nederlands', + 'nl_BE' => 'Flemish', 'nb_NO' => 'Norsk (bokmål)', 'nn_NO' => 'Norsk (nynorsk)', 'fa' => 'Persian', @@ -60,8 +63,10 @@ ); $rcube_language_aliases = array( + 'bs' => 'bs_BA', 'de' => 'de_DE', 'en' => 'en_US', + 'nl' => 'nl_NL', 'no' => 'nn_NO', 'pt' => 'pt_PT' ); |