1
+ <?php
2
+ // +-----------------------------------------------------------------------+
3
+ // | Piwigo - a PHP based photo gallery |
4
+ // +-----------------------------------------------------------------------+
5
+ // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org |
6
+ // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
7
+ // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
8
+ // +-----------------------------------------------------------------------+
9
+ // | This program is free software; you can redistribute it and/or modify |
10
+ // | it under the terms of the GNU General Public License as published by |
11
+ // | the Free Software Foundation |
12
+ // | |
13
+ // | This program is distributed in the hope that it will be useful, but |
14
+ // | WITHOUT ANY WARRANTY; without even the implied warranty of |
15
+ // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
16
+ // | General Public License for more details. |
17
+ // | |
18
+ // | You should have received a copy of the GNU General Public License |
19
+ // | along with this program; if not, write to the Free Software |
20
+ // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21
+ // | USA. |
22
+ // +-----------------------------------------------------------------------+
23
+ /*
24
+ Language Name: 中文 (香港) [HK]
25
+ Version: 2.4.0
26
+ Language URI: http://piwigo.org/ext/extension_view.php?eid=
27
+ Author: Piwigo team
28
+ Author URI: http://piwigo.org
29
+ */
30
+
31
+ $ lang_info ['language_name ' ] = '中文 (香港) ' ;
32
+ $ lang_info ['country ' ] = '香港特別行政區 ' ;
33
+ $ lang_info ['direction ' ] = 'ltr ' ;
34
+ $ lang_info ['code ' ] = 'zh_HK ' ;
35
+ $ lang_info ['zero_plural ' ] = true ;
36
+
37
+
38
+ $ lang ['%d album updated ' ] = '%d 個相簿已更新 ' ;
39
+ $ lang ['%d albums updated ' ] = '%d 個相簿已更新 ' ;
40
+ $ lang ['%d comment to validate ' ] = '%d 個留言須要審核 ' ;
41
+ $ lang ['%d comment ' ] = '%d 個留言 ' ;
42
+ $ lang ['%d comments to validate ' ] = '%d 個留言須要審核 ' ;
43
+ $ lang ['%d comments ' ] = '%d 個留言 ' ;
44
+ $ lang ['%d hit ' ] = '%d 個點擊 ' ;
45
+ $ lang ['%d hits ' ] = '%d 個點擊 ' ;
46
+ $ lang ['%d Kb ' ] = '%d Kb ' ;
47
+ $ lang ['%d new comment ' ] = '%d 個新留言 ' ;
48
+ $ lang ['%d new comments ' ] = '%d 個新留言 ' ;
49
+ $ lang ['%d new photo ' ] = '%d 張新相片 ' ;
50
+ $ lang ['%d new photos ' ] = '%d 張新相片 ' ;
51
+ $ lang ['%d new user ' ] = '%d 個用戶 ' ;
52
+ $ lang ['%d new users ' ] = '%d 個新用戶 ' ;
53
+ $ lang ['%d photo is also linked to current tags ' ] = '當前的標籤連結到 %d 張相片 ' ;
54
+ $ lang ['%d photo ' ] = '%d 張相片 ' ;
55
+ $ lang ['%d photos are also linked to current tags ' ] = '當前的標籤連結到 %d 張相片 ' ;
56
+ $ lang ['%d photos ' ] = '%d 張相片 ' ;
57
+ $ lang ['%d rates ' ] = '%d 個評級 ' ;
58
+ $ lang ['(!) This comment requires validation ' ] = '(!) 這個留言須要審核 ' ;
59
+ $ lang ['... or browse your empty gallery ' ] = '... 或瀏覽你的未有相片的相簿 ' ;
60
+ $ lang ['... or please deactivate this message, I will find my way by myself ' ] = '... 或取消此信息,我會自己找到方法 ' ;
61
+ $ lang ['A comment on your site ' ] = '你的網站有一個留言 ' ;
62
+ $ lang ['About Piwigo ' ] = '關於 Piwigo ' ;
63
+ $ lang ['About ' ] = '關於 ' ;
64
+ ?>
0 commit comments