-pg电子官方网址入口

/******************************************************************************* * kindeditor - wysiwyg html editor for internet * pg电子平台网站 copyright (c) 2006-2011 kindsoft.net * * @author composite * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php *******************************************************************************/ kindeditor.lang({ source : '소스', preview : '미리보기', undo : '작업취소(ctrl z)', redo : '작업재개(ctrl y)', cut : '잘라내기(ctrl x)', copy : '복사(ctrl c)', paste : '붙여넣기(ctrl v)', plainpaste : '일반 텍스트로 붙여넣기', wordpaste : '워드 문서로 붙여넣기', selectall : '전체 선택', justifyleft : '왼쪽 정렬', justifycenter : '가운데 정렬', justifyright : '오른쪽 정렬', justifyfull : '양쪽 정렬', insertorderedlist : '순서 목록', insertunorderedlist : '비순서 목록', indent : '들여쓰기', outdent : '내어쓰기', subscript : '아랫첨자', superscript : '윗첨자', formatblock : '문단 형식', fontname : '글꼴', fontsize : '글자 크기', forecolor : '글자색', hilitecolor : '강조색', bold : '굵게(ctrl b)', italic : '이텔릭(ctrl i)', underline : '빝줄(ctrl u)', strikethrough : '취소선', removeformat : '형식 제거', image : '이미지 추가', multiimage : '여러 이미지 추가', flash : '플래시 추가', media : '미디어 추가', table : '표', tablecell : '열', hr : '구분선 추가', emoticons : '이모티콘 추가', link : '링크', unlink : '링크 제거', fullscreen : '전체 화면 모드', about : '이 에디터는...', print : '인쇄', filemanager : '파일 관리자', code : '코드 추가', map : '구글 맵 추가', baidumap : '바이두 맵 추가', lineheight : '행 간격', clearhtml : 'html 코드 정리', pagebreak : '페이지 구분 추가', quickformat : '빠른 형식', insertfile : '파일 추가', template : '템플릿 추가', anchor : '책갈피', yes : '확인', no : '취소', close : '닫기', editimage : '이미지 속성', deleteimage : '이미지 삭제', editflash : '플래시 속성', deleteflash : '플래시 삭제', editmedia : '미디어 속성', deletemedia : '미디어 삭제', editlink : '링크 속성', deletelink : '링크 삭제', tableprop : '표 속성', tablecellprop : '열 속성', tableinsert : '표 추가', tabledelete : '표 삭제', tablecolinsertleft : '왼쪽으로 열 추가', tablecolinsertright : '오른쪽으로 열 추가', tablerowinsertabove : '위쪽으로 열 추가', tablerowinsertbelow : '아래쪽으로 열 추가', tablerowmerge : '아래로 병합', tablecolmerge : '오른쪽으로 병합', tablerowsplit : '행 나누기', tablecolsplit : '열 나누기', tablecoldelete : '열 삭제', tablerowdelete : '행 삭제', nocolor : '기본색', pleaseselectfile : '파일 선택', invalidimg : "올바른 주소를 입력하세요.\njpg,gif,bmp,png 형식이 가능합니다.", invalidmedia : "올바른 주소를 입력하세요.\nswf,flv,mp3,wav,wma,wmv,mid,avi,mpg,asf,rm,rmvb 형식이 가능합니다.", invalidwidth : "넓이 값은 숫자여야 합니다.", invalidheight : "높이 값은 숫자여야 합니다.", invalidborder : "굵기 값은 숫자여야 합니다.", invalidurl : "올바른 주소를 입력하세요.", invalidrows : '올바른 행이 아닙니다.', invalidcols : '올바른 열이 아닙니다.', invalidpadding : '안쪽 여백 값은 숫자여야 합니다.', invalidspacing : '간격 길이 값은 숫자여야 합니다.', invalidjson : '올바른 json 형식이 아닙니다.', uploadsuccess : '업로드가 완료되었습니다.', cuterror : '브라우저가 잘라내기 기능을 지원하지 않습니다, 단축키로 대신 사용하세요. (ctrl x)', copyerror : '브라우저가 복사 기능을 지원하지 않습니다, 단축키로 대신 사용하세요. (ctrl x)', pasteerror : '브라우저가 붙여넣기 기능을 지원하지 않습니다, 단축키로 대신 사용하세요. (ctrl x)', ajaxloading : '불러오는 중 ...', uploadloading : '업로드 중 ...', uploaderror : '업로드 오류', 'plainpaste.comment' : '단축키(ctrl v)를 통하여 여기에 텍스트를 붙여넣으세요.', 'wordpaste.comment' : '단축키(ctrl v)를 통하여 여기에 워드 텍스트를 붙여넣으세요.', 'code.pleaseinput' : 'please input code.', 'link.url' : '주소', 'link.linktype' : '창', 'link.newwindow' : '새 창', 'link.selfwindow' : '현재 창', 'flash.url' : '주소', 'flash.width' : '넓이', 'flash.height' : '높이', 'flash.upload' : '업로드', 'flash.viewserver' : '찾아보기', 'media.url' : '주소', 'media.width' : '넓이', 'media.height' : '높이', 'media.autostart' : '자동 시작', 'media.upload' : '업로드', 'media.viewserver' : '찾아보기', 'image.remoteimage' : '외부 이미지', 'image.localimage' : '내부 이미지', 'image.remoteurl' : '주소', 'image.localurl' : '파일', 'image.size' : '크기', 'image.width' : '넓이', 'image.height' : '높이', 'image.resetsize' : '기본 크기로', 'image.align' : '정렬', 'image.defaultalign' : '기본', 'image.leftalign' : '왼쪽', 'image.rightalign' : '오른쪽', 'image.imgtitle' : '제목', 'image.upload' : '찾아보기', 'image.viewserver' : '찾아보기', 'multiimage.uploaddesc' : '최대 이미지 개수: <%=uploadlimit%>개, 개당 이미지 크기: <%=sizelimit%>', 'multiimage.startupload' : '업로드 시작', 'multiimage.clearall' : '모두 삭제', 'multiimage.insertall' : '모두 삽입', 'multiimage.queuelimitexceeded' : '업로드 개수가 초과되었습니다.', 'multiimage.fileexceedssizelimit' : '업로드 크기가 초과되었습니다.', 'multiimage.zerobytefile' : '파일 크기가 없습니다.', 'multiimage.invalidfiletype' : '올바른 이미지가 아닙니다.', 'multiimage.unknownerror' : '알 수 없는 업로드 오류가 발생하였습니다.', 'multiimage.pending' : '처리 중 ...', 'multiimage.uploaderror' : '업로드 오류', 'filemanager.emptyfolder' : '빈 폴더', 'filemanager.moveup' : '위로', 'filemanager.viewtype' : '보기 방식: ', 'filemanager.viewimage' : '미리 보기', 'filemanager.listimage' : '목록', 'filemanager.ordertype' : '정렬 방식: ', 'filemanager.filename' : '이름별', 'filemanager.filesize' : '크기별', 'filemanager.filetype' : '종류별', 'insertfile.url' : '주소', 'insertfile.title' : '제목', 'insertfile.upload' : '업로드', 'insertfile.viewserver' : '찾아보기', 'table.cells' : '열', 'table.rows' : '행', 'table.cols' : '열', 'table.size' : '표 크기', 'table.width' : '넓이', 'table.height' : '높이', 'table.percent' : '%', 'table.px' : 'px', 'table.space' : '간격', 'table.padding' : '안쪽여백', 'table.spacing' : '간격', 'table.align' : '정렬', 'table.textalign' : '수직', 'table.verticalalign' : '수평', 'table.aligndefault' : '기본', 'table.alignleft' : '왼쪽', 'table.aligncenter' : '가운데', 'table.alignright' : '오른쪽', 'table.aligntop' : '위쪽', 'table.alignmiddle' : '중간', 'table.alignbottom' : '아래쪽', 'table.alignbaseline' : '글자기준', 'table.border' : '테두리', 'table.borderwidth' : '크기', 'table.bordercolor' : '색상', 'table.backgroundcolor' : '배경', 'map.address' : '주소: ', 'map.search' : '검색', 'baidumap.address' : '주소: ', 'baidumap.search' : '검색', 'baidumap.insertdynamicmap' : '동적 지도', 'anchor.name' : '책갈피명', 'formatblock.formatblock' : { h1 : '제목 1', h2 : '제목 2', h3 : '제목 3', h4 : '제목 4', p : '본문' }, 'fontname.fontname' : { 'gulim' : '굴림', 'dotum' : '돋움', 'batang' : '바탕', 'gungsuh' : '궁서', 'malgun gothic' : '맑은 고딕', 'arial' : 'arial', 'arial black' : 'arial black', 'comic sans ms' : 'comic sans ms', 'courier new' : 'courier new', 'garamond' : 'garamond', 'georgia' : 'georgia', 'tahoma' : 'tahoma', 'times new roman' : 'times new roman', 'trebuchet ms' : 'trebuchet ms', 'verdana' : 'verdana' }, 'lineheight.lineheight' : [ {'1' : '행간 1'}, {'1.5' : '행간 1.5'}, {'2' : '행간 2'}, {'2.5' : '행간 2.5'}, {'3' : '행간 3'} ], 'template.selecttemplate' : '템플릿', 'template.replacecontent' : '내용 바꾸기', 'template.filelist' : { '1.html' : '이미지와 텍스트', '2.html' : '표', '3.html' : '목록' } }, 'ko');
网站地图