Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/en-au.js @ 3759:45c8ab728afa

Revision 3759:45c8ab728afa, 16.7 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['en-au'] = {
6    undo : 
7    {
8     redo : 'Redo',
9     undo : 'Undo'
10    },
11    toolbar : 
12    {
13     toolbarCollapse : 'Collapse Toolbar',
14     toolbarExpand : 'Expand Toolbar',
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 : 'Editor toolbars'
30    },
31    templates : 
32    {
33     button : 'Templates',
34     emptyListMsg : '(No templates defined)',
35     insertOption : 'Replace actual contents',
36     options : 'Template Options',
37     selectPromptMsg : 'Please select the template to open in the editor',
38     title : 'Content Templates'
39    },
40    table : 
41    {
42     border : 'Border size',
43     caption : 'Caption',
44     cell : 
45     {
46          menu : 'Cell',
47          insertBefore : 'Insert Cell Before',
48          insertAfter : 'Insert Cell After',
49          deleteCell : 'Delete Cells',
50          merge : 'Merge Cells',
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 : '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 : 'Columns',
85     deleteTable : 'Delete Table',
86     headers : 'Headers',
87     headersBoth : 'Both',
88     headersColumn : 'First column',
89     headersNone : 'None',
90     headersRow : 'First Row',
91     invalidBorder : 'Border size must be a number.',
92     invalidCellPadding : 'Cell padding must be a number.',
93     invalidCellSpacing : 'Cell spacing must be a number.',
94     invalidCols : 'Number of columns must be a number greater than 0.',
95     invalidHeight : 'Table height must be a number.',
96     invalidRows : 'Number of rows must be a number greater than 0.',
97     invalidWidth : 'Table width must be a number.',
98     menu : 'Table Properties',
99     row : 
100     {
101          menu : 'Row',
102          insertBefore : 'Insert Row Before',
103          insertAfter : 'Insert Row After',
104          deleteRow : 'Delete Rows'
105     },
106     rows : 'Rows',
107     summary : 'Summary',
108     title : 'Table Properties',
109     toolbar : 'Table',
110     widthPc : 'percent',
111     widthPx : 'pixels',
112     widthUnit : 'width unit'
113    },
114    stylescombo : 
115    {
116     label : 'Styles',
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 : 'Select Special Character',
126     toolbar : 'Insert Special Character'
127    },
128    sourcearea : 
129    {
130     toolbar : 'Source'
131    },
132    removeformat : 
133    {
134     toolbar : 'Remove Format'
135    },
136    print : 
137    {
138     toolbar : 'Print'
139    },
140    pastetext : 
141    {
142     button : 'Paste as plain text',
143     pasteNotification : 'Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.',
144     title : 'Paste as Plain Text'
145    },
146    pastefromword : 
147    {
148     confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',
149     error : 'It was not possible to clean up the pasted data due to an internal error',
150     title : 'Paste from Word',
151     toolbar : 'Paste from Word'
152    },
153    notification : 
154    {
155     closed : 'Notification closed.'
156    },
157    maximize : 
158    {
159     maximize : 'Maximise',
160     minimize : 'Minimise'
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 : 'Insert/Remove Bulleted List',
191     numberedlist : 'Insert/Remove Numbered List'
192    },
193    link : 
194    {
195     acccessKey : 'Access Key',
196     advanced : 'Advanced',
197     advisoryContentType : 'Advisory Content Type',
198     advisoryTitle : 'Advisory Title',
199     anchor : 
200     {
201          toolbar : 'Anchor',
202          menu : 'Edit Anchor',
203          title : 'Anchor Properties',
204          name : 'Anchor Name',
205          errorName : 'Please type the anchor name',
206          remove : 'Remove Anchor'
207     },
208     anchorId : 'By Element Id',
209     anchorName : 'By Anchor Name',
210     charset : 'Linked Resource Charset',
211     cssClasses : 'Stylesheet Classes',
212     download : 'Force Download',
213     displayText : 'Display Text',
214     emailAddress : 'E-Mail Address',
215     emailBody : 'Message Body',
216     emailSubject : 'Message Subject',
217     id : 'Id',
218     info : 'Link Info',
219     langCode : 'Language Code',
220     langDir : 'Language Direction',
221     langDirLTR : 'Left to Right (LTR)',
222     langDirRTL : 'Right to Left (RTL)',
223     menu : 'Edit Link',
224     name : 'Name',
225     noAnchors : '(No anchors available in the document)',
226     noEmail : 'Please type the e-mail address',
227     noUrl : 'Please type the link URL',
228     other : '<other>',
229     popupDependent : 'Dependent (Netscape)',
230     popupFeatures : 'Popup Window Features',
231     popupFullScreen : 'Full Screen (IE)',
232     popupLeft : 'Left Position',
233     popupLocationBar : 'Location Bar',
234     popupMenuBar : 'Menu Bar',
235     popupResizable : 'Resizable',
236     popupScrollBars : 'Scroll Bars',
237     popupStatusBar : 'Status Bar',
238     popupToolbar : 'Toolbar',
239     popupTop : 'Top Position',
240     rel : 'Relationship',
241     selectAnchor : 'Select an Anchor',
242     styles : 'Style',
243     tabIndex : 'Tab Index',
244     target : 'Target',
245     targetFrame : '<frame>',
246     targetFrameName : 'Target Frame Name',
247     targetPopup : '<popup window>',
248     targetPopupName : 'Popup Window Name',
249     title : 'Link',
250     toAnchor : 'Link to anchor in the text',
251     toEmail : 'E-mail',
252     toUrl : 'URL',
253     toolbar : 'Link',
254     type : 'Link Type',
255     unlink : 'Unlink',
256     upload : 'Upload'
257    },
258    indent : 
259    {
260     indent : 'Increase Indent',
261     outdent : 'Decrease Indent'
262    },
263    image : 
264    {
265     alt : 'Alternative Text',
266     border : 'Border',
267     btnUpload : 'Send it to the Server',
268     button2Img : 'Do you want to transform the selected image button on a simple image?',
269     hSpace : 'HSpace',
270     img2Button : 'Do you want to transform the selected image on a image button?',
271     infoTab : 'Image Info',
272     linkTab : 'Link',
273     lockRatio : 'Lock Ratio',
274     menu : 'Image Properties',
275     resetSize : 'Reset Size',
276     title : 'Image Properties',
277     titleButton : 'Image Button Properties',
278     upload : 'Upload',
279     urlMissing : 'Image source URL is missing.',
280     vSpace : '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 : 'Insert Horizontal Line'
288    },
289    format : 
290    {
291     label : 'Format',
292     panelTitle : 'Paragraph Format',
293     tag_address : 'Address',
294     tag_div : 'Normal (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 : 'Flash Animation',
308     hiddenfield : 'Hidden Field',
309     iframe : 'IFrame',
310     unknown : 'Unknown Object'
311    },
312    elementspath : 
313    {
314     eleLabel : 'Elements path',
315     eleTitle : '%1 element'
316    },
317    div : 
318    {
319     IdInputLabel : 'Id',
320     advisoryTitleInputLabel : 'Advisory Title',
321     cssClassInputLabel : 'Stylesheet Classes',
322     edit : 'Edit Div',
323     inlineStyleInputLabel : 'Inline Style',
324     langDirLTRLabel : 'Left to Right (LTR)',
325     langDirLabel : 'Language Direction',
326     langDirRTLLabel : 'Right to Left (RTL)',
327     languageCodeInputLabel : ' Language Code',
328     remove : 'Remove Div',
329     styleSelectLabel : 'Style',
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 : 'Automatic',
340     bgColorTitle : 'Background Colour',
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' : 'Greyish 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 Greyish Cyan',
399          DDD : 'Light Grey',
400          D35400 : 'Pumpkin',
401          C0392B : 'Strong Red',
402          BDC3C7 : 'Silver',
403          '7F8C8D' : 'Greyish Cyan',
404          '999' : 'Dark Grey'
405     },
406     more : 'More Colours...',
407     panelTitle : 'Colors',
408     textColorTitle : 'Text Colour'
409    },
410    clipboard : 
411    {
412     copy : '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 : '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 : '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 : 'Paste'
421    },
422    button : 
423    {
424     selectedLabel : '%1 (Selected)'
425    },
426    blockquote : 
427    {
428     toolbar : 'Block Quote'
429    },
430    basicstyles : 
431    {
432     bold : 'Bold',
433     italic : 'Italic',
434     strike : 'Strike Through',
435     subscript : 'Subscript',
436     superscript : 'Superscript',
437     underline : '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 : 'Press ALT 0 for help',
450     browseServer : 'Browse Server',
451     url : 'URL',
452     protocol : 'Protocol',
453     upload : 'Upload',
454     uploadSubmit : 'Send it to the Server',
455     image : 'Image',
456     flash : 'Flash',
457     form : 'Form',
458     checkbox : 'Checkbox',
459     radio : 'Radio Button',
460     textField : 'Text Field',
461     textarea : 'Textarea',
462     hiddenField : 'Hidden Field',
463     button : 'Button',
464     select : 'Selection Field',
465     imageButton : 'Image Button',
466     notSet : '<not set>',
467     id : 'Id',
468     name : 'Name',
469     langDir : 'Language Direction',
470     langDirLtr : 'Left to Right (LTR)',
471     langDirRtl : 'Right to Left (RTL)',
472     langCode : 'Language Code',
473     longDescr : 'Long Description URL',
474     cssClass : 'Stylesheet Classes',
475     advisoryTitle : 'Advisory Title',
476     cssStyle : 'Style',
477     ok : 'OK',
478     cancel : 'Cancel',
479     close : 'Close',
480     preview : 'Preview',
481     resize : 'Resize',
482     generalTab : 'General',
483     advancedTab : 'Advanced',
484     validateNumberFailed : 'This value is not a number.',
485     confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
486     confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?',
487     options : 'Options',
488     target : 'Target',
489     targetNew : 'New Window (_blank)',
490     targetTop : 'Topmost Window (_top)',
491     targetSelf : 'Same Window (_self)',
492     targetParent : 'Parent Window (_parent)',
493     langDirLTR : 'Left to Right (LTR)',
494     langDirRTL : 'Right to Left (RTL)',
495     styles : 'Style',
496     cssClasses : 'Stylesheet Classes',
497     width : 'Width',
498     height : 'Height',
499     align : 'Align',
500     left : 'Left',
501     right : 'Right',
502     center : 'Center',
503     justify : 'Justify',
504     alignLeft : 'Align Left',
505     alignRight : 'Align Right',
506     alignCenter : 'Align Center',
507     alignTop : 'Top',
508     alignMiddle : 'Middle',
509     alignBottom : 'Bottom',
510     alignNone : 'None',
511     invalidValue : 'Invalid value.',
512     invalidHeight : 'Height must be a number.',
513     invalidWidth : 'Width must be a number.',
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