1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/captcha/lang/zh-tw/settings.php

24 lines
1.2 KiB
PHP
Executable file

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Danny Lin <danny0838@pchome.com.tw>
* @author lioujheyu <lioujheyu@gmail.com>
* @author CHENG <wucy0612@gmail.com>
*/
$lang['mode'] = '使用哪種 CAPTCHA 類型?';
$lang['mode_o_js'] = '文字 (預先用 Javascript 填入)';
$lang['mode_o_text'] = '文字 (手動填入)';
$lang['mode_o_math'] = '數學問題';
$lang['mode_o_question'] = '固定問題';
$lang['mode_o_image'] = '圖片 (易用性差)';
$lang['mode_o_audio'] = '圖片+聲音 (易用性較佳)';
$lang['mode_o_figlet'] = 'Figlet ASCII 藝術字 (易用性差)';
$lang['forusers'] = '已登入使用者也要 CAPTCHA 驗證嗎?';
$lang['loginprotect'] = '登入前需要 CAPTCHA 驗證嗎?';
$lang['lettercount'] = '多少字母會被使用(3-16)。如果你增加使用個數,請確保同時加寬圖片長度';
$lang['width'] = 'CAPTCHA 圖片寬度 (像素)';
$lang['height'] = 'CAPTCHA 圖片高度 (像素)';
$lang['question'] = '固定問題模式的問題';
$lang['answer'] = '固定問題模式的答案';