2 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license
\r
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
\r
8 * English (Australia) language.
\r
17 * Constains the dictionary of language entries.
\r
20 CKEDITOR.lang['en-uk'] =
\r
23 * The language reading direction. Possible values are "rtl" for
\r
24 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
\r
25 * languages (like English).
\r
31 * Screenreader titles. Please note that screenreaders are not always capable
\r
32 * of reading non-English words. So be careful while translating it.
\r
34 editorTitle : 'Rich text editor, %1',
\r
36 // Toolbar buttons without dialogs.
\r
38 newPage : 'New Page',
\r
40 preview : 'Preview',
\r
45 underline : 'Underline',
\r
48 selectAll : 'Select All',
\r
49 removeFormat : 'Remove Format',
\r
50 strike : 'Strike Through',
\r
51 subscript : 'Subscript',
\r
52 superscript : 'Superscript',
\r
53 horizontalrule : 'Insert Horizontal Line',
\r
54 pagebreak : 'Insert Page Break for Printing',
\r
59 // Common messages and labels.
\r
62 browseServer : 'Browse Server',
\r
64 protocol : 'Protocol',
\r
66 uploadSubmit : 'Send it to the Server',
\r
70 checkbox : 'Checkbox',
\r
71 radio : 'Radio Button',
\r
72 textField : 'Text Field',
\r
73 textarea : 'Textarea',
\r
74 hiddenField : 'Hidden Field',
\r
76 select : 'Selection Field',
\r
77 imageButton : 'Image Button',
\r
78 notSet : '<not set>',
\r
81 langDir : 'Language Direction',
\r
82 langDirLtr : 'Left to Right (LTR)',
\r
83 langDirRtl : 'Right to Left (RTL)',
\r
84 langCode : 'Language Code',
\r
85 longDescr : 'Long Description URL',
\r
86 cssClass : 'Stylesheet Classes',
\r
87 advisoryTitle : 'Advisory Title',
\r
91 generalTab : 'General',
\r
92 advancedTab : 'Advanced',
\r
93 validateNumberFailed : 'This value is not a number.',
\r
94 confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
\r
95 confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?',
\r
97 // Put the voice-only part of the label in the span.
\r
98 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
\r
101 // Special char dialog.
\r
104 toolbar : 'Insert Special Character',
\r
105 title : 'Select Special Character'
\r
112 menu : 'Edit Link',
\r
114 info : 'Link Info',
\r
117 advanced : 'Advanced',
\r
118 type : 'Link Type',
\r
119 toAnchor : 'Link to anchor in the text',
\r
120 toEmail : 'E-mail',
\r
122 targetNotSet : '<not set>',
\r
123 targetFrame : '<frame>',
\r
124 targetPopup : '<popup window>',
\r
125 targetNew : 'New Window (_blank)',
\r
126 targetTop : 'Topmost Window (_top)',
\r
127 targetSelf : 'Same Window (_self)',
\r
128 targetParent : 'Parent Window (_parent)',
\r
129 targetFrameName : 'Target Frame Name',
\r
130 targetPopupName : 'Popup Window Name',
\r
131 popupFeatures : 'Popup Window Features',
\r
132 popupResizable : 'Resizable',
\r
133 popupStatusBar : 'Status Bar',
\r
134 popupLocationBar : 'Location Bar',
\r
135 popupToolbar : 'Toolbar',
\r
136 popupMenuBar : 'Menu Bar',
\r
137 popupFullScreen : 'Full Screen (IE)',
\r
138 popupScrollBars : 'Scroll Bars',
\r
139 popupDependent : 'Dependent (Netscape)',
\r
140 popupWidth : 'Width',
\r
141 popupLeft : 'Left Position',
\r
142 popupHeight : 'Height',
\r
143 popupTop : 'Top Position',
\r
145 langDir : 'Language Direction',
\r
146 langDirNotSet : '<not set>',
\r
147 langDirLTR : 'Left to Right (LTR)',
\r
148 langDirRTL : 'Right to Left (RTL)',
\r
149 acccessKey : 'Access Key',
\r
151 langCode : 'Language Code',
\r
152 tabIndex : 'Tab Index',
\r
153 advisoryTitle : 'Advisory Title',
\r
154 advisoryContentType : 'Advisory Content Type',
\r
155 cssClasses : 'Stylesheet Classes',
\r
156 charset : 'Linked Resource Charset',
\r
158 selectAnchor : 'Select an Anchor',
\r
159 anchorName : 'By Anchor Name',
\r
160 anchorId : 'By Element Id',
\r
161 emailAddress : 'E-Mail Address',
\r
162 emailSubject : 'Message Subject',
\r
163 emailBody : 'Message Body',
\r
164 noAnchors : '(No anchors available in the document)',
\r
165 noUrl : 'Please type the link URL',
\r
166 noEmail : 'Please type the e-mail address'
\r
172 toolbar : 'Anchor',
\r
173 menu : 'Edit Anchor',
\r
174 title : 'Anchor Properties',
\r
175 name : 'Anchor Name',
\r
176 errorName : 'Please type the anchor name'
\r
179 // Find And Replace Dialog
\r
182 title : 'Find and Replace',
\r
184 replace : 'Replace',
\r
185 findWhat : 'Find what:',
\r
186 replaceWith : 'Replace with:',
\r
187 notFoundMsg : 'The specified text was not found.',
\r
188 matchCase : 'Match case',
\r
189 matchWord : 'Match whole word',
\r
190 matchCyclic : 'Match cyclic',
\r
191 replaceAll : 'Replace All',
\r
192 replaceSuccessMsg : '%1 occurrence(s) replaced.'
\r
199 title : 'Table Properties',
\r
200 menu : 'Table Properties',
\r
201 deleteTable : 'Delete Table',
\r
203 columns : 'Columns',
\r
204 border : 'Border size',
\r
205 align : 'Alignment',
\r
206 alignNotSet : '<Not set>',
\r
207 alignLeft : 'Left',
\r
208 alignCenter : 'Centre',
\r
209 alignRight : 'Right',
\r
211 widthPx : 'pixels',
\r
212 widthPc : 'percent',
\r
214 cellSpace : 'Cell spacing',
\r
215 cellPad : 'Cell padding',
\r
216 caption : 'Caption',
\r
217 summary : 'Summary',
\r
218 headers : 'Headers',
\r
219 headersNone : 'None',
\r
220 headersColumn : 'First column',
\r
221 headersRow : 'First Row',
\r
222 headersBoth : 'Both',
\r
223 invalidRows : 'Number of rows must be a number greater than 0.',
\r
224 invalidCols : 'Number of columns must be a number greater than 0.',
\r
225 invalidBorder : 'Border size must be a number.',
\r
226 invalidWidth : 'Table width must be a number.',
\r
227 invalidHeight : 'Table height must be a number.',
\r
228 invalidCellSpacing : 'Cell spacing must be a number.',
\r
229 invalidCellPadding : 'Cell padding must be a number.',
\r
234 insertBefore : 'Insert Cell Before',
\r
235 insertAfter : 'Insert Cell After',
\r
236 deleteCell : 'Delete Cells',
\r
237 merge : 'Merge Cells',
\r
238 mergeRight : 'Merge Right',
\r
239 mergeDown : 'Merge Down',
\r
240 splitHorizontal : 'Split Cell Horizontally',
\r
241 splitVertical : 'Split Cell Vertically',
\r
242 title : 'Cell Properties',
\r
243 cellType : 'Cell Type',
\r
244 rowSpan : 'Rows Span',
\r
245 colSpan : 'Columns Span',
\r
246 wordWrap : 'Word Wrap',
\r
247 hAlign : 'Horizontal Alignment',
\r
248 vAlign : 'Vertical Alignment',
\r
250 alignMiddle : 'Middle',
\r
251 alignBottom : 'Bottom',
\r
252 alignBaseline : 'Baseline',
\r
253 bgColor : 'Background Color',
\r
254 borderColor : 'Border Color',
\r
259 invalidWidth : 'Cell width must be a number.',
\r
260 invalidHeight : 'Cell height must be a number.',
\r
261 invalidRowSpan : 'Rows span must be a whole number.',
\r
262 invalidColSpan : 'Columns span must be a whole number.',
\r
263 chooseColor : 'Choose' // MISSING
\r
269 insertBefore : 'Insert Row Before',
\r
270 insertAfter : 'Insert Row After',
\r
271 deleteRow : 'Delete Rows'
\r
277 insertBefore : 'Insert Column Before',
\r
278 insertAfter : 'Insert Column After',
\r
279 deleteColumn : 'Delete Columns'
\r
286 title : 'Button Properties',
\r
287 text : 'Text (Value)',
\r
289 typeBtn : 'Button',
\r
290 typeSbm : 'Submit',
\r
294 // Checkbox and Radio Button Dialogs.
\r
297 checkboxTitle : 'Checkbox Properties',
\r
298 radioTitle : 'Radio Button Properties',
\r
300 selected : 'Selected'
\r
306 title : 'Form Properties',
\r
307 menu : 'Form Properties',
\r
310 encoding : 'Encoding',
\r
312 targetNotSet : '<not set>',
\r
313 targetNew : 'New Window (_blank)',
\r
314 targetTop : 'Topmost Window (_top)',
\r
315 targetSelf : 'Same Window (_self)',
\r
316 targetParent : 'Parent Window (_parent)'
\r
319 // Select Field Dialog.
\r
322 title : 'Selection Field Properties',
\r
323 selectInfo : 'Select Info',
\r
324 opAvail : 'Available Options',
\r
328 chkMulti : 'Allow multiple selections',
\r
332 btnModify : 'Modify',
\r
335 btnSetValue : 'Set as selected value',
\r
336 btnDelete : 'Delete'
\r
339 // Textarea Dialog.
\r
342 title : 'Textarea Properties',
\r
347 // Text Field Dialog.
\r
350 title : 'Text Field Properties',
\r
353 charWidth : 'Character Width',
\r
354 maxChars : 'Maximum Characters',
\r
357 typePass : 'Password'
\r
360 // Hidden Field Dialog.
\r
363 title : 'Hidden Field Properties',
\r
371 title : 'Image Properties',
\r
372 titleButton : 'Image Button Properties',
\r
373 menu : 'Image Properties',
\r
374 infoTab : 'Image Info',
\r
375 btnUpload : 'Send it to the Server',
\r
378 alt : 'Alternative Text',
\r
381 lockRatio : 'Lock Ratio',
\r
382 resetSize : 'Reset Size',
\r
387 alignLeft : 'Left',
\r
388 alignAbsBottom: 'Abs Bottom',
\r
389 alignAbsMiddle: 'Abs Middle',
\r
390 alignBaseline : 'Baseline',
\r
391 alignBottom : 'Bottom',
\r
392 alignMiddle : 'Middle',
\r
393 alignRight : 'Right',
\r
394 alignTextTop : 'Text Top',
\r
396 preview : 'Preview',
\r
397 alertUrl : 'Please type the image URL',
\r
399 button2Img : 'Do you want to transform the selected image button on a simple image?',
\r
400 img2Button : 'Do you want to transform the selected image on a image button?',
\r
401 urlMissing : 'Image source URL is missing.' // MISSING
\r
407 properties : 'Flash Properties',
\r
408 propertiesTab : 'Properties',
\r
409 title : 'Flash Properties',
\r
410 chkPlay : 'Auto Play',
\r
412 chkMenu : 'Enable Flash Menu',
\r
413 chkFull : 'Allow Fullscreen',
\r
415 scaleAll : 'Show all',
\r
416 scaleNoBorder : 'No Border',
\r
417 scaleFit : 'Exact Fit',
\r
418 access : 'Script Access',
\r
419 accessAlways : 'Always',
\r
420 accessSameDomain : 'Same domain',
\r
421 accessNever : 'Never',
\r
423 alignLeft : 'Left',
\r
424 alignAbsBottom: 'Abs Bottom',
\r
425 alignAbsMiddle: 'Abs Middle',
\r
426 alignBaseline : 'Baseline',
\r
427 alignBottom : 'Bottom',
\r
428 alignMiddle : 'Middle',
\r
429 alignRight : 'Right',
\r
430 alignTextTop : 'Text Top',
\r
432 quality : 'Quality',
\r
433 qualityBest : 'Best', // MISSING
\r
434 qualityHigh : 'High', // MISSING
\r
435 qualityAutoHigh : 'Auto High', // MISSING
\r
436 qualityMedium : 'Medium', // MISSING
\r
437 qualityAutoLow : 'Auto Low', // MISSING
\r
438 qualityLow : 'Low', // MISSING
\r
439 windowModeWindow : 'Window', // MISSING
\r
440 windowModeOpaque : 'Opaque', // MISSING
\r
441 windowModeTransparent : 'Transparent', // MISSING
\r
442 windowMode : 'Window mode',
\r
443 flashvars : 'Variables for Flash',
\r
444 bgcolor : 'Background colour',
\r
449 validateSrc : 'URL must not be empty.',
\r
450 validateWidth : 'Width must be a number.',
\r
451 validateHeight : 'Height must be a number.',
\r
452 validateHSpace : 'HSpace must be a number.',
\r
453 validateVSpace : 'VSpace must be a number.'
\r
456 // Speller Pages Dialog
\r
459 toolbar : 'Check Spelling',
\r
460 title : 'Spell Check',
\r
461 notAvailable : 'Sorry, but service is unavailable now.',
\r
462 errorLoading : 'Error loading application service host: %s.',
\r
463 notInDic : 'Not in dictionary',
\r
464 changeTo : 'Change to',
\r
465 btnIgnore : 'Ignore',
\r
466 btnIgnoreAll : 'Ignore All',
\r
467 btnReplace : 'Replace',
\r
468 btnReplaceAll : 'Replace All',
\r
470 noSuggestions : '- No suggestions -',
\r
471 progress : 'Spell check in progress...',
\r
472 noMispell : 'Spell check complete: No misspellings found',
\r
473 noChanges : 'Spell check complete: No words changed',
\r
474 oneChange : 'Spell check complete: One word changed',
\r
475 manyChanges : 'Spell check complete: %1 words changed',
\r
476 ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'
\r
481 toolbar : 'Smiley',
\r
482 title : 'Insert a Smiley'
\r
487 eleTitle : '%1 element'
\r
490 numberedlist : 'Insert/Remove Numbered List',
\r
491 bulletedlist : 'Insert/Remove Bulleted List',
\r
492 indent : 'Increase Indent',
\r
493 outdent : 'Decrease Indent',
\r
497 left : 'Left Justify',
\r
498 center : 'Centre Justify',
\r
499 right : 'Right Justify',
\r
500 block : 'Block Justify'
\r
503 blockquote : 'Blockquote',
\r
508 cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).',
\r
509 copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).',
\r
510 pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit OK',
\r
511 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.'
\r
516 toolbar : 'Paste from Word',
\r
517 title : 'Paste from Word',
\r
518 advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',
\r
519 ignoreFontFace : 'Ignore Font Face definitions',
\r
520 removeStyle : 'Remove Styles definitions'
\r
525 button : 'Paste as plain text',
\r
526 title : 'Paste as Plain Text'
\r
531 button : 'Templates',
\r
532 title : 'Content Templates',
\r
533 insertOption: 'Replace actual contents',
\r
534 selectPromptMsg: 'Please select the template to open in the editor',
\r
535 emptyListMsg : '(No templates defined)'
\r
538 showBlocks : 'Show Blocks',
\r
543 voiceLabel : 'Styles', // MISSING
\r
544 panelVoiceLabel : 'Select a style', // MISSING
\r
545 panelTitle1 : 'Block Styles',
\r
546 panelTitle2 : 'Inline Styles',
\r
547 panelTitle3 : 'Object Styles'
\r
553 voiceLabel : 'Format', // MISSING
\r
554 panelTitle : 'Paragraph Format',
\r
555 panelVoiceLabel : 'Select a paragraph format', // MISSING
\r
558 tag_pre : 'Formatted',
\r
559 tag_address : 'Address',
\r
560 tag_h1 : 'Heading 1',
\r
561 tag_h2 : 'Heading 2',
\r
562 tag_h3 : 'Heading 3',
\r
563 tag_h4 : 'Heading 4',
\r
564 tag_h5 : 'Heading 5',
\r
565 tag_h6 : 'Heading 6',
\r
566 tag_div : 'Normal (DIV)'
\r
572 voiceLabel : 'Font', // MISSING
\r
573 panelTitle : 'Font Name',
\r
574 panelVoiceLabel : 'Select a font' // MISSING
\r
580 voiceLabel : 'Font Size', // MISSING
\r
581 panelTitle : 'Font Size',
\r
582 panelVoiceLabel : 'Select a font size' // MISSING
\r
587 textColorTitle : 'Text Colour',
\r
588 bgColorTitle : 'Background Colour',
\r
589 auto : 'Automatic',
\r
590 more : 'More Colours...'
\r
596 '800000' : 'Maroon',
\r
597 '8B4513' : 'Saddle Brown',
\r
598 '2F4F4F' : 'Dark Slate Gray',
\r
601 '4B0082' : 'Indigo',
\r
602 '696969' : 'Dim Gray',
\r
603 'B22222' : 'Fire Brick',
\r
604 'A52A2A' : 'Brown',
\r
605 'DAA520' : 'Golden Rod',
\r
606 '006400' : 'Dark Green',
\r
607 '40E0D0' : 'Turquoise',
\r
608 '0000CD' : 'Medium Blue',
\r
609 '800080' : 'Purple',
\r
612 'FF8C00' : 'Dark Orange',
\r
614 '008000' : 'Green',
\r
617 'EE82EE' : 'Violet',
\r
618 'A9A9A9' : 'Dark Gray',
\r
619 'FFA07A' : 'Light Salmon',
\r
620 'FFA500' : 'Orange',
\r
621 'FFFF00' : 'Yellow',
\r
623 'AFEEEE' : 'Pale Turquoise',
\r
624 'ADD8E6' : 'Light Blue',
\r
626 'D3D3D3' : 'Light Grey',
\r
627 'FFF0F5' : 'Lavender Blush',
\r
628 'FAEBD7' : 'Antique White',
\r
629 'FFFFE0' : 'Light Yellow',
\r
630 'F0FFF0' : 'Honeydew',
\r
631 'F0FFFF' : 'Azure',
\r
632 'F0F8FF' : 'Alice Blue',
\r
633 'E6E6FA' : 'Lavender',
\r
639 title : 'Spell Check As You Type', // MISSING
\r
640 enable : 'Enable SCAYT', // MISSING
\r
641 disable : 'Disable SCAYT', // MISSING
\r
642 about : 'About SCAYT', // MISSING
\r
643 toggle : 'Toggle SCAYT', // MISSING
\r
644 options : 'Options', // MISSING
\r
645 langs : 'Languages', // MISSING
\r
646 moreSuggestions : 'More suggestions', // MISSING
\r
647 ignore : 'Ignore', // MISSING
\r
648 ignoreAll : 'Ignore All', // MISSING
\r
649 addWord : 'Add Word', // MISSING
\r
650 emptyDic : 'Dictionary name should not be empty.', // MISSING
\r
651 optionsTab : 'Options', // MISSING
\r
652 languagesTab : 'Languages', // MISSING
\r
653 dictionariesTab : 'Dictionaries', // MISSING
\r
654 aboutTab : 'About' // MISSING
\r
659 title : 'About CKEditor',
\r
660 dlgTitle : 'About CKEditor', // MISSING
\r
661 moreInfo : 'For licensing information please visit our web site:',
\r
662 copy : 'Copyright © $1. All rights reserved.'
\r
665 maximize : 'Maximize',
\r
666 minimize : 'Minimize', // MISSING
\r
670 anchor : 'Anchor', // MISSING
\r
671 flash : 'Flash Animation', // MISSING
\r
672 div : 'Page Break', // MISSING
\r
673 unknown : 'Unknown Object' // MISSING
\r
676 resize : 'Drag to resize', // MISSING
\r
680 title : 'Select color', // MISSING
\r
681 highlight : 'Highlight', // MISSING
\r
682 selected : 'Selected', // MISSING
\r
683 clear : 'Clear' // MISSING
\r