diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-02 15:35:55 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-02 15:35:55 +0200 |
commit | cec8384b1a07ea4e8f6ac8534636bd24d7019ae7 (patch) | |
tree | 9ebdd6f6e02d5d036de8d76dee29cd8d6650407c /apps/files_encryption/l10n/zh_CN.php | |
parent | 29dd7eda2de629024548ddef419f1d6991ae07a6 (diff) | |
download | nextcloud-server-cec8384b1a07ea4e8f6ac8534636bd24d7019ae7.tar.gz nextcloud-server-cec8384b1a07ea4e8f6ac8534636bd24d7019ae7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/zh_CN.php')
-rw-r--r-- | apps/files_encryption/l10n/zh_CN.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php index 6d6d457f439..b4f98a2f7c0 100644 --- a/apps/files_encryption/l10n/zh_CN.php +++ b/apps/files_encryption/l10n/zh_CN.php @@ -5,11 +5,31 @@ "Could not disable recovery key. Please check your recovery key password!" => "不能禁用恢复密钥。请检查恢复密钥密码!", "Password successfully changed." => "密码修改成功。", "Could not change the password. Maybe the old password was not correct." => "不能修改密码。旧密码可能不正确。", +"Private key password successfully updated." => "私钥密码成功更新。", +"Could not update the private key password. Maybe the old password was not correct." => "无法更新私钥密码。可能旧密码不正确。", +"PHP module OpenSSL is not installed." => "PHP 模块 OpenSSL 未安装。", +"Please ask your server administrator to install the module. For now the encryption app was disabled." => "请请求您的服务器管理员安装该模块。现在加密应用被禁用。", "Saving..." => "保存中", +"Your private key is not valid! Maybe the your password was changed from outside." => "您的私钥不正确!可能您在别处更改了密码。", +"You can unlock your private key in your " => "您可以在这里解锁您的私钥:", +"personal settings" => "个人设置", "Encryption" => "加密", +"Enable recovery key (allow to recover users files in case of password loss):" => "启用恢复密钥(允许你在密码丢失后恢复文件):", +"Recovery key password" => "恢复密钥密码", "Enabled" => "开启", "Disabled" => "禁用", +"Change recovery key password:" => "更改恢复密钥密码", +"Old Recovery key password" => "旧的恢复密钥密码", +"New Recovery key password" => "新的恢复密钥密码", "Change Password" => "修改密码", +"Your private key password no longer match your log-in password:" => "您的私钥密码不再匹配您的登录密码:", +"Set your old private key password to your current log-in password." => "讲您旧的私钥密码改为当前登录密码。", +" If you don't remember your old password you can ask your administrator to recover your files." => "如果您记不住旧的密码,您可以请求管理员恢复您的文件。", +"Old log-in password" => "旧登录密码", +"Current log-in password" => "当前登录密码", +"Update Private Key Password" => "更新私钥密码", +"Enable password recovery:" => "启用密码恢复:", +"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "启用该项将允许你在密码丢失后取回您的加密文件", "File recovery settings updated" => "文件恢复设置已更新", "Could not update file recovery" => "不能更新文件恢复" ); |