From 977a295eb1e97e0c230063da40b8296fca778814 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 16 Dec 2005 15:05:41 -0500
Subject: [PATCH] Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization

---
 program/localization/index.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 3386ebd..eef9ca2 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -26,12 +26,13 @@
 	'ar'    => 'Arabic',
 	'bg'    => 'Bulgarian',
 	'tw'    => 'Chinese (BIG5)',
-	'cn'    => 'Chinese(GB2312)',
+	'cn'    => 'Chinese (GB2312)',
 	'cz'    => 'Czech',
  	'ca'    => 'Catal&agrave;',
 	'da'    => 'Dansk',
  	'de'    => 'Deutsch',
  	'es'    => 'Espa&ntilde;ol',
+ 	'ee'    => 'Estonian',
 	'fr'    => 'Fran&ccedil;ais', 
 	'ga'    => 'Galician',
 	'el'    => 'Greek',
@@ -63,6 +64,7 @@
 	'lv' => 'ISO-8859-2',
 	'pl' => 'ISO-8859-2',
 	'el' => 'ISO-8859-7',
+	'tr' => 'ISO-8859-9',
 	'tw' => 'BIG5',
 	'ja' => 'UTF-8'
 );

--
Gitblit v1.9.1