aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-12 02:04:58 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-12 02:04:58 +0200
commit355a1adb3a0f5197468fdb66e85aed2c44a903c4 (patch)
tree383225efb5654e6a858a4f4a5adda895aa3d3d4d /settings
parent0c69e64b868def20d62a40851c87a2f20856a025 (diff)
downloadnextcloud-server-355a1adb3a0f5197468fdb66e85aed2c44a903c4.tar.gz
nextcloud-server-355a1adb3a0f5197468fdb66e85aed2c44a903c4.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/ca.php1
-rw-r--r--settings/l10n/it.php1
-rw-r--r--settings/l10n/zh_CN.GB2312.php54
3 files changed, 56 insertions, 0 deletions
diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php
index c868bc278c3..aa9d73df429 100644
--- a/settings/l10n/ca.php
+++ b/settings/l10n/ca.php
@@ -12,6 +12,7 @@
"Saving..." => "S'està desant...",
"__language_name__" => "Català",
"Security Warning" => "Avís de seguretat",
+"Cron" => "Cron",
"Log" => "Registre",
"More" => "Més",
"Add your App" => "Afegeiu la vostra aplicació",
diff --git a/settings/l10n/it.php b/settings/l10n/it.php
index 62378377e85..388f3f5c77a 100644
--- a/settings/l10n/it.php
+++ b/settings/l10n/it.php
@@ -12,6 +12,7 @@
"Saving..." => "Salvataggio in corso...",
"__language_name__" => "Italiano",
"Security Warning" => "Avviso di sicurezza",
+"Cron" => "Cron",
"Log" => "Registro",
"More" => "Altro",
"Add your App" => "Aggiungi la tua applicazione",
diff --git a/settings/l10n/zh_CN.GB2312.php b/settings/l10n/zh_CN.GB2312.php
new file mode 100644
index 00000000000..cb662c1b646
--- /dev/null
+++ b/settings/l10n/zh_CN.GB2312.php
@@ -0,0 +1,54 @@
+<?php $TRANSLATIONS = array(
+"Unable to load list from App Store" => "不能从App Store 中加载列表",
+"Email saved" => "Email 保存了",
+"Invalid email" => "非法Email",
+"OpenID Changed" => "OpenID 改变了",
+"Invalid request" => "非法请求",
+"Authentication error" => "认证错误",
+"Language changed" => "语言改变了",
+"Error" => "错误",
+"Disable" => "禁用",
+"Enable" => "启用",
+"Saving..." => "保存中...",
+"__language_name__" => "Chinese",
+"Security Warning" => "安全警告",
+"Cron" => "定时",
+"Log" => "日志",
+"More" => "更多",
+"Add your App" => "添加你的应用程序",
+"Select an App" => "选择一个程序",
+"See application page at apps.owncloud.com" => "在owncloud.com上查看应用程序",
+"-licensed" => "-许可了",
+"by" => "由",
+"Documentation" => "文档",
+"Managing Big Files" => "管理大文件",
+"Ask a question" => "提一个问题",
+"Problems connecting to help database." => "连接到帮助数据库时的问题",
+"Go there manually." => "收到转到.",
+"Answer" => "回答",
+"You use" => "你使用",
+"of the available" => "可用的",
+"Desktop and Mobile Syncing Clients" => "桌面和移动同步客户端",
+"Download" => "下载",
+"Your password got changed" => "你的密码已经改变",
+"Unable to change your password" => "不能改变你的密码",
+"Current password" => "现在的密码",
+"New password" => "新密码",
+"show" => "展示",
+"Change password" => "改变密码",
+"Email" => "Email",
+"Your email address" => "你的email地址",
+"Fill in an email address to enable password recovery" => "输入一个邮箱地址以激活密码恢复功能",
+"Language" => "语言",
+"Help translate" => "帮助翻译",
+"use this address to connect to your ownCloud in your file manager" => "使用这个地址和你的文件管理器连接到你的ownCloud",
+"Name" => "名字",
+"Password" => "密码",
+"Groups" => "组",
+"Create" => "新建",
+"Default Quota" => "默认限额",
+"Other" => "其他的",
+"SubAdmin" => "子专辑",
+"Quota" => "限额",
+"Delete" => "删除"
+);