source: trunk/language/zh_HK/admin.lang.php @ 23554

Last change on this file since 23554 was 23554, checked in by TranslationTeam, 11 years ago

[trunk_admin] Update zh_HK, thanks to : gurunited

  • Property svn:executable set to *
File size: 4.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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$lang['%d photos uploaded'] = '%d 相片已被上傳';
24$lang['%d photos were deleted'] = '%d 相片已被上傳';
25$lang['%d physical'] = '%d 實體';
26$lang['%d physicals'] = '%d 實體';
27$lang['%d second'] = '%d 秒';
28$lang['%d seconds'] = '%d 秒';
29$lang['%d tag'] = '%d 標籤';
30$lang['%d tags'] = '%d 標籤';
31$lang['%d user'] = '%d 用戶';
32$lang['%d user comment rejected'] = '%d 用戶意見已被拒絕';
33$lang['%d user comment validated'] = '%d 用戶意見已被接納';
34$lang['%d user comments rejected'] = '%d 用戶意見已被拒絕';
35$lang['%d user comments validated'] = '%d 用戶意見已被接納';
36$lang['%d user deleted'] = '%d 用戶已被刪除';
37$lang['%d user was not updated.'] = '%d 用戶沒有更新';
38$lang['%d user was updated.'] = '%d 用戶已被更新';
39$lang['%d users'] = '%d 用戶';
40$lang['%d users deleted'] = '%d 用戶已被刪除';
41$lang['%d users were not updated.'] = '%d 用戶沒有更新';
42$lang['%d users were updated.'] = '%d 用戶已被更新';
43$lang['%d mail was not sent.'] = '%s 郵件未被發送';
44$lang['%d mail was sent.'] = '%s 郵件已被發送';
45$lang['%d mails were not sent.'] = '%s 郵件未被發送';
46$lang['%d mails were sent.'] = '%s 郵件已被發送';
47$lang['%d of %d photos selected'] = '%d / %d 相片被選取';
48$lang['%d parameter was updated.'] = '%d 參數已更新';
49$lang['%d parameters were updated.'] = '%d 參數已更新';
50$lang['%d photo was deleted'] = '%d 圖片已被刪除';
51$lang['%d guest'] = '%d 訪客';
52$lang['%d guests'] = '%d 訪客';
53$lang['%d hour'] = '%d 小時';
54$lang['%d hours'] = '%d 小時';
55$lang['%d line filtered'] = '%d 行被過濾';
56$lang['%d lines filtered'] = '%d 行被過濾';
57$lang['%d member'] = '%d 會員';
58$lang['%d members'] = '%d 會員';
59$lang['%d minute'] = '%d 分鐘';
60$lang['%d minutes'] = '%d 分鐘';
61$lang['%d month'] = '%d 月';
62$lang['%d months'] = '%d 月';
63$lang[' and %d virtual'] = '和 %d 虛擬';
64$lang[' and %d virtuals'] = '和 %d 虛擬';
65$lang['%d album including'] = '包含 %d 相簿';
66$lang['%d album moved'] = '%d 相簿已移走';
67$lang['%d albums including'] = '包含 %d 相簿';
68$lang['%d albums moved'] = '%d 相簿已移走';
69$lang['%d anomalies have been detected corrected.'] = '揁察及修正了 %d 個異常';
70$lang['%d anomalies have been detected.'] = '揁察到 %d 個異常';
71$lang['%d anomalies have been ignored.'] = '%d 異常被忽略';
72$lang['%d anomalies have not been corrected.'] = '不能修正 %d 個異常';
73$lang['%d anomaly has been corrected.'] = '修正了 %d 異常';
74$lang['%d anomaly has been detected.'] = '揁察到 %d 異常';
75$lang['%d anomaly has not been corrected.'] = '不能修正 %d 異常';
76$lang['%d association'] = '%d 聯繫';
77$lang['%d associations'] = '%d 聯繫';
78$lang['%d anomaly has been ignored.'] = '%d 異常被忽略';
79$lang['%d day'] = '%d 天';
80$lang['%d days'] = '%d 天';
81$lang['%d group'] = '%d 群組';
82$lang['%d groups'] = '%d 群組';
83?>
Note: See TracBrowser for help on using the repository browser.