2015-03-26 13:44:34 +03:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @author Brice Maron <brice@bmaron.net>
|
|
|
|
* @author Jan-Christoph Borchardt <hey@jancborchardt.net>
|
|
|
|
* @author Morris Jobke <hey@morrisjobke.de>
|
|
|
|
* @author Pellaeon Lin <nfsmwlin@gmail.com>
|
|
|
|
* @author Robin Appelman <icewind@owncloud.com>
|
|
|
|
* @author Thomas Müller <thomas.mueller@tmit.eu>
|
|
|
|
*
|
|
|
|
* @copyright Copyright (c) 2015, ownCloud, Inc.
|
|
|
|
* @license AGPL-3.0
|
|
|
|
*
|
|
|
|
* This code is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
|
|
* as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Affero General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Affero General Public License, version 3,
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
|
|
|
*
|
2011-08-23 03:40:13 +04:00
|
|
|
*/
|
2015-02-26 13:37:37 +03:00
|
|
|
|
2011-08-23 03:40:13 +04:00
|
|
|
return array(
|
2011-09-23 21:08:02 +04:00
|
|
|
'el'=>'Ελληνικά',
|
2015-08-31 18:41:20 +03:00
|
|
|
'en'=>'English',
|
2012-09-05 20:16:19 +04:00
|
|
|
'fa'=>'فارسى',
|
|
|
|
'fi_FI'=>'Suomi',
|
|
|
|
'hi'=>'हिन्दी',
|
2011-08-14 18:29:22 +04:00
|
|
|
'id'=>'Bahasa Indonesia',
|
2011-09-03 17:20:27 +04:00
|
|
|
'lb'=>'Lëtzebuergesch',
|
2011-09-23 21:08:02 +04:00
|
|
|
'ms_MY'=>'Bahasa Melayu',
|
2011-09-03 17:20:27 +04:00
|
|
|
'nb_NO'=>'Norwegian Bokmål',
|
2011-09-23 21:08:02 +04:00
|
|
|
'pt_BR'=>'Português brasileiro',
|
|
|
|
'pt_PT'=>'Português',
|
2011-09-03 17:20:27 +04:00
|
|
|
'ro'=>'română',
|
2011-09-03 17:45:45 +04:00
|
|
|
'sr@latin'=>'Srpski',
|
2011-09-23 21:08:02 +04:00
|
|
|
'sv'=>'Svenska',
|
2012-01-28 18:13:27 +04:00
|
|
|
'hu_HU'=>'Magyar',
|
|
|
|
'hr'=>'Hrvatski',
|
|
|
|
'ar'=>'العربية',
|
2012-09-05 20:16:19 +04:00
|
|
|
'lv'=>'Latviešu',
|
|
|
|
'mk'=>'македонски',
|
|
|
|
'uk'=>'Українська',
|
2013-02-14 20:46:53 +04:00
|
|
|
'vi'=>'Tiếng Việt',
|
2013-05-04 16:22:21 +04:00
|
|
|
'zh_TW'=>'正體中文(臺灣)',
|
2013-02-14 20:46:53 +04:00
|
|
|
'af_ZA'=> 'Afrikaans',
|
|
|
|
'bn_BD'=>'Bengali',
|
|
|
|
'ta_LK'=>'தமிழ்',
|
2013-05-04 16:22:21 +04:00
|
|
|
'zh_HK'=>'繁體中文(香港)',
|
2013-02-14 23:59:14 +04:00
|
|
|
'is'=>'Icelandic',
|
|
|
|
'ka_GE'=>'Georgian for Georgia',
|
|
|
|
'ku_IQ'=>'Kurdish Iraq',
|
2013-03-02 02:28:54 +04:00
|
|
|
'si_LK'=>'Sinhala',
|
|
|
|
'be'=>'Belarusian',
|
|
|
|
'ka'=>'Kartuli (Georgian)',
|
|
|
|
'my_MM'=>'Burmese - MYANMAR ',
|
|
|
|
'ur_PK' =>'Urdu (Pakistan)'
|
2011-08-14 18:29:22 +04:00
|
|
|
);
|