From ced34cb15e095836767971aa4d27b141fb1d7ec9 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 18 Oct 2014 08:47:54 -0400
Subject: [PATCH] Merge pull request #230 from bytesatwork-xx/master

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

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 4496b05..38edb73 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -5,7 +5,7 @@
  | program/localization/index.inc                                        |
  |                                                                       |
  | This file is part of the Roundcube Webmail client                     |
- | Copyright (C) 2005-2012, The Roundcube Dev Team                       |
+ | Copyright (C) 2005-2014, The Roundcube Dev Team                       |
  |                                                                       |
  | Licensed under the GNU General Public License version 3 or            |
  | any later version with exceptions for skins & plugins.                |
@@ -26,7 +26,8 @@
 
 $rcube_languages = array(
   'sq_AL' => 'Albanian (Shqip)',
-  'ar_SA' => 'Arabic (العربية)',
+  'ar'    => 'Arabic (العربية)',
+  'ar_SA' => 'Arabic (Saudi Arabia)',
   'hy_AM' => 'Armenian (Հայերեն)',
   'ast'	  => 'Asturiana (Asturianu)',
   'az_AZ' => 'Azerbaijani (Azərbaycanca)',
@@ -51,6 +52,7 @@
   'en_US' => 'English (US)',
   'eo'    => 'Esperanto',
   'et_EE' => 'Estonian (Eesti)',
+  'fo_FO' => 'Faroese (Føroyskt)',
   'fi_FI' => 'Finnish (Suomi)',
   'nl_BE' => 'Flemish (Vlaams)',
   'fr_FR' => 'French (Français)',
@@ -96,6 +98,7 @@
   'es_419' => 'Spanish (Latin America)',
   'sv_SE' => 'Swedish (Svenska)',
   'ta_IN' => 'Tamil (தமிழ்)',
+  'ti'    => 'Tigrinya (ትግርኛ)',
   'th_TH' => 'Thai (ไทย)',
   'tr_TR' => 'Turkish (Türkçe)',
   'uk_UA' => 'Ukrainian (Українська)',
@@ -107,7 +110,6 @@
 
 $rcube_language_aliases = array(
   'am' => 'hy_AM',
-  'ar' => 'ar_SA',
   'az' => 'az_AZ',
   'bg' => 'bg_BG',
   'bs' => 'bs_BA',
@@ -137,6 +139,7 @@
   'kr' => 'ko_KR',
   'kh' => 'km_KH',
   'kh_KH' => 'km_KH',
+  'kn' => 'kn_IN',
   'km' => 'km_KH',
   'lb' => 'lb_LU',
   'ne' => 'ne_NP',

--
Gitblit v1.9.1