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

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