2 Copyright (c) 2003-2012, 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 * Contains the dictionary of language entries.
\r
20 CKEDITOR.lang['en-au'] =
\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', // MISSING
\r
35 editorHelp : 'Press ALT 0 for help', // MISSING
\r
37 // ARIA descriptions.
\r
38 toolbars : 'Editor toolbars',
\r
39 editor : 'Rich Text Editor',
\r
41 // Toolbar buttons without dialogs.
\r
43 newPage : 'New Page',
\r
45 preview : 'Preview',
\r
50 underline : 'Underline',
\r
53 selectAll : 'Select All',
\r
54 removeFormat : 'Remove Format',
\r
55 strike : 'Strike Through',
\r
56 subscript : 'Subscript',
\r
57 superscript : 'Superscript',
\r
58 horizontalrule : 'Insert Horizontal Line',
\r
59 pagebreak : 'Insert Page Break for Printing',
\r
60 pagebreakAlt : 'Page Break', // MISSING
\r
65 // Common messages and labels.
\r
68 browseServer : 'Browse Server',
\r
70 protocol : 'Protocol',
\r
72 uploadSubmit : 'Send it to the Server',
\r
76 checkbox : 'Checkbox',
\r
77 radio : 'Radio Button',
\r
78 textField : 'Text Field',
\r
79 textarea : 'Textarea',
\r
80 hiddenField : 'Hidden Field',
\r
82 select : 'Selection Field',
\r
83 imageButton : 'Image Button',
\r
84 notSet : '<not set>',
\r
87 langDir : 'Language Direction',
\r
88 langDirLtr : 'Left to Right (LTR)',
\r
89 langDirRtl : 'Right to Left (RTL)',
\r
90 langCode : 'Language Code',
\r
91 longDescr : 'Long Description URL',
\r
92 cssClass : 'Stylesheet Classes',
\r
93 advisoryTitle : 'Advisory Title',
\r
97 close : 'Close', // MISSING
\r
98 preview : 'Preview', // MISSING
\r
99 generalTab : 'General',
\r
100 advancedTab : 'Advanced',
\r
101 validateNumberFailed : 'This value is not a number.',
\r
102 confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
\r
103 confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?',
\r
104 options : 'Options', // MISSING
\r
105 target : 'Target', // MISSING
\r
106 targetNew : 'New Window (_blank)', // MISSING
\r
107 targetTop : 'Topmost Window (_top)', // MISSING
\r
108 targetSelf : 'Same Window (_self)', // MISSING
\r
109 targetParent : 'Parent Window (_parent)', // MISSING
\r
110 langDirLTR : 'Left to Right (LTR)', // MISSING
\r
111 langDirRTL : 'Right to Left (RTL)', // MISSING
\r
112 styles : 'Style', // MISSING
\r
113 cssClasses : 'Stylesheet Classes', // MISSING
\r
114 width : 'Width', // MISSING
\r
115 height : 'Height', // MISSING
\r
117 alignLeft : 'Left', // MISSING
\r
118 alignRight : 'Right', // MISSING
\r
119 alignCenter : 'Centre',
\r
120 alignTop : 'Top', // MISSING
\r
121 alignMiddle : 'Middle', // MISSING
\r
122 alignBottom : 'Bottom', // MISSING
\r
123 invalidHeight : 'Height must be a number.', // MISSING
\r
124 invalidWidth : 'Width must be a number.', // MISSING
\r
125 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).', // MISSING
\r
126 invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
\r
127 invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
\r
128 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).', // MISSING
\r
130 // Put the voice-only part of the label in the span.
\r
131 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
\r
136 options : 'Context Menu Options' // MISSING
\r
139 // Special char dialog.
\r
142 toolbar : 'Insert Special Character',
\r
143 title : 'Select Special Character',
\r
144 options : 'Special Character Options' // MISSING
\r
152 menu : 'Edit Link',
\r
154 info : 'Link Info',
\r
157 advanced : 'Advanced',
\r
158 type : 'Link Type',
\r
159 toUrl : 'URL', // MISSING
\r
160 toAnchor : 'Link to anchor in the text',
\r
161 toEmail : 'E-mail',
\r
162 targetFrame : '<frame>',
\r
163 targetPopup : '<popup window>',
\r
164 targetFrameName : 'Target Frame Name',
\r
165 targetPopupName : 'Popup Window Name',
\r
166 popupFeatures : 'Popup Window Features',
\r
167 popupResizable : 'Resizable',
\r
168 popupStatusBar : 'Status Bar',
\r
169 popupLocationBar: 'Location Bar',
\r
170 popupToolbar : 'Toolbar',
\r
171 popupMenuBar : 'Menu Bar',
\r
172 popupFullScreen : 'Full Screen (IE)',
\r
173 popupScrollBars : 'Scroll Bars',
\r
174 popupDependent : 'Dependent (Netscape)',
\r
175 popupLeft : 'Left Position',
\r
176 popupTop : 'Top Position',
\r
178 langDir : 'Language Direction',
\r
179 langDirLTR : 'Left to Right (LTR)',
\r
180 langDirRTL : 'Right to Left (RTL)',
\r
181 acccessKey : 'Access Key',
\r
183 langCode : 'Language Code',
\r
184 tabIndex : 'Tab Index',
\r
185 advisoryTitle : 'Advisory Title',
\r
186 advisoryContentType : 'Advisory Content Type',
\r
187 cssClasses : 'Stylesheet Classes',
\r
188 charset : 'Linked Resource Charset',
\r
190 rel : 'Relationship', // MISSING
\r
191 selectAnchor : 'Select an Anchor',
\r
192 anchorName : 'By Anchor Name',
\r
193 anchorId : 'By Element Id',
\r
194 emailAddress : 'E-Mail Address',
\r
195 emailSubject : 'Message Subject',
\r
196 emailBody : 'Message Body',
\r
197 noAnchors : '(No anchors available in the document)',
\r
198 noUrl : 'Please type the link URL',
\r
199 noEmail : 'Please type the e-mail address'
\r
205 toolbar : 'Anchor',
\r
206 menu : 'Edit Anchor',
\r
207 title : 'Anchor Properties',
\r
208 name : 'Anchor Name',
\r
209 errorName : 'Please type the anchor name',
\r
210 remove : 'Remove Anchor' // MISSING
\r
213 // List style dialog
\r
216 numberedTitle : 'Numbered List Properties', // MISSING
\r
217 bulletedTitle : 'Bulleted List Properties', // MISSING
\r
218 type : 'Type', // MISSING
\r
219 start : 'Start', // MISSING
\r
220 validateStartNumber :'List start number must be a whole number.', // MISSING
\r
221 circle : 'Circle', // MISSING
\r
222 disc : 'Disc', // MISSING
\r
223 square : 'Square', // MISSING
\r
224 none : 'None', // MISSING
\r
225 notset : '<not set>', // MISSING
\r
226 armenian : 'Armenian numbering', // MISSING
\r
227 georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
\r
228 lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
\r
229 upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
\r
230 lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
\r
231 upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
\r
232 lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
\r
233 decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
\r
234 decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
\r
237 // Find And Replace Dialog
\r
240 title : 'Find and Replace',
\r
242 replace : 'Replace',
\r
243 findWhat : 'Find what:',
\r
244 replaceWith : 'Replace with:',
\r
245 notFoundMsg : 'The specified text was not found.',
\r
246 findOptions : 'Find Options', // MISSING
\r
247 matchCase : 'Match case',
\r
248 matchWord : 'Match whole word',
\r
249 matchCyclic : 'Match cyclic',
\r
250 replaceAll : 'Replace All',
\r
251 replaceSuccessMsg : '%1 occurrence(s) replaced.'
\r
258 title : 'Table Properties',
\r
259 menu : 'Table Properties',
\r
260 deleteTable : 'Delete Table',
\r
262 columns : 'Columns',
\r
263 border : 'Border size',
\r
264 widthPx : 'pixels',
\r
265 widthPc : 'percent',
\r
266 widthUnit : 'width unit', // MISSING
\r
267 cellSpace : 'Cell spacing',
\r
268 cellPad : 'Cell padding',
\r
269 caption : 'Caption',
\r
270 summary : 'Summary',
\r
271 headers : 'Headers',
\r
272 headersNone : 'None',
\r
273 headersColumn : 'First column',
\r
274 headersRow : 'First Row',
\r
275 headersBoth : 'Both',
\r
276 invalidRows : 'Number of rows must be a number greater than 0.',
\r
277 invalidCols : 'Number of columns must be a number greater than 0.',
\r
278 invalidBorder : 'Border size must be a number.',
\r
279 invalidWidth : 'Table width must be a number.',
\r
280 invalidHeight : 'Table height must be a number.',
\r
281 invalidCellSpacing : 'Cell spacing must be a number.',
\r
282 invalidCellPadding : 'Cell padding must be a number.',
\r
287 insertBefore : 'Insert Cell Before',
\r
288 insertAfter : 'Insert Cell After',
\r
289 deleteCell : 'Delete Cells',
\r
290 merge : 'Merge Cells',
\r
291 mergeRight : 'Merge Right',
\r
292 mergeDown : 'Merge Down',
\r
293 splitHorizontal : 'Split Cell Horizontally',
\r
294 splitVertical : 'Split Cell Vertically',
\r
295 title : 'Cell Properties',
\r
296 cellType : 'Cell Type',
\r
297 rowSpan : 'Rows Span',
\r
298 colSpan : 'Columns Span',
\r
299 wordWrap : 'Word Wrap',
\r
300 hAlign : 'Horizontal Alignment',
\r
301 vAlign : 'Vertical Alignment',
\r
302 alignBaseline : 'Baseline',
\r
303 bgColor : 'Background Color',
\r
304 borderColor : 'Border Color',
\r
309 invalidWidth : 'Cell width must be a number.',
\r
310 invalidHeight : 'Cell height must be a number.',
\r
311 invalidRowSpan : 'Rows span must be a whole number.',
\r
312 invalidColSpan : 'Columns span must be a whole number.',
\r
313 chooseColor : 'Choose' // MISSING
\r
319 insertBefore : 'Insert Row Before',
\r
320 insertAfter : 'Insert Row After',
\r
321 deleteRow : 'Delete Rows'
\r
327 insertBefore : 'Insert Column Before',
\r
328 insertAfter : 'Insert Column After',
\r
329 deleteColumn : 'Delete Columns'
\r
336 title : 'Button Properties',
\r
337 text : 'Text (Value)',
\r
339 typeBtn : 'Button',
\r
340 typeSbm : 'Submit',
\r
344 // Checkbox and Radio Button Dialogs.
\r
347 checkboxTitle : 'Checkbox Properties',
\r
348 radioTitle : 'Radio Button Properties',
\r
350 selected : 'Selected'
\r
356 title : 'Form Properties',
\r
357 menu : 'Form Properties',
\r
360 encoding : 'Encoding'
\r
363 // Select Field Dialog.
\r
366 title : 'Selection Field Properties',
\r
367 selectInfo : 'Select Info',
\r
368 opAvail : 'Available Options',
\r
372 chkMulti : 'Allow multiple selections',
\r
376 btnModify : 'Modify',
\r
379 btnSetValue : 'Set as selected value',
\r
380 btnDelete : 'Delete'
\r
383 // Textarea Dialog.
\r
386 title : 'Textarea Properties',
\r
391 // Text Field Dialog.
\r
394 title : 'Text Field Properties',
\r
397 charWidth : 'Character Width',
\r
398 maxChars : 'Maximum Characters',
\r
401 typePass : 'Password'
\r
404 // Hidden Field Dialog.
\r
407 title : 'Hidden Field Properties',
\r
415 title : 'Image Properties',
\r
416 titleButton : 'Image Button Properties',
\r
417 menu : 'Image Properties',
\r
418 infoTab : 'Image Info',
\r
419 btnUpload : 'Send it to the Server',
\r
421 alt : 'Alternative Text',
\r
422 lockRatio : 'Lock Ratio',
\r
423 resetSize : 'Reset Size',
\r
427 alertUrl : 'Please type the image URL',
\r
429 button2Img : 'Do you want to transform the selected image button on a simple image?',
\r
430 img2Button : 'Do you want to transform the selected image on a image button?',
\r
431 urlMissing : 'Image source URL is missing.', // MISSING
\r
432 validateBorder : 'Border must be a whole number.', // MISSING
\r
433 validateHSpace : 'HSpace must be a whole number.', // MISSING
\r
434 validateVSpace : 'VSpace must be a whole number.' // MISSING
\r
440 properties : 'Flash Properties',
\r
441 propertiesTab : 'Properties',
\r
442 title : 'Flash Properties',
\r
443 chkPlay : 'Auto Play',
\r
445 chkMenu : 'Enable Flash Menu',
\r
446 chkFull : 'Allow Fullscreen',
\r
448 scaleAll : 'Show all',
\r
449 scaleNoBorder : 'No Border',
\r
450 scaleFit : 'Exact Fit',
\r
451 access : 'Script Access',
\r
452 accessAlways : 'Always',
\r
453 accessSameDomain: 'Same domain',
\r
454 accessNever : 'Never',
\r
455 alignAbsBottom : 'Abs Bottom',
\r
456 alignAbsMiddle : 'Abs Middle',
\r
457 alignBaseline : 'Baseline',
\r
458 alignTextTop : 'Text Top',
\r
459 quality : 'Quality',
\r
460 qualityBest : 'Best', // MISSING
\r
461 qualityHigh : 'High', // MISSING
\r
462 qualityAutoHigh : 'Auto High', // MISSING
\r
463 qualityMedium : 'Medium', // MISSING
\r
464 qualityAutoLow : 'Auto Low', // MISSING
\r
465 qualityLow : 'Low', // MISSING
\r
466 windowModeWindow: 'Window', // MISSING
\r
467 windowModeOpaque: 'Opaque', // MISSING
\r
468 windowModeTransparent : 'Transparent', // MISSING
\r
469 windowMode : 'Window mode',
\r
470 flashvars : 'Variables for Flash',
\r
471 bgcolor : 'Background colour',
\r
474 validateSrc : 'URL must not be empty.',
\r
475 validateHSpace : 'HSpace must be a number.',
\r
476 validateVSpace : 'VSpace must be a number.'
\r
479 // Speller Pages Dialog
\r
482 toolbar : 'Check Spelling',
\r
483 title : 'Spell Check',
\r
484 notAvailable : 'Sorry, but service is unavailable now.',
\r
485 errorLoading : 'Error loading application service host: %s.',
\r
486 notInDic : 'Not in dictionary',
\r
487 changeTo : 'Change to',
\r
488 btnIgnore : 'Ignore',
\r
489 btnIgnoreAll : 'Ignore All',
\r
490 btnReplace : 'Replace',
\r
491 btnReplaceAll : 'Replace All',
\r
493 noSuggestions : '- No suggestions -',
\r
494 progress : 'Spell check in progress...',
\r
495 noMispell : 'Spell check complete: No misspellings found',
\r
496 noChanges : 'Spell check complete: No words changed',
\r
497 oneChange : 'Spell check complete: One word changed',
\r
498 manyChanges : 'Spell check complete: %1 words changed',
\r
499 ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'
\r
504 toolbar : 'Smiley',
\r
505 title : 'Insert a Smiley',
\r
506 options : 'Smiley Options' // MISSING
\r
511 eleLabel : 'Elements path', // MISSING
\r
512 eleTitle : '%1 element'
\r
515 numberedlist : 'Insert/Remove Numbered List',
\r
516 bulletedlist : 'Insert/Remove Bulleted List',
\r
517 indent : 'Increase Indent',
\r
518 outdent : 'Decrease Indent',
\r
522 left : 'Align Left',
\r
524 right : 'Align Right',
\r
528 blockquote : 'Block Quote',
\r
533 cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
\r
534 copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',
\r
535 pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
\r
536 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
537 pasteArea : 'Paste Area' // MISSING
\r
542 confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
\r
543 toolbar : 'Paste from Word',
\r
544 title : 'Paste from Word',
\r
545 error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
\r
550 button : 'Paste as plain text',
\r
551 title : 'Paste as Plain Text'
\r
556 button : 'Templates',
\r
557 title : 'Content Templates',
\r
558 options : 'Template Options', // MISSING
\r
559 insertOption : 'Replace actual contents',
\r
560 selectPromptMsg : 'Please select the template to open in the editor',
\r
561 emptyListMsg : '(No templates defined)'
\r
564 showBlocks : 'Show Blocks',
\r
569 panelTitle : 'Formatting Styles', // MISSING
\r
570 panelTitle1 : 'Block Styles',
\r
571 panelTitle2 : 'Inline Styles',
\r
572 panelTitle3 : 'Object Styles'
\r
578 panelTitle : 'Paragraph Format',
\r
581 tag_pre : 'Formatted',
\r
582 tag_address : 'Address',
\r
583 tag_h1 : 'Heading 1',
\r
584 tag_h2 : 'Heading 2',
\r
585 tag_h3 : 'Heading 3',
\r
586 tag_h4 : 'Heading 4',
\r
587 tag_h5 : 'Heading 5',
\r
588 tag_h6 : 'Heading 6',
\r
589 tag_div : 'Normal (DIV)'
\r
594 title : 'Create Div Container', // MISSING
\r
595 toolbar : 'Create Div Container', // MISSING
\r
596 cssClassInputLabel : 'Stylesheet Classes', // MISSING
\r
597 styleSelectLabel : 'Style', // MISSING
\r
598 IdInputLabel : 'Id', // MISSING
\r
599 languageCodeInputLabel : ' Language Code', // MISSING
\r
600 inlineStyleInputLabel : 'Inline Style', // MISSING
\r
601 advisoryTitleInputLabel : 'Advisory Title', // MISSING
\r
602 langDirLabel : 'Language Direction', // MISSING
\r
603 langDirLTRLabel : 'Left to Right (LTR)', // MISSING
\r
604 langDirRTLLabel : 'Right to Left (RTL)', // MISSING
\r
605 edit : 'Edit Div', // MISSING
\r
606 remove : 'Remove Div' // MISSING
\r
611 title : 'IFrame Properties', // MISSING
\r
612 toolbar : 'IFrame', // MISSING
\r
613 noUrl : 'Please type the iframe URL', // MISSING
\r
614 scrolling : 'Enable scrollbars', // MISSING
\r
615 border : 'Show frame border' // MISSING
\r
621 voiceLabel : 'Font', // MISSING
\r
622 panelTitle : 'Font Name'
\r
628 voiceLabel : 'Font Size', // MISSING
\r
629 panelTitle : 'Font Size'
\r
634 textColorTitle : 'Text Colour',
\r
635 bgColorTitle : 'Background Colour',
\r
636 panelTitle : 'Colors', // MISSING
\r
637 auto : 'Automatic',
\r
638 more : 'More Colours...'
\r
643 '000' : 'Black', // MISSING
\r
644 '800000' : 'Maroon', // MISSING
\r
645 '8B4513' : 'Saddle Brown', // MISSING
\r
646 '2F4F4F' : 'Dark Slate Gray', // MISSING
\r
647 '008080' : 'Teal', // MISSING
\r
648 '000080' : 'Navy', // MISSING
\r
649 '4B0082' : 'Indigo', // MISSING
\r
650 '696969' : 'Dark Gray', // MISSING
\r
651 'B22222' : 'Fire Brick', // MISSING
\r
652 'A52A2A' : 'Brown', // MISSING
\r
653 'DAA520' : 'Golden Rod', // MISSING
\r
654 '006400' : 'Dark Green', // MISSING
\r
655 '40E0D0' : 'Turquoise', // MISSING
\r
656 '0000CD' : 'Medium Blue', // MISSING
\r
657 '800080' : 'Purple', // MISSING
\r
658 '808080' : 'Gray', // MISSING
\r
659 'F00' : 'Red', // MISSING
\r
660 'FF8C00' : 'Dark Orange', // MISSING
\r
661 'FFD700' : 'Gold', // MISSING
\r
662 '008000' : 'Green', // MISSING
\r
663 '0FF' : 'Cyan', // MISSING
\r
664 '00F' : 'Blue', // MISSING
\r
665 'EE82EE' : 'Violet', // MISSING
\r
666 'A9A9A9' : 'Dim Gray', // MISSING
\r
667 'FFA07A' : 'Light Salmon', // MISSING
\r
668 'FFA500' : 'Orange', // MISSING
\r
669 'FFFF00' : 'Yellow', // MISSING
\r
670 '00FF00' : 'Lime', // MISSING
\r
671 'AFEEEE' : 'Pale Turquoise', // MISSING
\r
672 'ADD8E6' : 'Light Blue', // MISSING
\r
673 'DDA0DD' : 'Plum', // MISSING
\r
674 'D3D3D3' : 'Light Grey', // MISSING
\r
675 'FFF0F5' : 'Lavender Blush', // MISSING
\r
676 'FAEBD7' : 'Antique White', // MISSING
\r
677 'FFFFE0' : 'Light Yellow', // MISSING
\r
678 'F0FFF0' : 'Honeydew', // MISSING
\r
679 'F0FFFF' : 'Azure', // MISSING
\r
680 'F0F8FF' : 'Alice Blue', // MISSING
\r
681 'E6E6FA' : 'Lavender', // MISSING
\r
682 'FFF' : 'White' // MISSING
\r
687 title : 'Spell Check As You Type', // MISSING
\r
688 opera_title : 'Not supported by Opera', // MISSING
\r
689 enable : 'Enable SCAYT', // MISSING
\r
690 disable : 'Disable SCAYT', // MISSING
\r
691 about : 'About SCAYT', // MISSING
\r
692 toggle : 'Toggle SCAYT', // MISSING
\r
693 options : 'Options', // MISSING
\r
694 langs : 'Languages', // MISSING
\r
695 moreSuggestions : 'More suggestions', // MISSING
\r
696 ignore : 'Ignore', // MISSING
\r
697 ignoreAll : 'Ignore All', // MISSING
\r
698 addWord : 'Add Word', // MISSING
\r
699 emptyDic : 'Dictionary name should not be empty.', // MISSING
\r
701 optionsTab : 'Options', // MISSING
\r
702 allCaps : 'Ignore All-Caps Words', // MISSING
\r
703 ignoreDomainNames : 'Ignore Domain Names', // MISSING
\r
704 mixedCase : 'Ignore Words with Mixed Case', // MISSING
\r
705 mixedWithDigits : 'Ignore Words with Numbers', // MISSING
\r
707 languagesTab : 'Languages', // MISSING
\r
709 dictionariesTab : 'Dictionaries', // MISSING
\r
710 dic_field_name : 'Dictionary name', // MISSING
\r
711 dic_create : 'Create', // MISSING
\r
712 dic_restore : 'Restore', // MISSING
\r
713 dic_delete : 'Delete', // MISSING
\r
714 dic_rename : 'Rename', // MISSING
\r
715 dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
\r
717 aboutTab : 'About' // MISSING
\r
722 title : 'About CKEditor',
\r
723 dlgTitle : 'About CKEditor', // MISSING
\r
724 help : 'Check $1 for help.', // MISSING
\r
725 userGuide : 'CKEditor User\'s Guide', // MISSING
\r
726 moreInfo : 'For licensing information please visit our web site:',
\r
727 copy : 'Copyright © $1. All rights reserved.'
\r
730 maximize : 'Maximize',
\r
731 minimize : 'Minimize', // MISSING
\r
735 anchor : 'Anchor', // MISSING
\r
736 flash : 'Flash Animation', // MISSING
\r
737 iframe : 'IFrame', // MISSING
\r
738 hiddenfield : 'Hidden Field', // MISSING
\r
739 unknown : 'Unknown Object' // MISSING
\r
742 resize : 'Drag to resize', // MISSING
\r
746 title : 'Select color', // MISSING
\r
747 options : 'Color Options', // MISSING
\r
748 highlight : 'Highlight', // MISSING
\r
749 selected : 'Selected Color', // MISSING
\r
750 clear : 'Clear' // MISSING
\r
753 toolbarCollapse : 'Collapse Toolbar', // MISSING
\r
754 toolbarExpand : 'Expand Toolbar', // MISSING
\r
758 document : 'Document', // MISSING
\r
759 clipboard : 'Clipboard/Undo', // MISSING
\r
760 editing : 'Editing', // MISSING
\r
761 forms : 'Forms', // MISSING
\r
762 basicstyles : 'Basic Styles', // MISSING
\r
763 paragraph : 'Paragraph', // MISSING
\r
764 links : 'Links', // MISSING
\r
765 insert : 'Insert', // MISSING
\r
766 styles : 'Styles', // MISSING
\r
767 colors : 'Colors', // MISSING
\r
768 tools : 'Tools' // MISSING
\r
773 ltr : 'Text direction from left to right', // MISSING
\r
774 rtl : 'Text direction from right to left' // MISSING
\r
779 label : 'Document Properties', // MISSING
\r
780 title : 'Document Properties', // MISSING
\r
781 design : 'Design', // MISSING
\r
782 meta : 'Meta Tags', // MISSING
\r
783 chooseColor : 'Choose', // MISSING
\r
784 other : 'Other...', // MISSING
\r
785 docTitle : 'Page Title', // MISSING
\r
786 charset : 'Character Set Encoding', // MISSING
\r
787 charsetOther : 'Other Character Set Encoding', // MISSING
\r
788 charsetASCII : 'ASCII', // MISSING
\r
789 charsetCE : 'Central European', // MISSING
\r
790 charsetCT : 'Chinese Traditional (Big5)', // MISSING
\r
791 charsetCR : 'Cyrillic', // MISSING
\r
792 charsetGR : 'Greek', // MISSING
\r
793 charsetJP : 'Japanese', // MISSING
\r
794 charsetKR : 'Korean', // MISSING
\r
795 charsetTR : 'Turkish', // MISSING
\r
796 charsetUN : 'Unicode (UTF-8)', // MISSING
\r
797 charsetWE : 'Western European', // MISSING
\r
798 docType : 'Document Type Heading', // MISSING
\r
799 docTypeOther : 'Other Document Type Heading', // MISSING
\r
800 xhtmlDec : 'Include XHTML Declarations', // MISSING
\r
801 bgColor : 'Background Color', // MISSING
\r
802 bgImage : 'Background Image URL', // MISSING
\r
803 bgFixed : 'Non-scrolling (Fixed) Background', // MISSING
\r
804 txtColor : 'Text Color', // MISSING
\r
805 margin : 'Page Margins', // MISSING
\r
806 marginTop : 'Top', // MISSING
\r
807 marginLeft : 'Left', // MISSING
\r
808 marginRight : 'Right', // MISSING
\r
809 marginBottom : 'Bottom', // MISSING
\r
810 metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING
\r
811 metaDescription : 'Document Description', // MISSING
\r
812 metaAuthor : 'Author', // MISSING
\r
813 metaCopyright : 'Copyright', // MISSING
\r
814 previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
\r