You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_TW.php 467B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "無法永久刪除 %s",
  4. "Couldn't restore %s" => "無法還原 %s",
  5. "Deleted files" => "回收桶",
  6. "Error" => "錯誤",
  7. "Deleted Files" => "已刪除的檔案",
  8. "restored" => "已還原",
  9. "Nothing in here. Your trash bin is empty!" => "您的回收桶是空的!",
  10. "Name" => "名稱",
  11. "Restore" => "還原",
  12. "Deleted" => "已刪除",
  13. "Delete" => "刪除"
  14. );
  15. $PLURAL_FORMS = "nplurals=1; plural=0;";