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 8*00261c55S송영환 * @author Song Younghwan <purluno@gmail.com> 954f7220eSAndreas Gohr */ 1054f7220eSAndreas Gohr$lang['menu'] = '환경 설정'; 1154f7220eSAndreas Gohr$lang['error'] = '잘못된 값때문에 설정들을 변경할 수 없습니다. 수정한 값들을 검사하고 확인을 누르기 바랍니다. 1254f7220eSAndreas Gohr <br />잘못된 값(들)은 붉은 선으로 둘러싸여 있습니다.'; 1354f7220eSAndreas Gohr$lang['updated'] = '설정이 성공적으로 변경되었습니다.'; 1454f7220eSAndreas Gohr$lang['nochoice'] = '(다른 선택이 불가능합니다.)'; 1554f7220eSAndreas Gohr$lang['locked'] = '환경 설정 파일을 수정할 수 없습니다. 의도된 행동이 아니라면,<br /> 파일이름과 권한이 맞는지 확인하기 바랍니다. '; 167a76cf00SAndreas Gohr$lang['_configuration_manager'] = '환경 설정 관리자'; 1754f7220eSAndreas Gohr$lang['_header_dokuwiki'] = 'DokuWiki 설정'; 1854f7220eSAndreas Gohr$lang['_header_plugin'] = 'Plugin 설정'; 1954f7220eSAndreas Gohr$lang['_header_template'] = 'Template 설정'; 2054f7220eSAndreas Gohr$lang['_header_undefined'] = '정의되지 않은 설정'; 2154f7220eSAndreas Gohr$lang['_basic'] = '기본 설정'; 2254f7220eSAndreas Gohr$lang['_display'] = '화면 표시 설정'; 2354f7220eSAndreas Gohr$lang['_authentication'] = '인증 설정'; 2454f7220eSAndreas Gohr$lang['_anti_spam'] = '안티-스팸 설정'; 2554f7220eSAndreas Gohr$lang['_editing'] = '편집 설정'; 2654f7220eSAndreas Gohr$lang['_links'] = '링크 설정'; 2754f7220eSAndreas Gohr$lang['_media'] = '미디어 설정'; 2854f7220eSAndreas Gohr$lang['_advanced'] = '진보된 설정'; 2954f7220eSAndreas Gohr$lang['_network'] = '네트워크 설정'; 3054f7220eSAndreas Gohr$lang['_plugin_sufix'] = 'Plugin 설정'; 3154f7220eSAndreas Gohr$lang['_template_sufix'] = 'Template 설정'; 3254f7220eSAndreas Gohr$lang['_msg_setting_undefined'] = '설정되지 않은 메타데이타.'; 3354f7220eSAndreas Gohr$lang['_msg_setting_no_class'] = '설정되지 않은 클래스.'; 3454f7220eSAndreas Gohr$lang['_msg_setting_no_default'] = '기본값 없음.'; 3554f7220eSAndreas Gohr$lang['fmode'] = '파일 생성 모드'; 3654f7220eSAndreas Gohr$lang['dmode'] = '디렉토리 생성 모드'; 3754f7220eSAndreas Gohr$lang['lang'] = '언어'; 3854f7220eSAndreas Gohr$lang['basedir'] = '기본 디렉토리'; 3954f7220eSAndreas Gohr$lang['baseurl'] = '기본 URL'; 4054f7220eSAndreas Gohr$lang['savedir'] = '데이타 저장 디렉토리'; 4154f7220eSAndreas Gohr$lang['start'] = '시작 페이지 이름'; 4254f7220eSAndreas Gohr$lang['title'] = '위키 제목'; 4354f7220eSAndreas Gohr$lang['template'] = '템플릿'; 448ace4127S이동낙$lang['license'] = '컨텐트에 어떤 라이센스 정책을 적용하시겠습니까?'; 4554f7220eSAndreas Gohr$lang['fullpath'] = '페이지 하단에 전체 경로 보여주기'; 4654f7220eSAndreas Gohr$lang['recent'] = '최근에 바뀐 것'; 4754f7220eSAndreas Gohr$lang['breadcrumbs'] = '위치 추적 수'; 4854f7220eSAndreas Gohr$lang['youarehere'] = '계층형 위치 추적'; 4954f7220eSAndreas Gohr$lang['typography'] = '기호 대체'; 5054f7220eSAndreas Gohr$lang['htmlok'] = 'HTML 내장 허용'; 5154f7220eSAndreas Gohr$lang['phpok'] = 'PHP 내장 허용'; 52e656dcd4SAndreas Gohr$lang['dformat'] = '날짜 포맷 (PHP <a href="http://www.php.net/strftime">strftime</a> 기능) 참조'; 5354f7220eSAndreas Gohr$lang['signature'] = '서명'; 5454f7220eSAndreas Gohr$lang['toptoclevel'] = '목차 최상위 항목'; 55*00261c55S송영환$lang['tocminheads'] = '목차 표시 여부를 결정할 최소한의 표제 항목의 수'; 5654f7220eSAndreas Gohr$lang['maxtoclevel'] = '목차 최대 단계'; 5754f7220eSAndreas Gohr$lang['maxseclevel'] = '섹션 최대 편집 단계'; 5854f7220eSAndreas Gohr$lang['camelcase'] = '링크에 CamelCase 사용'; 5954f7220eSAndreas Gohr$lang['deaccent'] = '악센트 없는 페이지 이름'; 6054f7220eSAndreas Gohr$lang['useheading'] = '페이지 이름으로 첫 헤드라인 사용'; 6154f7220eSAndreas Gohr$lang['refcheck'] = '미디어 참조 검사'; 6254f7220eSAndreas Gohr$lang['refshow'] = '보여줄 미디어 참조 수'; 6354f7220eSAndreas Gohr$lang['allowdebug'] = '디버그 허용 <b>필요하지 않으면 금지!</b>'; 6454f7220eSAndreas Gohr$lang['usewordblock'] = '금지단어를 사용해 스팸 막기'; 6554f7220eSAndreas Gohr$lang['indexdelay'] = '색인 연기 시간(초)'; 6654f7220eSAndreas Gohr$lang['relnofollow'] = '외부 링크에 rel="nofollow" 사용'; 6754f7220eSAndreas Gohr$lang['mailguard'] = '이메일 주소를 알아볼 수 없게'; 68a575fb57SAndreas Gohr$lang['iexssprotect'] = '업로드 파일의 악성 Javascript, HTML 코드 가능성 여부를 검사'; 698ace4127S이동낙$lang['showuseras'] = '마지막으로 페이지를 수정한 사용자를 보여줄지 여부'; 7054f7220eSAndreas Gohr$lang['useacl'] = '접근 제어 목록(ACL) 사용'; 7154f7220eSAndreas Gohr$lang['autopasswd'] = '자동으로 만들어진 패스워드'; 7254f7220eSAndreas Gohr$lang['authtype'] = '인증 백-엔드'; 7354f7220eSAndreas Gohr$lang['passcrypt'] = '패스워드 암호화 방법'; 7454f7220eSAndreas Gohr$lang['defaultgroup'] = '기본 그룹'; 7554f7220eSAndreas Gohr$lang['superuser'] = '슈퍼 유저'; 76a575fb57SAndreas Gohr$lang['manager'] = '관리자 - 관리 기능들을 사용할 수 있는 그룹이나 사용자'; 7754f7220eSAndreas Gohr$lang['profileconfirm'] = '개인정보 변경시 암호 재확인'; 7854f7220eSAndreas Gohr$lang['disableactions'] = 'DokuWiki Action 금지'; 7954f7220eSAndreas Gohr$lang['disableactions_check'] = '검사'; 8054f7220eSAndreas Gohr$lang['disableactions_subscription'] = '구독 신청/해지'; 817a76cf00SAndreas Gohr$lang['disableactions_nssubscription'] = '네임스페이스 구독 신청/해지'; 8254f7220eSAndreas Gohr$lang['disableactions_wikicode'] = '문서 소스 보기'; 8354f7220eSAndreas Gohr$lang['disableactions_other'] = '다른 Action(comma로 구분)'; 847a76cf00SAndreas Gohr$lang['sneaky_index'] = '기본적으로, DokuWiki는 색인 목록에 모든 네임스페이스들을 보여줍니다. 857a76cf00SAndreas Gohr이 옵션을 설정하면 사용자가 읽기 권한을 가지고 있지 않은 네임스페이스들은 보여주지 않습니다. 접근 가능한 하위 네임스페이스들 보이지않게 설정하면 자동으로 설정됩니다. 867a76cf00SAndreas Gohr특정 ACL 설정은 색인 사용이 불가능하게 할 수도 있습니다.'; 877a76cf00SAndreas Gohr$lang['auth_security_timeout'] = '인증 보안 초과 시간(초)'; 888ace4127S이동낙$lang['securecookie'] = 'HTTPS로 보내진 쿠키는 HTTPS에만 적용 할까요? 위키의 로그인 페이지만 SSL로 암호화 하고 위키 페이지는 그렇지 않은경우 꺼야 합니다.'; 8954f7220eSAndreas Gohr$lang['updatecheck'] = '업데이트와 보안 문제를 검사(DokuWiki를 splitbrain.org에 연결해야 합니다.)'; 907a76cf00SAndreas Gohr$lang['userewrite'] = 'URL rewriting기능 사용'; 9154f7220eSAndreas Gohr$lang['useslash'] = 'URL에서 네임스페이스 구분자로 슬래쉬 문자 사용'; 9254f7220eSAndreas Gohr$lang['usedraft'] = '편집하는 동안 자동으로 문서 초안 저장'; 9354f7220eSAndreas Gohr$lang['sepchar'] = '페이지 이름 단어 구분자'; 9454f7220eSAndreas Gohr$lang['canonical'] = '완전한 canonical URL 사용'; 9554f7220eSAndreas Gohr$lang['autoplural'] = '링크 연결시 plural폼 검사'; 9654f7220eSAndreas Gohr$lang['compression'] = 'attic파일 압축 방법 선택'; 9754f7220eSAndreas Gohr$lang['cachetime'] = '최대 캐쉬 생존 시간(초)'; 9854f7220eSAndreas Gohr$lang['locktime'] = '쵀대 파일 잠금 시간(초)'; 9954f7220eSAndreas Gohr$lang['fetchsize'] = 'fetch.php가 외부에서 다운로드할 수도 있는 최대 크기(바이트)'; 10054f7220eSAndreas Gohr$lang['notify'] = '이메일 알람 기능'; 10154f7220eSAndreas Gohr$lang['registernotify'] = '신규 등록자 알람 기능'; 10254f7220eSAndreas Gohr$lang['mailfrom'] = '자동으로 보내지는 메일 발신자'; 1037a76cf00SAndreas Gohr$lang['gzip_output'] = 'xhml 내용 gzip 압축 여부'; 10454f7220eSAndreas Gohr$lang['gdlib'] = 'GD 라이브러리 버전'; 10554f7220eSAndreas Gohr$lang['im_convert'] = 'ImageMagick 위치'; 10654f7220eSAndreas Gohr$lang['jpg_quality'] = 'JPG 압축 품질 (0-100)'; 10754f7220eSAndreas Gohr$lang['subscribers'] = '페이지 갱신 알람 기능'; 10854f7220eSAndreas Gohr$lang['compress'] = '최적화된 CSS, javascript 출력'; 1097a76cf00SAndreas Gohr$lang['hidepages'] = '매칭된 페이지 숨기기(정규표현식)'; 11054f7220eSAndreas Gohr$lang['send404'] = '존재하지 않는 페이지에 대해 "HTTP 404/Page Not Found" 응답'; 11154f7220eSAndreas Gohr$lang['sitemap'] = '구글 사이트맵 생성(날짜)'; 112cc25c900SAndreas Gohr$lang['broken_iua'] = '설치된 시스템에서 ignore_user_abort 기능에 문제가 있으면 색인이 정상적으로 동작하지 않습니다. 이 기능이 IIS+PHP/CGI에서 문제가 있는 것으로 알려졌습니다. 자세한 정보는 <a href="http://bugs.splitbrain.org/?do=details&task_id=852">Bug 852</a>를 참고하기 바랍니다.'; 1137a76cf00SAndreas Gohr$lang['xsendfile'] = '웹 서버 static 파일 전송 지원을 위해 X-Sendfile 헤더를 사용한다면 이 옵션을 사용합니다. 1147a76cf00SAndreas Gohr웹 서버가 이 기능을 지원해야 합니다.'; 1157a76cf00SAndreas Gohr$lang['xmlrpc'] = 'XML-RPC 인터페이스 지원/무시'; 1167a76cf00SAndreas Gohr$lang['renderer_xhtml'] = '주 (xhtml) 위키 출력 처리기'; 1177a76cf00SAndreas Gohr$lang['renderer__core'] = '%s (DokuWiki 내부 기능)'; 1187a76cf00SAndreas Gohr$lang['renderer__plugin'] = '%s (DokuWiki 플러그인)'; 1198ace4127S이동낙$lang['rememberme'] = '로그인 정보 저장 허용'; 12054f7220eSAndreas Gohr$lang['rss_type'] = 'XML feed 타잎'; 12154f7220eSAndreas Gohr$lang['rss_linkto'] = 'XML feed 링크 정보'; 1227a76cf00SAndreas Gohr$lang['rss_content'] = 'XML feed 항목들에 표시되는 내용은?'; 12354f7220eSAndreas Gohr$lang['rss_update'] = 'XML feed 갱신 주기(초)'; 12454f7220eSAndreas Gohr$lang['recent_days'] = '최근 바뀐 페이지 기준 시간(날짜)'; 125a575fb57SAndreas Gohr$lang['rss_show_summary'] = 'XML feed 제목에서 요약정보 보여주기'; 12654f7220eSAndreas Gohr$lang['target____wiki'] = '내부 링크들에 대한 타겟 윈도우 '; 12754f7220eSAndreas Gohr$lang['target____interwiki'] = 'InterWiki 링크들에 대한 타겟 윈도우'; 12854f7220eSAndreas Gohr$lang['target____extern'] = '외부 링크들에 대한 타겟 윈도우'; 12954f7220eSAndreas Gohr$lang['target____media'] = '미디어 링크들에 대한 타겟 윈도우'; 13054f7220eSAndreas Gohr$lang['target____windows'] = '윈도우 링크들에 대한 타겟 윈도우'; 13154f7220eSAndreas Gohr$lang['proxy____host'] = '프록시 서버 이름'; 13254f7220eSAndreas Gohr$lang['proxy____port'] = '프록시 서버 포트'; 13354f7220eSAndreas Gohr$lang['proxy____user'] = '프록시 사용자 이름'; 13454f7220eSAndreas Gohr$lang['proxy____pass'] = '프록시 패스워드'; 13554f7220eSAndreas Gohr$lang['proxy____ssl'] = '프록시 연결시 ssl사용'; 13654f7220eSAndreas Gohr$lang['safemodehack'] = 'safemode hack기능 사용'; 13754f7220eSAndreas Gohr$lang['ftp____host'] = 'safemode hack의 FTP 서버'; 13854f7220eSAndreas Gohr$lang['ftp____port'] = 'safemode hack의 FTP port'; 13954f7220eSAndreas Gohr$lang['ftp____user'] = 'safemode hack의 FTP 사용자 이름'; 14054f7220eSAndreas Gohr$lang['ftp____pass'] = 'safemode hack의 FTP 패스워드'; 14154f7220eSAndreas Gohr$lang['ftp____root'] = 'safemode hack의 FTP 루트 디렉토리'; 1428ace4127S이동낙$lang['license_o_'] = '선택하지 않음'; 1437a76cf00SAndreas Gohr$lang['typography_o_0'] = '사용 안함'; 1447a76cf00SAndreas Gohr$lang['typography_o_1'] = '이중 인용부호("")만 지원'; 1457a76cf00SAndreas Gohr$lang['typography_o_2'] = '모든 가능한 인용 부호 (동작 안될 수도 있음)'; 14654f7220eSAndreas Gohr$lang['userewrite_o_0'] = '사용 안함'; 14754f7220eSAndreas Gohr$lang['userewrite_o_1'] = '.htaccess'; 14854f7220eSAndreas Gohr$lang['userewrite_o_2'] = 'DokuWiki 내부 기능'; 14954f7220eSAndreas Gohr$lang['deaccent_o_0'] = '사용 안함'; 15054f7220eSAndreas Gohr$lang['deaccent_o_1'] = '악센트 제거'; 15154f7220eSAndreas Gohr$lang['deaccent_o_2'] = '라틴문자화'; 1527a76cf00SAndreas Gohr$lang['gdlib_o_0'] = 'GD 라이브러리 사용 불가'; 15354f7220eSAndreas Gohr$lang['gdlib_o_1'] = '버전 1.x'; 15454f7220eSAndreas Gohr$lang['gdlib_o_2'] = '자동 인식'; 15554f7220eSAndreas Gohr$lang['rss_type_o_rss'] = 'RSS 0.91'; 15654f7220eSAndreas Gohr$lang['rss_type_o_rss1'] = 'RSS 1.0'; 15754f7220eSAndreas Gohr$lang['rss_type_o_rss2'] = 'RSS 2.0'; 15854f7220eSAndreas Gohr$lang['rss_type_o_atom'] = 'Atom 0.3'; 1597a76cf00SAndreas Gohr$lang['rss_type_o_atom1'] = 'Atom 1.0'; 1607a76cf00SAndreas Gohr$lang['rss_content_o_abstract'] = '개요'; 1617a76cf00SAndreas Gohr$lang['rss_content_o_diff'] = '통합 차이점 목록'; 1627a76cf00SAndreas Gohr$lang['rss_content_o_htmldiff'] = '차이점 목록 (HTML 테이블)'; 1637a76cf00SAndreas Gohr$lang['rss_content_o_html'] = '내용 (HTML 페이지)'; 16454f7220eSAndreas Gohr$lang['rss_linkto_o_diff'] = '차이점 보기'; 16554f7220eSAndreas Gohr$lang['rss_linkto_o_page'] = '변경 페이지 보기'; 16654f7220eSAndreas Gohr$lang['rss_linkto_o_rev'] = '변경 목록 보기'; 16754f7220eSAndreas Gohr$lang['rss_linkto_o_current'] = '최근 페이지 보기'; 16854f7220eSAndreas Gohr$lang['compression_o_0'] = '없음'; 16954f7220eSAndreas Gohr$lang['compression_o_gz'] = 'gzip'; 17054f7220eSAndreas Gohr$lang['compression_o_bz2'] = 'bz2'; 1717a76cf00SAndreas Gohr$lang['xsendfile_o_0'] = '사용 불가'; 1727a76cf00SAndreas Gohr$lang['xsendfile_o_1'] = '비공개 lighttpd 헤더 (1.5 이전 버전)'; 1737a76cf00SAndreas Gohr$lang['xsendfile_o_2'] = '표준 X-Sendfile 헤더'; 1747a76cf00SAndreas Gohr$lang['xsendfile_o_3'] = '비공개 Nginx X-Accel-Redirect 헤더'; 1758ace4127S이동낙$lang['showuseras_o_loginname'] = '로그인 이름'; 1768ace4127S이동낙$lang['showuseras_o_username'] = '사용자 이름'; 1778ace4127S이동낙$lang['showuseras_o_email'] = '사용자 e-mail 주소(메일주소 보호 셋팅에 따라 안보일 수 있음)'; 1788ace4127S이동낙$lang['showuseras_o_email_link'] = 'mailto: link로 표현될 사용자 e-mail 주소'; 1798ace4127S이동낙$lang['useheading_o_0'] = '아니요'; 1808ace4127S이동낙$lang['useheading_o_navigation'] = '네비게이션에만'; 1818ace4127S이동낙$lang['useheading_o_content'] = '위키 내용에만'; 1828ace4127S이동낙$lang['useheading_o_1'] = '항상'; 183