diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.php')
-rw-r--r-- | apps/files/l10n/zh_HK.php | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index 4402812f2b6..a9064fa7f78 100644 --- a/apps/files/l10n/zh_HK.php +++ b/apps/files/l10n/zh_HK.php @@ -1,12 +1,16 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Files" => "文件", "Error" => "錯誤", "Share" => "分享", -"Delete" => "刪除", +"_Uploading %n file_::_Uploading %n files_" => array(""), "Name" => "名稱", -"{count} folders" => "{}文件夾", +"_%n folder_::_%n folders_" => array(""), +"_%n file_::_%n files_" => array(""), "Upload" => "上傳", "Save" => "儲存", "Download" => "下載", -"Unshare" => "取消分享" +"Unshare" => "取消分享", +"Delete" => "刪除" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |