diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-10-07 05:07:47 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-07 05:07:47 -0700 |
commit | 2b3c351601ae5fb4e6d6d1cbbf308ae12aced787 (patch) | |
tree | c77d6a5b8a6ebfd8e8cadc9b0f024fc82f452327 /lib/private/l10n/zh_HK.php | |
parent | 193e815133a410eb81ef0fb71022171969479135 (diff) | |
parent | d2371f0cc21c873427da0b0cf04ed53a1e765667 (diff) | |
download | nextcloud-server-2b3c351601ae5fb4e6d6d1cbbf308ae12aced787.tar.gz nextcloud-server-2b3c351601ae5fb4e6d6d1cbbf308ae12aced787.zip |
Merge pull request #5162 from owncloud/fixing-l10n-master-2
Fixing l10n master 2
Diffstat (limited to 'lib/private/l10n/zh_HK.php')
-rw-r--r-- | lib/private/l10n/zh_HK.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/private/l10n/zh_HK.php b/lib/private/l10n/zh_HK.php deleted file mode 100644 index ca3e6d504e7..00000000000 --- a/lib/private/l10n/zh_HK.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Help" => "幫助", -"Personal" => "個人", -"Settings" => "設定", -"Users" => "用戶", -"Admin" => "管理", -"Files" => "文件", -"Text" => "文字", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), -"today" => "今日", -"yesterday" => "昨日", -"_%n day go_::_%n days ago_" => array(""), -"last month" => "前一月", -"_%n month ago_::_%n months ago_" => array("") -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; |