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/files_versions | |
parent | 6cf00e455f2485901960fc5c4a3c7277563f9411 (diff) | |
download | nextcloud-server-63e3f978ab3b752cc2976d1452b5687b33a059c3.tar.gz nextcloud-server-63e3f978ab3b752cc2976d1452b5687b33a059c3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/zh_TW.php | 12 |
1 files changed, 9 insertions, 3 deletions
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" => "按一按復原的按鈕,就能把一個檔案復原至以前的版本" ); |