summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n/zh_TW.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-09 08:06:31 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-09 08:06:31 -0400
commit98f836363a1aee8dbc767068fcb357802f228cf2 (patch)
tree76750376702fb3b37d913b721c8440121999b68e /apps/files_encryption/l10n/zh_TW.php
parenta2ac5e016334429892ac84bafa2644d8d39e6eb2 (diff)
downloadnextcloud-server-98f836363a1aee8dbc767068fcb357802f228cf2.tar.gz
nextcloud-server-98f836363a1aee8dbc767068fcb357802f228cf2.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/zh_TW.php')
-rw-r--r--apps/files_encryption/l10n/zh_TW.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_encryption/l10n/zh_TW.php b/apps/files_encryption/l10n/zh_TW.php
index cc43ec37a43..02dc49cc3d9 100644
--- a/apps/files_encryption/l10n/zh_TW.php
+++ b/apps/files_encryption/l10n/zh_TW.php
@@ -1,8 +1,8 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Password successfully changed." => "成功變更密碼。",
"Could not change the password. Maybe the old password was not correct." => "無法變更密碼,或許是輸入的舊密碼不正確。",
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "您的私鑰不正確! 感覺像是密碼在 ownCloud 系統之外被改變(例:您的目錄)。 您可以在個人設定中更新私鑰密碼取回已加密的檔案。",
-"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "請確認已安裝 PHP 5.3.3 或更新的版本並啟用 OpenSSL PHP 且正確設定。目前 encryption app 不可使用。",
"Saving..." => "儲存中...",
"Encryption" => "加密",
"Enabled" => "已啓用",
@@ -14,3 +14,4 @@
"File recovery settings updated" => "檔案還原設定已更新",
"Could not update file recovery" => "無法更新檔案還原設定"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";