154f7220eSAndreas Gohr<?php 254f7220eSAndreas Gohr/** 354f7220eSAndreas Gohr * korean language file 454f7220eSAndreas Gohr * 554f7220eSAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 67a76cf00SAndreas Gohr * @author jk Lee 78ace4127S이동낙 * @author dongnak@gmail.com 800261c55S송영환 * @author Song Younghwan <purluno@gmail.com> 9410500c3SSONG Younghwan * @author SONG Younghwan <purluno@gmail.com> 1011d7187bSYooS C * @author Seung-Chul Yoo <dryoo@live.com> 11*a699035cSErial Krale * @author erial2@gmail.com 1254f7220eSAndreas Gohr */ 1354f7220eSAndreas Gohr$lang['menu'] = '환경 설정'; 1454f7220eSAndreas Gohr$lang['error'] = '잘못된 값때문에 설정들을 변경할 수 없습니다. 수정한 값들을 검사하고 확인을 누르기 바랍니다. 1554f7220eSAndreas Gohr <br />잘못된 값(들)은 붉은 선으로 둘러싸여 있습니다.'; 1654f7220eSAndreas Gohr$lang['updated'] = '설정이 성공적으로 변경되었습니다.'; 1754f7220eSAndreas Gohr$lang['nochoice'] = '(다른 선택이 불가능합니다.)'; 1854f7220eSAndreas Gohr$lang['locked'] = '환경 설정 파일을 수정할 수 없습니다. 의도된 행동이 아니라면,<br /> 파일이름과 권한이 맞는지 확인하기 바랍니다. '; 19cadf1f32SAndreas Gohr$lang['danger'] = '위험 : 이 옵션을 잘못 수정하면 환경설정 메뉴를 사용할 수 없을 수도 있습니다.'; 20cadf1f32SAndreas Gohr$lang['warning'] = '경고 : 이 옵션을 잘못 수정하면 잘못 동작 할 수 있습니다.'; 21cadf1f32SAndreas Gohr$lang['security'] = '보안 경고 : 이 옵션은 보안에 위험이 있을 수 있습니다.'; 227a76cf00SAndreas Gohr$lang['_configuration_manager'] = '환경 설정 관리자'; 2354f7220eSAndreas Gohr$lang['_header_dokuwiki'] = 'DokuWiki 설정'; 2454f7220eSAndreas Gohr$lang['_header_plugin'] = 'Plugin 설정'; 2554f7220eSAndreas Gohr$lang['_header_template'] = 'Template 설정'; 2654f7220eSAndreas Gohr$lang['_header_undefined'] = '정의되지 않은 설정'; 2754f7220eSAndreas Gohr$lang['_basic'] = '기본 설정'; 2854f7220eSAndreas Gohr$lang['_display'] = '화면 표시 설정'; 2954f7220eSAndreas Gohr$lang['_authentication'] = '인증 설정'; 3054f7220eSAndreas Gohr$lang['_anti_spam'] = '안티-스팸 설정'; 3154f7220eSAndreas Gohr$lang['_editing'] = '편집 설정'; 3254f7220eSAndreas Gohr$lang['_links'] = '링크 설정'; 3354f7220eSAndreas Gohr$lang['_media'] = '미디어 설정'; 3454f7220eSAndreas Gohr$lang['_advanced'] = '진보된 설정'; 3554f7220eSAndreas Gohr$lang['_network'] = '네트워크 설정'; 3654f7220eSAndreas Gohr$lang['_plugin_sufix'] = 'Plugin 설정'; 3754f7220eSAndreas Gohr$lang['_template_sufix'] = 'Template 설정'; 3854f7220eSAndreas Gohr$lang['_msg_setting_undefined'] = '설정되지 않은 메타데이타.'; 3954f7220eSAndreas Gohr$lang['_msg_setting_no_class'] = '설정되지 않은 클래스.'; 4054f7220eSAndreas Gohr$lang['_msg_setting_no_default'] = '기본값 없음.'; 4154f7220eSAndreas Gohr$lang['fmode'] = '파일 생성 모드'; 4254f7220eSAndreas Gohr$lang['dmode'] = '디렉토리 생성 모드'; 4354f7220eSAndreas Gohr$lang['lang'] = '언어'; 4454f7220eSAndreas Gohr$lang['basedir'] = '기본 디렉토리'; 4554f7220eSAndreas Gohr$lang['baseurl'] = '기본 URL'; 4654f7220eSAndreas Gohr$lang['savedir'] = '데이타 저장 디렉토리'; 47*a699035cSErial Krale$lang['cookiedir'] = '쿠키 위치. 비워두면 기본 url 위치로 지정됩니다.'; 4854f7220eSAndreas Gohr$lang['start'] = '시작 페이지 이름'; 4954f7220eSAndreas Gohr$lang['title'] = '위키 제목'; 5054f7220eSAndreas Gohr$lang['template'] = '템플릿'; 51*a699035cSErial Krale$lang['tagline'] = '태그 라인 (템플릿이 지원할 때에 한해)'; 52*a699035cSErial Krale$lang['sidebar'] = '사이드바 페이지 이름(템플릿이 지원할 때에 한해). 비워두면 사이드바를 비활성화함'; 538ace4127S이동낙$lang['license'] = '컨텐트에 어떤 라이센스 정책을 적용하시겠습니까?'; 5454f7220eSAndreas Gohr$lang['fullpath'] = '페이지 하단에 전체 경로 보여주기'; 5554f7220eSAndreas Gohr$lang['recent'] = '최근에 바뀐 것'; 5654f7220eSAndreas Gohr$lang['breadcrumbs'] = '위치 추적 수'; 5754f7220eSAndreas Gohr$lang['youarehere'] = '계층형 위치 추적'; 5854f7220eSAndreas Gohr$lang['typography'] = '기호 대체'; 5954f7220eSAndreas Gohr$lang['htmlok'] = 'HTML 내장 허용'; 6054f7220eSAndreas Gohr$lang['phpok'] = 'PHP 내장 허용'; 61e656dcd4SAndreas Gohr$lang['dformat'] = '날짜 포맷 (PHP <a href="http://www.php.net/strftime">strftime</a> 기능) 참조'; 6254f7220eSAndreas Gohr$lang['signature'] = '서명'; 6354f7220eSAndreas Gohr$lang['toptoclevel'] = '목차 최상위 항목'; 6400261c55S송영환$lang['tocminheads'] = '목차 표시 여부를 결정할 최소한의 표제 항목의 수'; 6554f7220eSAndreas Gohr$lang['maxtoclevel'] = '목차 최대 단계'; 6654f7220eSAndreas Gohr$lang['maxseclevel'] = '섹션 최대 편집 단계'; 6754f7220eSAndreas Gohr$lang['camelcase'] = '링크에 CamelCase 사용'; 6854f7220eSAndreas Gohr$lang['deaccent'] = '악센트 없는 페이지 이름'; 6954f7220eSAndreas Gohr$lang['useheading'] = '페이지 이름으로 첫 헤드라인 사용'; 7054f7220eSAndreas Gohr$lang['refcheck'] = '미디어 참조 검사'; 7154f7220eSAndreas Gohr$lang['refshow'] = '보여줄 미디어 참조 수'; 7254f7220eSAndreas Gohr$lang['allowdebug'] = '디버그 허용 <b>필요하지 않으면 금지!</b>'; 73*a699035cSErial Krale$lang['mediarevisions'] = '미디어 버전 관리를 사용하시겠습니까?'; 7454f7220eSAndreas Gohr$lang['usewordblock'] = '금지단어를 사용해 스팸 막기'; 7554f7220eSAndreas Gohr$lang['indexdelay'] = '색인 연기 시간(초)'; 7654f7220eSAndreas Gohr$lang['relnofollow'] = '외부 링크에 rel="nofollow" 사용'; 7754f7220eSAndreas Gohr$lang['mailguard'] = '이메일 주소를 알아볼 수 없게'; 78a575fb57SAndreas Gohr$lang['iexssprotect'] = '업로드 파일의 악성 Javascript, HTML 코드 가능성 여부를 검사'; 798ace4127S이동낙$lang['showuseras'] = '마지막으로 페이지를 수정한 사용자를 보여줄지 여부'; 8054f7220eSAndreas Gohr$lang['useacl'] = '접근 제어 목록(ACL) 사용'; 8154f7220eSAndreas Gohr$lang['autopasswd'] = '자동으로 만들어진 패스워드'; 8254f7220eSAndreas Gohr$lang['authtype'] = '인증 백-엔드'; 8354f7220eSAndreas Gohr$lang['passcrypt'] = '패스워드 암호화 방법'; 8454f7220eSAndreas Gohr$lang['defaultgroup'] = '기본 그룹'; 8554f7220eSAndreas Gohr$lang['superuser'] = '슈퍼 유저'; 86a575fb57SAndreas Gohr$lang['manager'] = '관리자 - 관리 기능들을 사용할 수 있는 그룹이나 사용자'; 8754f7220eSAndreas Gohr$lang['profileconfirm'] = '개인정보 변경시 암호 재확인'; 8854f7220eSAndreas Gohr$lang['disableactions'] = 'DokuWiki Action 금지'; 8954f7220eSAndreas Gohr$lang['disableactions_check'] = '검사'; 9054f7220eSAndreas Gohr$lang['disableactions_subscription'] = '구독 신청/해지'; 9154f7220eSAndreas Gohr$lang['disableactions_wikicode'] = '문서 소스 보기'; 9254f7220eSAndreas Gohr$lang['disableactions_other'] = '다른 Action(comma로 구분)'; 937a76cf00SAndreas Gohr$lang['sneaky_index'] = '기본적으로, DokuWiki는 색인 목록에 모든 네임스페이스들을 보여줍니다. 947a76cf00SAndreas Gohr이 옵션을 설정하면 사용자가 읽기 권한을 가지고 있지 않은 네임스페이스들은 보여주지 않습니다. 접근 가능한 하위 네임스페이스들 보이지않게 설정하면 자동으로 설정됩니다. 957a76cf00SAndreas Gohr특정 ACL 설정은 색인 사용이 불가능하게 할 수도 있습니다.'; 967a76cf00SAndreas Gohr$lang['auth_security_timeout'] = '인증 보안 초과 시간(초)'; 978ace4127S이동낙$lang['securecookie'] = 'HTTPS로 보내진 쿠키는 HTTPS에만 적용 할까요? 위키의 로그인 페이지만 SSL로 암호화 하고 위키 페이지는 그렇지 않은경우 꺼야 합니다.'; 9811d7187bSYooS C$lang['xmlrpc'] = 'XML-RPC 인터페이스 지원/무시'; 9911d7187bSYooS C$lang['xmlrpcuser'] = '주어진 그룹이나 유저들에게만 XML-RPC접근을 허락하려면 컴마로 구분하여 적으세요. 비어두면 모두에게 허용됩니다.'; 10084ddc6deSMatthias Schulte$lang['updatecheck'] = '업데이트와 보안 문제를 검사(DokuWiki를 update.dokuwiki.org에 연결해야 합니다.)'; 1017a76cf00SAndreas Gohr$lang['userewrite'] = 'URL rewriting기능 사용'; 10254f7220eSAndreas Gohr$lang['useslash'] = 'URL에서 네임스페이스 구분자로 슬래쉬 문자 사용'; 10354f7220eSAndreas Gohr$lang['usedraft'] = '편집하는 동안 자동으로 문서 초안 저장'; 10454f7220eSAndreas Gohr$lang['sepchar'] = '페이지 이름 단어 구분자'; 10554f7220eSAndreas Gohr$lang['canonical'] = '완전한 canonical URL 사용'; 106f3401340SErial Krale$lang['fnencode'] = '아스키가 아닌 파일이름을 인코딩 하는 방법.'; 10754f7220eSAndreas Gohr$lang['autoplural'] = '링크 연결시 plural폼 검사'; 10854f7220eSAndreas Gohr$lang['compression'] = 'attic파일 압축 방법 선택'; 10954f7220eSAndreas Gohr$lang['cachetime'] = '최대 캐쉬 생존 시간(초)'; 11054f7220eSAndreas Gohr$lang['locktime'] = '쵀대 파일 잠금 시간(초)'; 11154f7220eSAndreas Gohr$lang['fetchsize'] = 'fetch.php가 외부에서 다운로드할 수도 있는 최대 크기(바이트)'; 11254f7220eSAndreas Gohr$lang['notify'] = '이메일 알람 기능'; 11354f7220eSAndreas Gohr$lang['registernotify'] = '신규 등록자 알람 기능'; 11454f7220eSAndreas Gohr$lang['mailfrom'] = '자동으로 보내지는 메일 발신자'; 115f3401340SErial Krale$lang['mailprefix'] = '자동으로 보내지는 메일의 제목 말머리 내용'; 1167a76cf00SAndreas Gohr$lang['gzip_output'] = 'xhml 내용 gzip 압축 여부'; 11754f7220eSAndreas Gohr$lang['gdlib'] = 'GD 라이브러리 버전'; 11854f7220eSAndreas Gohr$lang['im_convert'] = 'ImageMagick 위치'; 11954f7220eSAndreas Gohr$lang['jpg_quality'] = 'JPG 압축 품질 (0-100)'; 12054f7220eSAndreas Gohr$lang['subscribers'] = '페이지 갱신 알람 기능'; 12111d7187bSYooS C$lang['subscribe_time'] = ' 구독 목록과 요약이 보내질 경과 시간 (초); 이 것은 recent_days에서 설정된 시간보다 작아야 합니다.'; 12254f7220eSAndreas Gohr$lang['compress'] = '최적화된 CSS, javascript 출력'; 123*a699035cSErial Krale$lang['cssdatauri'] = '이미지가 렌더링될 최대 용량 크기를 CSS에 규정해야 HTTP request 헤더 오버헤드 크기를 감소시킬 수 있습니다. 이 기술은 IE 7 이하에서는 작동하지 않습니다! <code>400</code> 에서 <code>600></code> 정도면 좋은 효율을 가져옵니다. <code>0</code>로 지정할 경우 비활성화 됩니다.'; 1247a76cf00SAndreas Gohr$lang['hidepages'] = '매칭된 페이지 숨기기(정규표현식)'; 12554f7220eSAndreas Gohr$lang['send404'] = '존재하지 않는 페이지에 대해 "HTTP 404/Page Not Found" 응답'; 12654f7220eSAndreas Gohr$lang['sitemap'] = '구글 사이트맵 생성(날짜)'; 127cc25c900SAndreas Gohr$lang['broken_iua'] = '설치된 시스템에서 ignore_user_abort 기능에 문제가 있으면 색인이 정상적으로 동작하지 않습니다. 이 기능이 IIS+PHP/CGI에서 문제가 있는 것으로 알려졌습니다. 자세한 정보는 <a href="http://bugs.splitbrain.org/?do=details&task_id=852">Bug 852</a>를 참고하기 바랍니다.'; 1287a76cf00SAndreas Gohr$lang['xsendfile'] = '웹 서버 static 파일 전송 지원을 위해 X-Sendfile 헤더를 사용한다면 이 옵션을 사용합니다. 1297a76cf00SAndreas Gohr웹 서버가 이 기능을 지원해야 합니다.'; 1307a76cf00SAndreas Gohr$lang['renderer_xhtml'] = '주 (xhtml) 위키 출력 처리기'; 1317a76cf00SAndreas Gohr$lang['renderer__core'] = '%s (DokuWiki 내부 기능)'; 1327a76cf00SAndreas Gohr$lang['renderer__plugin'] = '%s (DokuWiki 플러그인)'; 1338ace4127S이동낙$lang['rememberme'] = '로그인 정보 저장 허용'; 13454f7220eSAndreas Gohr$lang['rss_type'] = 'XML feed 타잎'; 13554f7220eSAndreas Gohr$lang['rss_linkto'] = 'XML feed 링크 정보'; 1367a76cf00SAndreas Gohr$lang['rss_content'] = 'XML feed 항목들에 표시되는 내용은?'; 13754f7220eSAndreas Gohr$lang['rss_update'] = 'XML feed 갱신 주기(초)'; 13854f7220eSAndreas Gohr$lang['recent_days'] = '최근 바뀐 페이지 기준 시간(날짜)'; 139a575fb57SAndreas Gohr$lang['rss_show_summary'] = 'XML feed 제목에서 요약정보 보여주기'; 14054f7220eSAndreas Gohr$lang['target____wiki'] = '내부 링크들에 대한 타겟 윈도우 '; 14154f7220eSAndreas Gohr$lang['target____interwiki'] = 'InterWiki 링크들에 대한 타겟 윈도우'; 14254f7220eSAndreas Gohr$lang['target____extern'] = '외부 링크들에 대한 타겟 윈도우'; 14354f7220eSAndreas Gohr$lang['target____media'] = '미디어 링크들에 대한 타겟 윈도우'; 14454f7220eSAndreas Gohr$lang['target____windows'] = '윈도우 링크들에 대한 타겟 윈도우'; 14554f7220eSAndreas Gohr$lang['proxy____host'] = '프록시 서버 이름'; 14654f7220eSAndreas Gohr$lang['proxy____port'] = '프록시 서버 포트'; 14754f7220eSAndreas Gohr$lang['proxy____user'] = '프록시 사용자 이름'; 14854f7220eSAndreas Gohr$lang['proxy____pass'] = '프록시 패스워드'; 14954f7220eSAndreas Gohr$lang['proxy____ssl'] = '프록시 연결시 ssl사용'; 15011d7187bSYooS C$lang['proxy____except'] = '프록시설정이 무시될 URL주소들의 RegEx형식표현'; 15154f7220eSAndreas Gohr$lang['safemodehack'] = 'safemode hack기능 사용'; 15254f7220eSAndreas Gohr$lang['ftp____host'] = 'safemode hack의 FTP 서버'; 15354f7220eSAndreas Gohr$lang['ftp____port'] = 'safemode hack의 FTP port'; 15454f7220eSAndreas Gohr$lang['ftp____user'] = 'safemode hack의 FTP 사용자 이름'; 15554f7220eSAndreas Gohr$lang['ftp____pass'] = 'safemode hack의 FTP 패스워드'; 15654f7220eSAndreas Gohr$lang['ftp____root'] = 'safemode hack의 FTP 루트 디렉토리'; 1578ace4127S이동낙$lang['license_o_'] = '선택하지 않음'; 1587a76cf00SAndreas Gohr$lang['typography_o_0'] = '사용 안함'; 1597a76cf00SAndreas Gohr$lang['typography_o_1'] = '이중 인용부호("")만 지원'; 1607a76cf00SAndreas Gohr$lang['typography_o_2'] = '모든 가능한 인용 부호 (동작 안될 수도 있음)'; 16154f7220eSAndreas Gohr$lang['userewrite_o_0'] = '사용 안함'; 16254f7220eSAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 16354f7220eSAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki 내부 기능'; 16454f7220eSAndreas Gohr$lang['deaccent_o_0'] = '사용 안함'; 16554f7220eSAndreas Gohr$lang['deaccent_o_1'] = '악센트 제거'; 16654f7220eSAndreas Gohr$lang['deaccent_o_2'] = '라틴문자화'; 1677a76cf00SAndreas Gohr$lang['gdlib_o_0'] = 'GD 라이브러리 사용 불가'; 16854f7220eSAndreas Gohr$lang['gdlib_o_1'] = '버전 1.x'; 16954f7220eSAndreas Gohr$lang['gdlib_o_2'] = '자동 인식'; 17054f7220eSAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 17154f7220eSAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 17254f7220eSAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 17354f7220eSAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 1747a76cf00SAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 1757a76cf00SAndreas Gohr$lang['rss_content_o_abstract'] = '개요'; 1767a76cf00SAndreas Gohr$lang['rss_content_o_diff'] = '통합 차이점 목록'; 1777a76cf00SAndreas Gohr$lang['rss_content_o_htmldiff'] = '차이점 목록 (HTML 테이블)'; 1787a76cf00SAndreas Gohr$lang['rss_content_o_html'] = '내용 (HTML 페이지)'; 17954f7220eSAndreas Gohr$lang['rss_linkto_o_diff'] = '차이점 보기'; 18054f7220eSAndreas Gohr$lang['rss_linkto_o_page'] = '변경 페이지 보기'; 18154f7220eSAndreas Gohr$lang['rss_linkto_o_rev'] = '변경 목록 보기'; 18254f7220eSAndreas Gohr$lang['rss_linkto_o_current'] = '최근 페이지 보기'; 18354f7220eSAndreas Gohr$lang['compression_o_0'] = '없음'; 18454f7220eSAndreas Gohr$lang['compression_o_gz'] = 'gzip'; 18554f7220eSAndreas Gohr$lang['compression_o_bz2'] = 'bz2'; 1867a76cf00SAndreas Gohr$lang['xsendfile_o_0'] = '사용 불가'; 1877a76cf00SAndreas Gohr$lang['xsendfile_o_1'] = '비공개 lighttpd 헤더 (1.5 이전 버전)'; 1887a76cf00SAndreas Gohr$lang['xsendfile_o_2'] = '표준 X-Sendfile 헤더'; 1897a76cf00SAndreas Gohr$lang['xsendfile_o_3'] = '비공개 Nginx X-Accel-Redirect 헤더'; 1908ace4127S이동낙$lang['showuseras_o_loginname'] = '로그인 이름'; 1918ace4127S이동낙$lang['showuseras_o_username'] = '사용자 이름'; 1928ace4127S이동낙$lang['showuseras_o_email'] = '사용자 e-mail 주소(메일주소 보호 셋팅에 따라 안보일 수 있음)'; 1938ace4127S이동낙$lang['showuseras_o_email_link'] = 'mailto: link로 표현될 사용자 e-mail 주소'; 1948ace4127S이동낙$lang['useheading_o_0'] = '아니요'; 1958ace4127S이동낙$lang['useheading_o_navigation'] = '네비게이션에만'; 1968ace4127S이동낙$lang['useheading_o_content'] = '위키 내용에만'; 1978ace4127S이동낙$lang['useheading_o_1'] = '항상'; 19811d7187bSYooS C$lang['readdircache'] = 'readdir 캐쉬를 위한 최대 시간 (초)'; 199