source: extensions/UserCollections/language/zh_TW/plugin.lang.php @ 27383

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

[user_collections] Update zh_TW, thanks to : azq1231

  • Property svn:executable set to *
File size: 5.3 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['Error while sending e-mail'] = '發送電子郵件時發生錯誤';
24$lang['Export image list'] = '匯出圖片清單';
25$lang['Fields'] = '欄位';
26$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = '您好 <b>%s</b>, 從<a href="%s">%s</a> 發送你 %s 的照片收藏集';
27$lang['Inactive'] = '待用';
28$lang['Invalid collection'] = '無效的收藏集';
29$lang['Message (optional)'] = '留言(可選)';
30$lang['Number of images'] = '圖片的數量';
31$lang['Please enter the recipient e-mail'] = '請輸入收件人的電子郵件';
32$lang['Please enter the recipient name'] = '請輸入收件人的姓名';
33$lang['Please enter your e-mail'] = '請輸入您的電子郵件信箱';
34$lang['Please enter your name'] = '請輸入您的姓名';
35$lang['Please give a name'] = '請提供一個名稱';
36$lang['Preview'] = '預覽';
37$lang['Recipient e-mail'] = '收件人電子郵件';
38$lang['Recipient name'] = '收件人名稱';
39$lang['Remove from collection'] = '從收藏集中刪除';
40$lang['Edit this collection'] = '編輯本收藏集';
41$lang['Clear this collection'] = '清除此收藏集';
42$lang['Click here to view the complete collection'] = '點擊這裡查看完整的收藏集';
43$lang['Collection'] = '收藏集';
44$lang['Collection name:'] = '收藏集名稱:';
45$lang['Collections'] = '名稱:';
46$lang['Create a new collection'] = '建立新的收藏集';
47$lang['Date added to collection, new &rarr; old'] = '加入日期收藏集,新 &rarr; 舊';
48$lang['Date added to collection, old &rarr; new'] = '加入日期收藏集,舊 &rarr; 新';
49$lang['Delete this collection'] = '刪除此收藏集';
50$lang['Download CSV file'] = '下載CSV檔案';
51$lang['E-mail sent successfully'] = 'E-mail發送成功';
52$lang['%d more...'] = '%d 更多...';
53$lang['A photo collection by %s'] = '%s 的照片集';
54$lang['Active'] = '活躍';
55$lang['Add to collection'] = '新增至收藏集';
56$lang['Allow users to send their public collections by mail'] = '允許使用者通過郵件發送給他們的公開收藏';
57$lang['Allow users to set their collections as public'] = '允許使用者設定他們的收藏品為公開';
58$lang['Clear'] = '清除';
59$lang['Save'] = '儲存';
60$lang['Send this collection by mail'] = '將此收藏集發送到我的郵件';
61$lang['This collection is empty'] = '這個收藏集是空的';
62$lang['You have %d collection'] = '您有 %d 收藏集';
63$lang['You have %d collections'] = '您有 %d 收藏集';
64$lang['You have no collection'] = '你有沒收藏集';
65$lang['Your e-mail'] = '您的電子郵件';
66$lang['Your name'] = '您的姓名';
67$lang['by %s'] = '由 %s';
68$lang['(remove)'] = '(移除)';
69$lang['Name, A &rarr; Z'] = '名稱 A &rarr; Z';
70$lang['Name, Z &rarr; A'] = '名稱 Z &rarr; A';
71$lang['Photos number, high &rarr; low'] = '相片數量 高 &rarr; 低';
72$lang['Photos number, low &rarr; high'] = '相片數量 低 &rarr; 高';
73$lang['Collection not found'] = '收藏集未找到';
74$lang['New share added: <a href="%s">%s</a>'] = '新分享添加:<a href="%s">%s</a>';
75$lang['Share this collection'] = '分享此收藏集';
76$lang['Share deleted'] = '共享刪除';
77$lang['Expiration date'] = '失效日期';
78$lang['Restricted access'] = '受限訪問';
79$lang['Share'] = '共享';
80$lang['Share key'] = '分享鍵';
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.