server/apps/files_trashbin/l10n/zh_HK.php

7 lines
130 B
PHP
Raw Normal View History

2013-03-13 23:06:29 +00:00
<?php $TRANSLATIONS = array(
2013-04-09 00:14:02 +00:00
"Error" => "錯誤",
2013-03-14 23:06:36 +00:00
"Name" => "名稱",
2013-03-26 23:11:05 +00:00
"{count} folders" => "{}文件夾",
2013-03-13 23:06:29 +00:00
"Delete" => "刪除"
);