Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/th.js @ 3759:45c8ab728afa

Revision 3759:45c8ab728afa, 24.2 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Update CKEditor to 4.9.2

Line 
1/*
2Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.lang['th'] = {
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 : 'ช่องตาราง',
47          insertBefore : 'Insert Cell Before',
48          insertAfter : 'Insert Cell After',
49          deleteCell : 'ลบช่อง',
50          merge : 'ผสานช่อง',
51          mergeRight : 'Merge Right',
52          mergeDown : 'Merge Down',
53          splitHorizontal : 'Split Cell Horizontally',
54          splitVertical : 'Split Cell Vertically',
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 : 'คอลัมน์',
80          insertBefore : 'Insert Column Before',
81          insertAfter : 'Insert Column After',
82          deleteColumn : 'ลบสดมน์'
83     },
84     columns : 'สดมน์',
85     deleteTable : 'ลบตาราง',
86     headers : 'ส่วนหัว',
87     headersBoth : 'ทั้งสองอย่าง',
88     headersColumn : 'คอลัมน์แรก',
89     headersNone : 'None',
90     headersRow : 'แถวแรก',
91     invalidBorder : 'ขนาดเส้นกรอบต้องเป็นจำนวนตัวเลข',
92     invalidCellPadding : 'ช่องว่างภายในเซลล์ต้องเลขจำนวนบวก',
93     invalidCellSpacing : 'ช่องว่างภายในเซลล์ต้องเป็นเลขจำนวนบวก',
94     invalidCols : 'จำนวนคอลัมน์ต้องเป็นจำนวนมากกว่า 0',
95     invalidHeight : 'ส่วนสูงของตารางต้องเป็นตัวเลข',
96     invalidRows : 'จำนวนของแถวต้องเป็นจำนวนมากกว่า 0',
97     invalidWidth : 'ความกว้างตารางต้องเป็นตัวเลข',
98     menu : 'คุณสมบัติของ ตาราง',
99     row : 
100     {
101          menu : 'แถว',
102          insertBefore : 'Insert Row Before',
103          insertAfter : 'Insert Row After',
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 : 'Formatting Styles',
118     panelTitle1 : 'Block Styles',
119     panelTitle2 : 'Inline Styles',
120     panelTitle3 : 'Object Styles'
121    },
122    specialchar : 
123    {
124     options : 'Special Character Options',
125     title : 'แทรกตัวอักษรพิเศษ',
126     toolbar : 'แทรกตัวอักษรพิเศษ'
127    },
128    sourcearea : 
129    {
130     toolbar : 'ดูรหัส HTML'
131    },
132    removeformat : 
133    {
134     toolbar : 'ล้างรูปแบบ'
135    },
136    print : 
137    {
138     toolbar : 'สั่งพิมพ์'
139    },
140    pastetext : 
141    {
142     button : 'วางแบบตัวอักษรธรรมดา',
143     pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.',
144     title : 'วางแบบตัวอักษรธรรมดา'
145    },
146    pastefromword : 
147    {
148     confirmCleanup : 'ข้อความที่คุณต้องการวางลงไปเป็นข้อความที่คัดลอกมาจากโปรแกรมไมโครซอฟท์เวิร์ด คุณต้องการล้างค่าข้อความดังกล่าวก่อนวางลงไปหรือไม่?',
149     error : 'ไม่สามารถล้างข้อมูลที่ต้องการวางได้เนื่องจากเกิดข้อผิดพลาดภายในระบบ',
150     title : 'วางสำเนาจากตัวอักษรเวิร์ด',
151     toolbar : 'วางสำเนาจากตัวอักษรเวิร์ด'
152    },
153    notification : 
154    {
155     closed : 'Notification closed.'
156    },
157    maximize : 
158    {
159     maximize : 'ขยายใหญ่',
160     minimize : 'ย่อขนาด'
161    },
162    magicline : 
163    {
164     title : 'Insert paragraph here'
165    },
166    liststyle : 
167    {
168     armenian : 'Armenian numbering',
169     bulletedTitle : 'Bulleted List Properties',
170     circle : 'Circle',
171     decimal : 'Decimal (1, 2, 3, etc.)',
172     decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)',
173     disc : 'Disc',
174     georgian : 'Georgian numbering (an, ban, gan, etc.)',
175     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
176     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
177     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
178     none : 'None',
179     notset : '<not set>',
180     numberedTitle : 'Numbered List Properties',
181     square : 'Square',
182     start : 'Start',
183     type : 'Type',
184     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
185     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
186     validateStartNumber : 'List start number must be a whole number.'
187    },
188    list : 
189    {
190     bulletedlist : 'ลำดับรายการแบบสัญลักษณ์',
191     numberedlist : 'ลำดับรายการแบบตัวเลข'
192    },
193    link : 
194    {
195     acccessKey : 'แอคเซส คีย์',
196     advanced : 'ขั้นสูง',
197     advisoryContentType : 'ชนิดของคำเกริ่นนำ',
198     advisoryTitle : 'คำเกริ่นนำ',
199     anchor : 
200     {
201          toolbar : 'แทรก/แก้ไข Anchor',
202          menu : 'รายละเอียด Anchor',
203          title : 'รายละเอียด Anchor',
204          name : 'ชื่อ Anchor',
205          errorName : 'กรุณาระบุชื่อของ Anchor',
206          remove : 'Remove Anchor'
207     },
208     anchorId : 'ไอดี',
209     anchorName : 'ชื่อ',
210     charset : 'ลิงค์เชื่อมโยงไปยังชุดตัวอักษร',
211     cssClasses : 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
212     download : 'Force Download',
213     displayText : 'Display Text',
214     emailAddress : 'อีเมล์ (E-Mail)',
215     emailBody : 'ข้อความ',
216     emailSubject : 'หัวเรื่อง',
217     id : 'ไอดี',
218     info : 'รายละเอียด',
219     langCode : 'การเขียน-อ่านภาษา',
220     langDir : 'การเขียน-อ่านภาษา',
221     langDirLTR : 'จากซ้ายไปขวา (LTR)',
222     langDirRTL : 'จากขวามาซ้าย (RTL)',
223     menu : 'แก้ไข ลิงค์',
224     name : 'ชื่อ',
225     noAnchors : '(ยังไม่มีจุดเชื่อมโยงภายในหน้าเอกสารนี้)',
226     noEmail : 'กรุณาระบุอีเมล์ (E-mail)',
227     noUrl : 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ (URL)',
228     other : '<อื่น ๆ>',
229     popupDependent : 'แสดงเต็มหน้าจอ (Netscape)',
230     popupFeatures : 'คุณสมบัติของหน้าจอเล็ก (Pop-up)',
231     popupFullScreen : 'แสดงเต็มหน้าจอ (IE5.5++ เท่านั้น)',
232     popupLeft : 'พิกัดซ้าย (Left Position)',
233     popupLocationBar : 'แสดงที่อยู่ของไฟล์',
234     popupMenuBar : 'แสดงแถบเมนู',
235     popupResizable : 'สามารถปรับขนาดได้',
236     popupScrollBars : 'แสดงแถบเลื่อน',
237     popupStatusBar : 'แสดงแถบสถานะ',
238     popupToolbar : 'แสดงแถบเครื่องมือ',
239     popupTop : 'พิกัดบน (Top Position)',
240     rel : 'ความสัมพันธ์',
241     selectAnchor : 'ระบุข้อมูลของจุดเชื่อมโยง (Anchor)',
242     styles : 'ลักษณะการแสดงผล',
243     tabIndex : 'ลำดับของ แท็บ',
244     target : 'การเปิดหน้าลิงค์',
245     targetFrame : '<เปิดในเฟรม>',
246     targetFrameName : 'ชื่อทาร์เก็ตเฟรม',
247     targetPopup : '<เปิดหน้าจอเล็ก (Pop-up)>',
248     targetPopupName : 'ระบุชื่อหน้าจอเล็ก (Pop-up)',
249     title : 'ลิงค์เชื่อมโยงเว็บ อีเมล์ รูปภาพ หรือไฟล์อื่นๆ',
250     toAnchor : 'จุดเชื่อมโยง (Anchor)',
251     toEmail : 'ส่งอีเมล์ (E-Mail)',
252     toUrl : 'ที่อยู่อ้างอิง URL',
253     toolbar : 'แทรก/แก้ไข ลิงค์',
254     type : 'ประเภทของลิงค์',
255     unlink : 'ลบ ลิงค์',
256     upload : 'อัพโหลดไฟล์'
257    },
258    indent : 
259    {
260     indent : 'เพิ่มระยะย่อหน้า',
261     outdent : 'ลดระยะย่อหน้า'
262    },
263    image : 
264    {
265     alt : 'คำประกอบรูปภาพ',
266     border : 'ขนาดขอบรูป',
267     btnUpload : 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)',
268     button2Img : 'Do you want to transform the selected image button on a simple image?',
269     hSpace : 'ระยะแนวนอน',
270     img2Button : 'Do you want to transform the selected image on a image button?',
271     infoTab : 'ข้อมูลของรูปภาพ',
272     linkTab : 'ลิ้งค์',
273     lockRatio : 'กำหนดอัตราส่วน กว้าง-สูง แบบคงที่',
274     menu : 'คุณสมบัติของ รูปภาพ',
275     resetSize : 'กำหนดรูปเท่าขนาดจริง',
276     title : 'คุณสมบัติของ รูปภาพ',
277     titleButton : 'คุณสมบัติของ ปุ่มแบบรูปภาพ',
278     upload : 'อัพโหลดไฟล์',
279     urlMissing : 'Image source URL is missing.',
280     vSpace : 'ระยะแนวตั้ง',
281     validateBorder : 'Border must be a whole number.',
282     validateHSpace : 'HSpace must be a whole number.',
283     validateVSpace : 'VSpace must be a whole number.'
284    },
285    horizontalrule : 
286    {
287     toolbar : 'แทรกเส้นคั่นบรรทัด'
288    },
289    format : 
290    {
291     label : 'รูปแบบ',
292     panelTitle : 'รูปแบบ',
293     tag_address : 'Address',
294     tag_div : 'Paragraph (DIV)',
295     tag_h1 : 'Heading 1',
296     tag_h2 : 'Heading 2',
297     tag_h3 : 'Heading 3',
298     tag_h4 : 'Heading 4',
299     tag_h5 : 'Heading 5',
300     tag_h6 : 'Heading 6',
301     tag_p : 'Normal',
302     tag_pre : 'Formatted'
303    },
304    fakeobjects : 
305    {
306     anchor : 'แทรก/แก้ไข Anchor',
307     flash : 'ภาพอนิเมชั่นแฟลช',
308     hiddenfield : 'ฮิดเดนฟิลด์',
309     iframe : 'IFrame',
310     unknown : 'วัตถุไม่ทราบชนิด'
311    },
312    elementspath : 
313    {
314     eleLabel : 'Elements path',
315     eleTitle : '%1 element'
316    },
317    div : 
318    {
319     IdInputLabel : 'ไอดี',
320     advisoryTitleInputLabel : 'คำเกริ่นนำ',
321     cssClassInputLabel : 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
322     edit : 'แก้ไข Div',
323     inlineStyleInputLabel : 'Inline Style',
324     langDirLTRLabel : 'จากซ้ายไปขวา (LTR)',
325     langDirLabel : 'การเขียน-อ่านภาษา',
326     langDirRTLLabel : 'จากขวามาซ้าย (RTL)',
327     languageCodeInputLabel : 'รหัสภาษา',
328     remove : 'ลบ Div',
329     styleSelectLabel : 'ลักษณะการแสดงผล',
330     title : 'Create Div Container',
331     toolbar : 'Create Div Container'
332    },
333    contextmenu : 
334    {
335     options : 'Context Menu Options'
336    },
337    colorbutton : 
338    {
339     auto : 'สีอัตโนมัติ',
340     bgColorTitle : 'สีพื้นหลัง',
341     colors : 
342     {
343          '000' : 'Black',
344          '800000' : 'Maroon',
345          '8B4513' : 'Saddle Brown',
346          '2F4F4F' : 'Dark Slate Gray',
347          '008080' : 'Teal',
348          '000080' : 'Navy',
349          '4B0082' : 'Indigo',
350          '696969' : 'Dark Gray',
351          B22222 : 'Fire Brick',
352          A52A2A : 'Brown',
353          DAA520 : 'Golden Rod',
354          '006400' : 'Dark Green',
355          '40E0D0' : 'Turquoise',
356          '0000CD' : 'Medium Blue',
357          '800080' : 'Purple',
358          '808080' : 'Gray',
359          F00 : 'Red',
360          FF8C00 : 'Dark Orange',
361          FFD700 : 'Gold',
362          '008000' : 'Green',
363          '0FF' : 'Cyan',
364          '00F' : 'Blue',
365          EE82EE : 'Violet',
366          A9A9A9 : 'Dim Gray',
367          FFA07A : 'Light Salmon',
368          FFA500 : 'Orange',
369          FFFF00 : 'Yellow',
370          '00FF00' : 'Lime',
371          AFEEEE : 'Pale Turquoise',
372          ADD8E6 : 'Light Blue',
373          DDA0DD : 'Plum',
374          D3D3D3 : 'Light Grey',
375          FFF0F5 : 'Lavender Blush',
376          FAEBD7 : 'Antique White',
377          FFFFE0 : 'Light Yellow',
378          F0FFF0 : 'Honeydew',
379          F0FFFF : 'Azure',
380          F0F8FF : 'Alice Blue',
381          E6E6FA : 'Lavender',
382          FFF : 'White',
383          '1ABC9C' : 'Strong Cyan',
384          '2ECC71' : 'Emerald',
385          '3498DB' : 'Bright Blue',
386          '9B59B6' : 'Amethyst',
387          '4E5F70' : 'Grayish Blue',
388          F1C40F : 'Vivid Yellow',
389          '16A085' : 'Dark Cyan',
390          '27AE60' : 'Dark Emerald',
391          '2980B9' : 'Strong Blue',
392          '8E44AD' : 'Dark Violet',
393          '2C3E50' : 'Desaturated Blue',
394          F39C12 : 'Orange',
395          E67E22 : 'Carrot',
396          E74C3C : 'Pale Red',
397          ECF0F1 : 'Bright Silver',
398          '95A5A6' : 'Light Grayish Cyan',
399          DDD : 'Light Gray',
400          D35400 : 'Pumpkin',
401          C0392B : 'Strong Red',
402          BDC3C7 : 'Silver',
403          '7F8C8D' : 'Grayish Cyan',
404          '999' : 'Dark Gray'
405     },
406     more : 'เลือกสีอื่นๆ...',
407     panelTitle : 'Colors',
408     textColorTitle : 'สีตัวอักษร'
409    },
410    clipboard : 
411    {
412     copy : 'สำเนา',
413     copyError : 'ไม่สามารถสำเนาข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl/Cmd และตัว C พร้อมกัน).',
414     cut : 'ตัด',
415     cutError : 'ไม่สามารถตัดข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl/Cmd และตัว X พร้อมกัน).',
416     paste : 'วาง',
417     pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.',
418     pasteArea : 'Paste Area',
419     pasteMsg : 'Paste your content inside the area below and press OK.',
420     title : 'วาง'
421    },
422    button : 
423    {
424     selectedLabel : '%1 (Selected)'
425    },
426    blockquote : 
427    {
428     toolbar : 'Block Quote'
429    },
430    basicstyles : 
431    {
432     bold : 'ตัวหนา',
433     italic : 'ตัวเอียง',
434     strike : 'ตัวขีดเส้นทับ',
435     subscript : 'ตัวห้อย',
436     superscript : 'ตัวยก',
437     underline : 'ตัวขีดเส้นใต้'
438    },
439    about : 
440    {
441     copy : 'Copyright &copy; $1. All rights reserved.',
442     dlgTitle : 'About CKEditor 4',
443     moreInfo : 'For licensing information please visit our web site:'
444    },
445    editor : 'Rich Text Editor',
446    editorPanel : 'Rich Text Editor panel',
447    common : 
448    {
449     editorHelp : 'กด ALT 0 หากต้องการความช่วยเหลือ',
450     browseServer : 'เปิดหน้าต่างจัดการไฟล์อัพโหลด',
451     url : 'ที่อยู่อ้างอิง URL',
452     protocol : 'โปรโตคอล',
453     upload : 'อัพโหลดไฟล์',
454     uploadSubmit : 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)',
455     image : 'รูปภาพ',
456     flash : 'ไฟล์ Flash',
457     form : 'แบบฟอร์ม',
458     checkbox : 'เช็คบ๊อก',
459     radio : 'เรดิโอบัตตอน',
460     textField : 'เท็กซ์ฟิลด์',
461     textarea : 'เท็กซ์แอเรีย',
462     hiddenField : 'ฮิดเดนฟิลด์',
463     button : 'ปุ่ม',
464     select : 'แถบตัวเลือก',
465     imageButton : 'ปุ่มแบบรูปภาพ',
466     notSet : '<ไม่ระบุ>',
467     id : 'ไอดี',
468     name : 'ชื่อ',
469     langDir : 'การเขียน-อ่านภาษา',
470     langDirLtr : 'จากซ้ายไปขวา (LTR)',
471     langDirRtl : 'จากขวามาซ้าย (RTL)',
472     langCode : 'รหัสภาษา',
473     longDescr : 'คำอธิบายประกอบ URL',
474     cssClass : 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
475     advisoryTitle : 'คำเกริ่นนำ',
476     cssStyle : 'ลักษณะการแสดงผล',
477     ok : 'ตกลง',
478     cancel : 'ยกเลิก',
479     close : 'ปิด',
480     preview : 'ดูหน้าเอกสารตัวอย่าง',
481     resize : 'ปรับขนาด',
482     generalTab : 'ทั่วไป',
483     advancedTab : 'ขั้นสูง',
484     validateNumberFailed : 'ค่านี้ไม่ใช่ตัวเลข',
485     confirmNewPage : 'การเปลี่ยนแปลงใดๆ ในเนื้อหานี้ ที่ไม่ได้ถูกบันทึกไว้ จะสูญหายทั้งหมด คุณแน่ใจว่าจะเรียกหน้าใหม่?',
486     confirmCancel : 'ตัวเลือกบางตัวมีการเปลี่ยนแปลง คุณแน่ใจว่าจะปิดกล่องโต้ตอบนี้?',
487     options : 'ตัวเลือก',
488     target : 'การเปิดหน้าลิงค์',
489     targetNew : 'หน้าต่างใหม่ (_blank)',
490     targetTop : 'Topmost Window (_top)',
491     targetSelf : 'หน้าต่างเดียวกัน (_self)',
492     targetParent : 'Parent Window (_parent)',
493     langDirLTR : 'จากซ้ายไปขวา (LTR)',
494     langDirRTL : 'จากขวามาซ้าย (RTL)',
495     styles : 'ลักษณะการแสดงผล',
496     cssClasses : 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
497     width : 'ความกว้าง',
498     height : 'ความสูง',
499     align : 'การจัดวาง',
500     left : 'ชิดซ้าย',
501     right : 'ชิดขวา',
502     center : 'กึ่งกลาง',
503     justify : 'நியாயப்படுத்தவும்',
504     alignLeft : 'จัดชิดซ้าย',
505     alignRight : 'จัดชิดขวา',
506     alignCenter : 'Align Center',
507     alignTop : 'บนสุด',
508     alignMiddle : 'กึ่งกลางแนวตั้ง',
509     alignBottom : 'ชิดด้านล่าง',
510     alignNone : 'None',
511     invalidValue : 'ค่าไม่ถูกต้อง',
512     invalidHeight : 'ความสูงต้องเป็นตัวเลข',
513     invalidWidth : 'ความกว้างต้องเป็นตัวเลข',
514     invalidLength : 'Value specified for the "%1" field must be a positive number with or without a valid measurement unit (%2).',
515     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).',
516     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
517     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
518     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).',
519     unavailable : '%1<span class="cke_accessibility">, unavailable</span>',
520     keyboard : 
521     {
522          '8' : 'Backspace',
523          '13' : 'Enter',
524          '16' : 'Shift',
525          '17' : 'Ctrl',
526          '18' : 'Alt',
527          '32' : 'Space',
528          '35' : 'End',
529          '36' : 'Home',
530          '46' : 'Delete',
531          '112' : 'F1',
532          '113' : 'F2',
533          '114' : 'F3',
534          '115' : 'F4',
535          '116' : 'F5',
536          '117' : 'F6',
537          '118' : 'F7',
538          '119' : 'F8',
539          '120' : 'F9',
540          '121' : 'F10',
541          '122' : 'F11',
542          '123' : 'F12',
543          '124' : 'F13',
544          '125' : 'F14',
545          '126' : 'F15',
546          '127' : 'F16',
547          '128' : 'F17',
548          '129' : 'F18',
549          '130' : 'F19',
550          '131' : 'F20',
551          '132' : 'F21',
552          '133' : 'F22',
553          '134' : 'F23',
554          '135' : 'F24',
555          '224' : 'Command'
556     },
557     keyboardShortcut : 'Keyboard shortcut',
558     optionDefault : 'Default'
559    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map