xref: /plugin/captcha/lang/ko/settings.php (revision dc091fd04791af1881f5adb0bf2c375da5b5c593)
1<?php
2/**
3 * English language file
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$lang['mode']          = "어떤 방식의 CAPTCHA를 쓸가요?";
9$lang['mode_o_js']     = "문자 (prefilled with JavaScript)";
10$lang['mode_o_text']   = "문자 (manual only)";
11$lang['mode_o_image']  = "그림 (bad accessibility)";
12$lang['mode_o_audio']  = "그림+소리 (better accessibility)";
13$lang['mode_o_figlet'] = "Figlet 문자 그림 (bad accessibility)";
14
15$lang['regprotect'] = "가입시에도 CAPTCHA를 사용합니까?";
16$lang['forusers']   = "로긴한 사용자도 CAPTCHA를 사용합니까?";
17$lang['width']      = "CAPTCHA 그림의 넓이 (pixel)";
18$lang['height']     = "CAPTCHA 그림의 높이 (pixel)";
19
20