From 6204390af16bcf50f82da61a1aefc2ad0c0adf94 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 01 May 2006 10:47:27 -0400 Subject: [PATCH] Applied patch for requesting receipts by Salvatore Ansani --- 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