]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/forms/lang/ko.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / ko.js
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'forms', 'ko', {\r
6 button: {\r
7 title: '버튼 속성',\r
8 text: '글자 (값)',\r
9 type: '종류',\r
10 typeBtn: '버튼',\r
11 typeSbm: '제출',\r
12 typeRst: '재설정'\r
13 },\r
14 checkboxAndRadio: {\r
15 checkboxTitle: '체크 박스 속성',\r
16 radioTitle: '라디오 버튼 속성',\r
17 value: '값',\r
18 selected: '선택됨',\r
19 required: '필수 항목'\r
20 },\r
21 form: {\r
22 title: '폼 속성',\r
23 menu: '폼 속성',\r
24 action: '실행 경로(Action)',\r
25 method: '방법(Method)',\r
26 encoding: '인코딩'\r
27 },\r
28 hidden: {\r
29 title: '숨은 입력 칸 속성',\r
30 name: '이름',\r
31 value: '값'\r
32 },\r
33 select: {\r
34 title: '선택 목록 속성',\r
35 selectInfo: '선택 정보',\r
36 opAvail: '옵션',\r
37 value: '값',\r
38 size: '크기',\r
39 lines: '줄',\r
40 chkMulti: '여러 항목 선택 허용',\r
41 required: '필수 항목',\r
42 opText: '이름',\r
43 opValue: '값',\r
44 btnAdd: '추가',\r
45 btnModify: '수정',\r
46 btnUp: '위',\r
47 btnDown: '아래',\r
48 btnSetValue: '선택된 것으로 설정',\r
49 btnDelete: '삭제'\r
50 },\r
51 textarea: {\r
52 title: '여러 줄 입력 칸 속성',\r
53 cols: '칸 수',\r
54 rows: '줄 수'\r
55 },\r
56 textfield: {\r
57 title: '한 줄 입력 칸 속성',\r
58 name: '이름',\r
59 value: '값',\r
60 charWidth: '글자 너비',\r
61 maxChars: '최대 글자 수',\r
62 required: '필수 항목',\r
63 type: '형식',\r
64 typeText: '문자열',\r
65 typePass: '비밀번호',\r
66 typeEmail: '이메일',\r
67 typeSearch: '검색',\r
68 typeTel: '전화번호',\r
69 typeUrl: '웹 주소(URL)'\r
70 }\r
71} );\r