website_jukni/dokuwiki/lib/plugins/captcha/lang/ja/settings.php
2017-12-29 15:51:59 +01:00

26 lines
1.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author OHTSU Yoshifumi <dev@decomo.info>
* @author Hideaki SAWADA <chuno@live.jp>
* @author Ikuo Obataya <i.obataya@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_svg'] = 'SVG (低アクセシビリティ・読みやすい)';
$lang['mode_o_svgaudio'] = 'SVG+音声 (中アクセシビリティ・読みやすい)';
$lang['mode_o_figlet'] = 'Figlet [アルファベットAA] (低アクセシビリティ)';
$lang['forusers'] = 'ログインユーザーに対してもCAPTCHA認証を行う';
$lang['loginprotect'] = 'ログインにCAPTCHAを要求しますか';
$lang['lettercount'] = '使用する文字数316。文字数を増やす場合は下の画像の幅も同様に増やして下さい。';
$lang['width'] = 'CAPTCHA画像の幅 (ピクセル)';
$lang['height'] = 'CAPTCHA画像の高さ(ピクセル)';
$lang['question'] = '固定質問方式の質問';
$lang['answer'] = '固定質問方式の回答';