diff options
Diffstat (limited to 'core/l10n/zh_HK.php')
-rw-r--r-- | core/l10n/zh_HK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/zh_HK.php b/core/l10n/zh_HK.php index 21418fe2eeb..c29d91bc53b 100644 --- a/core/l10n/zh_HK.php +++ b/core/l10n/zh_HK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Sunday" => "星期日", "Monday" => "星期一", "Tuesday" => "星期二", @@ -86,3 +87,4 @@ "next" => "下一步", "Updating ownCloud to version %s, this may take a while." => "ownCloud (ver. %s)更新中, 請耐心等侯" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |