mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
23 lines
1.3 KiB
PHP
23 lines
1.3 KiB
PHP
<?php
|
||
|
||
/**
|
||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||
*
|
||
* @author OHTSU Yoshifumi <dev@decomo.info>
|
||
* @author Hideaki SAWADA <chuno@live.jp>
|
||
*/
|
||
$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 [アルファベットAA] (低アクセシビリティ)';
|
||
$lang['regprotect'] = 'ユーザー登録時にCAPTCHA認証を行う';
|
||
$lang['forusers'] = 'ログインユーザーに対してもCAPTCHA認証を行う';
|
||
$lang['lettercount'] = '使用する文字数(3~16)。文字数を増やす場合は下の画像の幅も同様に増やして下さい。';
|
||
$lang['width'] = 'CAPTCHA画像の幅 (ピクセル)';
|
||
$lang['height'] = 'CAPTCHA画像の高さ(ピクセル)';
|
||
$lang['question'] = '固定質問方式の質問';
|
||
$lang['answer'] = '固定質問方式の回答';
|