xref: /plugin/captcha/lang/ko/lang.php (revision 186227361d0efe9f0e20bd52c87dfbf939efb53a)
1677d92efSDryoo<?php
2bf01cf4fSMyeongjin
3677d92efSDryoo/**
4bf01cf4fSMyeongjin * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5677d92efSDryoo *
6677d92efSDryoo * @author Andreas Gohr <andi@splitbrain.org>
7bf01cf4fSMyeongjin * @author Myeongjin <aranet100@gmail.com>
8*e110410bSchobkwon * @author chobkwon <chobkwon@gmail.com>
9677d92efSDryoo */
10*e110410bSchobkwon$lang['testfailed'] = '죄송하지만 CAPTCHA(캡차)가 올바르지 않습니다. 아마도 인간이 아니죠?';
11bf01cf4fSMyeongjin$lang['fillcaptcha'] = '인간임을 증명하기 위해 상자에 있는 모든 글자를 채워주세요.';
12bf01cf4fSMyeongjin$lang['fillmath'] = '인간임을 증명하기 위해 다음 방정식을 푸세요.';
13bf01cf4fSMyeongjin$lang['soundlink'] = '그림에 있는 글자를 읽을 수 없다면, 당신에게 들려줄 이 .wav 파일을 다운로드하세요.';
14bf01cf4fSMyeongjin$lang['honeypot'] = '이 필드는 비어 있도록 유지하세요:';
15