You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

languageCodes.php 1.8KB

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