Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/si.js @ 3983:10925bf4beff

Revision 3983:10925bf4beff, 22.0 KB checked in by franck <carnet.franck.paul@…>, 6 years ago (diff)

Update CKEditor from 4.10 to 4.12 (stable)

Line 
1/*
2Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.lang['si'] = {
6    undo : 
7    {
8     redo : 'නැවත කිරීම',
9     undo : 'වෙනස් කිරීම'
10    },
11    toolbar : 
12    {
13     toolbarCollapse : 'මෙවලම් තීරුව හැකුලුම.',
14     toolbarExpand : 'මෙවලම් තීරුව දීගහැරුම',
15     toolbarGroups : 
16     {
17          document : 'ලිපිය',
18          clipboard : 'ඇමිණුම වෙනස් කිරීම',
19          editing : 'සංස්කරණය',
20          forms : 'පෝරමය',
21          basicstyles : 'මුලික විලාසය',
22          paragraph : 'චේදය',
23          links : 'සබැඳිය',
24          insert : 'ඇතුලත් කිරීම',
25          styles : 'විලාසය',
26          colors : 'වර්ණය',
27          tools : 'මෙවලම්'
28     },
29     toolbars : 'සංස්කරණ මෙවලම් තීරුව'
30    },
31    templates : 
32    {
33     button : 'අච්චුව',
34     emptyListMsg : 'කිසිම අච්චුවක් කලින් තීරණය කර ',
35     insertOption : 'සත්‍ය අන්තර්ගතයන් ප්‍රතිස්ථාපනය කරන්න',
36     options : 'අච්චු ',
37     selectPromptMsg : 'කරුණාකර සංස්කරණය සදහා අච්චුවක් ',
38     title : 'අන්තර්ගත් අච්චුන්'
39    },
40    table : 
41    {
42     border : 'සීමාවවල විශාලත්වය',
43     caption : 'Caption',
44     cell : 
45     {
46          menu : 'කොටුව',
47          insertBefore : 'පෙර කොටුවක් ඇතුල්කිරිම',
48          insertAfter : 'පසුව කොටුවක් ඇතුලත් ',
49          deleteCell : 'කොටුව මැකීම',
50          merge : 'කොටු එකට යාකිරිම',
51          mergeRight : 'දකුණට ',
52          mergeDown : 'පහලට ',
53          splitHorizontal : 'තිරස්ව කොටු පැතිරීම',
54          splitVertical : 'සිරස්ව කොටු පැතිරීම',
55          title : 'කොටු ',
56          cellType : 'කොටු වර්ගය',
57          rowSpan : 'පේළි පළල',
58          colSpan : 'සිරස් පළල',
59          wordWrap : 'වචන ගැලපුම',
60          hAlign : 'තිරස්ව ',
61          vAlign : 'සිරස්ව ',
62          alignBaseline : 'පාද රේඛාව',
63          bgColor : 'පසුබිම් වර්ණය',
64          borderColor : 'මායිම් ',
65          data : 'Data',
66          header : 'ශීර්ෂක',
67          yes : 'ඔව්',
68          no : 'නැත',
69          invalidWidth : 'කොටු පළල සංඛ්‍ය්ත්මක වටිනාකමක් විය යුතුය',
70          invalidHeight : 'කොටු උස සංඛ්‍ය්ත්මක වටිනාකමක් විය යුතුය',
71          invalidRowSpan : 'Rows span must be a whole number.',
72          invalidColSpan : 'Columns span must be a whole number.',
73          chooseColor : 'තෝරන්න'
74     },
75     cellPad : 'Cell padding',
76     cellSpace : 'Cell spacing',
77     column : 
78     {
79          menu : 'Column',
80          insertBefore : 'Insert Column Before',
81          insertAfter : 'Insert Column After',
82          deleteColumn : 'Delete Columns'
83     },
84     columns : 'සිරස් ',
85     deleteTable : 'වගුව මකන්න',
86     headers : 'ශීර්ෂක',
87     headersBoth : 'දෙකම',
88     headersColumn : 'පළමූ සිරස් තීරුව',
89     headersNone : 'කිසිවක්ම නොවේ',
90     headersRow : 'පළමූ පේළිය',
91     heightUnit : 'height unit',
92     invalidBorder : 'Border size must be a number.',
93     invalidCellPadding : 'Cell padding must be a positive number.',
94     invalidCellSpacing : 'Cell spacing must be a positive number.',
95     invalidCols : 'Number of columns must be a number greater than 0.',
96     invalidHeight : 'Table height must be a number.',
97     invalidRows : 'Number of rows must be a number greater than 0.',
98     invalidWidth : 'Table width must be a number.',
99     menu : 'Table Properties',
100     row : 
101     {
102          menu : 'Row',
103          insertBefore : 'Insert Row Before',
104          insertAfter : 'Insert Row After',
105          deleteRow : 'Delete Rows'
106     },
107     rows : 'Rows',
108     summary : 'Summary',
109     title : 'Table Properties',
110     toolbar : 'Table',
111     widthPc : 'percent',
112     widthPx : 'pixels',
113     widthUnit : 'width unit'
114    },
115    stylescombo : 
116    {
117     label : 'විලාසය',
118     panelTitle : 'Formatting Styles',
119     panelTitle1 : 'Block Styles',
120     panelTitle2 : 'Inline Styles',
121     panelTitle3 : 'Object Styles'
122    },
123    specialchar : 
124    {
125     options : 'විශේෂ  ගුණාංග වීකල්ප',
126     title : 'විශේෂ  ගුණාංග ',
127     toolbar : 'විශේෂ ගුණාංග ඇතුලත් '
128    },
129    sourcearea : 
130    {
131     toolbar : 'මුලාශ්‍රය'
132    },
133    removeformat : 
134    {
135     toolbar : 'සැකසීම වෙනස් කරන්න'
136    },
137    print : 
138    {
139     toolbar : 'මුද්‍රණය කරන්න'
140    },
141    pastetext : 
142    {
143     button : 'සාමාන්‍ය අක්ෂර ලෙස අලවන්න',
144     pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.',
145     title : 'සාමාන්‍ය අක්ෂර ලෙස අලවන්න'
146    },
147    pastefromword : 
148    {
149     confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',
150     error : 'It was not possible to clean up the pasted data due to an internal error',
151     title : 'වචන වලින් අලවන්න',
152     toolbar : 'වචන වලින් අලවන්න'
153    },
154    notification : 
155    {
156     closed : 'Notification closed.'
157    },
158    maximize : 
159    {
160     maximize : 'විශාල කිරීම',
161     minimize : 'කුඩා කිරීම'
162    },
163    magicline : 
164    {
165     title : 'චේදය ඇතුලත් කරන්න'
166    },
167    liststyle : 
168    {
169     bulletedTitle : 'Bulleted List Properties',
170     circle : 'Circle',
171     decimal : 'Decimal (1, 2, 3, etc.)',
172     disc : 'Disc',
173     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
174     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
175     none : 'කිසිවක්ම නොවේ',
176     notset : '<යොදා >',
177     numberedTitle : 'Numbered List Properties',
178     square : 'Square',
179     start : 'Start',
180     type : 'වර්ගය',
181     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
182     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
183     validateStartNumber : 'List start number must be a whole number.'
184    },
185    list : 
186    {
187     bulletedlist : 'ඇතුලත් / ඉවත් කිරීම ලඉස්තුව',
188     numberedlist : 'ඇතුලත් / ඉවත් කිරීම අන්න්කිත ලඉස්තුව'
189    },
190    link : 
191    {
192     acccessKey : 'ප්‍රවේශ  යතුර',
193     advanced : 'දීය',
194     advisoryContentType : 'උපදේශාත්මක අන්තර්ගත ආකාරය',
195     advisoryTitle : 'උපදේශාත්මක නාමය',
196     anchor : 
197     {
198          toolbar : 'ආධාරය',
199          menu : 'ආධාරය වෙනස් කිරීම',
200          title : 'ආධාරක ',
201          name : 'ආධාරකයේ නාමය',
202          errorName : 'කරුණාකර ආධාරකයේ නාමය ඇතුල් කරන්න',
203          remove : 'ආධාරකය ඉවත් කිරීම'
204     },
205     anchorId : 'By Element Id',
206     anchorName : 'By Anchor Name',
207     charset : 'Linked Resource Charset',
208     cssClasses : 'විලාසපත්‍ර පන්තිය',
209     download : 'Force Download',
210     displayText : 'Display Text',
211     emailAddress : 'E-Mail Address',
212     emailBody : 'Message Body',
213     emailSubject : 'Message Subject',
214     id : 'අංකය',
215     info : 'Link Info',
216     langCode : 'භාෂා කේතය',
217     langDir : 'භාෂා දිශාව',
218     langDirLTR : 'වමේසිට දකුණුට',
219     langDirRTL : 'දකුණේ සිට වමට',
220     menu : 'Edit Link',
221     name : 'නම',
222     noAnchors : '(No anchors available in the document)',
223     noEmail : 'Please type the e-mail address',
224     noUrl : 'Please type the link URL',
225     noTel : 'Please type the phone number',
226     other : '<other>',
227     phoneNumber : 'Phone number',
228     popupDependent : 'Dependent (Netscape)',
229     popupFeatures : 'Popup Window Features',
230     popupFullScreen : 'Full Screen (IE)',
231     popupLeft : 'Left Position',
232     popupLocationBar : 'Location Bar',
233     popupMenuBar : 'Menu Bar',
234     popupResizable : 'Resizable',
235     popupScrollBars : 'Scroll Bars',
236     popupStatusBar : 'Status Bar',
237     popupToolbar : 'Toolbar',
238     popupTop : 'Top Position',
239     rel : 'Relationship',
240     selectAnchor : 'Select an Anchor',
241     styles : 'විලාසය',
242     tabIndex : 'Tab Index',
243     target : 'අරමුණ',
244     targetFrame : '<frame>',
245     targetFrameName : 'Target Frame Name',
246     targetPopup : '<popup window>',
247     targetPopupName : 'Popup Window Name',
248     title : 'සබැඳිය',
249     toAnchor : 'Link to anchor in the text',
250     toEmail : 'E-mail',
251     toUrl : 'URL',
252     toPhone : 'Phone',
253     toolbar : 'සබැඳිය',
254     type : 'Link Type',
255     unlink : 'Unlink',
256     upload : 'උඩුගතකිරීම'
257    },
258    indent : 
259    {
260     indent : 'අතර පරතරය වැඩිකරන්න',
261     outdent : 'අතර පරතරය අඩුකරන්න'
262    },
263    image : 
264    {
265     alt : 'විකල්ප ',
266     border : 'සීමාවවල ',
267     btnUpload : 'සේවාදායකය වෙත යොමුකිරිම',
268     button2Img : 'ඔබට තෝරන ලද රුපය පරිවර්තනය කිරීමට අවශ්‍යද?',
269     hSpace : 'HSpace',
270     img2Button : 'ඔබට තෝරන ලද රුපය පරිවර්තනය කිරීමට අවශ්‍යද?',
271     infoTab : 'රුපයේ තොරතුරු',
272     linkTab : 'සබැඳිය',
273     lockRatio : 'නවතන අනුපාතය ',
274     menu : 'රුපයේ ගුණ',
275     resetSize : 'නැවතත් විශාලත්වය වෙනස් කිරීම',
276     title : 'රුපයේ ',
277     titleButton : 'රුප බොත්තමේ ගුණ',
278     upload : 'උඩුගතකිරීම',
279     urlMissing : 'රුප මුලාශ්‍ර URL නැත.',
280     vSpace : 'VSpace',
281     validateBorder : 'මාඉම් සම්පුර්ණ සංක්‍යාවක් විය යුතුය.',
282     validateHSpace : 'HSpace  සම්පුර්ණ සංක්‍යාවක් විය යුතුය',
283     validateVSpace : 'VSpace සම්පුර්ණ සංක්‍යාවක් විය යුතුය.'
284    },
285    horizontalrule : 
286    {
287     toolbar : 'තිරස් රේඛාවක් ඇතුලත් කරන්න'
288    },
289    format : 
290    {
291     label : 'ආකෘතිය',
292     panelTitle : 'චේදයේ ',
293     tag_address : 'ලිපිනය',
294     tag_div : 'සාමාන්‍ය(DIV)',
295     tag_h1 : 'ශීර්ෂය 1',
296     tag_h2 : 'ශීර්ෂය 2',
297     tag_h3 : 'ශීර්ෂය 3',
298     tag_h4 : 'ශීර්ෂය 4',
299     tag_h5 : 'ශීර්ෂය 5',
300     tag_h6 : 'ශීර්ෂය 6',
301     tag_p : 'සාමාන්‍ය',
302     tag_pre : 'ආකෘතියන්'
303    },
304    fakeobjects : 
305    {
306     anchor : 'ආධාරය',
307     flash : 'Flash Animation',
308     hiddenfield : 'සැඟවුණු ප්‍රදේශය',
309     iframe : 'IFrame',
310     unknown : 'Unknown Object'
311    },
312    elementspath : 
313    {
314     eleLabel : 'මුලද්‍රව්‍ය මාර්ගය',
315     eleTitle : '%1 මුල'
316    },
317    div : 
318    {
319     IdInputLabel : 'අංකය',
320     advisoryTitleInputLabel : 'උපදේශාත්මක නාමය',
321     cssClassInputLabel : 'විලාසපත්‍ර පන්තිය',
322     edit : 'වෙනස්කිරීම',
323     inlineStyleInputLabel : 'Inline Style',
324     langDirLTRLabel : 'වමේසිට දකුණුට',
325     langDirLabel : 'භාෂා දිශාව',
326     langDirRTLLabel : 'දකුණේ සිට වමට',
327     languageCodeInputLabel : 'භාෂා ',
328     remove : 'ඉවත් කිරීම',
329     styleSelectLabel : 'විලාසය',
330     title : 'නිර්මාණය ',
331     toolbar : 'නිර්මාණය '
332    },
333    contextmenu : 
334    {
335     options : 'අනතර්ග ලේඛණ  විකල්ප'
336    },
337    colorbutton : 
338    {
339     auto : 'Automatic',
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 : 'More Colors...',
407     panelTitle : 'වර්ණය',
408     textColorTitle : 'අක්ෂර වර්ණ'
409    },
410    clipboard : 
411    {
412     copy : 'පිටපත් කරන්න',
413     copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',
414     cut : 'කපාගන්න',
415     cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (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 : 'අලවන ප්‍රදේශ',
419     pasteMsg : 'Paste your content inside the area below and press OK.'
420    },
421    blockquote : 
422    {
423     toolbar : 'උද්ධෘත කොටස'
424    },
425    basicstyles : 
426    {
427     bold : 'තද අකුරින් ලියනලද',
428     italic : 'බැධීඅකුරින් ලියන ලද',
429     strike : 'Strikethrough',
430     subscript : 'Subscript',
431     superscript : 'Superscript',
432     underline : 'යටින් ඉරි අදින ලද'
433    },
434    about : 
435    {
436     copy : 'පිටපත් අයිතිය සහ පිටපත් කිරීම;$1 .සියලුම හිමිකම් ඇවිරිණි.',
437     dlgTitle : 'CKEditor ගැන විස්තර',
438     moreInfo : 'බලපත්‍ර තොරතුරු සදහා කරුණාකර අපගේ විද්‍යුත් ලිපිනයට පිවිසෙන්න:'
439    },
440    editor : 'පොහොසත් වචන සංස්කරණ',
441    editorPanel : 'Rich Text Editor panel',
442    common : 
443    {
444     editorHelp : 'උදව් ලබා ගැනීමට  ALT බොත්තම ඔබන්න',
445     browseServer : 'සෙවුම් සේවාදායකය',
446     url : 'URL',
447     protocol : 'මුලාපත්‍රය',
448     upload : 'උඩුගතකිරීම',
449     uploadSubmit : 'සේවාදායකය වෙත යොමුකිරිම',
450     image : 'රුපය',
451     flash : 'දීප්තිය',
452     form : 'පෝරමය',
453     checkbox : 'ලකුණුකිරීමේ කොටුව',
454     radio : 'තේරීම් ',
455     textField : 'ලියන ප්‍රදේශය',
456     textarea : 'අකුරු ',
457     hiddenField : 'සැඟවුණු ප්‍රදේශය',
458     button : 'බොත්තම',
459     select : 'තෝරන්න ',
460     imageButton : 'රුප ',
461     notSet : '<යොදා >',
462     id : 'අංකය',
463     name : 'නම',
464     langDir : 'භාෂා දිශාව',
465     langDirLtr : 'වමේසිට දකුණුට',
466     langDirRtl : 'දකුණේ සිට වමට',
467     langCode : 'භාෂා කේතය',
468     longDescr : 'සම්පුර්න පැහැදිලි කිරීම',
469     cssClass : 'විලාශ පත්‍ර පන්තිය',
470     advisoryTitle : 'උපදෙස් ',
471     cssStyle : 'විලාසය',
472     ok : 'නිරදි',
473     cancel : 'අවලංගු කිරීම',
474     close : 'වැසීම',
475     preview : 'නැවත ',
476     resize : 'විශාලත්වය නැවත වෙනස් කිරීම',
477     generalTab : 'පොදු කරුණු.',
478     advancedTab : 'දීය',
479     validateNumberFailed : 'මෙම වටිනාකම අංකයක් නොවේ',
480     confirmNewPage : 'ආරක්ෂා නොකළ සියලුම දත්තයන් මැකියනුලැබේ. ඔබට නව පිටුවක් ලබා ගැනීමට අවශ්‍යද?',
481     confirmCancel : 'ඇතම් විකල්පයන් වෙනස් කර ඇත. ඔබට මින් නික්මීමට අවශ්‍යද?',
482     options : ' විකල්ප',
483     target : 'අරමුණ',
484     targetNew : 'නව කව්ළුව',
485     targetTop : 'වැදගත් කව්ළුව',
486     targetSelf : 'එම කව්ළුව(_තම\\\\)',
487     targetParent : 'මව් කව්ළුව(_)',
488     langDirLTR : 'වමේසිට දකුණුට',
489     langDirRTL : 'දකුණේ සිට වමට',
490     styles : 'විලාසය',
491     cssClasses : 'විලාසපත්‍ර පන්තිය',
492     width : 'පළල',
493     height : 'උස',
494     align : 'ගැලපුම',
495     left : 'වම',
496     right : 'දකුණ',
497     center : 'මධ්‍ය',
498     justify : 'Justify',
499     alignLeft : 'Align Left',
500     alignRight : 'Align Right',
501     alignCenter : 'Align Center',
502     alignTop : 'ඉ',
503     alignMiddle : 'මැද',
504     alignBottom : 'පහල',
505     alignNone : 'None',
506     invalidValue : 'වැරදී වටිනාකමකි',
507     invalidHeight : 'උස අංකයක් විය යුතුය',
508     invalidWidth : 'පළල අංකයක් විය යුතුය',
509     invalidLength : 'Value specified for the "%1" field must be a positive number with or without a valid measurement unit (%2).',
510     invalidCssLength : 'වටිනාකමක් නිරූපණය කිරීම "%1" ප්‍රදේශය ධන සංක්‍යාත්මක වටිනාකමක් හෝ  නිවරදි නොවන  CSS මිනුම් එකක(px, %, in, cm, mm, em, ex, pt, pc)',
511     invalidHtmlLength : 'වටිනාකමක් නිරූපණය කිරීම "%1" ප්‍රදේශය ධන සංක්‍යාත්මක වටිනාකමක් හෝ  නිවරදි නොවන  HTML මිනුම් එකක (px හෝ %).',
512     invalidInlineStyle : 'වටිනාකමක් නිරූපණය කිරීම  පේළි විලාසයයට ආකෘතිය  අනතර්ග විය යුතය  "නම : වටිනාකම", තිත් කොමාවකින් වෙන් වෙන ලද.',
513     cssLengthTooltip : 'සංක්‍යා ඇතුලත් කිරීමේදී වටිනාකම තිත් ප්‍රමාණය නිවරදි CSS  ඒකක(තිත්, %, අඟල්,සෙමි, mm, em, ex, pt, pc)',
514     unavailable : '%1<span පන්තිය="ළඟා වියහැකි ද බලන්න">, නොමැතිනම්</span>',
515     keyboard : 
516     {
517          '8' : 'Backspace',
518          '13' : 'Enter',
519          '16' : 'Shift',
520          '17' : 'Ctrl',
521          '18' : 'Alt',
522          '32' : 'Space',
523          '35' : 'End',
524          '36' : 'Home',
525          '46' : 'Delete',
526          '112' : 'F1',
527          '113' : 'F2',
528          '114' : 'F3',
529          '115' : 'F4',
530          '116' : 'F5',
531          '117' : 'F6',
532          '118' : 'F7',
533          '119' : 'F8',
534          '120' : 'F9',
535          '121' : 'F10',
536          '122' : 'F11',
537          '123' : 'F12',
538          '124' : 'F13',
539          '125' : 'F14',
540          '126' : 'F15',
541          '127' : 'F16',
542          '128' : 'F17',
543          '129' : 'F18',
544          '130' : 'F19',
545          '131' : 'F20',
546          '132' : 'F21',
547          '133' : 'F22',
548          '134' : 'F23',
549          '135' : 'F24',
550          '224' : 'Command'
551     },
552     keyboardShortcut : 'Keyboard shortcut',
553     optionDefault : 'Default'
554    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map