From f06aa8058b7e32ba32d4551074b6e0b8a300f751 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 21 Oct 2013 15:02:40 -0400
Subject: [PATCH] Bump version after security fix

---
 program/localization/index.inc |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 5871156..83b9ad6 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -18,14 +18,11 @@
  +-----------------------------------------------------------------------+
  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
  +-----------------------------------------------------------------------+
-
- $Id$
-
 */
 
 // langage codes according to ISO 639-1
 // country codes according to ISO 3166-1 (Alpha-2)
-// original names from http://www.mediaglyphs.org/mg/p/langnames.html
+// original names from http://www.mediaglyphs.org/mg/?p=langnames
 
 $rcube_languages = array(
   'sq_AL' => 'Albanian (Shqip)',
@@ -34,6 +31,7 @@
   'ast'	  => 'Asturiana (Asturianu)',
   'az_AZ' => 'Azerbaijani (Azərbaycanca)',
   'eu_ES' => 'Basque (Euskara)',
+  'be_BE' => 'Belarusian (беларуская мова)',
   'bn_BD' => 'Bengali (বাংলা)',
   'bs_BA' => 'Bosnian (Bosanski)',
   'br'	  => 'Breton (Brezhoneg)',
@@ -63,6 +61,7 @@
   'hu_HU' => 'Hungarian (Magyar)',
   'is_IS' => 'Icelandic (Íslenska)',
   'id_ID' => 'Indonesian (Bahasa Indonesia)',
+  'ia'    => 'Interlingua',
   'ga_IE' => 'Irish (Gaedhilge)',
   'it_IT' => 'Italian (Italiano)',
   'ja_JP' => 'Japanese (日本語)',
@@ -73,12 +72,13 @@
   'lt_LT' => 'Lithuanian (Lietuviškai)',
   'mk_MK' => 'Macedonian (Македонски)',
   'ms_MY' => 'Malay (Bahasa Melayu)',
+  'ml_IN' => 'Malayalam (മലയാളം)',
   'mr_IN' => 'Marathi (मराठी)',
   'ne_NP' => 'Nepali (नेपाली)',
   'nb_NO' => 'Norwegian (Bokmål)',
   'nn_NO' => 'Norwegian (Nynorsk)',
   'ps' 	  => 'Pashto',
-  'fa'    => 'Persian (دری)',
+  'fa_IR' => 'Persian (فارسی)',
   'pl_PL' => 'Polish (Polski)',
   'pt_BR' => 'Portuguese (Brasil)',
   'pt_PT' => 'Portuguese (Português)',
@@ -117,13 +117,16 @@
   'el' => 'el_GR',
   'en' => 'en_US',
   'eu' => 'eu_ES',
+  'fa' => 'fa_IR',
   'ga' => 'ga_IE',
   'ge' => 'ka_GE',
   'gl' => 'gl_ES',
   'he' => 'he_IL',
   'hi' => 'hi_IN',
   'hr' => 'hr_HR',
+  'hy' => 'hy_AM',
   'ja' => 'ja_JP',
+  'ka' => 'ka_GE',
   'ko' => 'ko_KR',
   'kr' => 'ko_KR',
   'kh' => 'km_KH',
@@ -133,6 +136,8 @@
   'no' => 'nn_NO',
   'ms' => 'ms_MY',
   'mr' => 'mr_IN',
+  'ml' => 'ml_IN',
+  'ml_ML' => 'ml_IN',
   'pl' => 'pl_PL',
   'tw' => 'zh_TW',
   'si' => 'si_LK',

--
Gitblit v1.9.1