diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.php')
-rw-r--r-- | apps/files/l10n/zh_HK.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index 4402812f2b6..52f23f4a5d7 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" => "取消分享" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |