nextcloud/settings/languageCodes.php

88 lines
2.4 KiB
PHP
Raw Normal View History

2015-02-23 13:28:53 +03:00
<?php
/**
* @author Brice Maron <brice@bmaron.net>
* @author Jan-Christoph Borchardt <hey@jancborchardt.net>
* @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/>
*
*/
return array(
2011-09-03 17:20:27 +04:00
'bg_BG'=>'български език',
2011-09-23 21:08:02 +04:00
'ca'=>'Català',
2011-09-03 17:20:27 +04:00
'cs_CZ'=>'Čeština',
'da'=>'Dansk',
'de'=>'Deutsch (Persönlich)',
'de_DE'=>'Deutsch (Förmlich)',
2011-09-23 21:08:02 +04:00
'el'=>'Ελληνικά',
2011-08-14 17:30:30 +04:00
'en'=>'English',
2011-09-23 21:08:02 +04:00
'es'=>'Español',
2011-09-03 17:45:45 +04:00
'et_EE'=>'Eesti',
'fa'=>'فارسى',
'fi_FI'=>'Suomi',
2011-09-23 21:08:02 +04:00
'fr'=>'Français',
'hi'=>'हिन्दी',
'id'=>'Bahasa Indonesia',
'it'=>'Italiano',
2011-09-03 17:20:27 +04:00
'lb'=>'Lëtzebuergesch',
//'l10n-de'=>'',
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
'nl'=>'Nederlands',
2011-10-14 22:50:55 +04:00
'pl'=>'Polski',
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ă',
'ru'=>'Русский язык',
2011-09-03 17:45:45 +04:00
'sr'=>'Српски',
'sr@latin'=>'Srpski',
2011-09-23 21:08:02 +04:00
'sv'=>'Svenska',
2013-05-04 16:22:21 +04:00
'zh_CN'=>'简体中文',
2012-01-28 18:13:27 +04:00
'sk_SK'=>'Slovenčina',
'hu_HU'=>'Magyar',
'eu'=>'Euskara',
'lt_LT'=>'Lietuvių',
'eo'=>'Esperanto',
'tr'=>'Türkçe',
'hr'=>'Hrvatski',
'ar'=>'العربية',
'he'=>'עִבְרִית,',
'ia'=>'Interlingua',
'sl'=>'Slovenski',
'nn_NO'=>'Nynorsk',
'lv'=>'Latviešu',
'mk'=>'македонски',
'uk'=>'Українська',
'vi'=>'Tiếng Việt',
2013-05-04 16:22:21 +04:00
'zh_TW'=>'正體中文(臺灣)',
'af_ZA'=> 'Afrikaans',
'bn_BD'=>'Bengali',
'ta_LK'=>'தமிழ்',
2013-05-04 16:22:21 +04:00
'zh_HK'=>'繁體中文(香港)',
2013-02-14 20:51:27 +04:00
'oc'=>'Occitan (post 1500)',
'is'=>'Icelandic',
'pl_PL'=>'Polski',
'ka_GE'=>'Georgian for Georgia',
'ku_IQ'=>'Kurdish Iraq',
'si_LK'=>'Sinhala',
'be'=>'Belarusian',
'ka'=>'Kartuli (Georgian)',
'my_MM'=>'Burmese - MYANMAR ',
'ur_PK' =>'Urdu (Pakistan)'
);