diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-13 19:59:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:00:34 +0200 |
commit | ee0294bbb1770fa74c808158ab2f7899a8304441 (patch) | |
tree | c212c22456dda38d4b59434762d115f03ae87e28 /core/l10n/zh_CN.php | |
parent | 3926e2d4f3d786be64230350db982a695d329d97 (diff) | |
download | nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.tar.gz nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.zip |
update translations
Diffstat (limited to 'core/l10n/zh_CN.php')
-rw-r--r-- | core/l10n/zh_CN.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index 8a3daa097f3..e07add7cbb6 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -1,5 +1,9 @@ <?php $TRANSLATIONS = array( +"Application name not provided." => "没有提供应用程序名称。", +"No category to add?" => "没有可添加分类?", +"This category already exists: " => "此分类已存在: ", "Owncloud password reset" => "重置 Owncloud 密码", +"ownCloud password reset" => "重置 ownCloud 密码", "Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}", "You will receive a link to reset your password via Email." => "您将会收到包含可以重置密码链接的邮件。", "Requested" => "已请求", @@ -15,7 +19,10 @@ "Apps" => "应用", "Admin" => "管理员", "Help" => "帮助", +"Access forbidden" => "访问禁止", "Cloud not found" => "未找到云", +"Edit categories" => "编辑分类", +"Add" => "添加", "Create an <strong>admin account</strong>" => "创建<strong>管理员账号</strong>", "Password" => "密码", "Advanced" => "高级", |