xref: /plugin/captcha/lang/ja/settings.php (revision 23a509531e8ddc2cd62e8ccbf491a7d388dd7cf2)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author OHTSU Yoshifumi <dev@decomo.info>
7 * @author Hideaki SAWADA <chuno@live.jp>
8 */
9$lang['mode']                  = '認証の方式';
10$lang['mode_o_js']             = '文字 (JavaScriptによる自動入力)';
11$lang['mode_o_text']           = '文字 (手動入力)';
12$lang['mode_o_math']           = '計算式';
13$lang['mode_o_question']       = '固定質問';
14$lang['mode_o_image']          = '画像 (低アクセシビリティ)';
15$lang['mode_o_audio']          = '画像+音声 (中アクセシビリティ)';
16$lang['mode_o_figlet']         = 'Figlet [アルファベットAA] (低アクセシビリティ)';
17$lang['regprotect']            = 'ユーザー登録時にCAPTCHA認証を行う';
18$lang['forusers']              = 'ログインユーザーに対してもCAPTCHA認証を行う';
19$lang['lettercount']           = '使用する文字数(3~16)。文字数を増やす場合は下の画像の幅も同様に増やして下さい。';
20$lang['width']                 = 'CAPTCHA画像の幅 (ピクセル)';
21$lang['height']                = 'CAPTCHA画像の高さ(ピクセル)';
22$lang['question']              = '固定質問方式の質問';
23$lang['answer']                = '固定質問方式の回答';
24