server/apps/files_trashbin/l10n/zh_TW.php

15 lines
426 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-04-20 00:02:09 +00:00
"Couldn't delete %s permanently" => "無法永久刪除 %s",
2013-08-27 15:23:18 +00:00
"Couldn't restore %s" => "無法還原 %s",
2014-03-12 05:57:17 +00:00
"Deleted files" => "回收桶",
2014-05-17 05:57:38 +00:00
"Restore" => "還原",
2013-04-09 00:14:02 +00:00
"Error" => "錯誤",
2013-08-27 15:23:18 +00:00
"restored" => "已還原",
2013-09-01 17:30:40 +00:00
"Nothing in here. Your trash bin is empty!" => "您的回收桶是空的!",
2013-10-11 02:30:58 +00:00
"Name" => "名稱",
"Deleted" => "已刪除",
2014-04-16 05:57:34 +00:00
"Delete" => "刪除"
2013-01-31 23:19:28 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";