diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-20 00:02:44 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-20 00:02:44 +0100 |
commit | 63e3f978ab3b752cc2976d1452b5687b33a059c3 (patch) | |
tree | 40c0200baf3e0cdb8d15b24688305c9ab76ff0fc /apps | |
parent | 6cf00e455f2485901960fc5c4a3c7277563f9411 (diff) | |
download | nextcloud-server-63e3f978ab3b752cc2976d1452b5687b33a059c3.tar.gz nextcloud-server-63e3f978ab3b752cc2976d1452b5687b33a059c3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_encryption/l10n/zh_TW.php | 3 | ||||
-rw-r--r-- | apps/files_external/l10n/zh_TW.php | 6 | ||||
-rw-r--r-- | apps/files_versions/l10n/zh_TW.php | 12 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/zh_TW.php | 3 |
4 files changed, 20 insertions, 4 deletions
diff --git a/apps/files_encryption/l10n/zh_TW.php b/apps/files_encryption/l10n/zh_TW.php index 1655e171433..95e61b45dc2 100644 --- a/apps/files_encryption/l10n/zh_TW.php +++ b/apps/files_encryption/l10n/zh_TW.php @@ -1,4 +1,7 @@ <?php $TRANSLATIONS = array( "Encryption" => "加密", +"File encryption is enabled." => "檔案加密已被啟用", +"The following file types will not be encrypted:" => "以下的文件類型不會被加密:", +"Exclude the following file types from encryption:" => "從加密中排除的檔案類型:", "None" => "無" ); diff --git a/apps/files_external/l10n/zh_TW.php b/apps/files_external/l10n/zh_TW.php index 512a151a3c8..873b555348e 100644 --- a/apps/files_external/l10n/zh_TW.php +++ b/apps/files_external/l10n/zh_TW.php @@ -1,6 +1,12 @@ <?php $TRANSLATIONS = array( +"Access granted" => "訪問權已被准許", +"Grant access" => "准許訪問權", "External Storage" => "外部儲存裝置", "Folder name" => "資料夾名稱", +"External storage" => "外部儲存裝置", +"Configuration" => "設定", +"Options" => "選項", +"Add storage" => "添加儲存區", "None set" => "尚未設定", "All Users" => "所有使用者", "Groups" => "群組", diff --git a/apps/files_versions/l10n/zh_TW.php b/apps/files_versions/l10n/zh_TW.php index a7b496b37db..a191d594523 100644 --- a/apps/files_versions/l10n/zh_TW.php +++ b/apps/files_versions/l10n/zh_TW.php @@ -1,5 +1,11 @@ <?php $TRANSLATIONS = array( -"History" => "歷史", -"Files Versioning" => "檔案版本化中...", -"Enable" => "啟用" +"Could not revert: %s" => "無法還原:%s", +"success" => "成功", +"File %s was reverted to version %s" => "檔案 %s 已被復原至版本 %s", +"failure" => "失敗", +"File %s could not be reverted to version %s" => "檔案 %s 無法復原至版本 %s", +"No old versions available" => "沒有舊的版本", +"No path specified" => "沒有指定路線", +"Versions" => "版本", +"Revert a file to a previous version by clicking on its revert button" => "按一按復原的按鈕,就能把一個檔案復原至以前的版本" ); diff --git a/apps/user_webdavauth/l10n/zh_TW.php b/apps/user_webdavauth/l10n/zh_TW.php index 79740561e5a..b357c8aa902 100644 --- a/apps/user_webdavauth/l10n/zh_TW.php +++ b/apps/user_webdavauth/l10n/zh_TW.php @@ -1,3 +1,4 @@ <?php $TRANSLATIONS = array( -"WebDAV URL: http://" => "WebDAV 網址 http://" +"WebDAV Authentication" => "WebDAV 認證", +"URL: http://" => "網址:http://" ); |