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