summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-03 15:45:45 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-03 15:45:45 +0200
commit471b543c8f13d844e214444c18caa9471108c236 (patch)
tree0855dd350553e29df4ad9c26d684008aad6e7300 /settings
parent5536579e1a57cd481e6a5827fc505a4d4b54a2e3 (diff)
downloadnextcloud-server-471b543c8f13d844e214444c18caa9471108c236.tar.gz
nextcloud-server-471b543c8f13d844e214444c18caa9471108c236.zip
updated translations again
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/zh_CN.php2
-rw-r--r--settings/languageCodes.php3
2 files changed, 4 insertions, 1 deletions
diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php
index 4d1bddf7f1f..dc9ffeafe7b 100644
--- a/settings/l10n/zh_CN.php
+++ b/settings/l10n/zh_CN.php
@@ -12,7 +12,7 @@
"Go there manually." => "手动访问",
"Answer" => "回答",
"You use" => "您使用了",
-"of the available" => "的空间,总计可用空间为",
+"of the available" => "的空间,总容量为",
"Your password got changed" => "密码已修改",
"Unable to change your password" => "无法修改密码",
"Current password" => "当前密码",
diff --git a/settings/languageCodes.php b/settings/languageCodes.php
index c7f740ec134..a928ca5b57e 100644
--- a/settings/languageCodes.php
+++ b/settings/languageCodes.php
@@ -12,6 +12,7 @@ return array(
'da'=>'Dansk',
'nl'=>'Nederlands',
'en'=>'English',
+'et_EE'=>'Eesti',
'fr'=>'Francais',
'de'=>'Deutsch',
'el'=>'Ellinika',
@@ -23,6 +24,8 @@ return array(
'pt_BR'=>'Portugues',
'ro'=>'română',
'ru'=>'Русский язык',
+'sr'=>'Српски',
+'sr@latin'=>'Srpski',
'es'=>'Espanol',
'sv'=>'Svenska'
);