ZwiiCMS/core/vendor/filemanager/lang/languages.php

14 lines
281 B
PHP
Raw Normal View History

2018-04-02 08:29:19 +02:00
<?php
return array(
'de' => 'Deutsch',
2023-03-02 14:17:12 +01:00
'gr_GR' => 'ελληνικά',
2018-04-02 08:29:19 +02:00
'en_EN' => 'English',
'es' => 'Español',
'fr_FR' => 'Français',
'it' => 'Italiano',
'pt_PT' => 'Português',
2023-03-10 08:51:29 +01:00
'tr_TR' => 'Türkçe',
2018-04-02 08:29:19 +02:00
// source: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
);