diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-16 00:13:10 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-16 00:13:10 +0200 |
commit | 7279a07ca20949cf3cee82faf064d6aae8cf0a99 (patch) | |
tree | 01d912d1743db2e34225383d3f8b9783c9b6e295 /core/l10n/zh_HK.php | |
parent | d91104e120d570eaf3d80c23c5caf6b597b24db7 (diff) | |
parent | bd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff) | |
download | nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.tar.gz nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.zip |
Merge branch 'master' into mimetype-defaults
Conflicts:
apps/files/ajax/newfile.php
Diffstat (limited to 'core/l10n/zh_HK.php')
-rw-r--r-- | core/l10n/zh_HK.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/l10n/zh_HK.php b/core/l10n/zh_HK.php index 21418fe2eeb..0a3134f65da 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" => "星期二", @@ -19,9 +20,13 @@ "November" => "十一月", "December" => "十二月", "Settings" => "設定", +"_%n minute ago_::_%n minutes ago_" => array(""), +"_%n hour ago_::_%n hours ago_" => array(""), "today" => "今日", "yesterday" => "昨日", +"_%n day ago_::_%n days ago_" => array(""), "last month" => "前一月", +"_%n month ago_::_%n months ago_" => array(""), "months ago" => "個月之前", "Cancel" => "取消", "Yes" => "Yes", @@ -86,3 +91,4 @@ "next" => "下一步", "Updating ownCloud to version %s, this may take a while." => "ownCloud (ver. %s)更新中, 請耐心等侯" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |