languageCodes.php 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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) 2015, 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. 'bg_BG'=>'български език',
  28. 'ca'=>'Català',
  29. 'cs_CZ'=>'Čeština',
  30. 'da'=>'Dansk',
  31. 'de'=>'Deutsch (Persönlich)',
  32. 'de_DE'=>'Deutsch (Förmlich)',
  33. 'el'=>'Ελληνικά',
  34. 'en'=>'English',
  35. 'es'=>'Español',
  36. 'et_EE'=>'Eesti',
  37. 'fa'=>'فارسى',
  38. 'fi_FI'=>'Suomi',
  39. 'fr'=>'Français',
  40. 'hi'=>'हिन्दी',
  41. 'id'=>'Bahasa Indonesia',
  42. 'it'=>'Italiano',
  43. 'lb'=>'Lëtzebuergesch',
  44. //'l10n-de'=>'',
  45. 'ms_MY'=>'Bahasa Melayu',
  46. 'nb_NO'=>'Norwegian Bokmål',
  47. 'nl'=>'Nederlands',
  48. 'pl'=>'Polski',
  49. 'pt_BR'=>'Português brasileiro',
  50. 'pt_PT'=>'Português',
  51. 'ro'=>'română',
  52. 'ru'=>'Русский язык',
  53. 'sr'=>'Српски',
  54. 'sr@latin'=>'Srpski',
  55. 'sv'=>'Svenska',
  56. 'zh_CN'=>'简体中文',
  57. 'sk_SK'=>'Slovenčina',
  58. 'hu_HU'=>'Magyar',
  59. 'eu'=>'Euskara',
  60. 'lt_LT'=>'Lietuvių',
  61. 'eo'=>'Esperanto',
  62. 'tr'=>'Türkçe',
  63. 'hr'=>'Hrvatski',
  64. 'ar'=>'العربية',
  65. 'he'=>'עִבְרִית,',
  66. 'ia'=>'Interlingua',
  67. 'sl'=>'Slovenski',
  68. 'nn_NO'=>'Nynorsk',
  69. 'lv'=>'Latviešu',
  70. 'mk'=>'македонски',
  71. 'uk'=>'Українська',
  72. 'vi'=>'Tiếng Việt',
  73. 'zh_TW'=>'正體中文(臺灣)',
  74. 'af_ZA'=> 'Afrikaans',
  75. 'bn_BD'=>'Bengali',
  76. 'ta_LK'=>'தமிழ்',
  77. 'zh_HK'=>'繁體中文(香港)',
  78. 'oc'=>'Occitan (post 1500)',
  79. 'is'=>'Icelandic',
  80. 'pl_PL'=>'Polski',
  81. 'ka_GE'=>'Georgian for Georgia',
  82. 'ku_IQ'=>'Kurdish Iraq',
  83. 'si_LK'=>'Sinhala',
  84. 'be'=>'Belarusian',
  85. 'ka'=>'Kartuli (Georgian)',
  86. 'my_MM'=>'Burmese - MYANMAR ',
  87. 'ur_PK' =>'Urdu (Pakistan)'
  88. );