2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * English (Australia) language.
17 * Constains the dictionary of language entries.
20 CKEDITOR
.lang
['en-au'] =
23 * The language reading direction. Possible values are "rtl" for
24 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
25 * languages (like English).
31 * Screenreader titles. Please note that screenreaders are not always capable
32 * of reading non-English words. So be careful while translating it.
34 editorTitle
: 'Rich text editor, %1, press ALT 0 for help.', // MISSING
37 toolbars
: 'Editor toolbars', // MISSING
38 editor
: 'Rich Text Editor', // MISSING
40 // Toolbar buttons without dialogs.
49 underline
: 'Underline',
52 selectAll
: 'Select All',
53 removeFormat
: 'Remove Format',
54 strike
: 'Strike Through',
55 subscript
: 'Subscript',
56 superscript
: 'Superscript',
57 horizontalrule
: 'Insert Horizontal Line',
58 pagebreak
: 'Insert Page Break for Printing',
59 pagebreakAlt
: 'Page Break', // MISSING
64 // Common messages and labels.
67 browseServer
: 'Browse Server',
69 protocol
: 'Protocol',
71 uploadSubmit
: 'Send it to the Server',
75 checkbox
: 'Checkbox',
76 radio
: 'Radio Button',
77 textField
: 'Text Field',
78 textarea
: 'Textarea',
79 hiddenField
: 'Hidden Field',
81 select
: 'Selection Field',
82 imageButton
: 'Image Button',
86 langDir
: 'Language Direction',
87 langDirLtr
: 'Left to Right (LTR)',
88 langDirRtl
: 'Right to Left (RTL)',
89 langCode
: 'Language Code',
90 longDescr
: 'Long Description URL',
91 cssClass
: 'Stylesheet Classes',
92 advisoryTitle
: 'Advisory Title',
96 close
: 'Close', // MISSING
97 preview
: 'Preview', // MISSING
98 generalTab
: 'General',
99 advancedTab
: 'Advanced',
100 validateNumberFailed
: 'This value is not a number.',
101 confirmNewPage
: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
102 confirmCancel
: 'Some of the options have been changed. Are you sure to close the dialog?',
103 options
: 'Options', // MISSING
104 target
: 'Target', // MISSING
105 targetNew
: 'New Window (_blank)', // MISSING
106 targetTop
: 'Topmost Window (_top)', // MISSING
107 targetSelf
: 'Same Window (_self)', // MISSING
108 targetParent
: 'Parent Window (_parent)', // MISSING
109 langDirLTR
: 'Left to Right (LTR)', // MISSING
110 langDirRTL
: 'Right to Left (RTL)', // MISSING
111 styles
: 'Style', // MISSING
112 cssClasses
: 'Stylesheet Classes', // MISSING
113 width
: 'Width', // MISSING
114 height
: 'Height', // MISSING
116 alignLeft
: 'Left', // MISSING
117 alignRight
: 'Right', // MISSING
118 alignCenter
: 'Centre',
119 alignTop
: 'Top', // MISSING
120 alignMiddle
: 'Middle', // MISSING
121 alignBottom
: 'Bottom', // MISSING
122 invalidHeight
: 'Height must be a number.', // MISSING
123 invalidWidth
: 'Width must be a number.', // MISSING
124 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
125 invalidHtmlLength
: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
127 // Put the voice-only part of the label in the span.
128 unavailable
: '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
133 options
: 'Context Menu Options' // MISSING
136 // Special char dialog.
139 toolbar
: 'Insert Special Character',
140 title
: 'Select Special Character',
141 options
: 'Special Character Options' // MISSING
154 advanced
: 'Advanced',
156 toUrl
: 'URL', // MISSING
157 toAnchor
: 'Link to anchor in the text',
159 targetFrame
: '<frame>',
160 targetPopup
: '<popup window>',
161 targetFrameName
: 'Target Frame Name',
162 targetPopupName
: 'Popup Window Name',
163 popupFeatures
: 'Popup Window Features',
164 popupResizable
: 'Resizable',
165 popupStatusBar
: 'Status Bar',
166 popupLocationBar
: 'Location Bar',
167 popupToolbar
: 'Toolbar',
168 popupMenuBar
: 'Menu Bar',
169 popupFullScreen
: 'Full Screen (IE)',
170 popupScrollBars
: 'Scroll Bars',
171 popupDependent
: 'Dependent (Netscape)',
172 popupLeft
: 'Left Position',
173 popupTop
: 'Top Position',
175 langDir
: 'Language Direction',
176 langDirLTR
: 'Left to Right (LTR)',
177 langDirRTL
: 'Right to Left (RTL)',
178 acccessKey
: 'Access Key',
180 langCode
: 'Language Code',
181 tabIndex
: 'Tab Index',
182 advisoryTitle
: 'Advisory Title',
183 advisoryContentType
: 'Advisory Content Type',
184 cssClasses
: 'Stylesheet Classes',
185 charset
: 'Linked Resource Charset',
187 rel
: 'Relationship', // MISSING
188 selectAnchor
: 'Select an Anchor',
189 anchorName
: 'By Anchor Name',
190 anchorId
: 'By Element Id',
191 emailAddress
: 'E-Mail Address',
192 emailSubject
: 'Message Subject',
193 emailBody
: 'Message Body',
194 noAnchors
: '(No anchors available in the document)',
195 noUrl
: 'Please type the link URL',
196 noEmail
: 'Please type the e-mail address'
203 menu
: 'Edit Anchor',
204 title
: 'Anchor Properties',
205 name
: 'Anchor Name',
206 errorName
: 'Please type the anchor name',
207 remove
: 'Remove Anchor' // MISSING
213 numberedTitle
: 'Numbered List Properties', // MISSING
214 bulletedTitle
: 'Bulleted List Properties', // MISSING
215 type
: 'Type', // MISSING
216 start
: 'Start', // MISSING
217 validateStartNumber
:'List start number must be a whole number.', // MISSING
218 circle
: 'Circle', // MISSING
219 disc
: 'Disc', // MISSING
220 square
: 'Square', // MISSING
221 none
: 'None', // MISSING
222 notset
: '<not set>', // MISSING
223 armenian
: 'Armenian numbering', // MISSING
224 georgian
: 'Georgian numbering (an, ban, gan, etc.)', // MISSING
225 lowerRoman
: 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
226 upperRoman
: 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
227 lowerAlpha
: 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
228 upperAlpha
: 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
229 lowerGreek
: 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
230 decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
231 decimalLeadingZero
: 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
234 // Find And Replace Dialog
237 title
: 'Find and Replace',
240 findWhat
: 'Find what:',
241 replaceWith
: 'Replace with:',
242 notFoundMsg
: 'The specified text was not found.',
243 matchCase
: 'Match case',
244 matchWord
: 'Match whole word',
245 matchCyclic
: 'Match cyclic',
246 replaceAll
: 'Replace All',
247 replaceSuccessMsg
: '%1 occurrence(s) replaced.'
254 title
: 'Table Properties',
255 menu
: 'Table Properties',
256 deleteTable
: 'Delete Table',
259 border
: 'Border size',
262 widthUnit
: 'width unit', // MISSING
263 cellSpace
: 'Cell spacing',
264 cellPad
: 'Cell padding',
268 headersNone
: 'None',
269 headersColumn
: 'First column',
270 headersRow
: 'First Row',
271 headersBoth
: 'Both',
272 invalidRows
: 'Number of rows must be a number greater than 0.',
273 invalidCols
: 'Number of columns must be a number greater than 0.',
274 invalidBorder
: 'Border size must be a number.',
275 invalidWidth
: 'Table width must be a number.',
276 invalidHeight
: 'Table height must be a number.',
277 invalidCellSpacing
: 'Cell spacing must be a number.',
278 invalidCellPadding
: 'Cell padding must be a number.',
283 insertBefore
: 'Insert Cell Before',
284 insertAfter
: 'Insert Cell After',
285 deleteCell
: 'Delete Cells',
286 merge
: 'Merge Cells',
287 mergeRight
: 'Merge Right',
288 mergeDown
: 'Merge Down',
289 splitHorizontal
: 'Split Cell Horizontally',
290 splitVertical
: 'Split Cell Vertically',
291 title
: 'Cell Properties',
292 cellType
: 'Cell Type',
293 rowSpan
: 'Rows Span',
294 colSpan
: 'Columns Span',
295 wordWrap
: 'Word Wrap',
296 hAlign
: 'Horizontal Alignment',
297 vAlign
: 'Vertical Alignment',
298 alignBaseline
: 'Baseline',
299 bgColor
: 'Background Color',
300 borderColor
: 'Border Color',
305 invalidWidth
: 'Cell width must be a number.',
306 invalidHeight
: 'Cell height must be a number.',
307 invalidRowSpan
: 'Rows span must be a whole number.',
308 invalidColSpan
: 'Columns span must be a whole number.',
309 chooseColor
: 'Choose' // MISSING
315 insertBefore
: 'Insert Row Before',
316 insertAfter
: 'Insert Row After',
317 deleteRow
: 'Delete Rows'
323 insertBefore
: 'Insert Column Before',
324 insertAfter
: 'Insert Column After',
325 deleteColumn
: 'Delete Columns'
332 title
: 'Button Properties',
333 text
: 'Text (Value)',
340 // Checkbox and Radio Button Dialogs.
343 checkboxTitle
: 'Checkbox Properties',
344 radioTitle
: 'Radio Button Properties',
346 selected
: 'Selected'
352 title
: 'Form Properties',
353 menu
: 'Form Properties',
356 encoding
: 'Encoding'
359 // Select Field Dialog.
362 title
: 'Selection Field Properties',
363 selectInfo
: 'Select Info',
364 opAvail
: 'Available Options',
368 chkMulti
: 'Allow multiple selections',
372 btnModify
: 'Modify',
375 btnSetValue
: 'Set as selected value',
382 title
: 'Textarea Properties',
387 // Text Field Dialog.
390 title
: 'Text Field Properties',
393 charWidth
: 'Character Width',
394 maxChars
: 'Maximum Characters',
397 typePass
: 'Password'
400 // Hidden Field Dialog.
403 title
: 'Hidden Field Properties',
411 title
: 'Image Properties',
412 titleButton
: 'Image Button Properties',
413 menu
: 'Image Properties',
414 infoTab
: 'Image Info',
415 btnUpload
: 'Send it to the Server',
417 alt
: 'Alternative Text',
418 lockRatio
: 'Lock Ratio',
419 resetSize
: 'Reset Size',
423 alertUrl
: 'Please type the image URL',
425 button2Img
: 'Do you want to transform the selected image button on a simple image?',
426 img2Button
: 'Do you want to transform the selected image on a image button?',
427 urlMissing
: 'Image source URL is missing.', // MISSING
428 validateBorder
: 'Border must be a whole number.', // MISSING
429 validateHSpace
: 'HSpace must be a whole number.', // MISSING
430 validateVSpace
: 'VSpace must be a whole number.' // MISSING
436 properties
: 'Flash Properties',
437 propertiesTab
: 'Properties',
438 title
: 'Flash Properties',
439 chkPlay
: 'Auto Play',
441 chkMenu
: 'Enable Flash Menu',
442 chkFull
: 'Allow Fullscreen',
444 scaleAll
: 'Show all',
445 scaleNoBorder
: 'No Border',
446 scaleFit
: 'Exact Fit',
447 access
: 'Script Access',
448 accessAlways
: 'Always',
449 accessSameDomain
: 'Same domain',
450 accessNever
: 'Never',
451 alignAbsBottom
: 'Abs Bottom',
452 alignAbsMiddle
: 'Abs Middle',
453 alignBaseline
: 'Baseline',
454 alignTextTop
: 'Text Top',
456 qualityBest
: 'Best', // MISSING
457 qualityHigh
: 'High', // MISSING
458 qualityAutoHigh
: 'Auto High', // MISSING
459 qualityMedium
: 'Medium', // MISSING
460 qualityAutoLow
: 'Auto Low', // MISSING
461 qualityLow
: 'Low', // MISSING
462 windowModeWindow
: 'Window', // MISSING
463 windowModeOpaque
: 'Opaque', // MISSING
464 windowModeTransparent
: 'Transparent', // MISSING
465 windowMode
: 'Window mode',
466 flashvars
: 'Variables for Flash',
467 bgcolor
: 'Background colour',
470 validateSrc
: 'URL must not be empty.',
471 validateHSpace
: 'HSpace must be a number.',
472 validateVSpace
: 'VSpace must be a number.'
475 // Speller Pages Dialog
478 toolbar
: 'Check Spelling',
479 title
: 'Spell Check',
480 notAvailable
: 'Sorry, but service is unavailable now.',
481 errorLoading
: 'Error loading application service host: %s.',
482 notInDic
: 'Not in dictionary',
483 changeTo
: 'Change to',
484 btnIgnore
: 'Ignore',
485 btnIgnoreAll
: 'Ignore All',
486 btnReplace
: 'Replace',
487 btnReplaceAll
: 'Replace All',
489 noSuggestions
: '- No suggestions -',
490 progress
: 'Spell check in progress...',
491 noMispell
: 'Spell check complete: No misspellings found',
492 noChanges
: 'Spell check complete: No words changed',
493 oneChange
: 'Spell check complete: One word changed',
494 manyChanges
: 'Spell check complete: %1 words changed',
495 ieSpellDownload
: 'Spell checker not installed. Do you want to download it now?'
501 title
: 'Insert a Smiley',
502 options
: 'Smiley Options' // MISSING
507 eleLabel
: 'Elements path', // MISSING
508 eleTitle
: '%1 element'
511 numberedlist
: 'Insert/Remove Numbered List',
512 bulletedlist
: 'Insert/Remove Bulleted List',
513 indent
: 'Increase Indent',
514 outdent
: 'Decrease Indent',
520 right
: 'Align Right',
524 blockquote
: 'Block Quote',
529 cutError
: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
530 copyError
: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',
531 pasteMsg
: 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
532 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.',
533 pasteArea
: 'Paste Area' // MISSING
538 confirmCleanup
: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
539 toolbar
: 'Paste from Word',
540 title
: 'Paste from Word',
541 error
: 'It was not possible to clean up the pasted data due to an internal error' // MISSING
546 button
: 'Paste as plain text',
547 title
: 'Paste as Plain Text'
552 button
: 'Templates',
553 title
: 'Content Templates',
554 options
: 'Template Options', // MISSING
555 insertOption
: 'Replace actual contents',
556 selectPromptMsg
: 'Please select the template to open in the editor',
557 emptyListMsg
: '(No templates defined)'
560 showBlocks
: 'Show Blocks',
565 panelTitle
: 'Formatting Styles', // MISSING
566 panelTitle1
: 'Block Styles',
567 panelTitle2
: 'Inline Styles',
568 panelTitle3
: 'Object Styles'
574 panelTitle
: 'Paragraph Format',
577 tag_pre
: 'Formatted',
578 tag_address
: 'Address',
579 tag_h1
: 'Heading 1',
580 tag_h2
: 'Heading 2',
581 tag_h3
: 'Heading 3',
582 tag_h4
: 'Heading 4',
583 tag_h5
: 'Heading 5',
584 tag_h6
: 'Heading 6',
585 tag_div
: 'Normal (DIV)'
590 title
: 'Create Div Container', // MISSING
591 toolbar
: 'Create Div Container', // MISSING
592 cssClassInputLabel
: 'Stylesheet Classes', // MISSING
593 styleSelectLabel
: 'Style', // MISSING
594 IdInputLabel
: 'Id', // MISSING
595 languageCodeInputLabel
: ' Language Code', // MISSING
596 inlineStyleInputLabel
: 'Inline Style', // MISSING
597 advisoryTitleInputLabel
: 'Advisory Title', // MISSING
598 langDirLabel
: 'Language Direction', // MISSING
599 langDirLTRLabel
: 'Left to Right (LTR)', // MISSING
600 langDirRTLLabel
: 'Right to Left (RTL)', // MISSING
601 edit
: 'Edit Div', // MISSING
602 remove
: 'Remove Div' // MISSING
607 title
: 'IFrame Properties', // MISSING
608 toolbar
: 'IFrame', // MISSING
609 noUrl
: 'Please type the iframe URL', // MISSING
610 scrolling
: 'Enable scrollbars', // MISSING
611 border
: 'Show frame border' // MISSING
617 voiceLabel
: 'Font', // MISSING
618 panelTitle
: 'Font Name'
624 voiceLabel
: 'Font Size', // MISSING
625 panelTitle
: 'Font Size'
630 textColorTitle
: 'Text Colour',
631 bgColorTitle
: 'Background Colour',
632 panelTitle
: 'Colors', // MISSING
634 more
: 'More Colours...'
639 '000' : 'Black', // MISSING
640 '800000' : 'Maroon', // MISSING
641 '8B4513' : 'Saddle Brown', // MISSING
642 '2F4F4F' : 'Dark Slate Gray', // MISSING
643 '008080' : 'Teal', // MISSING
644 '000080' : 'Navy', // MISSING
645 '4B0082' : 'Indigo', // MISSING
646 '696969' : 'Dark Gray', // MISSING
647 'B22222' : 'Fire Brick', // MISSING
648 'A52A2A' : 'Brown', // MISSING
649 'DAA520' : 'Golden Rod', // MISSING
650 '006400' : 'Dark Green', // MISSING
651 '40E0D0' : 'Turquoise', // MISSING
652 '0000CD' : 'Medium Blue', // MISSING
653 '800080' : 'Purple', // MISSING
654 '808080' : 'Gray', // MISSING
655 'F00' : 'Red', // MISSING
656 'FF8C00' : 'Dark Orange', // MISSING
657 'FFD700' : 'Gold', // MISSING
658 '008000' : 'Green', // MISSING
659 '0FF' : 'Cyan', // MISSING
660 '00F' : 'Blue', // MISSING
661 'EE82EE' : 'Violet', // MISSING
662 'A9A9A9' : 'Dim Gray', // MISSING
663 'FFA07A' : 'Light Salmon', // MISSING
664 'FFA500' : 'Orange', // MISSING
665 'FFFF00' : 'Yellow', // MISSING
666 '00FF00' : 'Lime', // MISSING
667 'AFEEEE' : 'Pale Turquoise', // MISSING
668 'ADD8E6' : 'Light Blue', // MISSING
669 'DDA0DD' : 'Plum', // MISSING
670 'D3D3D3' : 'Light Grey', // MISSING
671 'FFF0F5' : 'Lavender Blush', // MISSING
672 'FAEBD7' : 'Antique White', // MISSING
673 'FFFFE0' : 'Light Yellow', // MISSING
674 'F0FFF0' : 'Honeydew', // MISSING
675 'F0FFFF' : 'Azure', // MISSING
676 'F0F8FF' : 'Alice Blue', // MISSING
677 'E6E6FA' : 'Lavender', // MISSING
678 'FFF' : 'White' // MISSING
683 title
: 'Spell Check As You Type', // MISSING
684 opera_title
: 'Not supported by Opera', // MISSING
685 enable
: 'Enable SCAYT', // MISSING
686 disable
: 'Disable SCAYT', // MISSING
687 about
: 'About SCAYT', // MISSING
688 toggle
: 'Toggle SCAYT', // MISSING
689 options
: 'Options', // MISSING
690 langs
: 'Languages', // MISSING
691 moreSuggestions
: 'More suggestions', // MISSING
692 ignore
: 'Ignore', // MISSING
693 ignoreAll
: 'Ignore All', // MISSING
694 addWord
: 'Add Word', // MISSING
695 emptyDic
: 'Dictionary name should not be empty.', // MISSING
697 optionsTab
: 'Options', // MISSING
698 allCaps
: 'Ignore All-Caps Words', // MISSING
699 ignoreDomainNames
: 'Ignore Domain Names', // MISSING
700 mixedCase
: 'Ignore Words with Mixed Case', // MISSING
701 mixedWithDigits
: 'Ignore Words with Numbers', // MISSING
703 languagesTab
: 'Languages', // MISSING
705 dictionariesTab
: 'Dictionaries', // MISSING
706 dic_field_name
: 'Dictionary name', // MISSING
707 dic_create
: 'Create', // MISSING
708 dic_restore
: 'Restore', // MISSING
709 dic_delete
: 'Delete', // MISSING
710 dic_rename
: 'Rename', // MISSING
711 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
713 aboutTab
: 'About' // MISSING
718 title
: 'About CKEditor',
719 dlgTitle
: 'About CKEditor', // MISSING
720 help
: 'Check $1 for help.', // MISSING
721 userGuide
: 'CKEditor User\'s Guide', // MISSING
722 moreInfo
: 'For licensing information please visit our web site:',
723 copy
: 'Copyright © $1. All rights reserved.'
726 maximize
: 'Maximize',
727 minimize
: 'Minimize', // MISSING
731 anchor
: 'Anchor', // MISSING
732 flash
: 'Flash Animation', // MISSING
733 iframe
: 'IFrame', // MISSING
734 hiddenfield
: 'Hidden Field', // MISSING
735 unknown
: 'Unknown Object' // MISSING
738 resize
: 'Drag to resize', // MISSING
742 title
: 'Select color', // MISSING
743 options
: 'Color Options', // MISSING
744 highlight
: 'Highlight', // MISSING
745 selected
: 'Selected Color', // MISSING
746 clear
: 'Clear' // MISSING
749 toolbarCollapse
: 'Collapse Toolbar', // MISSING
750 toolbarExpand
: 'Expand Toolbar', // MISSING
754 document
: 'Document', // MISSING
755 clipboard
: 'Clipboard/Undo', // MISSING
756 editing
: 'Editing', // MISSING
757 forms
: 'Forms', // MISSING
758 basicstyles
: 'Basic Styles', // MISSING
759 paragraph
: 'Paragraph', // MISSING
760 links
: 'Links', // MISSING
761 insert
: 'Insert', // MISSING
762 styles
: 'Styles', // MISSING
763 colors
: 'Colors', // MISSING
764 tools
: 'Tools' // MISSING
769 ltr
: 'Text direction from left to right', // MISSING
770 rtl
: 'Text direction from right to left' // MISSING
775 label
: 'Document Properties', // MISSING
776 title
: 'Document Properties', // MISSING
777 design
: 'Design', // MISSING
778 meta
: 'Meta Tags', // MISSING
779 chooseColor
: 'Choose', // MISSING
780 other
: 'Other...', // MISSING
781 docTitle
: 'Page Title', // MISSING
782 charset
: 'Character Set Encoding', // MISSING
783 charsetOther
: 'Other Character Set Encoding', // MISSING
784 charsetASCII
: 'ASCII', // MISSING
785 charsetCE
: 'Central European', // MISSING
786 charsetCT
: 'Chinese Traditional (Big5)', // MISSING
787 charsetCR
: 'Cyrillic', // MISSING
788 charsetGR
: 'Greek', // MISSING
789 charsetJP
: 'Japanese', // MISSING
790 charsetKR
: 'Korean', // MISSING
791 charsetTR
: 'Turkish', // MISSING
792 charsetUN
: 'Unicode (UTF-8)', // MISSING
793 charsetWE
: 'Western European', // MISSING
794 docType
: 'Document Type Heading', // MISSING
795 docTypeOther
: 'Other Document Type Heading', // MISSING
796 xhtmlDec
: 'Include XHTML Declarations', // MISSING
797 bgColor
: 'Background Color', // MISSING
798 bgImage
: 'Background Image URL', // MISSING
799 bgFixed
: 'Non-scrolling (Fixed) Background', // MISSING
800 txtColor
: 'Text Color', // MISSING
801 margin
: 'Page Margins', // MISSING
802 marginTop
: 'Top', // MISSING
803 marginLeft
: 'Left', // MISSING
804 marginRight
: 'Right', // MISSING
805 marginBottom
: 'Bottom', // MISSING
806 metaKeywords
: 'Document Indexing Keywords (comma separated)', // MISSING
807 metaDescription
: 'Document Description', // MISSING
808 metaAuthor
: 'Author', // MISSING
809 metaCopyright
: 'Copyright', // MISSING
810 previewHtml
: '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING