diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-22 00:08:47 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-22 00:08:47 +0100 |
commit | 734a4632975f68d1e90407bc4d7fd9c79c20930c (patch) | |
tree | fcf6f0b7cdd82d21520e198a135c011bf245e42c /apps/files_trashbin/l10n/zh_TW.php | |
parent | a8a85ed6b411e847891ce3e3d2d9aecb6846f962 (diff) | |
download | nextcloud-server-734a4632975f68d1e90407bc4d7fd9c79c20930c.tar.gz nextcloud-server-734a4632975f68d1e90407bc4d7fd9c79c20930c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/zh_TW.php')
-rw-r--r-- | apps/files_trashbin/l10n/zh_TW.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/zh_TW.php b/apps/files_trashbin/l10n/zh_TW.php index be61d9b0b6d..0142e901f58 100644 --- a/apps/files_trashbin/l10n/zh_TW.php +++ b/apps/files_trashbin/l10n/zh_TW.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( +"Delete permanently" => "永久刪除", "Name" => "名稱", "1 folder" => "1 個資料夾", "{count} folders" => "{count} 個資料夾", "1 file" => "1 個檔案", -"{count} files" => "{count} 個檔案" +"{count} files" => "{count} 個檔案", +"Delete" => "刪除" ); |