Blame view

sources/apps/files_trashbin/l10n/zh_TW.php 298 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
  <?php $TRANSLATIONS = array(
  "Delete permanently" => "永久刪除",
  "Name" => "名稱",
  "1 folder" => "1 個資料夾",
  "{count} folders" => "{count} 個資料夾",
  "1 file" => "1 個檔案",
  "{count} files" => "{count} 個檔案",
  "Delete" => "刪除",
  "Deleted Files" => "已刪除的檔案"
  );