summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/zh_TW.php
blob: 0142e901f5848d62514438bb2b5409b5691cae18 (plain)
1
2
3
4
5
6
7
8
9
<?php $TRANSLATIONS = array(
"Delete permanently" => "永久刪除",
"Name" => "名稱",
"1 folder" => "1 個資料夾",
"{count} folders" => "{count} 個資料夾",
"1 file" => "1 個檔案",
"{count} files" => "{count} 個檔案",
"Delete" => "刪除"
);