source: extensions/ContactForm/language/zh_HK/plugin.lang.php @ 26792

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

[contactform] Update zh_HK, thanks to : hkdigit

  • 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-2014 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['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = '聯繫表格類別顯示為"服務"(例如:"技術","商業","常見問題")。使用的類別不是強制性的。';
24$lang['No active email address'] = '沒有有效的電郵地址';
25$lang['Plain text'] = '純文本';
26$lang['Please choose a category'] = '請選擇類別';
27$lang['Please enter a message'] = '請輸入信息';
28$lang['Please enter a name'] = '請輸入姓名';
29$lang['Please enter a subject'] = '請輸入主題';
30$lang['Please enter an e-mail'] = '請輸入您的電子郵件';
31$lang['Prefix of the sent e-mail subject'] = '發送電子郵件的主題前綴';
32$lang['Redirect after sending email (optional)'] = '發送電子郵件後重新導向(可選)';
33$lang['Send'] = '發送';
34$lang['Send copy to my email'] = '電郵副本給我';
35$lang['Subject'] = '主題';
36$lang['Text after the contact form'] = '聯繫表格後文';
37$lang['Text before the contact form'] = '聯繫表格前文';
38$lang['Tip'] = '提示';
39$lang['Your e-mail'] = '您的電子郵件';
40$lang['Your name'] = '你的名字';
41$lang['can be translated with LocalFiles Editor plugin'] = '可以用LocalFiles編輯器插件翻譯';
42$lang['you can use "%gallery_title%"'] = '您可以使用 "%gallery_title%"';
43$lang['%s must not be less than %d characters long'] = '%s必須不小於長%d個字符';
44$lang['%s must not be more than %d characters long'] = '%s必須不能超過長%d個字符';
45$lang['+ Add a category'] = '+添加類別';
46$lang['+ Add an email'] = '+添加電子郵件';
47$lang['Active'] = '有效';
48$lang['Add link in menu'] = '在功能表添加連結';
49$lang['Allow guests to see the form'] = '讓訪客到表單';
50$lang['Category'] = '類別';
51$lang['Default e-mail subject'] = '默認電子郵件主題';
52$lang['E-mail address is mandatory'] = '電子郵件地址是必須的';
53$lang['E-mail configuration'] = '電子郵件配置';
54$lang['E-mail format :'] = '電子郵件格式:';
55$lang['E-mail sent successfully'] = '電子郵件成功發送';
56$lang['Error while sending e-mail'] = '在發送郵件出現錯誤';
57$lang['General configuration'] = '一般配置';
58$lang['Invalid redirect URL'] = '無效的重新導向鏈接';
59$lang['Message'] = '信息';
60$lang['Name'] = '名稱';
61$lang['Name is mandatory'] = '名字是必須的';
62?>
Note: See TracBrowser for help on using the repository browser.