source: extensions/CryptograPHP/language/zh_TW/plugin.lang.php @ 28478

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

[cryptocaptcha] Update zh_TW, thanks to : azq1231

  • Property svn:executable set to *
File size: 3.5 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['Comments action'] = '評論行動';
24$lang['Noise level'] = '雜訊等級';
25$lang['Perturbation'] = '扭曲度';
26$lang['Noise color'] = '雜訊顏色';
27$lang['Moderate'] = '中等';
28$lang['Lines density'] = '線的密度';
29$lang['Lines color'] = '線的顏色';
30$lang['Picture comments'] = '圖片評論';
31$lang['Solve equation'] = '填寫計算結果';
32$lang['Simple equation'] = '簡單算術';
33$lang['Register form'] = '註冊表格';
34$lang['Random string'] = '隨機字串';
35$lang['Preview'] = '預覽';
36$lang['Tip: type "random" on a color field to have a random color'] = '提示:在顏色框鍵入“random”,可設為隨機顏色';
37$lang['Text color'] = '文字顏色';
38$lang['good value:'] = '推薦值:';
39$lang['random'] = '隨機';
40$lang['range:'] = '範圍:';
41$lang['Invalid Captcha'] = '無效的驗證碼';
42$lang['Guestbook'] = '訪客留言本';
43$lang['Font'] = '字型';
44$lang['Enter code'] = '輸入驗證碼';
45$lang['Contact form'] = '聯繫表單';
46$lang['Code lenght'] = '驗證碼長度';
47$lang['Case sensitive'] = '區分大小寫';
48$lang['Captcha type'] = '驗證碼類型';
49$lang['Captcha theme'] = '驗證碼主題';
50$lang['Button color'] = '按鈕顏色';
51$lang['Background color'] = '背景顏色';
52$lang['Album comments'] = '相冊評論';
53$lang['Activate on'] = '在何處啟用';
54$lang['Background'] = '背景';
55$lang['Image'] = '圖像';
56$lang['Background image'] = '背景圖片';
57$lang['Color'] = '顏色';
58$lang['Only for unauthenticated users'] = '僅適用於未經驗證的用戶';
59$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = '我們發現EasyCaptcha插件被激活在您的相冊。
60這兩個插件可以用在同一時間,但在任何情況下,都不應該在同一頁面上激活他們兩個。';
Note: See TracBrowser for help on using the repository browser.