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: c7f740ec13463403f5beb81ba132416d30489d8b (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
<?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'=>'Catala',
'zh_CN'=>'中文',
'cs_CZ'=>'Čeština',
'da'=>'Dansk',
'nl'=>'Nederlands',
'en'=>'English',
'fr'=>'Francais',
'de'=>'Deutsch',
'el'=>'Ellinika',
'id'=>'Bahasa Indonesia',
'it'=>'Italiano',
'lb'=>'Lëtzebuergesch',
'nb_NO'=>'Norwegian Bokmål',
'pl'=>'Polski',
'pt_BR'=>'Portugues',
'ro'=>'română',
'ru'=>'Русский язык',
'es'=>'Espanol',
'sv'=>'Svenska'
);