source: extensions/community/language/zh_HK/plugin.lang.php @ 23123

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

[community] Add zh_HK, thanks to : hkdigit

  • Property svn:executable set to *
File size: 4.8 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['Who?'] = '誰?';
24$lang['Your photos are waiting for validation, administrators have been notified'] = '你的相片正進行驗證,管理員已經通知';
25$lang['Zoom'] = '放大';
26$lang['a group'] = '一組';
27$lang['a specific user'] = '特定使用者';
28$lang['ability to create sub-albums'] = '創建子相簿能力';
29$lang['any registered user'] = '任何註冊用戶';
30$lang['any visitor'] = '任何訪客';
31$lang['high trust'] = '高度信任';
32$lang['low trust'] = '低度信任';
33$lang['no limit'] = '沒有限制';
34$lang['sub-albums creation'] = '建立子相簿';
35$lang['up to %d photos (for each user)'] = '最多 %d 張相片 (每個使用者)';
36$lang['up to %dMB (for each user)'] = '最多 %dMB (每個使用者)';
37$lang['uploaded photos are directly displayed in the gallery'] = '上傳的相片直接顯示在圖片庫上';
38$lang['uploaded photos must be validated by an administrator'] = '上載相片必須經由管理員驗證';
39$lang['web size'] = '網絡大小';
40$lang['How much disk space?'] = '多少磁碟空間?';
41$lang['Level 16'] = '待';
42$lang['Maximum number of photos reached (%u)'] = '已達到最多相片數(%u)';
43$lang['No album, this photo is orphan'] = '沒有相簿,這張相片是孤兒';
44$lang['Pending Photos'] = '待處理相片';
45$lang['Permission added'] = '已加權限';
46$lang['Permission removed'] = '權限已刪除';
47$lang['Permission updated'] = '權限已更新';
48$lang['Photo %s rejected.'] = '相片 %s 拒絕了。';
49$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo自動為每個用戶在第一次連接表時,建立一個相簿
50';
51$lang['Set Photo Properties'] = '設定相片屬性';
52$lang['The whole gallery'] = '整個圖片庫';
53$lang['Upload Permissions'] = '上載權限';
54$lang['Upload your own photos'] = '上載自己的相片';
55$lang['User album only'] = '用戶相簿';
56$lang['User albums'] = '用戶相簿';
57$lang['Validation page: %s'] = '驗證網頁: %s';
58$lang['Where should Piwigo create user albums?'] = '應該在哪裡創建Piwigo使用者相簿?';
59$lang['Where?'] = '在哪裡?';
60$lang['Which level of trust?'] = '哪個信任級別?';
61$lang['%d photos rejected'] = '%d張相片拒絕了';
62$lang['%d photos uploaded by %s'] = '%d張相片由%s上傳';
63$lang['%d photos uploaded into album "%s"'] = '%d張相上載到"%s"相簿';
64$lang['%d photos validated'] = '%d張相片經過驗證';
65$lang['%s (the group)'] = '%s (組)';
66$lang['%s (the user)'] = '%s (使用者)';
67$lang['%s out of %s'] = '%s來自%s';
68$lang['%u pending photos'] = '%u 張相片待處理';
69$lang['(in addition to user album)'] = '(除使用者相簿之外)';
70$lang['Add a permission'] = '新增權限';
71$lang['Available %s.'] = '可用的%s.';
72$lang['Available quota %s.'] = '可用配額%s.';
73$lang['Cancel'] = '取消';
74$lang['Delete permission'] = '刪除權限';
75$lang['Disk usage quota reached (%uMB)'] = '磁盤限額已達(%uMB)';
76$lang['Edit a permission'] = '修改權限';
77$lang['File %s too big (%uMB), quota of %uMB exceeded'] = '檔案 %s 太大 (%uMB), 配額 %uMB 已超過';
78$lang['Gallery root'] = '圖片庫主目錄';
79$lang['Hi administrators,'] = '管理員你好,';
80$lang['How many photos?'] = '幾多張相片?';
81?>
Note: See TracBrowser for help on using the repository browser.