diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.php')
-rw-r--r-- | apps/files/l10n/zh_HK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index 4402812f2b6..1f309d9b2f6 100644 --- a/apps/files/l10n/zh_HK.php +++ b/apps/files/l10n/zh_HK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Files" => "文件", "Error" => "錯誤", "Share" => "分享", @@ -10,3 +11,4 @@ "Download" => "下載", "Unshare" => "取消分享" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |