Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/en-au.js @ 3616:9f4090f01864

Revision 3616:9f4090f01864, 15.9 KB checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Update CKEditor from 4.6.2 to 4.7.3

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['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 : 'Your browser does not allow you to paste plain text this way. Press %1 to paste.'
144    },
145    pastefromword : 
146    {
147     confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',
148     error : 'It was not possible to clean up the pasted data due to an internal error',
149     title : 'Paste from Word',
150     toolbar : 'Paste from Word'
151    },
152    notification : 
153    {
154     closed : 'Notification closed.'
155    },
156    maximize : 
157    {
158     maximize : 'Maximize',
159     minimize : 'Minimize'
160    },
161    magicline : 
162    {
163     title : 'Insert paragraph here'
164    },
165    liststyle : 
166    {
167     armenian : 'Armenian numbering',
168     bulletedTitle : 'Bulleted List Properties',
169     circle : 'Circle',
170     decimal : 'Decimal (1, 2, 3, etc.)',
171     decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)',
172     disc : 'Disc',
173     georgian : 'Georgian numbering (an, ban, gan, etc.)',
174     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
175     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
176     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
177     none : 'None',
178     notset : '<not set>',
179     numberedTitle : 'Numbered List Properties',
180     square : 'Square',
181     start : 'Start',
182     type : 'Type',
183     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
184     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
185     validateStartNumber : 'List start number must be a whole number.'
186    },
187    list : 
188    {
189     bulletedlist : 'Insert/Remove Bulleted List',
190     numberedlist : 'Insert/Remove Numbered List'
191    },
192    link : 
193    {
194     acccessKey : 'Access Key',
195     advanced : 'Advanced',
196     advisoryContentType : 'Advisory Content Type',
197     advisoryTitle : 'Advisory Title',
198     anchor : 
199     {
200          toolbar : 'Anchor',
201          menu : 'Edit Anchor',
202          title : 'Anchor Properties',
203          name : 'Anchor Name',
204          errorName : 'Please type the anchor name',
205          remove : 'Remove Anchor'
206     },
207     anchorId : 'By Element Id',
208     anchorName : 'By Anchor Name',
209     charset : 'Linked Resource Charset',
210     cssClasses : 'Stylesheet Classes',
211     download : 'Force Download',
212     displayText : 'Display Text',
213     emailAddress : 'E-Mail Address',
214     emailBody : 'Message Body',
215     emailSubject : 'Message Subject',
216     id : 'Id',
217     info : 'Link Info',
218     langCode : 'Language Code',
219     langDir : 'Language Direction',
220     langDirLTR : 'Left to Right (LTR)',
221     langDirRTL : 'Right to Left (RTL)',
222     menu : 'Edit Link',
223     name : 'Name',
224     noAnchors : '(No anchors available in the document)',
225     noEmail : 'Please type the e-mail address',
226     noUrl : 'Please type the link URL',
227     other : '<other>',
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 : 'Style',
242     tabIndex : 'Tab Index',
243     target : 'Target',
244     targetFrame : '<frame>',
245     targetFrameName : 'Target Frame Name',
246     targetPopup : '<popup window>',
247     targetPopupName : 'Popup Window Name',
248     title : 'Link',
249     toAnchor : 'Link to anchor in the text',
250     toEmail : 'E-mail',
251     toUrl : 'URL',
252     toolbar : 'Link',
253     type : 'Link Type',
254     unlink : 'Unlink',
255     upload : 'Upload'
256    },
257    justify : 
258    {
259     block : 'Justify',
260     center : 'Centre',
261     left : 'Align Left',
262     right : 'Align Right'
263    },
264    indent : 
265    {
266     indent : 'Increase Indent',
267     outdent : 'Decrease Indent'
268    },
269    image : 
270    {
271     alt : 'Alternative Text',
272     border : 'Border',
273     btnUpload : 'Send it to the Server',
274     button2Img : 'Do you want to transform the selected image button on a simple image?',
275     hSpace : 'HSpace',
276     img2Button : 'Do you want to transform the selected image on a image button?',
277     infoTab : 'Image Info',
278     linkTab : 'Link',
279     lockRatio : 'Lock Ratio',
280     menu : 'Image Properties',
281     resetSize : 'Reset Size',
282     title : 'Image Properties',
283     titleButton : 'Image Button Properties',
284     upload : 'Upload',
285     urlMissing : 'Image source URL is missing.',
286     vSpace : 'VSpace',
287     validateBorder : 'Border must be a whole number.',
288     validateHSpace : 'HSpace must be a whole number.',
289     validateVSpace : 'VSpace must be a whole number.'
290    },
291    horizontalrule : 
292    {
293     toolbar : 'Insert Horizontal Line'
294    },
295    format : 
296    {
297     label : 'Format',
298     panelTitle : 'Paragraph Format',
299     tag_address : 'Address',
300     tag_div : 'Normal (DIV)',
301     tag_h1 : 'Heading 1',
302     tag_h2 : 'Heading 2',
303     tag_h3 : 'Heading 3',
304     tag_h4 : 'Heading 4',
305     tag_h5 : 'Heading 5',
306     tag_h6 : 'Heading 6',
307     tag_p : 'Normal',
308     tag_pre : 'Formatted'
309    },
310    fakeobjects : 
311    {
312     anchor : 'Anchor',
313     flash : 'Flash Animation',
314     hiddenfield : 'Hidden Field',
315     iframe : 'IFrame',
316     unknown : 'Unknown Object'
317    },
318    elementspath : 
319    {
320     eleLabel : 'Elements path',
321     eleTitle : '%1 element'
322    },
323    div : 
324    {
325     IdInputLabel : 'Id',
326     advisoryTitleInputLabel : 'Advisory Title',
327     cssClassInputLabel : 'Stylesheet Classes',
328     edit : 'Edit Div',
329     inlineStyleInputLabel : 'Inline Style',
330     langDirLTRLabel : 'Left to Right (LTR)',
331     langDirLabel : 'Language Direction',
332     langDirRTLLabel : 'Right to Left (RTL)',
333     languageCodeInputLabel : ' Language Code',
334     remove : 'Remove Div',
335     styleSelectLabel : 'Style',
336     title : 'Create Div Container',
337     toolbar : 'Create Div Container'
338    },
339    contextmenu : 
340    {
341     options : 'Context Menu Options'
342    },
343    colorbutton : 
344    {
345     auto : 'Automatic',
346     bgColorTitle : 'Background Colour',
347     colors : 
348     {
349          '000' : 'Black',
350          '800000' : 'Maroon',
351          '8B4513' : 'Saddle Brown',
352          '2F4F4F' : 'Dark Slate Gray',
353          '008080' : 'Teal',
354          '000080' : 'Navy',
355          '4B0082' : 'Indigo',
356          '696969' : 'Dark Gray',
357          B22222 : 'Fire Brick',
358          A52A2A : 'Brown',
359          DAA520 : 'Golden Rod',
360          '006400' : 'Dark Green',
361          '40E0D0' : 'Turquoise',
362          '0000CD' : 'Medium Blue',
363          '800080' : 'Purple',
364          '808080' : 'Gray',
365          F00 : 'Red',
366          FF8C00 : 'Dark Orange',
367          FFD700 : 'Gold',
368          '008000' : 'Green',
369          '0FF' : 'Cyan',
370          '00F' : 'Blue',
371          EE82EE : 'Violet',
372          A9A9A9 : 'Dim Gray',
373          FFA07A : 'Light Salmon',
374          FFA500 : 'Orange',
375          FFFF00 : 'Yellow',
376          '00FF00' : 'Lime',
377          AFEEEE : 'Pale Turquoise',
378          ADD8E6 : 'Light Blue',
379          DDA0DD : 'Plum',
380          D3D3D3 : 'Light Grey',
381          FFF0F5 : 'Lavender Blush',
382          FAEBD7 : 'Antique White',
383          FFFFE0 : 'Light Yellow',
384          F0FFF0 : 'Honeydew',
385          F0FFFF : 'Azure',
386          F0F8FF : 'Alice Blue',
387          E6E6FA : 'Lavender',
388          FFF : 'White',
389          '1ABC9C' : 'Strong Cyan',
390          '2ECC71' : 'Emerald',
391          '3498DB' : 'Bright Blue',
392          '9B59B6' : 'Amethyst',
393          '4E5F70' : 'Grayish Blue',
394          F1C40F : 'Vivid Yellow',
395          '16A085' : 'Dark Cyan',
396          '27AE60' : 'Dark Emerald',
397          '2980B9' : 'Strong Blue',
398          '8E44AD' : 'Dark Violet',
399          '2C3E50' : 'Desaturated Blue',
400          F39C12 : 'Orange',
401          E67E22 : 'Carrot',
402          E74C3C : 'Pale Red',
403          ECF0F1 : 'Bright Silver',
404          '95A5A6' : 'Light Grayish Cyan',
405          DDD : 'Light Gray',
406          D35400 : 'Pumpkin',
407          C0392B : 'Strong Red',
408          BDC3C7 : 'Silver',
409          '7F8C8D' : 'Grayish Cyan',
410          '999' : 'Dark Gray'
411     },
412     more : 'More Colours...',
413     panelTitle : 'Colors',
414     textColorTitle : 'Text Colour'
415    },
416    clipboard : 
417    {
418     copy : 'Copy',
419     copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',
420     cut : 'Cut',
421     cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
422     paste : 'Paste',
423     pasteNotification : 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.'
424    },
425    button : 
426    {
427     selectedLabel : '%1 (Selected)'
428    },
429    blockquote : 
430    {
431     toolbar : 'Block Quote'
432    },
433    basicstyles : 
434    {
435     bold : 'Bold',
436     italic : 'Italic',
437     strike : 'Strike Through',
438     subscript : 'Subscript',
439     superscript : 'Superscript',
440     underline : 'Underline'
441    },
442    about : 
443    {
444     copy : 'Copyright &copy; $1. All rights reserved.',
445     dlgTitle : 'About CKEditor',
446     help : 'Check $1 for help.',
447     moreInfo : 'For licensing information please visit our web site:',
448     title : 'About CKEditor',
449     userGuide : 'CKEditor User\'s Guide'
450    },
451    editor : 'Rich Text Editor',
452    editorPanel : 'Rich Text Editor panel',
453    common : 
454    {
455     editorHelp : 'Press ALT 0 for help',
456     browseServer : 'Browse Server',
457     url : 'URL',
458     protocol : 'Protocol',
459     upload : 'Upload',
460     uploadSubmit : 'Send it to the Server',
461     image : 'Image',
462     flash : 'Flash',
463     form : 'Form',
464     checkbox : 'Checkbox',
465     radio : 'Radio Button',
466     textField : 'Text Field',
467     textarea : 'Textarea',
468     hiddenField : 'Hidden Field',
469     button : 'Button',
470     select : 'Selection Field',
471     imageButton : 'Image Button',
472     notSet : '<not set>',
473     id : 'Id',
474     name : 'Name',
475     langDir : 'Language Direction',
476     langDirLtr : 'Left to Right (LTR)',
477     langDirRtl : 'Right to Left (RTL)',
478     langCode : 'Language Code',
479     longDescr : 'Long Description URL',
480     cssClass : 'Stylesheet Classes',
481     advisoryTitle : 'Advisory Title',
482     cssStyle : 'Style',
483     ok : 'OK',
484     cancel : 'Cancel',
485     close : 'Close',
486     preview : 'Preview',
487     resize : 'Resize',
488     generalTab : 'General',
489     advancedTab : 'Advanced',
490     validateNumberFailed : 'This value is not a number.',
491     confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
492     confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?',
493     options : 'Options',
494     target : 'Target',
495     targetNew : 'New Window (_blank)',
496     targetTop : 'Topmost Window (_top)',
497     targetSelf : 'Same Window (_self)',
498     targetParent : 'Parent Window (_parent)',
499     langDirLTR : 'Left to Right (LTR)',
500     langDirRTL : 'Right to Left (RTL)',
501     styles : 'Style',
502     cssClasses : 'Stylesheet Classes',
503     width : 'Width',
504     height : 'Height',
505     align : 'Align',
506     alignLeft : 'Left',
507     alignRight : 'Right',
508     alignCenter : 'Centre',
509     alignJustify : 'Justify',
510     alignTop : 'Top',
511     alignMiddle : 'Middle',
512     alignBottom : 'Bottom',
513     alignNone : 'None',
514     invalidValue : 'Invalid value.',
515     invalidHeight : 'Height must be a number.',
516     invalidWidth : 'Width must be a number.',
517     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).',
518     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
519     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
520     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).',
521     unavailable : '%1<span class="cke_accessibility">, unavailable</span>',
522     keyboard : 
523     {
524          '8' : 'Backspace',
525          '13' : 'Enter',
526          '16' : 'Shift',
527          '17' : 'Ctrl',
528          '18' : 'Alt',
529          '32' : 'Space',
530          '35' : 'End',
531          '36' : 'Home',
532          '46' : 'Delete',
533          '224' : 'Command'
534     },
535     keyboardShortcut : 'Keyboard shortcut'
536    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map