Files
dementiewijs/wp/wp-content/plugins/gtranslate/native_names_map.php

108 lines
2.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$native_names_map = array(
'af' => 'Afrikaans',
'sq' => 'Shqip',
'am' => 'አማርኛ',
'ar' => 'العربية',
'hy' => 'Հայերեն',
'az' => 'Azərbaycan dili',
'eu' => 'Euskara',
'be' => 'Беларуская мова',
'bn' => 'বাংলা',
'bs' => 'Bosanski',
'bg' => 'Български',
'ca' => 'Català',
'ceb' => 'Cebuano',
'ny' => 'Chichewa',
'zh-CN' => '简体中文',
'zh-TW' => '繁體中文',
'co' => 'Corsu',
'hr' => 'Hrvatski',
'cs' => 'Čeština',
'da' => 'Dansk',
'nl' => 'Nederlands',
'en' => 'English',
'eo' => 'Esperanto',
'et' => 'Eesti',
'tl' => 'Filipino',
'fi' => 'Suomi',
'fr' => 'Français',
'fy' => 'Frysk',
'gl' => 'Galego',
'ka' => 'ქართული',
'de' => 'Deutsch',
'el' => 'Ελληνικά',
'gu' => 'ગુજરાતી',
'ht' => 'Kreyol ayisyen',
'ha' => 'Harshen Hausa',
'haw' => 'Ōlelo Hawaiʻi',
'iw' => 'עִבְרִית',
'hi' => 'हिन्दी',
'hmn' => 'Hmong',
'hu' => 'Magyar',
'is' => 'Íslenska',
'ig' => 'Igbo',
'id' => 'Bahasa Indonesia',
'ga' => 'Gaelige',
'it' => 'Italiano',
'ja' => '日本語',
'jw' => 'Basa Jawa',
'kn' => 'ಕನ್ನಡ',
'kk' => 'Қазақ тілі',
'km' => 'ភាសាខ្មែរ',
'ko' => '한국어',
'ku' => 'كوردی‎',
'ky' => 'Кыргызча',
'lo' => 'ພາສາລາວ',
'la' => 'Latin',
'lv' => 'Latviešu valoda',
'lt' => 'Lietuvių kalba',
'lb' => 'Lëtzebuergesch',
'mk' => 'Македонски јазик',
'mg' => 'Malagasy',
'ms' => 'Bahasa Melayu',
'ml' => 'മലയാളം',
'mt' => 'Maltese',
'mi' => 'Te Reo Māori',
'mr' => 'मराठी',
'mn' => 'Монгол',
'my' => 'ဗမာစာ',
'ne' => 'नेपाली',
'no' => 'Norsk bokmål',
'ps' => 'پښتو',
'fa' => 'فارسی',
'pl' => 'Polski',
'pt' => 'Português',
'pa' => 'ਪੰਜਾਬੀ',
'ro' => 'Română',
'ru' => 'Русский',
'sm' => 'Samoan',
'gd' => 'Gàidhlig',
'sr' => 'Српски језик',
'st' => 'Sesotho',
'sn' => 'Shona',
'sd' => 'سنڌي',
'si' => 'සිංහල',
'sk' => 'Slovenčina',
'sl' => 'Slovenščina',
'so' => 'Afsoomaali',
'es' => 'Español',
'su' => 'Basa Sunda',
'sw' => 'Kiswahili',
'sv' => 'Svenska',
'tg' => 'Тоҷикӣ',
'ta' => 'தமிழ்',
'te' => 'తెలుగు',
'th' => 'ไทย',
'tr' => 'Türkçe',
'uk' => 'Українська',
'ur' => 'اردو',
'uz' => 'Ozbekcha',
'vi' => 'Tiếng Việt',
'cy' => 'Cymraeg',
'xh' => 'isiXhosa',
'yi' => 'יידיש',
'yo' => 'Yorùbá',
'zu' => 'Zulu'
);