From e786e636683429a4c57dbea03b4e35007a593371 Mon Sep 17 00:00:00 2001 From: roundcube Date: Fri, 16 Dec 2005 20:05:41 +0000 Subject: Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization git-svn-id: https://svn.roundcube.net/trunk@92 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/index.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roundcubemail/program/localization/index.inc') diff --git a/roundcubemail/program/localization/index.inc b/roundcubemail/program/localization/index.inc index 82424e602..eef9ca217 100644 --- a/roundcubemail/program/localization/index.inc +++ b/roundcubemail/program/localization/index.inc @@ -26,7 +26,7 @@ 'ar' => 'Arabic', 'bg' => 'Bulgarian', 'tw' => 'Chinese (BIG5)', - 'cn' => 'Chinese(GB2312)', + 'cn' => 'Chinese (GB2312)', 'cz' => 'Czech', 'ca' => 'Català', 'da' => 'Dansk', @@ -64,6 +64,7 @@ $rcube_charsets = array( 'lv' => 'ISO-8859-2', 'pl' => 'ISO-8859-2', 'el' => 'ISO-8859-7', + 'tr' => 'ISO-8859-9', 'tw' => 'BIG5', 'ja' => 'UTF-8' ); -- cgit v1.2.3