Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/th.js @ 3515:12d1df65c7d3

Revision 3515:12d1df65c7d3, 23.8 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Update CKEditor from 4.6.1 to 4.6.2

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

Sites map