mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
23 lines
1.2 KiB
PHP
23 lines
1.2 KiB
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Andreas Gohr <andi@splitbrain.org>
|
|
* @author lainme <lainme993@gmail.com>
|
|
*/
|
|
$lang['mode'] = '使用什么类型的验证码?';
|
|
$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['regprotect'] = '同时保护注册表单吗?';
|
|
$lang['forusers'] = '对已登入的用户也适用吗?';
|
|
$lang['lettercount'] = '使用字母的数目 (3-16)。如果您增加数目,请确保同时增加图片的宽度。';
|
|
$lang['width'] = '验证码图片宽度 (像素)';
|
|
$lang['height'] = '验证码图片高度 (像素)';
|
|
$lang['question'] = '固定问题模式的问题';
|
|
$lang['answer'] = '固定问题模式的答案';
|