diff options
author | svncommit <devs@roundcube.net> | 2005-10-20 17:33:39 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2005-10-20 17:33:39 +0000 |
commit | 1038d554e41b4007461a0c74a89625fd03107f7f (patch) | |
tree | 1acc288e35facd1d23bb1afe301697045a6a10f3 /program/localization/index.inc | |
parent | 53560c521e594d6047f58a25ccbc266c56bbcf05 (diff) |
various fixes for correct catalan/spanish display
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index 94b07b999..6f68b0c46 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -25,11 +25,10 @@ 'en_GB' => 'English (GB)', 'ar' => 'Arabic', 'bg' => 'Bulgarian', - 'cat' => 'Catalan', 'tw' => 'Chinese (BIG5)', 'cn' => 'Chinese(GB2312)', 'cz' => 'Czech', - 'ca' => 'Catalan', + 'ca' => 'Català', 'da' => 'Dansk', 'de' => 'Deutsch', 'es' => 'Español', |