xref: /plugin/captcha/lang/zh-tw/settings.php (revision 0df3846730ab4997390fc142be0f4caa22d7f1c8)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Danny Lin <danny0838@pchome.com.tw>
7 * @author lioujheyu <lioujheyu@gmail.com>
8 */
9$lang['mode']                  = '使用哪種 CAPTCHA 類型?';
10$lang['mode_o_js']             = '文字 (預先用 Javascript 填入)';
11$lang['mode_o_text']           = '文字 (手動填入)';
12$lang['mode_o_math']           = '數學問題';
13$lang['mode_o_image']          = '圖片 (易用性差)';
14$lang['mode_o_audio']          = '圖片+聲音 (易用性較佳)';
15$lang['mode_o_figlet']         = 'Figlet ASCII 藝術字 (易用性差)';
16$lang['forusers']              = '已登入使用者也要 CAPTCHA 驗證嗎?';
17$lang['lettercount']           = '多少字母會被使用(3-16)。如果你增加使用個數,請確保同時加寬圖片長度';
18$lang['width']                 = 'CAPTCHA 圖片寬度 (像素)';
19$lang['height']                = 'CAPTCHA 圖片高度 (像素)';
20