diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-28 02:07:51 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-28 02:07:51 +0200 |
commit | 3420d853ab1e5e03a1a7c400192b1faf8b194bd6 (patch) | |
tree | c589ec47ad7f07005953e27c2fca1bb515b7bb87 /apps/files_encryption | |
parent | aeff1a4c4d579e2370bfab3a65cdf918d689d463 (diff) | |
download | nextcloud-server-3420d853ab1e5e03a1a7c400192b1faf8b194bd6.tar.gz nextcloud-server-3420d853ab1e5e03a1a7c400192b1faf8b194bd6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/zh_TW.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/zh_TW.php b/apps/files_encryption/l10n/zh_TW.php index 2bfadce8553..a0b69bd9fc4 100644 --- a/apps/files_encryption/l10n/zh_TW.php +++ b/apps/files_encryption/l10n/zh_TW.php @@ -1,4 +1,16 @@ <?php $TRANSLATIONS = array( +"Recovery key successfully " => "成功還原金鑰", +"Could not " => "無法", +"Password successfully changed." => "成功變更密碼。", +"Could not change the password. Maybe the old password was not correct." => "無法變更密碼,或許是輸入的舊密碼不正確。", "Saving..." => "儲存中...", -"Encryption" => "加密" +"Encryption" => "加密", +"Enabled" => "已啓用", +"Disabled" => "已停用", +"Change encryption passwords recovery key:" => "變更加密密碼還原金鑰:", +"Change Password" => "變更密碼", +"Enable password recovery by sharing all files with your administrator:" => "與管理員分享所有檔案以啓用密碼還原功能:", +"Enabling this option will allow you to reobtain access to your encrypted files if your password is lost" => "啓用此選項允許您未來遺失密碼時重新取得已加密的檔案", +"File recovery settings updated" => "檔案還原設定已更新", +"Could not update file recovery" => "無法更新檔案還原設定" ); |