diff options
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 |