From ded2b7e166d4b0acab09c00f22f379fbabba709a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 05 May 2006 12:53:21 -0400
Subject: [PATCH] Changed login page title regarding product name (Bug #1476413)

---
 program/localization/index.inc |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 4386377..0a01a40 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -31,7 +31,8 @@
 	'cz'    => 'Czech',
  	'ca'    => 'Català',
 	'da'    => 'Dansk',
- 	'de_DE' => 'Deutsch',
+ 	'de_DE' => 'Deutsch (Deutsch)',
+ 	'de_CH' => 'Deutsch (Schweiz)',
  	'es'    => 'Español',
  	'ee'    => 'Estonian',
 	'eu'    => 'Euskara',
@@ -41,9 +42,10 @@
 	'hr'	=> 'Hrvatski',
 	'hu'    => 'Hungarian',
 	'it'    => 'Italiano',
-	'ja'    => 'Japanese',
+	'ja'    => 'Japanese (日本語)',
 	'kr'    => 'Korean',
 	'lv'    => 'Latvian',
+	'lt'    => 'Lithuanian',
 	'nl_NL' => 'Nederlands',
 	'nl_BE' => 'Flemish',
 	'nb_NO' => 'Norsk (bokmål)',
@@ -63,6 +65,7 @@
 );
 
 $rcube_language_aliases = array(
+	'et_EE' => 'ee',
 	'bs' => 'bs_BA',
 	'de' => 'de_DE',
 	'en' => 'en_US',
@@ -73,4 +76,5 @@
 
 $rcube_charsets = array();
 
+
 ?>
\ No newline at end of file

--
Gitblit v1.9.1