Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/ko.js @ 2741:014e6f1fedce

Revision 2741:014e6f1fedce, 20.5 KB checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Use non minified javascript files for ckeditor
Use release 4.3.0.
Todo: upgrade to last release available

Line 
1/*
2Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.lang['ko'] = {
6    undo : 
7    {
8     redo : '재실행',
9     undo : '취소'
10    },
11    toolbar : 
12    {
13     toolbarCollapse : '툴바 삭제',
14     toolbarExpand : '확장 툴바',
15     toolbarGroups : 
16     {
17          document : 'Document',
18          clipboard : 'Clipboard/Undo',
19          editing : 'Editing',
20          forms : 'Forms',
21          basicstyles : 'Basic Styles',
22          paragraph : 'Paragraph',
23          links : 'Links',
24          insert : 'Insert',
25          styles : 'Styles',
26          colors : 'Colors',
27          tools : 'Tools'
28     },
29     toolbars : '편집자용 툴바들'
30    },
31    templates : 
32    {
33     button : '템플릿',
34     emptyListMsg : '(템플릿이 없습니다.)',
35     insertOption : '현재 내용 바꾸기',
36     options : '템플릿 옵션',
37     selectPromptMsg : '에디터에서 사용할 템플릿을 선택하십시요.<br>(지금까지 작성된 내용은 사라집니다.):',
38     title : '내용 템플릿'
39    },
40    table : 
41    {
42     border : '테두리 크기',
43     caption : '캡션',
44     cell : 
45     {
46          menu : '셀/칸(Cell)',
47          insertBefore : '앞에 셀/칸 삽입',
48          insertAfter : '뒤에 셀/칸 삽입',
49          deleteCell : '셀 삭제',
50          merge : '셀 합치기',
51          mergeRight : '오른쪽 뭉치기',
52          mergeDown : '왼쪽 뭉치기',
53          splitHorizontal : '수평 나누기',
54          splitVertical : '수직 나누기',
55          title : 'Cell Properties',
56          cellType : 'Cell Type',
57          rowSpan : 'Rows Span',
58          colSpan : 'Columns Span',
59          wordWrap : 'Word Wrap',
60          hAlign : 'Horizontal Alignment',
61          vAlign : 'Vertical Alignment',
62          alignBaseline : 'Baseline',
63          bgColor : 'Background Color',
64          borderColor : 'Border Color',
65          data : 'Data',
66          header : 'Header',
67          yes : 'Yes',
68          no : 'No',
69          invalidWidth : 'Cell width must be a number.',
70          invalidHeight : 'Cell height must be a number.',
71          invalidRowSpan : 'Rows span must be a whole number.',
72          invalidColSpan : 'Columns span must be a whole number.',
73          chooseColor : 'Choose'
74     },
75     cellPad : '셀 여백',
76     cellSpace : '셀 간격',
77     column : 
78     {
79          menu : '열(Column)',
80          insertBefore : '앞에 열 삽입',
81          insertAfter : '뒤에 열 삽입',
82          deleteColumn : '세로줄 삭제'
83     },
84     columns : '세로줄',
85     deleteTable : '표 삭제',
86     headers : '해더',
87     headersBoth : '모두',
88     headersColumn : '첫 열',
89     headersNone : 'None',
90     headersRow : '첫 행',
91     invalidBorder : '테두리 크기는 숫자여야 합니다.',
92     invalidCellPadding : '셀 안쪽의 여백은 0 이상이어야 합니다.',
93     invalidCellSpacing : '셀 간격은 0 이상이어야 합니다.',
94     invalidCols : '행 번호는 0보다 큰 숫자여야 합니다.',
95     invalidHeight : '표 높이는 숫자여야 합니다.',
96     invalidRows : '행 번호는 0보다 큰 숫자여야 합니다.',
97     invalidWidth : '표의 폭은 숫자여야 합니다.',
98     menu : '표 설정',
99     row : 
100     {
101          menu : '행(Row)',
102          insertBefore : '앞에 행 삽입',
103          insertAfter : '뒤에 행 삽입',
104          deleteRow : '가로줄 삭제'
105     },
106     rows : '가로줄',
107     summary : '요약',
108     title : '표 설정',
109     toolbar : '표',
110     widthPc : '퍼센트',
111     widthPx : '픽셀',
112     widthUnit : '폭 단위'
113    },
114    stylescombo : 
115    {
116     label : '스타일',
117     panelTitle : '전체 구성 스타일',
118     panelTitle1 : '블록 스타일',
119     panelTitle2 : '인라인 스타일',
120     panelTitle3 : '오브젝트 스타일'
121    },
122    specialchar : 
123    {
124     options : '특수문자 옵션',
125     title : '특수문자 선택',
126     toolbar : '특수문자 삽입'
127    },
128    sourcearea : 
129    {
130     toolbar : '소스'
131    },
132    smiley : 
133    {
134     options : '이모티콘 옵션',
135     title : '아이콘 삽입',
136     toolbar : '아이콘'
137    },
138    showblocks : 
139    {
140     toolbar : '블록 보기'
141    },
142    selectall : 
143    {
144     toolbar : '전체선택'
145    },
146    save : 
147    {
148     toolbar : '저장하기'
149    },
150    removeformat : 
151    {
152     toolbar : '포맷 지우기'
153    },
154    print : 
155    {
156     toolbar : '인쇄하기'
157    },
158    preview : 
159    {
160     preview : '미리보기'
161    },
162    pastetext : 
163    {
164     button : '텍스트로 붙여넣기',
165     title : '텍스트로 붙여넣기'
166    },
167    pastefromword : 
168    {
169     confirmCleanup : '붙여 넣기 할 텍스트는 MS Word에서 복사 한 것입니다. 붙여 넣기 전에 MS Word 포멧을 삭제 하시겠습니까?',
170     error : '내부 오류로 붙여 넣은 데이터를 정리 할 수 없습니다.',
171     title : 'MS Word 형식에서 붙여넣기',
172     toolbar : 'MS Word 형식에서 붙여넣기'
173    },
174    pagebreak : 
175    {
176     alt : '패이지 나누기',
177     toolbar : '인쇄시 페이지 나누기 삽입'
178    },
179    newpage : 
180    {
181     toolbar : '새 문서'
182    },
183    maximize : 
184    {
185     maximize : '최대',
186     minimize : '최소'
187    },
188    magicline : 
189    {
190     title : '여기에 그래프 삽입'
191    },
192    liststyle : 
193    {
194     armenian : 'Armenian numbering',
195     bulletedTitle : 'Bulleted List Properties',
196     circle : 'Circle',
197     decimal : 'Decimal (1, 2, 3, etc.)',
198     decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)',
199     disc : 'Disc',
200     georgian : 'Georgian numbering (an, ban, gan, etc.)',
201     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
202     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
203     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
204     none : 'None',
205     notset : '<not set>',
206     numberedTitle : 'Numbered List Properties',
207     square : 'Square',
208     start : 'Start',
209     type : 'Type',
210     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
211     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
212     validateStartNumber : 'List start number must be a whole number.'
213    },
214    list : 
215    {
216     bulletedlist : '순서없는 목록',
217     numberedlist : '순서있는 목록'
218    },
219    link : 
220    {
221     acccessKey : '엑세스 키',
222     advanced : '자세히',
223     advisoryContentType : 'Advisory Content Type',
224     advisoryTitle : 'Advisory Title',
225     anchor : 
226     {
227          toolbar : '책갈피 삽입/변경',
228          menu : '책갈피 속성',
229          title : '책갈피 속성',
230          name : '책갈피 이름',
231          errorName : '책갈피 이름을 입력하십시요.',
232          remove : 'Remove Anchor'
233     },
234     anchorId : '책갈피 ID',
235     anchorName : '책갈피 이름',
236     charset : 'Linked Resource Charset',
237     cssClasses : 'Stylesheet Classes',
238     emailAddress : '이메일 주소',
239     emailBody : '내용',
240     emailSubject : '제목',
241     id : 'ID',
242     info : '링크 정보',
243     langCode : '쓰기 방향',
244     langDir : '쓰기 방향',
245     langDirLTR : '왼쪽에서 오른쪽 (LTR)',
246     langDirRTL : '오른쪽에서 왼쪽 (RTL)',
247     menu : '링크 수정',
248     name : 'Name',
249     noAnchors : '(문서에 책갈피가 없습니다.)',
250     noEmail : '이메일주소를 입력하십시요.',
251     noUrl : '링크 URL을 입력하십시요.',
252     other : '<기타>',
253     popupDependent : 'Dependent (Netscape)',
254     popupFeatures : '팝업창 설정',
255     popupFullScreen : '전체화면 (IE)',
256     popupLeft : '왼쪽 위치',
257     popupLocationBar : '주소표시줄',
258     popupMenuBar : '메뉴바',
259     popupResizable : '크기 조절 가능',
260     popupScrollBars : '스크롤바',
261     popupStatusBar : '상태바',
262     popupToolbar : '툴바',
263     popupTop : '윗쪽 위치',
264     rel : 'Relationship',
265     selectAnchor : '책갈피 선택',
266     styles : 'Style',
267     tabIndex : '탭 순서',
268     target : '타겟',
269     targetFrame : '<프레임>',
270     targetFrameName : '타겟 프레임 이름',
271     targetPopup : '<팝업창>',
272     targetPopupName : '팝업창 이름',
273     title : '링크',
274     toAnchor : '책갈피',
275     toEmail : '이메일',
276     toUrl : 'URL',
277     toolbar : '링크 삽입/변경',
278     type : '링크 종류',
279     unlink : '링크 삭제',
280     upload : '업로드'
281    },
282    justify : 
283    {
284     block : '양쪽 맞춤',
285     center : '가운데 정렬',
286     left : '왼쪽 정렬',
287     right : '오른쪽 정렬'
288    },
289    indent : 
290    {
291     indent : '들여쓰기',
292     outdent : '내어쓰기'
293    },
294    image : 
295    {
296     alertUrl : '이미지 URL을 입력하십시요',
297     alt : '이미지 설명',
298     border : '테두리',
299     btnUpload : '서버로 전송',
300     button2Img : '단순 이미지에서 선택한 이미지 버튼을 변환하시겠습니까?',
301     hSpace : '수평여백',
302     img2Button : '이미지 버튼에 선택한 이미지를 변환하시겠습니까?',
303     infoTab : '이미지 정보',
304     linkTab : '링크',
305     lockRatio : '비율 유지',
306     menu : '이미지 설정',
307     resetSize : '원래 크기로',
308     title : '이미지 설정',
309     titleButton : '이미지버튼 속성',
310     upload : '업로드',
311     urlMissing : '이미지 소스 URL이 없습니다.',
312     vSpace : '수직여백',
313     validateBorder : '테두리는 정수여야 합니다.',
314     validateHSpace : '가로 길이는 정수여야 합니다.',
315     validateVSpace : '세로 길이는 정수여야 합니다.'
316    },
317    iframe : 
318    {
319     border : '프레임 테두리 표시',
320     noUrl : 'iframe 대응 URL을 입력해주세요.',
321     scrolling : '스크롤바 사용',
322     title : 'IFrame 속성',
323     toolbar : 'IFrame'
324    },
325    horizontalrule : 
326    {
327     toolbar : '수평선 삽입'
328    },
329    forms : 
330    {
331     button : 
332     {
333          title : '버튼 속성',
334          text : '버튼글자(값)',
335          type : '버튼종류',
336          typeBtn : 'Button',
337          typeSbm : 'Submit',
338          typeRst : 'Reset'
339     },
340     checkboxAndRadio : 
341     {
342          checkboxTitle : '체크박스 속성',
343          radioTitle : '라디오버튼 속성',
344          value : '값',
345          selected : '선택됨'
346     },
347     form : 
348     {
349          title : '폼 속성',
350          menu : '폼 속성',
351          action : '실행경로(Action)',
352          method : '방법(Method)',
353          encoding : 'Encoding'
354     },
355     hidden : 
356     {
357          title : '숨김필드 속성',
358          name : '이름',
359          value : '값'
360     },
361     select : 
362     {
363          title : '펼침목록 속성',
364          selectInfo : '정보',
365          opAvail : '선택옵션',
366          value : '값',
367          size : '세로크기',
368          lines : '줄',
369          chkMulti : '여러항목 선택 허용',
370          opText : '이름',
371          opValue : '값',
372          btnAdd : '추가',
373          btnModify : '변경',
374          btnUp : '위로',
375          btnDown : '아래로',
376          btnSetValue : '선택된것으로 설정',
377          btnDelete : '삭제'
378     },
379     textarea : 
380     {
381          title : '입력영역 속성',
382          cols : '칸수',
383          rows : '줄수'
384     },
385     textfield : 
386     {
387          title : '입력필드 속성',
388          name : '이름',
389          value : '값',
390          charWidth : '글자 너비',
391          maxChars : '최대 글자수',
392          type : '종류',
393          typeText : '문자열',
394          typePass : '비밀번호',
395          typeEmail : '이메일',
396          typeSearch : '검색',
397          typeTel : '전화번호',
398          typeUrl : 'URL'
399     }
400    },
401    format : 
402    {
403     label : '포맷',
404     panelTitle : '포맷',
405     tag_address : 'Address',
406     tag_div : '기본 (DIV)',
407     tag_h1 : 'Heading 1',
408     tag_h2 : 'Heading 2',
409     tag_h3 : 'Heading 3',
410     tag_h4 : 'Heading 4',
411     tag_h5 : 'Heading 5',
412     tag_h6 : 'Heading 6',
413     tag_p : 'Normal',
414     tag_pre : 'Formatted'
415    },
416    font : 
417    {
418     fontSize : 
419     {
420          label : '글자 크기',
421          voiceLabel : 'Font Size',
422          panelTitle : '글자 크기'
423     },
424     label : '폰트',
425     panelTitle : '폰트',
426     voiceLabel : '폰트'
427    },
428    flash : 
429    {
430     access : 'Script Access',
431     accessAlways : 'Always',
432     accessNever : 'Never',
433     accessSameDomain : 'Same domain',
434     alignAbsBottom : '줄아래(Abs Bottom)',
435     alignAbsMiddle : '줄중간(Abs Middle)',
436     alignBaseline : '기준선',
437     alignTextTop : '글자상단',
438     bgcolor : '배경 색상',
439     chkFull : 'Allow Fullscreen',
440     chkLoop : '반복',
441     chkMenu : '플래쉬메뉴 가능',
442     chkPlay : '자동재생',
443     flashvars : 'Variables for Flash',
444     hSpace : '수평여백',
445     properties : '플래쉬 속성',
446     propertiesTab : 'Properties',
447     quality : 'Quality',
448     qualityAutoHigh : 'Auto High',
449     qualityAutoLow : 'Auto Low',
450     qualityBest : 'Best',
451     qualityHigh : 'High',
452     qualityLow : 'Low',
453     qualityMedium : 'Medium',
454     scale : '영역',
455     scaleAll : '모두보기',
456     scaleFit : '영역자동조절',
457     scaleNoBorder : '경계선없음',
458     title : '플래쉬 등록정보',
459     vSpace : '수직여백',
460     validateHSpace : 'HSpace must be a number.',
461     validateSrc : '링크 URL을 입력하십시요.',
462     validateVSpace : 'VSpace must be a number.',
463     windowMode : 'Window mode',
464     windowModeOpaque : 'Opaque',
465     windowModeTransparent : 'Transparent',
466     windowModeWindow : 'Window'
467    },
468    find : 
469    {
470     find : '찾기',
471     findOptions : 'Find Options',
472     findWhat : '찾을 문자열:',
473     matchCase : '대소문자 구분',
474     matchCyclic : 'Match cyclic',
475     matchWord : '온전한 단어',
476     notFoundMsg : '문자열을 찾을 수 없습니다.',
477     replace : '바꾸기',
478     replaceAll : '모두 바꾸기',
479     replaceSuccessMsg : '%1 occurrence(s) replaced.',
480     replaceWith : '바꿀 문자열:',
481     title : '찾기 & 바꾸기'
482    },
483    fakeobjects : 
484    {
485     anchor : '책갈피 삽입/변경',
486     flash : 'Flash Animation',
487     hiddenfield : '숨김필드',
488     iframe : 'IFrame',
489     unknown : 'Unknown Object'
490    },
491    elementspath : 
492    {
493     eleLabel : '요소 위치',
494     eleTitle : '%1 요소'
495    },
496    div : 
497    {
498     IdInputLabel : 'ID',
499     advisoryTitleInputLabel : 'Advisory Title',
500     cssClassInputLabel : 'Stylesheet Classes',
501     edit : 'Edit Div',
502     inlineStyleInputLabel : 'Inline Style',
503     langDirLTRLabel : '왼쪽에서 오른쪽 (LTR)',
504     langDirLabel : '쓰기 방향',
505     langDirRTLLabel : '오른쪽에서 왼쪽 (RTL)',
506     languageCodeInputLabel : ' Language Code',
507     remove : 'Remove Div',
508     styleSelectLabel : 'Style',
509     title : 'Create Div Container',
510     toolbar : 'Create Div Container'
511    },
512    contextmenu : 
513    {
514     options : '컨텍스트 메뉴 옵션'
515    },
516    colordialog : 
517    {
518     clear : '제거',
519     highlight : '하이라이트',
520     options : '색상 옵션',
521     selected : '색상 선택됨',
522     title : '색상 선택'
523    },
524    colorbutton : 
525    {
526     auto : '기본색상',
527     bgColorTitle : '배경 색상',
528     colors : 
529     {
530          '000' : 'Black',
531          '800000' : 'Maroon',
532          '8B4513' : 'Saddle Brown',
533          '2F4F4F' : 'Dark Slate Gray',
534          '008080' : 'Teal',
535          '000080' : 'Navy',
536          '4B0082' : 'Indigo',
537          '696969' : 'Dark Gray',
538          B22222 : 'Fire Brick',
539          A52A2A : 'Brown',
540          DAA520 : 'Golden Rod',
541          '006400' : 'Dark Green',
542          '40E0D0' : 'Turquoise',
543          '0000CD' : 'Medium Blue',
544          '800080' : 'Purple',
545          '808080' : 'Gray',
546          F00 : 'Red',
547          FF8C00 : 'Dark Orange',
548          FFD700 : 'Gold',
549          '008000' : 'Green',
550          '0FF' : 'Cyan',
551          '00F' : 'Blue',
552          EE82EE : 'Violet',
553          A9A9A9 : 'Dim Gray',
554          FFA07A : 'Light Salmon',
555          FFA500 : 'Orange',
556          FFFF00 : 'Yellow',
557          '00FF00' : 'Lime',
558          AFEEEE : 'Pale Turquoise',
559          ADD8E6 : 'Light Blue',
560          DDA0DD : 'Plum',
561          D3D3D3 : 'Light Grey',
562          FFF0F5 : 'Lavender Blush',
563          FAEBD7 : 'Antique White',
564          FFFFE0 : 'Light Yellow',
565          F0FFF0 : 'Honeydew',
566          F0FFFF : 'Azure',
567          F0F8FF : 'Alice Blue',
568          E6E6FA : 'Lavender',
569          FFF : 'White'
570     },
571     more : '색상선택...',
572     panelTitle : 'Colors',
573     textColorTitle : '글자 색상'
574    },
575    clipboard : 
576    {
577     copy : '복사하기',
578     copyError : '브라우저의 보안설정때문에 복사하기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요.  (Ctrl/Cmd+C).',
579     cut : '잘라내기',
580     cutError : '브라우저의 보안설정때문에 잘라내기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl/Cmd+X).',
581     paste : '붙여넣기',
582     pasteArea : '범위 붙여넣기',
583     pasteMsg : '키보드의 (<STRONG>Ctrl/Cmd+V</STRONG>) 를 이용해서 상자안에 붙여넣고 <STRONG>OK</STRONG> 를 누르세요.',
584     securityMsg : '브러우저 보안 설정으로 인해, 클립보드의 자료를 직접 접근할 수 없습니다. 이 창에 다시 붙여넣기 하십시오.',
585     title : '붙여넣기'
586    },
587    blockquote : 
588    {
589     toolbar : '인용 블록'
590    },
591    bidi : 
592    {
593     ltr : '택스트 방향이 왼쪽에서 오른쪽으로 ',
594     rtl : '택스트 방향이 오른쪽에서 왼쪽으로'
595    },
596    basicstyles : 
597    {
598     bold : '진하게',
599     italic : '이텔릭',
600     strike : '취소선',
601     subscript : '아래 첨자',
602     superscript : '위 첨자',
603     underline : '밑줄'
604    },
605    about : 
606    {
607     copy : '저작권 &copy; $1 . 판권 소유.',
608     dlgTitle : 'CKEditor 에 대하여',
609     help : '도움이 필요하시면 $1 를 확인하세요',
610     moreInfo : '라이센스에 대한  정보를 보고싶다면 우리의 웹 사이트를 방문하세요:',
611     title : 'CKEditor에 대하여',
612     userGuide : 'CKEditor User\'s Guide'
613    },
614    editor : '리치 텍스트 편집기',
615    editorPanel : 'Rich Text Editor panel',
616    common : 
617    {
618     editorHelp : '도움이 필요하시면 ALT 0 을 누르세요',
619     browseServer : '서버 보기',
620     url : 'URL',
621     protocol : '프로토콜',
622     upload : '업로드',
623     uploadSubmit : '서버로 전송',
624     image : '이미지',
625     flash : '플래쉬',
626     form : '폼',
627     checkbox : '체크박스',
628     radio : '라디오버튼',
629     textField : '입력필드',
630     textarea : '입력영역',
631     hiddenField : '숨김필드',
632     button : '버튼',
633     select : '펼침목록',
634     imageButton : '이미지버튼',
635     notSet : '<설정되지 않음>',
636     id : 'ID',
637     name : 'Name',
638     langDir : '쓰기 방향',
639     langDirLtr : '왼쪽에서 오른쪽 (LTR)',
640     langDirRtl : '오른쪽에서 왼쪽 (RTL)',
641     langCode : '언어 코드',
642     longDescr : 'URL 설명',
643     cssClass : 'Stylesheet Classes',
644     advisoryTitle : 'Advisory Title',
645     cssStyle : 'Style',
646     ok : '예',
647     cancel : '아니오',
648     close : '닫기',
649     preview : '미리보기',
650     resize : '크기 조절',
651     generalTab : 'General',
652     advancedTab : '자세히',
653     validateNumberFailed : '이 값은 숫자가 아닙니다.',
654     confirmNewPage : '저장하지 않은 모든 변경사항은 유실됩니다. 정말로 새로운 페이지를 부르겠습니까?',
655     confirmCancel : '몇몇개의 옵션이 바꼈습니다. 정말로 창을 닫으시겠습니까?',
656     options : '옵션',
657     target : '타겟',
658     targetNew : '새로운 창 (_blank)',
659     targetTop : '최상위 창 (_top)',
660     targetSelf : '같은 창 (_self)',
661     targetParent : '부모 창 (_parent)',
662     langDirLTR : '왼쪽에서 오른쪽 (LTR)',
663     langDirRTL : '오른쪽에서 왼쪽 (RTL)',
664     styles : 'Style',
665     cssClasses : 'Stylesheet Classes',
666     width : '너비',
667     height : '높이',
668     align : '정렬',
669     alignLeft : '왼쪽',
670     alignRight : '오른쪽',
671     alignCenter : '가운데',
672     alignTop : '위',
673     alignMiddle : '중간',
674     alignBottom : '아래',
675     invalidValue : '잘못된 값.',
676     invalidHeight : '높이는 숫자여야 합니다.',
677     invalidWidth : '넓이는 숫자여야 합니다.',
678     invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).',
679     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
680     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
681     cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).',
682     unavailable : '%1<span class="cke_accessibility">, 사용할 수 없음</span>'
683    } } 
Note: See TracBrowser for help on using the repository browser.

Sites map