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

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

[user_collections] Update zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 3.9 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['Public collection'] = '公共';
38$lang['Recipient e-mail'] = '收件人電子郵件';
39$lang['Recipient name'] = '收件人名稱';
40$lang['Remove from collection'] = '從收藏集中刪除';
41$lang['Return to collections list'] = '返回至名單';
42$lang['Edit this collection'] = '編輯本收藏集';
43$lang['Clear this collection'] = '清除此收藏集';
44$lang['Click here to view the complete collection'] = '點擊這裡查看完整的收藏集';
45$lang['Collection'] = '收藏集';
46$lang['Collection name:'] = '收藏集名稱:';
47$lang['Collections'] = '名稱:';
48$lang['Copied'] = '已複製';
49$lang['Copy to clipboard'] = '複製到剪貼板';
50$lang['Create a new collection'] = '建立新的收藏集';
51$lang['Date added to collection, new &rarr; old'] = '加入日期收藏集,新 &rarr; 舊';
52$lang['Date added to collection, old &rarr; new'] = '加入日期收藏集,舊 &rarr; 新';
53$lang['Delete this collection'] = '刪除此收藏集';
54$lang['Download CSV file'] = '下載CSV檔案';
55$lang['E-mail sent successfully'] = 'E-mail發送成功';
56$lang['%d more...'] = '%d 更多...';
57$lang['A photo collection by %s'] = '%s 的照片集';
58$lang['Active'] = '活躍';
59$lang['Add to collection'] = '新增至收藏集';
60$lang['Allow users to send their public collections by mail'] = '允許使用者通過郵件發送給他們的公開收藏';
61$lang['Allow users to set their collections as public'] = '允許使用者設定他們的收藏品為公開';
62$lang['Clear'] = '清除';
63?>
Note: See TracBrowser for help on using the repository browser.