Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/en-gb.js @ 2741:014e6f1fedce

Revision 2741:014e6f1fedce, 19.4 KB checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Use non minified javascript files for ckeditor
Use release 4.3.0.
Todo: upgrade to last release available

Line 
1/*
2Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.lang['en-gb'] = {
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    smiley : 
133    {
134     options : 'Smiley Options',
135     title : 'Insert a Smiley',
136     toolbar : 'Smiley'
137    },
138    showblocks : 
139    {
140     toolbar : 'Show Blocks'
141    },
142    selectall : 
143    {
144     toolbar : 'Select All'
145    },
146    save : 
147    {
148     toolbar : 'Save'
149    },
150    removeformat : 
151    {
152     toolbar : 'Remove Format'
153    },
154    print : 
155    {
156     toolbar : 'Print'
157    },
158    preview : 
159    {
160     preview : 'Preview'
161    },
162    pastetext : 
163    {
164     button : 'Paste as plain text',
165     title : 'Paste as Plain Text'
166    },
167    pastefromword : 
168    {
169     confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',
170     error : 'It was not possible to clean up the pasted data due to an internal error',
171     title : 'Paste from Word',
172     toolbar : 'Paste from Word'
173    },
174    pagebreak : 
175    {
176     alt : 'Page Break',
177     toolbar : 'Insert Page Break for Printing'
178    },
179    newpage : 
180    {
181     toolbar : 'New Page'
182    },
183    maximize : 
184    {
185     maximize : 'Maximise',
186     minimize : 'Minimise'
187    },
188    magicline : 
189    {
190     title : 'Insert paragraph here'
191    },
192    liststyle : 
193    {
194     armenian : 'Armenian numbering',
195     bulletedTitle : 'Bulleted List Properties',
196     circle : 'Circle',
197     decimal : 'Decimal (1, 2, 3, etc.)',
198     decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)',
199     disc : 'Disc',
200     georgian : 'Georgian numbering (an, ban, gan, etc.)',
201     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
202     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
203     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
204     none : 'None',
205     notset : '<not set>',
206     numberedTitle : 'Numbered List Properties',
207     square : 'Square',
208     start : 'Start',
209     type : 'Type',
210     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
211     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
212     validateStartNumber : 'List start number must be a whole number.'
213    },
214    list : 
215    {
216     bulletedlist : 'Insert/Remove Bulleted List',
217     numberedlist : 'Insert/Remove Numbered List'
218    },
219    link : 
220    {
221     acccessKey : 'Access Key',
222     advanced : 'Advanced',
223     advisoryContentType : 'Advisory Content Type',
224     advisoryTitle : 'Advisory Title',
225     anchor : 
226     {
227          toolbar : 'Anchor',
228          menu : 'Edit Anchor',
229          title : 'Anchor Properties',
230          name : 'Anchor Name',
231          errorName : 'Please type the anchor name',
232          remove : 'Remove Anchor'
233     },
234     anchorId : 'By Element Id',
235     anchorName : 'By Anchor Name',
236     charset : 'Linked Resource Charset',
237     cssClasses : 'Stylesheet Classes',
238     emailAddress : 'E-Mail Address',
239     emailBody : 'Message Body',
240     emailSubject : 'Message Subject',
241     id : 'Id',
242     info : 'Link Info',
243     langCode : 'Language Code',
244     langDir : 'Language Direction',
245     langDirLTR : 'Left to Right (LTR)',
246     langDirRTL : 'Right to Left (RTL)',
247     menu : 'Edit Link',
248     name : 'Name',
249     noAnchors : '(No anchors available in the document)',
250     noEmail : 'Please type the e-mail address',
251     noUrl : 'Please type the link URL',
252     other : '<other>',
253     popupDependent : 'Dependent (Netscape)',
254     popupFeatures : 'Popup Window Features',
255     popupFullScreen : 'Full Screen (IE)',
256     popupLeft : 'Left Position',
257     popupLocationBar : 'Location Bar',
258     popupMenuBar : 'Menu Bar',
259     popupResizable : 'Resizable',
260     popupScrollBars : 'Scroll Bars',
261     popupStatusBar : 'Status Bar',
262     popupToolbar : 'Toolbar',
263     popupTop : 'Top Position',
264     rel : 'Relationship',
265     selectAnchor : 'Select an Anchor',
266     styles : 'Style',
267     tabIndex : 'Tab Index',
268     target : 'Target',
269     targetFrame : '<frame>',
270     targetFrameName : 'Target Frame Name',
271     targetPopup : '<popup window>',
272     targetPopupName : 'Popup Window Name',
273     title : 'Link',
274     toAnchor : 'Link to anchor in the text',
275     toEmail : 'E-mail',
276     toUrl : 'URL',
277     toolbar : 'Link',
278     type : 'Link Type',
279     unlink : 'Unlink',
280     upload : 'Upload'
281    },
282    justify : 
283    {
284     block : 'Justify',
285     center : 'Centre',
286     left : 'Align Left',
287     right : 'Align Right'
288    },
289    indent : 
290    {
291     indent : 'Increase Indent',
292     outdent : 'Decrease Indent'
293    },
294    image : 
295    {
296     alertUrl : 'Please type the image URL',
297     alt : 'Alternative Text',
298     border : 'Border',
299     btnUpload : 'Send it to the Server',
300     button2Img : 'Do you want to transform the selected image button on a simple image?',
301     hSpace : 'HSpace',
302     img2Button : 'Do you want to transform the selected image on a image button?',
303     infoTab : 'Image Info',
304     linkTab : 'Link',
305     lockRatio : 'Lock Ratio',
306     menu : 'Image Properties',
307     resetSize : 'Reset Size',
308     title : 'Image Properties',
309     titleButton : 'Image Button Properties',
310     upload : 'Upload',
311     urlMissing : 'Image source URL is missing.',
312     vSpace : 'VSpace',
313     validateBorder : 'Border must be a whole number.',
314     validateHSpace : 'HSpace must be a whole number.',
315     validateVSpace : 'VSpace must be a whole number.'
316    },
317    iframe : 
318    {
319     border : 'Show frame border',
320     noUrl : 'Please type the iframe URL',
321     scrolling : 'Enable scrollbars',
322     title : 'IFrame Properties',
323     toolbar : 'IFrame'
324    },
325    horizontalrule : 
326    {
327     toolbar : 'Insert Horizontal Line'
328    },
329    forms : 
330    {
331     button : 
332     {
333          title : 'Button Properties',
334          text : 'Text (Value)',
335          type : 'Type',
336          typeBtn : 'Button',
337          typeSbm : 'Submit',
338          typeRst : 'Reset'
339     },
340     checkboxAndRadio : 
341     {
342          checkboxTitle : 'Checkbox Properties',
343          radioTitle : 'Radio Button Properties',
344          value : 'Value',
345          selected : 'Selected'
346     },
347     form : 
348     {
349          title : 'Form Properties',
350          menu : 'Form Properties',
351          action : 'Action',
352          method : 'Method',
353          encoding : 'Encoding'
354     },
355     hidden : 
356     {
357          title : 'Hidden Field Properties',
358          name : 'Name',
359          value : 'Value'
360     },
361     select : 
362     {
363          title : 'Selection Field Properties',
364          selectInfo : 'Select Info',
365          opAvail : 'Available Options',
366          value : 'Value',
367          size : 'Size',
368          lines : 'lines',
369          chkMulti : 'Allow multiple selections',
370          opText : 'Text',
371          opValue : 'Value',
372          btnAdd : 'Add',
373          btnModify : 'Modify',
374          btnUp : 'Up',
375          btnDown : 'Down',
376          btnSetValue : 'Set as selected value',
377          btnDelete : 'Delete'
378     },
379     textarea : 
380     {
381          title : 'Textarea Properties',
382          cols : 'Columns',
383          rows : 'Rows'
384     },
385     textfield : 
386     {
387          title : 'Text Field Properties',
388          name : 'Name',
389          value : 'Value',
390          charWidth : 'Character Width',
391          maxChars : 'Maximum Characters',
392          type : 'Type',
393          typeText : 'Text',
394          typePass : 'Password',
395          typeEmail : 'Email',
396          typeSearch : 'Search',
397          typeTel : 'Telephone Number',
398          typeUrl : 'URL'
399     }
400    },
401    format : 
402    {
403     label : 'Format',
404     panelTitle : 'Paragraph Format',
405     tag_address : 'Address',
406     tag_div : 'Normal (DIV)',
407     tag_h1 : 'Heading 1',
408     tag_h2 : 'Heading 2',
409     tag_h3 : 'Heading 3',
410     tag_h4 : 'Heading 4',
411     tag_h5 : 'Heading 5',
412     tag_h6 : 'Heading 6',
413     tag_p : 'Normal',
414     tag_pre : 'Formatted'
415    },
416    font : 
417    {
418     fontSize : 
419     {
420          label : 'Size',
421          voiceLabel : 'Font Size',
422          panelTitle : 'Font Size'
423     },
424     label : 'Font',
425     panelTitle : 'Font Name',
426     voiceLabel : 'Font'
427    },
428    flash : 
429    {
430     access : 'Script Access',
431     accessAlways : 'Always',
432     accessNever : 'Never',
433     accessSameDomain : 'Same domain',
434     alignAbsBottom : 'Abs Bottom',
435     alignAbsMiddle : 'Abs Middle',
436     alignBaseline : 'Baseline',
437     alignTextTop : 'Text Top',
438     bgcolor : 'Background colour',
439     chkFull : 'Allow Fullscreen',
440     chkLoop : 'Loop',
441     chkMenu : 'Enable Flash Menu',
442     chkPlay : 'Auto Play',
443     flashvars : 'Variables for Flash',
444     hSpace : 'HSpace',
445     properties : 'Flash Properties',
446     propertiesTab : 'Properties',
447     quality : 'Quality',
448     qualityAutoHigh : 'Auto High',
449     qualityAutoLow : 'Auto Low',
450     qualityBest : 'Best',
451     qualityHigh : 'High',
452     qualityLow : 'Low',
453     qualityMedium : 'Medium',
454     scale : 'Scale',
455     scaleAll : 'Show all',
456     scaleFit : 'Exact Fit',
457     scaleNoBorder : 'No Border',
458     title : 'Flash Properties',
459     vSpace : 'VSpace',
460     validateHSpace : 'HSpace must be a number.',
461     validateSrc : 'URL must not be empty.',
462     validateVSpace : 'VSpace must be a number.',
463     windowMode : 'Window mode',
464     windowModeOpaque : 'Opaque',
465     windowModeTransparent : 'Transparent',
466     windowModeWindow : 'Window'
467    },
468    find : 
469    {
470     find : 'Find',
471     findOptions : 'Find Options',
472     findWhat : 'Find what:',
473     matchCase : 'Match case',
474     matchCyclic : 'Match cyclic',
475     matchWord : 'Match whole word',
476     notFoundMsg : 'The specified text was not found.',
477     replace : 'Replace',
478     replaceAll : 'Replace All',
479     replaceSuccessMsg : '%1 occurrence(s) replaced.',
480     replaceWith : 'Replace with:',
481     title : 'Find and Replace'
482    },
483    fakeobjects : 
484    {
485     anchor : 'Anchor',
486     flash : 'Flash Animation',
487     hiddenfield : 'Hidden Field',
488     iframe : 'IFrame',
489     unknown : 'Unknown Object'
490    },
491    elementspath : 
492    {
493     eleLabel : 'Elements path',
494     eleTitle : '%1 element'
495    },
496    div : 
497    {
498     IdInputLabel : 'Id',
499     advisoryTitleInputLabel : 'Advisory Title',
500     cssClassInputLabel : 'Stylesheet Classes',
501     edit : 'Edit Div',
502     inlineStyleInputLabel : 'Inline Style',
503     langDirLTRLabel : 'Left to Right (LTR)',
504     langDirLabel : 'Language Direction',
505     langDirRTLLabel : 'Right to Left (RTL)',
506     languageCodeInputLabel : ' Language Code',
507     remove : 'Remove Div',
508     styleSelectLabel : 'Style',
509     title : 'Create Div Container',
510     toolbar : 'Create Div Container'
511    },
512    contextmenu : 
513    {
514     options : 'Context Menu Options'
515    },
516    colordialog : 
517    {
518     clear : 'Clear',
519     highlight : 'Highlight',
520     options : 'Colour Options',
521     selected : 'Selected Colour',
522     title : 'Select colour'
523    },
524    colorbutton : 
525    {
526     auto : 'Automatic',
527     bgColorTitle : 'Background Colour',
528     colors : 
529     {
530          '000' : 'Black',
531          '800000' : 'Maroon',
532          '8B4513' : 'Saddle Brown',
533          '2F4F4F' : 'Dark Slate Grey',
534          '008080' : 'Teal',
535          '000080' : 'Navy',
536          '4B0082' : 'Indigo',
537          '696969' : 'Dark Grey',
538          B22222 : 'Fire Brick',
539          A52A2A : 'Brown',
540          DAA520 : 'Golden Rod',
541          '006400' : 'Dark Green',
542          '40E0D0' : 'Turquoise',
543          '0000CD' : 'Medium Blue',
544          '800080' : 'Purple',
545          '808080' : 'Grey',
546          F00 : 'Red',
547          FF8C00 : 'Dark Orange',
548          FFD700 : 'Gold',
549          '008000' : 'Green',
550          '0FF' : 'Cyan',
551          '00F' : 'Blue',
552          EE82EE : 'Violet',
553          A9A9A9 : 'Dim Grey',
554          FFA07A : 'Light Salmon',
555          FFA500 : 'Orange',
556          FFFF00 : 'Yellow',
557          '00FF00' : 'Lime',
558          AFEEEE : 'Pale Turquoise',
559          ADD8E6 : 'Light Blue',
560          DDA0DD : 'Plum',
561          D3D3D3 : 'Light Grey',
562          FFF0F5 : 'Lavender Blush',
563          FAEBD7 : 'Antique White',
564          FFFFE0 : 'Light Yellow',
565          F0FFF0 : 'Honeydew',
566          F0FFFF : 'Azure',
567          F0F8FF : 'Alice Blue',
568          E6E6FA : 'Lavender',
569          FFF : 'White'
570     },
571     more : 'More Colours...',
572     panelTitle : 'Colours',
573     textColorTitle : 'Text Colour'
574    },
575    clipboard : 
576    {
577     copy : 'Copy',
578     copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',
579     cut : 'Cut',
580     cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
581     paste : 'Paste',
582     pasteArea : 'Paste Area',
583     pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
584     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.',
585     title : 'Paste'
586    },
587    blockquote : 
588    {
589     toolbar : 'Block Quote'
590    },
591    bidi : 
592    {
593     ltr : 'Text direction from left to right',
594     rtl : 'Text direction from right to left'
595    },
596    basicstyles : 
597    {
598     bold : 'Bold',
599     italic : 'Italic',
600     strike : 'Strike Through',
601     subscript : 'Subscript',
602     superscript : 'Superscript',
603     underline : 'Underline'
604    },
605    about : 
606    {
607     copy : 'Copyright &copy; $1. All rights reserved.',
608     dlgTitle : 'About CKEditor',
609     help : 'Check $1 for help.',
610     moreInfo : 'For licensing information please visit our web site:',
611     title : 'About CKEditor',
612     userGuide : 'CKEditor User\'s Guide'
613    },
614    editor : 'Rich Text Editor',
615    editorPanel : 'Rich Text Editor panel',
616    common : 
617    {
618     editorHelp : 'Press ALT 0 for help',
619     browseServer : 'Browse Server',
620     url : 'URL',
621     protocol : 'Protocol',
622     upload : 'Upload',
623     uploadSubmit : 'Send it to the Server',
624     image : 'Image',
625     flash : 'Flash',
626     form : 'Form',
627     checkbox : 'Checkbox',
628     radio : 'Radio Button',
629     textField : 'Text Field',
630     textarea : 'Textarea',
631     hiddenField : 'Hidden Field',
632     button : 'Button',
633     select : 'Selection Field',
634     imageButton : 'Image Button',
635     notSet : '<not set>',
636     id : 'Id',
637     name : 'Name',
638     langDir : 'Language Direction',
639     langDirLtr : 'Left to Right (LTR)',
640     langDirRtl : 'Right to Left (RTL)',
641     langCode : 'Language Code',
642     longDescr : 'Long Description URL',
643     cssClass : 'Stylesheet Classes',
644     advisoryTitle : 'Advisory Title',
645     cssStyle : 'Style',
646     ok : 'OK',
647     cancel : 'Cancel',
648     close : 'Close',
649     preview : 'Preview',
650     resize : 'Drag to resize',
651     generalTab : 'General',
652     advancedTab : 'Advanced',
653     validateNumberFailed : 'This value is not a number.',
654     confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
655     confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?',
656     options : 'Options',
657     target : 'Target',
658     targetNew : 'New Window (_blank)',
659     targetTop : 'Topmost Window (_top)',
660     targetSelf : 'Same Window (_self)',
661     targetParent : 'Parent Window (_parent)',
662     langDirLTR : 'Left to Right (LTR)',
663     langDirRTL : 'Right to Left (RTL)',
664     styles : 'Style',
665     cssClasses : 'Stylesheet Classes',
666     width : 'Width',
667     height : 'Height',
668     align : 'Align',
669     alignLeft : 'Left',
670     alignRight : 'Right',
671     alignCenter : 'Centre',
672     alignTop : 'Top',
673     alignMiddle : 'Middle',
674     alignBottom : 'Bottom',
675     invalidValue : 'Invalid value.',
676     invalidHeight : 'Height must be a number.',
677     invalidWidth : 'Width must be a number.',
678     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).',
679     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
680     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
681     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).',
682     unavailable : '%1<span class="cke_accessibility">, unavailable</span>'
683    } } 
Note: See TracBrowser for help on using the repository browser.

Sites map