aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-14 00:06:29 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-14 00:06:29 +0100
commit9a0cb2ccaa92731a14e079a024bb38c934130d78 (patch)
tree14d7f0eb59981d8bc6282442650b0f08f272e1df /lib
parent7d748a6b0683a9de01921d8e943511bc29ffbca8 (diff)
downloadnextcloud-server-9a0cb2ccaa92731a14e079a024bb38c934130d78.tar.gz
nextcloud-server-9a0cb2ccaa92731a14e079a024bb38c934130d78.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/zh_HK.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/l10n/zh_HK.php b/lib/l10n/zh_HK.php
new file mode 100644
index 00000000000..cfa33ec36f5
--- /dev/null
+++ b/lib/l10n/zh_HK.php
@@ -0,0 +1,13 @@
+<?php $TRANSLATIONS = array(
+"Help" => "幫助",
+"Personal" => "個人",
+"Settings" => "設定",
+"Users" => "用戶",
+"Apps" => "軟件",
+"Admin" => "管理",
+"Files" => "文件",
+"Text" => "文字",
+"today" => "今日",
+"yesterday" => "昨日",
+"last month" => "前一月"
+);