summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-09-18 02:04:26 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-09-18 02:04:26 +0200
commit06e963c54f3067381784c976df75c250e43a95bd (patch)
treeb53085ed7886466635b150566cdf1e8280b6b14b /lib
parent6444c27e6a5e47d24416d421ac2011ccffd4e3ed (diff)
downloadnextcloud-server-06e963c54f3067381784c976df75c250e43a95bd.tar.gz
nextcloud-server-06e963c54f3067381784c976df75c250e43a95bd.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/de.php4
-rw-r--r--lib/l10n/zh_CN.GB2312.php28
2 files changed, 30 insertions, 2 deletions
diff --git a/lib/l10n/de.php b/lib/l10n/de.php
index 4a567003de2..aea631aba28 100644
--- a/lib/l10n/de.php
+++ b/lib/l10n/de.php
@@ -14,10 +14,10 @@
"Token expired. Please reload page." => "Token abgelaufen. Bitte laden Sie die Seite neu.",
"seconds ago" => "Vor wenigen Sekunden",
"1 minute ago" => "Vor einer Minute",
-"%d minutes ago" => "Vor %d Minuten",
+"%d minutes ago" => "Vor %d Minute(n)",
"today" => "Heute",
"yesterday" => "Gestern",
-"%d days ago" => "Vor %d Tagen",
+"%d days ago" => "Vor %d Tag(en)",
"last month" => "Letzten Monat",
"months ago" => "Vor Monaten",
"last year" => "Letztes Jahr",
diff --git a/lib/l10n/zh_CN.GB2312.php b/lib/l10n/zh_CN.GB2312.php
new file mode 100644
index 00000000000..4b0a5e9f4d2
--- /dev/null
+++ b/lib/l10n/zh_CN.GB2312.php
@@ -0,0 +1,28 @@
+<?php $TRANSLATIONS = array(
+"Help" => "帮助",
+"Personal" => "私人",
+"Settings" => "设置",
+"Users" => "用户",
+"Apps" => "程序",
+"Admin" => "管理员",
+"ZIP download is turned off." => "ZIP 下载已关闭",
+"Files need to be downloaded one by one." => "需要逐个下载文件。",
+"Back to Files" => "返回到文件",
+"Selected files too large to generate zip file." => "选择的文件太大而不能生成 zip 文件。",
+"Application is not enabled" => "应用未启用",
+"Authentication error" => "验证错误",
+"Token expired. Please reload page." => "会话过期。请刷新页面。",
+"seconds ago" => "秒前",
+"1 minute ago" => "1 分钟前",
+"%d minutes ago" => "%d 分钟前",
+"today" => "今天",
+"yesterday" => "昨天",
+"%d days ago" => "%d 天前",
+"last month" => "上个月",
+"months ago" => "月前",
+"last year" => "去年",
+"years ago" => "年前",
+"%s is available. Get <a href=\"%s\">more information</a>" => "%s 不可用。获知 <a href=\"%s\">详情</a>",
+"up to date" => "最新",
+"updates check is disabled" => "更新检测已禁用"
+);