diff options
author | ddtddt <ddtddt@piwigo.org> | 2013-06-23 07:15:57 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2013-06-23 07:15:57 +0000 |
commit | 519d6adb9e216d28e8e4701d4281814220990842 (patch) | |
tree | 7380359bc150bca43156fa6c83620541492fa5a1 /language/zh_HK/common.lang.php | |
parent | 2112fcf0246f2355e9694878d8a55bd6432edce4 (diff) |
[2.5] - language - check 2.5.2
git-svn-id: http://piwigo.org/svn/branches/2.5@23453 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/zh_HK/common.lang.php')
-rw-r--r-- | language/zh_HK/common.lang.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/language/zh_HK/common.lang.php b/language/zh_HK/common.lang.php index f51de062e..bc7221915 100644 --- a/language/zh_HK/common.lang.php +++ b/language/zh_HK/common.lang.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: 中文 (香港) [HK] -Version: 2.5.0 +Version: 2.5.1 Language URI: http://piwigo.org/ext/extension_view.php?eid=614 Author: Piwigo team Author URI: http://piwigo.org @@ -412,4 +412,9 @@ $lang['wrong date'] = '日期錯誤'; $lang['xlarge'] = 'XL - 特大'; $lang['xsmall'] = 'XL - 特小'; $lang['xxlarge'] = 'XLL - 極大'; +$lang['Email address is mandatory'] = '必須填寫電郵地址'; +$lang['Username is mandatory'] = '必須填寫使用者名稱'; +$lang['Website'] = '網站'; +$lang['Your website URL is invalid'] = '你的網址無效'; +$lang['mandatory'] = '必填'; ?>
\ No newline at end of file |