source: extensions/UserCollections/language/zh_HK/plugin.lang.php @ 25706

Last change on this file since 25706 was 25706, checked in by TranslationTeam, 10 years ago

[user_collections] Update zh_HK, thanks to : hkdigit

  • Property svn:executable set to *
File size: 5.2 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['Date added to collection, new &rarr; old'] = '日期加入收藏集, 新 &rarr; 舊';
24$lang['Date added to collection, old &rarr; new'] = '日期加入收藏集, 舊 &rarr; 新';
25$lang['Fields'] = '項目';
26$lang['Inactive'] = '停用';
27$lang['Invalid collection'] = '錯誤的收藏集';
28$lang['Message (optional)'] = '訊息(選擇性)';
29$lang['Export image list'] = '輸出圖片列表';
30$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = '好你<b>%s</b>, %s 發給你一個相片收藏集由<a href="%s">%s</a>';
31$lang['Name, A &rarr; Z'] = '姓名, A &raa; Z';
32$lang['Name, Z &rarr; A'] = '姓名, Z &raa; A';
33$lang['Number of images'] = '圖片數目 ';
34$lang['Photos number, high &rarr; low'] = '相片數目, 高 &rarr; 低';
35$lang['Photos number, low &rarr; high'] = '相片數目, 低 &rarr; 高';
36$lang['Please enter the recipient e-mail'] = '請輸入收件人電郵';
37$lang['Please enter the recipient name'] = '請輸入收件人名稱';
38$lang['Please enter your e-mail'] = '請輸入你的電郵';
39$lang['Please enter your name'] = '請輸入你的名稱';
40$lang['Please give a name'] = '請給一個名稱';
41$lang['Preview'] = '預覽';
42$lang['Recipient e-mail'] = '收件人電郵';
43$lang['Recipient name'] = '收件人名稱';
44$lang['Remove from collection'] = '從收藏集刪除';
45$lang['Save'] = '儲存';
46$lang['Send this collection my mail'] = '發送這個收藏集至我的電郵';
47$lang['This collection is empty'] = '這個收藏集是空的';
48$lang['You have %d collection'] = '有你 %d 收藏集';
49$lang['You have %d collections'] = '有你 %d 收藏集';
50$lang['You have no collection'] = '你沒有收藏集';
51$lang['Your e-mail'] = '你的電郵 ';
52$lang['Your name'] = '你的名稱';
53$lang['by %s'] = '以 %s';
54$lang['Click here to view the complete collection'] = '接這裡觀看所有收藏集';
55$lang['Collection'] = '收藏集';
56$lang['Collection name:'] = '收藏集名稱';
57$lang['Collections'] = '收藏集';
58$lang['Create a new collection'] = '新增剪貼簿';
59$lang['Delete this collection'] = '刪除收藏集';
60$lang['Download CSV file'] = '下載csv檔案';
61$lang['E-mail sent successfully'] = '電郵發送成功';
62$lang['Edit this collection'] = '編輯這個收藏集';
63$lang['Error while sending e-mail'] = '發送電郵時發生錯誤';
64$lang['%d more...'] = '%d 更多';
65$lang['(remove)'] = '(刪除)';
66$lang['A photo collection by %s'] = '%s 的相片收藏集';
67$lang['Active'] = '激活';
68$lang['Add to collection'] = '增加至收藏集';
69$lang['Allow users to send their public collections by mail'] = '允許用戶以電郵發放公開的收藏集';
70$lang['Allow users to set their collections as public'] = '允許用戶設定收藏集為公開';
71$lang['Clear'] = '清空';
72$lang['Clear this collection'] = '清空這個收藏集';
73$lang['Collection not found'] = '找不到照片集';
74$lang['Expiration date'] = '過期日期';
75$lang['New share added: <a href="%s">%s</a>'] = '新分享已增加: <a href="%s">%s</a> ';
76$lang['Restricted access'] = '訪問受限';
77$lang['Share'] = '分享';
78$lang['Share deleted'] = '分享已刪除';
79$lang['Share key'] = '分享密鑰';
80$lang['Share this collection'] = '分享這照片集';
81$lang['The key must be at least 8 characters long'] = '密鑰必須是至少8個字符長';
82$lang['This key is already used'] = '此密鑰已被使用';
83$lang['This link expired'] = '鏈接已過期';
84$lang['Add'] = '新增';
85$lang['Cancel'] = '取消';
86$lang['Description'] = '描述';
87$lang['Hello %s, %s sent you a photos collection from "%s"'] = '您好%s,%s送你的照片是來自%s照片集';
88$lang['Name'] = '名稱';
89$lang['Send'] = '發送';
90$lang['jump to photo'] = '跳至照片';
91?>
Note: See TracBrowser for help on using the repository browser.