Cachet/config/langs.php
2016-01-29 22:05:05 +00:00

49 lines
1.2 KiB
PHP
Executable File

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Enabled langs
'af' => 'Afrikaans',
'ar' => 'Arabic',
'ca' => 'Catalan',
'cs' => 'Czech',
'da' => 'Danish',
'de' => 'Deutsch',
'el' => 'Greek',
'en' => 'English',
'en-UD' => 'CrowdIn - InContext Localization',
'es' => 'Español',
'fa' => 'Persian',
'fi' => 'Finnish',
'fr' => 'Français',
'he' => 'Hebrew',
'hu' => 'Hungarian',
'id' => 'Indonesian',
'it' => 'Italiano',
'ja' => 'Japanese',
'ko' => '한글',
'nl' => 'Nederlands',
'no' => 'Norwegian',
'pl' => 'Polski',
'pt-BR' => 'Portuguese',
'pt-PT' => 'Portuguese, Brazilian',
'ro' => 'Romanian',
'ru' => 'Русский',
'sq' => 'Albanian',
'sr' => 'Sebrian (Cyrillic)',
'sv-SE' => 'Swedish',
'tr' => 'Turkish',
'uk' => 'Ukranian',
'vi' => 'Vietnamese',
'zh-CN' => '简体中文',
'zh-TW' => '繁體中文',
];