2 Copyright (c) 2003-2011, 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-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, press ALT 0 for help.', // MISSING
\r
36 // ARIA descriptions.
\r
37 toolbar : 'Toolbar', // MISSING
\r
38 editor : 'Rich Text Editor', // MISSING
\r
40 // Toolbar buttons without dialogs.
\r
42 newPage : 'New Page',
\r
44 preview : 'Preview',
\r
49 underline : 'Underline',
\r
52 selectAll : 'Select All',
\r
53 removeFormat : 'Remove Format',
\r
54 strike : 'Strike Through',
\r
55 subscript : 'Subscript',
\r
56 superscript : 'Superscript',
\r
57 horizontalrule : 'Insert Horizontal Line',
\r
58 pagebreak : 'Insert Page Break for Printing',
\r
59 pagebreakAlt : 'Page Break', // MISSING
\r
64 // Common messages and labels.
\r
67 browseServer : 'Browse Server',
\r
69 protocol : 'Protocol',
\r
71 uploadSubmit : 'Send it to the Server',
\r
75 checkbox : 'Checkbox',
\r
76 radio : 'Radio Button',
\r
77 textField : 'Text Field',
\r
78 textarea : 'Textarea',
\r
79 hiddenField : 'Hidden Field',
\r
81 select : 'Selection Field',
\r
82 imageButton : 'Image Button',
\r
83 notSet : '<not set>',
\r
86 langDir : 'Language Direction',
\r
87 langDirLtr : 'Left to Right (LTR)',
\r
88 langDirRtl : 'Right to Left (RTL)',
\r
89 langCode : 'Language Code',
\r
90 longDescr : 'Long Description URL',
\r
91 cssClass : 'Stylesheet Classes',
\r
92 advisoryTitle : 'Advisory Title',
\r
96 close : 'Close', // MISSING
\r
97 preview : 'Preview', // MISSING
\r
98 generalTab : 'General',
\r
99 advancedTab : 'Advanced',
\r
100 validateNumberFailed : 'This value is not a number.',
\r
101 confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
\r
102 confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?',
\r
103 options : 'Options', // MISSING
\r
104 target : 'Target', // MISSING
\r
105 targetNew : 'New Window (_blank)', // MISSING
\r
106 targetTop : 'Topmost Window (_top)', // MISSING
\r
107 targetSelf : 'Same Window (_self)', // MISSING
\r
108 targetParent : 'Parent Window (_parent)', // MISSING
\r
109 langDirLTR : 'Left to Right (LTR)', // MISSING
\r
110 langDirRTL : 'Right to Left (RTL)', // MISSING
\r
111 styles : 'Style', // MISSING
\r
112 cssClasses : 'Stylesheet Classes', // MISSING
\r
113 width : 'Width', // MISSING
\r
114 height : 'Height', // MISSING
\r
116 alignLeft : 'Left', // MISSING
\r
117 alignRight : 'Right', // MISSING
\r
118 alignCenter : 'Centre',
\r
119 alignTop : 'Top', // MISSING
\r
120 alignMiddle : 'Middle', // MISSING
\r
121 alignBottom : 'Bottom', // MISSING
\r
122 invalidHeight : 'Height must be a number.', // MISSING
\r
123 invalidWidth : 'Width must be a number.', // MISSING
\r
125 // Put the voice-only part of the label in the span.
\r
126 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
\r
131 options : 'Context Menu Options' // MISSING
\r
134 // Special char dialog.
\r
137 toolbar : 'Insert Special Character',
\r
138 title : 'Select Special Character',
\r
139 options : 'Special Character Options' // MISSING
\r
147 menu : 'Edit Link',
\r
149 info : 'Link Info',
\r
152 advanced : 'Advanced',
\r
153 type : 'Link Type',
\r
154 toUrl : 'URL', // MISSING
\r
155 toAnchor : 'Link to anchor in the text',
\r
156 toEmail : 'E-mail',
\r
157 targetFrame : '<frame>',
\r
158 targetPopup : '<popup window>',
\r
159 targetFrameName : 'Target Frame Name',
\r
160 targetPopupName : 'Popup Window Name',
\r
161 popupFeatures : 'Popup Window Features',
\r
162 popupResizable : 'Resizable',
\r
163 popupStatusBar : 'Status Bar',
\r
164 popupLocationBar: 'Location Bar',
\r
165 popupToolbar : 'Toolbar',
\r
166 popupMenuBar : 'Menu Bar',
\r
167 popupFullScreen : 'Full Screen (IE)',
\r
168 popupScrollBars : 'Scroll Bars',
\r
169 popupDependent : 'Dependent (Netscape)',
\r
170 popupLeft : 'Left Position',
\r
171 popupTop : 'Top Position',
\r
173 langDir : 'Language Direction',
\r
174 langDirLTR : 'Left to Right (LTR)',
\r
175 langDirRTL : 'Right to Left (RTL)',
\r
176 acccessKey : 'Access Key',
\r
178 langCode : 'Language Code',
\r
179 tabIndex : 'Tab Index',
\r
180 advisoryTitle : 'Advisory Title',
\r
181 advisoryContentType : 'Advisory Content Type',
\r
182 cssClasses : 'Stylesheet Classes',
\r
183 charset : 'Linked Resource Charset',
\r
185 rel : 'Relationship', // MISSING
\r
186 selectAnchor : 'Select an Anchor',
\r
187 anchorName : 'By Anchor Name',
\r
188 anchorId : 'By Element Id',
\r
189 emailAddress : 'E-Mail Address',
\r
190 emailSubject : 'Message Subject',
\r
191 emailBody : 'Message Body',
\r
192 noAnchors : '(No anchors available in the document)',
\r
193 noUrl : 'Please type the link URL',
\r
194 noEmail : 'Please type the e-mail address'
\r
200 toolbar : 'Anchor',
\r
201 menu : 'Edit Anchor',
\r
202 title : 'Anchor Properties',
\r
203 name : 'Anchor Name',
\r
204 errorName : 'Please type the anchor name'
\r
207 // List style dialog
\r
210 numberedTitle : 'Numbered List Properties', // MISSING
\r
211 bulletedTitle : 'Bulleted List Properties', // MISSING
\r
212 type : 'Type', // MISSING
\r
213 start : 'Start', // MISSING
\r
214 validateStartNumber :'List start number must be a whole number.', // MISSING
\r
215 circle : 'Circle', // MISSING
\r
216 disc : 'Disc', // MISSING
\r
217 square : 'Square', // MISSING
\r
218 none : 'None', // MISSING
\r
219 notset : '<not set>', // MISSING
\r
220 armenian : 'Armenian numbering', // MISSING
\r
221 georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
\r
222 lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
\r
223 upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
\r
224 lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
\r
225 upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
\r
226 lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
\r
227 decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
\r
228 decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
\r
231 // Find And Replace Dialog
\r
234 title : 'Find and Replace',
\r
236 replace : 'Replace',
\r
237 findWhat : 'Find what:',
\r
238 replaceWith : 'Replace with:',
\r
239 notFoundMsg : 'The specified text was not found.',
\r
240 matchCase : 'Match case',
\r
241 matchWord : 'Match whole word',
\r
242 matchCyclic : 'Match cyclic',
\r
243 replaceAll : 'Replace All',
\r
244 replaceSuccessMsg : '%1 occurrence(s) replaced.'
\r
251 title : 'Table Properties',
\r
252 menu : 'Table Properties',
\r
253 deleteTable : 'Delete Table',
\r
255 columns : 'Columns',
\r
256 border : 'Border size',
\r
257 widthPx : 'pixels',
\r
258 widthPc : 'percent',
\r
259 widthUnit : 'width unit', // MISSING
\r
260 cellSpace : 'Cell spacing',
\r
261 cellPad : 'Cell padding',
\r
262 caption : 'Caption',
\r
263 summary : 'Summary',
\r
264 headers : 'Headers',
\r
265 headersNone : 'None',
\r
266 headersColumn : 'First column',
\r
267 headersRow : 'First Row',
\r
268 headersBoth : 'Both',
\r
269 invalidRows : 'Number of rows must be a number greater than 0.',
\r
270 invalidCols : 'Number of columns must be a number greater than 0.',
\r
271 invalidBorder : 'Border size must be a number.',
\r
272 invalidWidth : 'Table width must be a number.',
\r
273 invalidHeight : 'Table height must be a number.',
\r
274 invalidCellSpacing : 'Cell spacing must be a number.',
\r
275 invalidCellPadding : 'Cell padding must be a number.',
\r
280 insertBefore : 'Insert Cell Before',
\r
281 insertAfter : 'Insert Cell After',
\r
282 deleteCell : 'Delete Cells',
\r
283 merge : 'Merge Cells',
\r
284 mergeRight : 'Merge Right',
\r
285 mergeDown : 'Merge Down',
\r
286 splitHorizontal : 'Split Cell Horizontally',
\r
287 splitVertical : 'Split Cell Vertically',
\r
288 title : 'Cell Properties',
\r
289 cellType : 'Cell Type',
\r
290 rowSpan : 'Rows Span',
\r
291 colSpan : 'Columns Span',
\r
292 wordWrap : 'Word Wrap',
\r
293 hAlign : 'Horizontal Alignment',
\r
294 vAlign : 'Vertical Alignment',
\r
295 alignBaseline : 'Baseline',
\r
296 bgColor : 'Background Color',
\r
297 borderColor : 'Border Color',
\r
302 invalidWidth : 'Cell width must be a number.',
\r
303 invalidHeight : 'Cell height must be a number.',
\r
304 invalidRowSpan : 'Rows span must be a whole number.',
\r
305 invalidColSpan : 'Columns span must be a whole number.',
\r
306 chooseColor : 'Choose' // MISSING
\r
312 insertBefore : 'Insert Row Before',
\r
313 insertAfter : 'Insert Row After',
\r
314 deleteRow : 'Delete Rows'
\r
320 insertBefore : 'Insert Column Before',
\r
321 insertAfter : 'Insert Column After',
\r
322 deleteColumn : 'Delete Columns'
\r
329 title : 'Button Properties',
\r
330 text : 'Text (Value)',
\r
332 typeBtn : 'Button',
\r
333 typeSbm : 'Submit',
\r
337 // Checkbox and Radio Button Dialogs.
\r
340 checkboxTitle : 'Checkbox Properties',
\r
341 radioTitle : 'Radio Button Properties',
\r
343 selected : 'Selected'
\r
349 title : 'Form Properties',
\r
350 menu : 'Form Properties',
\r
353 encoding : 'Encoding'
\r
356 // Select Field Dialog.
\r
359 title : 'Selection Field Properties',
\r
360 selectInfo : 'Select Info',
\r
361 opAvail : 'Available Options',
\r
365 chkMulti : 'Allow multiple selections',
\r
369 btnModify : 'Modify',
\r
372 btnSetValue : 'Set as selected value',
\r
373 btnDelete : 'Delete'
\r
376 // Textarea Dialog.
\r
379 title : 'Textarea Properties',
\r
384 // Text Field Dialog.
\r
387 title : 'Text Field Properties',
\r
390 charWidth : 'Character Width',
\r
391 maxChars : 'Maximum Characters',
\r
394 typePass : 'Password'
\r
397 // Hidden Field Dialog.
\r
400 title : 'Hidden Field Properties',
\r
408 title : 'Image Properties',
\r
409 titleButton : 'Image Button Properties',
\r
410 menu : 'Image Properties',
\r
411 infoTab : 'Image Info',
\r
412 btnUpload : 'Send it to the Server',
\r
414 alt : 'Alternative Text',
\r
415 lockRatio : 'Lock Ratio',
\r
416 unlockRatio : 'Unlock Ratio', // MISSING
\r
417 resetSize : 'Reset Size',
\r
421 alertUrl : 'Please type the image URL',
\r
423 button2Img : 'Do you want to transform the selected image button on a simple image?',
\r
424 img2Button : 'Do you want to transform the selected image on a image button?',
\r
425 urlMissing : 'Image source URL is missing.', // MISSING
\r
426 validateBorder : 'Border must be a whole number.', // MISSING
\r
427 validateHSpace : 'HSpace must be a whole number.', // MISSING
\r
428 validateVSpace : 'VSpace must be a whole number.' // MISSING
\r
434 properties : 'Flash Properties',
\r
435 propertiesTab : 'Properties',
\r
436 title : 'Flash Properties',
\r
437 chkPlay : 'Auto Play',
\r
439 chkMenu : 'Enable Flash Menu',
\r
440 chkFull : 'Allow Fullscreen',
\r
442 scaleAll : 'Show all',
\r
443 scaleNoBorder : 'No Border',
\r
444 scaleFit : 'Exact Fit',
\r
445 access : 'Script Access',
\r
446 accessAlways : 'Always',
\r
447 accessSameDomain: 'Same domain',
\r
448 accessNever : 'Never',
\r
449 alignAbsBottom : 'Abs Bottom',
\r
450 alignAbsMiddle : 'Abs Middle',
\r
451 alignBaseline : 'Baseline',
\r
452 alignTextTop : 'Text Top',
\r
453 quality : 'Quality',
\r
454 qualityBest : 'Best', // MISSING
\r
455 qualityHigh : 'High', // MISSING
\r
456 qualityAutoHigh : 'Auto High', // MISSING
\r
457 qualityMedium : 'Medium', // MISSING
\r
458 qualityAutoLow : 'Auto Low', // MISSING
\r
459 qualityLow : 'Low', // MISSING
\r
460 windowModeWindow: 'Window', // MISSING
\r
461 windowModeOpaque: 'Opaque', // MISSING
\r
462 windowModeTransparent : 'Transparent', // MISSING
\r
463 windowMode : 'Window mode',
\r
464 flashvars : 'Variables for Flash',
\r
465 bgcolor : 'Background colour',
\r
468 validateSrc : 'URL must not be empty.',
\r
469 validateHSpace : 'HSpace must be a number.',
\r
470 validateVSpace : 'VSpace must be a number.'
\r
473 // Speller Pages Dialog
\r
476 toolbar : 'Check Spelling',
\r
477 title : 'Spell Check',
\r
478 notAvailable : 'Sorry, but service is unavailable now.',
\r
479 errorLoading : 'Error loading application service host: %s.',
\r
480 notInDic : 'Not in dictionary',
\r
481 changeTo : 'Change to',
\r
482 btnIgnore : 'Ignore',
\r
483 btnIgnoreAll : 'Ignore All',
\r
484 btnReplace : 'Replace',
\r
485 btnReplaceAll : 'Replace All',
\r
487 noSuggestions : '- No suggestions -',
\r
488 progress : 'Spell check in progress...',
\r
489 noMispell : 'Spell check complete: No misspellings found',
\r
490 noChanges : 'Spell check complete: No words changed',
\r
491 oneChange : 'Spell check complete: One word changed',
\r
492 manyChanges : 'Spell check complete: %1 words changed',
\r
493 ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'
\r
498 toolbar : 'Smiley',
\r
499 title : 'Insert a Smiley',
\r
500 options : 'Smiley Options' // MISSING
\r
505 eleLabel : 'Elements path', // MISSING
\r
506 eleTitle : '%1 element'
\r
509 numberedlist : 'Insert/Remove Numbered List',
\r
510 bulletedlist : 'Insert/Remove Bulleted List',
\r
511 indent : 'Increase Indent',
\r
512 outdent : 'Decrease Indent',
\r
516 left : 'Align Left',
\r
518 right : 'Align Right',
\r
522 blockquote : 'Block Quote',
\r
527 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
528 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
529 pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
\r
530 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
531 pasteArea : 'Paste Area' // MISSING
\r
536 confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
\r
537 toolbar : 'Paste from Word',
\r
538 title : 'Paste from Word',
\r
539 error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
\r
544 button : 'Paste as plain text',
\r
545 title : 'Paste as Plain Text'
\r
550 button : 'Templates',
\r
551 title : 'Content Templates',
\r
552 options : 'Template Options', // MISSING
\r
553 insertOption : 'Replace actual contents',
\r
554 selectPromptMsg : 'Please select the template to open in the editor',
\r
555 emptyListMsg : '(No templates defined)'
\r
558 showBlocks : 'Show Blocks',
\r
563 panelTitle : 'Formatting Styles', // MISSING
\r
564 panelTitle1 : 'Block Styles',
\r
565 panelTitle2 : 'Inline Styles',
\r
566 panelTitle3 : 'Object Styles'
\r
572 panelTitle : 'Paragraph Format',
\r
575 tag_pre : 'Formatted',
\r
576 tag_address : 'Address',
\r
577 tag_h1 : 'Heading 1',
\r
578 tag_h2 : 'Heading 2',
\r
579 tag_h3 : 'Heading 3',
\r
580 tag_h4 : 'Heading 4',
\r
581 tag_h5 : 'Heading 5',
\r
582 tag_h6 : 'Heading 6',
\r
583 tag_div : 'Normal (DIV)'
\r
588 title : 'Create Div Container', // MISSING
\r
589 toolbar : 'Create Div Container', // MISSING
\r
590 cssClassInputLabel : 'Stylesheet Classes', // MISSING
\r
591 styleSelectLabel : 'Style', // MISSING
\r
592 IdInputLabel : 'Id', // MISSING
\r
593 languageCodeInputLabel : ' Language Code', // MISSING
\r
594 inlineStyleInputLabel : 'Inline Style', // MISSING
\r
595 advisoryTitleInputLabel : 'Advisory Title', // MISSING
\r
596 langDirLabel : 'Language Direction', // MISSING
\r
597 langDirLTRLabel : 'Left to Right (LTR)', // MISSING
\r
598 langDirRTLLabel : 'Right to Left (RTL)', // MISSING
\r
599 edit : 'Edit Div', // MISSING
\r
600 remove : 'Remove Div' // MISSING
\r
605 title : 'IFrame Properties', // MISSING
\r
606 toolbar : 'IFrame', // MISSING
\r
607 noUrl : 'Please type the iframe URL', // MISSING
\r
608 scrolling : 'Enable scrollbars', // MISSING
\r
609 border : 'Show frame border' // MISSING
\r
615 voiceLabel : 'Font', // MISSING
\r
616 panelTitle : 'Font Name'
\r
622 voiceLabel : 'Font Size', // MISSING
\r
623 panelTitle : 'Font Size'
\r
628 textColorTitle : 'Text Colour',
\r
629 bgColorTitle : 'Background Colour',
\r
630 panelTitle : 'Colors', // MISSING
\r
631 auto : 'Automatic',
\r
632 more : 'More Colours...'
\r
637 '000' : 'Black', // MISSING
\r
638 '800000' : 'Maroon', // MISSING
\r
639 '8B4513' : 'Saddle Brown', // MISSING
\r
640 '2F4F4F' : 'Dark Slate Gray', // MISSING
\r
641 '008080' : 'Teal', // MISSING
\r
642 '000080' : 'Navy', // MISSING
\r
643 '4B0082' : 'Indigo', // MISSING
\r
644 '696969' : 'Dark Gray', // MISSING
\r
645 'B22222' : 'Fire Brick', // MISSING
\r
646 'A52A2A' : 'Brown', // MISSING
\r
647 'DAA520' : 'Golden Rod', // MISSING
\r
648 '006400' : 'Dark Green', // MISSING
\r
649 '40E0D0' : 'Turquoise', // MISSING
\r
650 '0000CD' : 'Medium Blue', // MISSING
\r
651 '800080' : 'Purple', // MISSING
\r
652 '808080' : 'Gray', // MISSING
\r
653 'F00' : 'Red', // MISSING
\r
654 'FF8C00' : 'Dark Orange', // MISSING
\r
655 'FFD700' : 'Gold', // MISSING
\r
656 '008000' : 'Green', // MISSING
\r
657 '0FF' : 'Cyan', // MISSING
\r
658 '00F' : 'Blue', // MISSING
\r
659 'EE82EE' : 'Violet', // MISSING
\r
660 'A9A9A9' : 'Dim Gray', // MISSING
\r
661 'FFA07A' : 'Light Salmon', // MISSING
\r
662 'FFA500' : 'Orange', // MISSING
\r
663 'FFFF00' : 'Yellow', // MISSING
\r
664 '00FF00' : 'Lime', // MISSING
\r
665 'AFEEEE' : 'Pale Turquoise', // MISSING
\r
666 'ADD8E6' : 'Light Blue', // MISSING
\r
667 'DDA0DD' : 'Plum', // MISSING
\r
668 'D3D3D3' : 'Light Grey', // MISSING
\r
669 'FFF0F5' : 'Lavender Blush', // MISSING
\r
670 'FAEBD7' : 'Antique White', // MISSING
\r
671 'FFFFE0' : 'Light Yellow', // MISSING
\r
672 'F0FFF0' : 'Honeydew', // MISSING
\r
673 'F0FFFF' : 'Azure', // MISSING
\r
674 'F0F8FF' : 'Alice Blue', // MISSING
\r
675 'E6E6FA' : 'Lavender', // MISSING
\r
676 'FFF' : 'White' // MISSING
\r
681 title : 'Spell Check As You Type', // MISSING
\r
682 opera_title : 'Not supported by Opera', // MISSING
\r
683 enable : 'Enable SCAYT', // MISSING
\r
684 disable : 'Disable SCAYT', // MISSING
\r
685 about : 'About SCAYT', // MISSING
\r
686 toggle : 'Toggle SCAYT', // MISSING
\r
687 options : 'Options', // MISSING
\r
688 langs : 'Languages', // MISSING
\r
689 moreSuggestions : 'More suggestions', // MISSING
\r
690 ignore : 'Ignore', // MISSING
\r
691 ignoreAll : 'Ignore All', // MISSING
\r
692 addWord : 'Add Word', // MISSING
\r
693 emptyDic : 'Dictionary name should not be empty.', // MISSING
\r
695 optionsTab : 'Options', // MISSING
\r
696 allCaps : 'Ignore All-Caps Words', // MISSING
\r
697 ignoreDomainNames : 'Ignore Domain Names', // MISSING
\r
698 mixedCase : 'Ignore Words with Mixed Case', // MISSING
\r
699 mixedWithDigits : 'Ignore Words with Numbers', // MISSING
\r
701 languagesTab : 'Languages', // MISSING
\r
703 dictionariesTab : 'Dictionaries', // MISSING
\r
704 dic_field_name : 'Dictionary name', // MISSING
\r
705 dic_create : 'Create', // MISSING
\r
706 dic_restore : 'Restore', // MISSING
\r
707 dic_delete : 'Delete', // MISSING
\r
708 dic_rename : 'Rename', // MISSING
\r
709 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
711 aboutTab : 'About' // MISSING
\r
716 title : 'About CKEditor',
\r
717 dlgTitle : 'About CKEditor', // MISSING
\r
718 moreInfo : 'For licensing information please visit our web site:',
\r
719 copy : 'Copyright © $1. All rights reserved.'
\r
722 maximize : 'Maximize',
\r
723 minimize : 'Minimize', // MISSING
\r
727 anchor : 'Anchor', // MISSING
\r
728 flash : 'Flash Animation', // MISSING
\r
729 iframe : 'IFrame', // MISSING
\r
730 hiddenfield : 'Hidden Field', // MISSING
\r
731 unknown : 'Unknown Object' // MISSING
\r
734 resize : 'Drag to resize', // MISSING
\r
738 title : 'Select color', // MISSING
\r
739 options : 'Color Options', // MISSING
\r
740 highlight : 'Highlight', // MISSING
\r
741 selected : 'Selected Color', // MISSING
\r
742 clear : 'Clear' // MISSING
\r
745 toolbarCollapse : 'Collapse Toolbar', // MISSING
\r
746 toolbarExpand : 'Expand Toolbar', // MISSING
\r
750 ltr : 'Text direction from left to right', // MISSING
\r
751 rtl : 'Text direction from right to left' // MISSING
\r