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/ja/settings.php
2014-07-20 13:52:39 +02:00

23 lines
1.3 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>
*/
$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'] = '使用する文字数316。文字数を増やす場合は下の画像の幅も同様に増やして下さい。';
$lang['width'] = 'CAPTCHA画像の幅 (ピクセル)';
$lang['height'] = 'CAPTCHA画像の高さ(ピクセル)';
$lang['question'] = '固定質問方式の質問';
$lang['answer'] = '固定質問方式の回答';