source: extensions/ContactForm/language/zh_TW/plugin.lang.php @ 21989

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

[contactform] Add zh_TW, thanks to : tedx

  • Property svn:executable set to *
File size: 4.0 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['Please choose a category'] = '請選擇類別';
24$lang['Please enter a message'] = '請輸入信息';
25$lang['Please enter a name'] = '請輸入姓名';
26$lang['Please enter a subject'] = '請輸入主旨';
27$lang['Please enter an e-mail'] = '請輸入電子郵件';
28$lang['Prefix of the sent e-mail subject'] = '已發送的電子郵件主旨字首';
29$lang['Redirect after sending email (optional)'] = '發送電子郵件之後重新導向(可選)';
30$lang['Send'] = '發送';
31$lang['Send copy to my email'] = '將副本發送到我的郵箱';
32$lang['Subject'] = '主旨';
33$lang['Text after the contact form'] = '聯絡表格之後的文字';
34$lang['Text before the contact form'] = '聯絡表格之前的文字';
35$lang['Tip'] = '提示';
36$lang['Your e-mail'] = '您的電子信箱';
37$lang['Your name'] = '您的姓名';
38$lang['can be translated with LocalFiles Editor plugin'] = '可以被翻譯在LocalFiles編輯器插件內';
39$lang['you can use "%gallery_title%"'] = '您可以使用 "%gallery_title%"';
40$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = '每個類別將顯示為一個獨特的“服務”上的聯繫方式(例如:“技術”,“商業”,“一般問題”)。通過分類,兒不是強制性的。';
41$lang['Error while sending e-mail'] = '發送電子郵件時發生錯誤';
42$lang['General configuration'] = '一般設定';
43$lang['Message'] = '信息';
44$lang['Name is mandatory'] = '名稱是必需的';
45$lang['No active email address'] = '沒有有效的電子郵件地址';
46$lang['Plain text'] = '純文字';
47$lang['%s must not be less than %d characters long'] = '%s 一定不能低於 %d 個字符長度';
48$lang['%s must not be more than %d characters long'] = '%s 一定不能超過 %d 個字符長度';
49$lang['+ Add a category'] = '+ 新增類別';
50$lang['+ Add an email'] = '+ 新增電子郵件';
51$lang['Active'] = '起動';
52$lang['Add link in menu'] = '選單中新增連結';
53$lang['Allow guests to see the form'] = '允許訪客看表格';
54$lang['Category'] = '類別';
55$lang['Default e-mail subject'] = '預設電子郵件的主旨';
56$lang['E-mail address is mandatory'] = '電子郵件地址是必需的';
57$lang['E-mail configuration'] = '電子郵件設定';
58$lang['E-mail format :'] = '電子郵件格式:';
59$lang['E-mail sent successfully'] = '發送的電子郵件成功';
60?>
Note: See TracBrowser for help on using the repository browser.