diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-27 02:24:29 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-27 02:24:29 +0200 |
commit | 7b2c64236ce3ddd6cf1a09c67745a8f7ab9c356b (patch) | |
tree | f807e15313e241212cfb5133557682edb5c93fbe /settings/l10n/zh_CN.GB2312.php | |
parent | 8a838e0e03501fd0230ae1e843f53213331d2c55 (diff) | |
download | nextcloud-server-7b2c64236ce3ddd6cf1a09c67745a8f7ab9c356b.tar.gz nextcloud-server-7b2c64236ce3ddd6cf1a09c67745a8f7ab9c356b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/zh_CN.GB2312.php')
-rw-r--r-- | settings/l10n/zh_CN.GB2312.php | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/settings/l10n/zh_CN.GB2312.php b/settings/l10n/zh_CN.GB2312.php index a911d75e3f5..e2f59e72d0f 100644 --- a/settings/l10n/zh_CN.GB2312.php +++ b/settings/l10n/zh_CN.GB2312.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( "Unable to load list from App Store" => "不能从App Store 中加载列表", -"Authentication error" => "认证错误", +"Authentication error" => "验证错误", "Unable to change display name" => "无法更改显示名称", "Group already exists" => "群组已存在", "Unable to add group" => "未能添加群组", @@ -27,7 +27,7 @@ "deleted" => "删除", "undo" => "撤销", "Unable to remove user" => "无法移除用户", -"Groups" => "组", +"Groups" => "群组", "Group Admin" => "群组管理员", "Delete" => "删除", "add group" => "添加群组", @@ -43,6 +43,10 @@ "Locale not working" => "区域设置未运作", "Internet connection not working" => "互联网连接未运作", "Cron" => "Cron", +"Execute one task with each page loaded" => "在每个页面载入时执行一项任务", +"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php 已作为 webcron 服务注册。owncloud 根用户将通过 http 协议每分钟调用一次 cron.php。", +"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "使用系统 cron 服务。通过系统 cronjob 每分钟调用一次 owncloud 文件夹下的 cron.php", +"Sharing" => "分享", "Enable Share API" => "开启分享API", "Allow apps to use the Share API" => "允许应用使用分享API", "Allow links" => "允许链接", @@ -54,6 +58,7 @@ "Security" => "安全", "Enforce HTTPS" => "强制HTTPS", "Enforces the clients to connect to ownCloud via an encrypted connection." => "强制客户端通过加密连接与ownCloud连接", +"Log" => "日志", "More" => "更多", "Less" => "更少", "Version" => "版本", @@ -80,7 +85,7 @@ "New password" => "新密码", "Change password" => "改变密码", "Display Name" => "显示名称", -"Email" => "Email", +"Email" => "电子邮件", "Your email address" => "你的email地址", "Fill in an email address to enable password recovery" => "输入一个邮箱地址以激活密码恢复功能", "Language" => "语言", @@ -91,7 +96,7 @@ "Create" => "新建", "Default Storage" => "默认容量", "Unlimited" => "无限制", -"Other" => "其他的", +"Other" => "其他", "Storage" => "容量", "change display name" => "更改显示名称", "set new password" => "设置新的密码", |