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 |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 6f68b0c..eef9ca2 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -1,4 +1,4 @@
-<?php
+<?php
 
 /*
  +-----------------------------------------------------------------------+
@@ -26,22 +26,24 @@
 	'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',
 	'hu'    => 'Hungarian',
 	'it'    => 'Italiano',
-	'jp'    => 'Japanese', 
+	'ja'    => 'Japanese',
 	'kr'    => 'Korean',
-	'lt'    => 'Lithuanian',
+	'lv'    => 'Latvian',
 	'nl'    => 'Nederlands',
-	'no'    => 'Norsk (bokm&aring;l)',
+	'nb_NO' => 'Norsk (bokm&aring;l)',
+	'nn_NO' => 'Norsk (nynorsk)',
 	'fa'    => 'Persian',
 	'pl'    => 'Polski',
 	'pt'    => 'Portuguese (Standard)',
@@ -55,4 +57,16 @@
 	'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'
+);
+
 ?>
\ No newline at end of file

--
Gitblit v1.9.1