Welcome to mirror list, hosted at ThFree Co, Russian Federation.

languageCodes.php « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e2cea50accf790518b1863a808920c84ddf1f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php /**
 * Copyright (c) 2011, Robin Appelman <icewind1991@gmail.com>
 * This file is licensed under the Affero General Public License version 3 or later.
 * See the COPYING-README file.
 */
 
return array(
'bg_BG'=>'български език',
'ca'=>'Català',
'cs_CZ'=>'Čeština',
'da'=>'Dansk',
'de'=>'Deutsch',
'el'=>'Ελληνικά',
'en'=>'English',
'es'=>'Español',
'et_EE'=>'Eesti',
'fr'=>'Français',
'id'=>'Bahasa Indonesia',
'it'=>'Italiano',
'lb'=>'Lëtzebuergesch',
'ms_MY'=>'Bahasa Melayu',
'nb_NO'=>'Norwegian Bokmål',
'nl'=>'Nederlands',
'pl'=>'język polski',
'pt_BR'=>'Português brasileiro',
'pt_PT'=>'Português',
'ro'=>'română',
'ru'=>'Русский язык',
'sr'=>'Српски',
'sr@latin'=>'Srpski',
'sv'=>'Svenska',
'zh_CN'=>'中文'
);