diff options
Diffstat (limited to 'lib/l10n/zh_HK.php')
-rw-r--r-- | lib/l10n/zh_HK.php | 13 |
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" => "前一月" +); |