summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/zh_HK.php
blob: 3f0d663baeb10ee308c1ca65edae8e5bbd1a63c6 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Error" => "錯誤",
"Name" => "名稱",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"Delete" => "刪除"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";