JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / lang / en-au.js
1 /*\r
2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 /**\r
7  * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
8  * English (Australia) language.\r
9  */\r
10 \r
11 /**#@+\r
12    @type String\r
13    @example\r
14 */\r
15 \r
16 /**\r
17  * Constains the dictionary of language entries.\r
18  * @namespace\r
19  */\r
20 CKEDITOR.lang['en-au'] =\r
21 {\r
22         /**\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
26          * @default 'ltr'\r
27          */\r
28         dir : 'ltr',\r
29 \r
30         /*\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
33          */\r
34         editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
35 \r
36         // ARIA descriptions.\r
37         toolbar : 'Toolbar', // MISSING\r
38         editor  : 'Rich Text Editor', // MISSING\r
39 \r
40         // Toolbar buttons without dialogs.\r
41         source                  : 'Source',\r
42         newPage                 : 'New Page',\r
43         save                    : 'Save',\r
44         preview                 : 'Preview',\r
45         cut                             : 'Cut',\r
46         copy                    : 'Copy',\r
47         paste                   : 'Paste',\r
48         print                   : 'Print',\r
49         underline               : 'Underline',\r
50         bold                    : 'Bold',\r
51         italic                  : 'Italic',\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         unlink                  : 'Unlink',\r
60         undo                    : 'Undo',\r
61         redo                    : 'Redo',\r
62 \r
63         // Common messages and labels.\r
64         common :\r
65         {\r
66                 browseServer    : 'Browse Server',\r
67                 url                             : 'URL',\r
68                 protocol                : 'Protocol',\r
69                 upload                  : 'Upload',\r
70                 uploadSubmit    : 'Send it to the Server',\r
71                 image                   : 'Image',\r
72                 flash                   : 'Flash',\r
73                 form                    : 'Form',\r
74                 checkbox                : 'Checkbox',\r
75                 radio                   : 'Radio Button',\r
76                 textField               : 'Text Field',\r
77                 textarea                : 'Textarea',\r
78                 hiddenField             : 'Hidden Field',\r
79                 button                  : 'Button',\r
80                 select                  : 'Selection Field',\r
81                 imageButton             : 'Image Button',\r
82                 notSet                  : '<not set>',\r
83                 id                              : 'Id',\r
84                 name                    : 'Name',\r
85                 langDir                 : 'Language Direction',\r
86                 langDirLtr              : 'Left to Right (LTR)',\r
87                 langDirRtl              : 'Right to Left (RTL)',\r
88                 langCode                : 'Language Code',\r
89                 longDescr               : 'Long Description URL',\r
90                 cssClass                : 'Stylesheet Classes',\r
91                 advisoryTitle   : 'Advisory Title',\r
92                 cssStyle                : 'Style',\r
93                 ok                              : 'OK',\r
94                 cancel                  : 'Cancel',\r
95                 close                   : 'Close', // MISSING\r
96                 preview                 : 'Preview', // MISSING\r
97                 generalTab              : 'General',\r
98                 advancedTab             : 'Advanced',\r
99                 validateNumberFailed : 'This value is not a number.',\r
100                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',\r
101                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?',\r
102                 options                 : 'Options', // MISSING\r
103                 target                  : 'Target', // MISSING\r
104                 targetNew               : 'New Window (_blank)', // MISSING\r
105                 targetTop               : 'Topmost Window (_top)', // MISSING\r
106                 targetSelf              : 'Same Window (_self)', // MISSING\r
107                 targetParent    : 'Parent Window (_parent)', // MISSING\r
108 \r
109                 // Put the voice-only part of the label in the span.\r
110                 unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
111         },\r
112 \r
113         // Special char dialog.\r
114         specialChar             :\r
115         {\r
116                 toolbar         : 'Insert Special Character',\r
117                 title           : 'Select Special Character'\r
118         },\r
119 \r
120         // Link dialog.\r
121         link :\r
122         {\r
123                 toolbar         : 'Link',\r
124                 menu            : 'Edit Link',\r
125                 title           : 'Link',\r
126                 info            : 'Link Info',\r
127                 target          : 'Target',\r
128                 upload          : 'Upload',\r
129                 advanced        : 'Advanced',\r
130                 type            : 'Link Type',\r
131                 toUrl           : 'URL', // MISSING\r
132                 toAnchor        : 'Link to anchor in the text',\r
133                 toEmail         : 'E-mail',\r
134                 targetFrame             : '<frame>',\r
135                 targetPopup             : '<popup window>',\r
136                 targetFrameName : 'Target Frame Name',\r
137                 targetPopupName : 'Popup Window Name',\r
138                 popupFeatures   : 'Popup Window Features',\r
139                 popupResizable  : 'Resizable',\r
140                 popupStatusBar  : 'Status Bar',\r
141                 popupLocationBar: 'Location Bar',\r
142                 popupToolbar    : 'Toolbar',\r
143                 popupMenuBar    : 'Menu Bar',\r
144                 popupFullScreen : 'Full Screen (IE)',\r
145                 popupScrollBars : 'Scroll Bars',\r
146                 popupDependent  : 'Dependent (Netscape)',\r
147                 popupWidth              : 'Width',\r
148                 popupLeft               : 'Left Position',\r
149                 popupHeight             : 'Height',\r
150                 popupTop                : 'Top Position',\r
151                 id                              : 'Id',\r
152                 langDir                 : 'Language Direction',\r
153                 langDirLTR              : 'Left to Right (LTR)',\r
154                 langDirRTL              : 'Right to Left (RTL)',\r
155                 acccessKey              : 'Access Key',\r
156                 name                    : 'Name',\r
157                 langCode                : 'Language Code',\r
158                 tabIndex                : 'Tab Index',\r
159                 advisoryTitle   : 'Advisory Title',\r
160                 advisoryContentType     : 'Advisory Content Type',\r
161                 cssClasses              : 'Stylesheet Classes',\r
162                 charset                 : 'Linked Resource Charset',\r
163                 styles                  : 'Style',\r
164                 selectAnchor    : 'Select an Anchor',\r
165                 anchorName              : 'By Anchor Name',\r
166                 anchorId                : 'By Element Id',\r
167                 emailAddress    : 'E-Mail Address',\r
168                 emailSubject    : 'Message Subject',\r
169                 emailBody               : 'Message Body',\r
170                 noAnchors               : '(No anchors available in the document)',\r
171                 noUrl                   : 'Please type the link URL',\r
172                 noEmail                 : 'Please type the e-mail address'\r
173         },\r
174 \r
175         // Anchor dialog\r
176         anchor :\r
177         {\r
178                 toolbar         : 'Anchor',\r
179                 menu            : 'Edit Anchor',\r
180                 title           : 'Anchor Properties',\r
181                 name            : 'Anchor Name',\r
182                 errorName       : 'Please type the anchor name'\r
183         },\r
184 \r
185         // Find And Replace Dialog\r
186         findAndReplace :\r
187         {\r
188                 title                           : 'Find and Replace',\r
189                 find                            : 'Find',\r
190                 replace                         : 'Replace',\r
191                 findWhat                        : 'Find what:',\r
192                 replaceWith                     : 'Replace with:',\r
193                 notFoundMsg                     : 'The specified text was not found.',\r
194                 matchCase                       : 'Match case',\r
195                 matchWord                       : 'Match whole word',\r
196                 matchCyclic                     : 'Match cyclic',\r
197                 replaceAll                      : 'Replace All',\r
198                 replaceSuccessMsg       : '%1 occurrence(s) replaced.'\r
199         },\r
200 \r
201         // Table Dialog\r
202         table :\r
203         {\r
204                 toolbar         : 'Table',\r
205                 title           : 'Table Properties',\r
206                 menu            : 'Table Properties',\r
207                 deleteTable     : 'Delete Table',\r
208                 rows            : 'Rows',\r
209                 columns         : 'Columns',\r
210                 border          : 'Border size',\r
211                 align           : 'Alignment',\r
212                 alignLeft       : 'Left',\r
213                 alignCenter     : 'Centre',\r
214                 alignRight      : 'Right',\r
215                 width           : 'Width',\r
216                 widthPx         : 'pixels',\r
217                 widthPc         : 'percent',\r
218                 widthUnit       : 'width unit', // MISSING\r
219                 height          : 'Height',\r
220                 cellSpace       : 'Cell spacing',\r
221                 cellPad         : 'Cell padding',\r
222                 caption         : 'Caption',\r
223                 summary         : 'Summary',\r
224                 headers         : 'Headers',\r
225                 headersNone             : 'None',\r
226                 headersColumn   : 'First column',\r
227                 headersRow              : 'First Row',\r
228                 headersBoth             : 'Both',\r
229                 invalidRows             : 'Number of rows must be a number greater than 0.',\r
230                 invalidCols             : 'Number of columns must be a number greater than 0.',\r
231                 invalidBorder   : 'Border size must be a number.',\r
232                 invalidWidth    : 'Table width must be a number.',\r
233                 invalidHeight   : 'Table height must be a number.',\r
234                 invalidCellSpacing      : 'Cell spacing must be a number.',\r
235                 invalidCellPadding      : 'Cell padding must be a number.',\r
236 \r
237                 cell :\r
238                 {\r
239                         menu                    : 'Cell',\r
240                         insertBefore    : 'Insert Cell Before',\r
241                         insertAfter             : 'Insert Cell After',\r
242                         deleteCell              : 'Delete Cells',\r
243                         merge                   : 'Merge Cells',\r
244                         mergeRight              : 'Merge Right',\r
245                         mergeDown               : 'Merge Down',\r
246                         splitHorizontal : 'Split Cell Horizontally',\r
247                         splitVertical   : 'Split Cell Vertically',\r
248                         title                   : 'Cell Properties',\r
249                         cellType                : 'Cell Type',\r
250                         rowSpan                 : 'Rows Span',\r
251                         colSpan                 : 'Columns Span',\r
252                         wordWrap                : 'Word Wrap',\r
253                         hAlign                  : 'Horizontal Alignment',\r
254                         vAlign                  : 'Vertical Alignment',\r
255                         alignTop                : 'Top',\r
256                         alignMiddle             : 'Middle',\r
257                         alignBottom             : 'Bottom',\r
258                         alignBaseline   : 'Baseline',\r
259                         bgColor                 : 'Background Color',\r
260                         borderColor             : 'Border Color',\r
261                         data                    : 'Data',\r
262                         header                  : 'Header',\r
263                         yes                             : 'Yes',\r
264                         no                              : 'No',\r
265                         invalidWidth    : 'Cell width must be a number.',\r
266                         invalidHeight   : 'Cell height must be a number.',\r
267                         invalidRowSpan  : 'Rows span must be a whole number.',\r
268                         invalidColSpan  : 'Columns span must be a whole number.',\r
269                         chooseColor             : 'Choose' // MISSING\r
270                 },\r
271 \r
272                 row :\r
273                 {\r
274                         menu                    : 'Row',\r
275                         insertBefore    : 'Insert Row Before',\r
276                         insertAfter             : 'Insert Row After',\r
277                         deleteRow               : 'Delete Rows'\r
278                 },\r
279 \r
280                 column :\r
281                 {\r
282                         menu                    : 'Column',\r
283                         insertBefore    : 'Insert Column Before',\r
284                         insertAfter             : 'Insert Column After',\r
285                         deleteColumn    : 'Delete Columns'\r
286                 }\r
287         },\r
288 \r
289         // Button Dialog.\r
290         button :\r
291         {\r
292                 title           : 'Button Properties',\r
293                 text            : 'Text (Value)',\r
294                 type            : 'Type',\r
295                 typeBtn         : 'Button',\r
296                 typeSbm         : 'Submit',\r
297                 typeRst         : 'Reset'\r
298         },\r
299 \r
300         // Checkbox and Radio Button Dialogs.\r
301         checkboxAndRadio :\r
302         {\r
303                 checkboxTitle : 'Checkbox Properties',\r
304                 radioTitle      : 'Radio Button Properties',\r
305                 value           : 'Value',\r
306                 selected        : 'Selected'\r
307         },\r
308 \r
309         // Form Dialog.\r
310         form :\r
311         {\r
312                 title           : 'Form Properties',\r
313                 menu            : 'Form Properties',\r
314                 action          : 'Action',\r
315                 method          : 'Method',\r
316                 encoding        : 'Encoding'\r
317         },\r
318 \r
319         // Select Field Dialog.\r
320         select :\r
321         {\r
322                 title           : 'Selection Field Properties',\r
323                 selectInfo      : 'Select Info',\r
324                 opAvail         : 'Available Options',\r
325                 value           : 'Value',\r
326                 size            : 'Size',\r
327                 lines           : 'lines',\r
328                 chkMulti        : 'Allow multiple selections',\r
329                 opText          : 'Text',\r
330                 opValue         : 'Value',\r
331                 btnAdd          : 'Add',\r
332                 btnModify       : 'Modify',\r
333                 btnUp           : 'Up',\r
334                 btnDown         : 'Down',\r
335                 btnSetValue : 'Set as selected value',\r
336                 btnDelete       : 'Delete'\r
337         },\r
338 \r
339         // Textarea Dialog.\r
340         textarea :\r
341         {\r
342                 title           : 'Textarea Properties',\r
343                 cols            : 'Columns',\r
344                 rows            : 'Rows'\r
345         },\r
346 \r
347         // Text Field Dialog.\r
348         textfield :\r
349         {\r
350                 title           : 'Text Field Properties',\r
351                 name            : 'Name',\r
352                 value           : 'Value',\r
353                 charWidth       : 'Character Width',\r
354                 maxChars        : 'Maximum Characters',\r
355                 type            : 'Type',\r
356                 typeText        : 'Text',\r
357                 typePass        : 'Password'\r
358         },\r
359 \r
360         // Hidden Field Dialog.\r
361         hidden :\r
362         {\r
363                 title   : 'Hidden Field Properties',\r
364                 name    : 'Name',\r
365                 value   : 'Value'\r
366         },\r
367 \r
368         // Image Dialog.\r
369         image :\r
370         {\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
376                 upload          : 'Upload',\r
377                 alt                     : 'Alternative Text',\r
378                 width           : 'Width',\r
379                 height          : 'Height',\r
380                 lockRatio       : 'Lock Ratio',\r
381                 unlockRatio     : 'Unlock Ratio', // MISSING\r
382                 resetSize       : 'Reset Size',\r
383                 border          : 'Border',\r
384                 hSpace          : 'HSpace',\r
385                 vSpace          : 'VSpace',\r
386                 align           : 'Align',\r
387                 alignLeft       : 'Left',\r
388                 alignRight      : 'Right',\r
389                 alertUrl        : 'Please type the image URL',\r
390                 linkTab         : 'Link',\r
391                 button2Img      : 'Do you want to transform the selected image button on a simple image?',\r
392                 img2Button      : 'Do you want to transform the selected image on a image button?',\r
393                 urlMissing      : 'Image source URL is missing.', // MISSING\r
394                 validateWidth   : 'Width must be a whole number.', // MISSING\r
395                 validateHeight  : 'Height must be a whole number.', // MISSING\r
396                 validateBorder  : 'Border must be a whole number.', // MISSING\r
397                 validateHSpace  : 'HSpace must be a whole number.', // MISSING\r
398                 validateVSpace  : 'VSpace must be a whole number.' // MISSING\r
399         },\r
400 \r
401         // Flash Dialog\r
402         flash :\r
403         {\r
404                 properties              : 'Flash Properties',\r
405                 propertiesTab   : 'Properties',\r
406                 title                   : 'Flash Properties',\r
407                 chkPlay                 : 'Auto Play',\r
408                 chkLoop                 : 'Loop',\r
409                 chkMenu                 : 'Enable Flash Menu',\r
410                 chkFull                 : 'Allow Fullscreen',\r
411                 scale                   : 'Scale',\r
412                 scaleAll                : 'Show all',\r
413                 scaleNoBorder   : 'No Border',\r
414                 scaleFit                : 'Exact Fit',\r
415                 access                  : 'Script Access',\r
416                 accessAlways    : 'Always',\r
417                 accessSameDomain: 'Same domain',\r
418                 accessNever             : 'Never',\r
419                 align                   : 'Align',\r
420                 alignLeft               : 'Left',\r
421                 alignAbsBottom  : 'Abs Bottom',\r
422                 alignAbsMiddle  : 'Abs Middle',\r
423                 alignBaseline   : 'Baseline',\r
424                 alignBottom             : 'Bottom',\r
425                 alignMiddle             : 'Middle',\r
426                 alignRight              : 'Right',\r
427                 alignTextTop    : 'Text Top',\r
428                 alignTop                : 'Top',\r
429                 quality                 : 'Quality',\r
430                 qualityBest             : 'Best', // MISSING\r
431                 qualityHigh             : 'High', // MISSING\r
432                 qualityAutoHigh : 'Auto High', // MISSING\r
433                 qualityMedium   : 'Medium', // MISSING\r
434                 qualityAutoLow  : 'Auto Low', // MISSING\r
435                 qualityLow              : 'Low', // MISSING\r
436                 windowModeWindow: 'Window', // MISSING\r
437                 windowModeOpaque: 'Opaque', // MISSING\r
438                 windowModeTransparent : 'Transparent', // MISSING\r
439                 windowMode              : 'Window mode',\r
440                 flashvars               : 'Variables for Flash',\r
441                 bgcolor                 : 'Background colour',\r
442                 width                   : 'Width',\r
443                 height                  : 'Height',\r
444                 hSpace                  : 'HSpace',\r
445                 vSpace                  : 'VSpace',\r
446                 validateSrc             : 'URL must not be empty.',\r
447                 validateWidth   : 'Width must be a number.',\r
448                 validateHeight  : 'Height must be a number.',\r
449                 validateHSpace  : 'HSpace must be a number.',\r
450                 validateVSpace  : 'VSpace must be a number.'\r
451         },\r
452 \r
453         // Speller Pages Dialog\r
454         spellCheck :\r
455         {\r
456                 toolbar                 : 'Check Spelling',\r
457                 title                   : 'Spell Check',\r
458                 notAvailable    : 'Sorry, but service is unavailable now.',\r
459                 errorLoading    : 'Error loading application service host: %s.',\r
460                 notInDic                : 'Not in dictionary',\r
461                 changeTo                : 'Change to',\r
462                 btnIgnore               : 'Ignore',\r
463                 btnIgnoreAll    : 'Ignore All',\r
464                 btnReplace              : 'Replace',\r
465                 btnReplaceAll   : 'Replace All',\r
466                 btnUndo                 : 'Undo',\r
467                 noSuggestions   : '- No suggestions -',\r
468                 progress                : 'Spell check in progress...',\r
469                 noMispell               : 'Spell check complete: No misspellings found',\r
470                 noChanges               : 'Spell check complete: No words changed',\r
471                 oneChange               : 'Spell check complete: One word changed',\r
472                 manyChanges             : 'Spell check complete: %1 words changed',\r
473                 ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'\r
474         },\r
475 \r
476         smiley :\r
477         {\r
478                 toolbar : 'Smiley',\r
479                 title   : 'Insert a Smiley'\r
480         },\r
481 \r
482         elementsPath :\r
483         {\r
484                 eleLabel : 'Elements path', // MISSING\r
485                 eleTitle : '%1 element'\r
486         },\r
487 \r
488         numberedlist    : 'Insert/Remove Numbered List',\r
489         bulletedlist    : 'Insert/Remove Bulleted List',\r
490         indent                  : 'Increase Indent',\r
491         outdent                 : 'Decrease Indent',\r
492 \r
493         justify :\r
494         {\r
495                 left    : 'Left Justify',\r
496                 center  : 'Centre Justify',\r
497                 right   : 'Right Justify',\r
498                 block   : 'Block Justify'\r
499         },\r
500 \r
501         blockquote : 'Block Quote',\r
502 \r
503         clipboard :\r
504         {\r
505                 title           : 'Paste',\r
506                 cutError        : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).',\r
507                 copyError       : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).',\r
508                 pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit OK',\r
509                 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
510                 pasteArea       : 'Paste Area' // MISSING\r
511         },\r
512 \r
513         pastefromword :\r
514         {\r
515                 confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING\r
516                 toolbar                 : 'Paste from Word',\r
517                 title                   : 'Paste from Word',\r
518                 error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING\r
519         },\r
520 \r
521         pasteText :\r
522         {\r
523                 button  : 'Paste as plain text',\r
524                 title   : 'Paste as Plain Text'\r
525         },\r
526 \r
527         templates :\r
528         {\r
529                 button                  : 'Templates',\r
530                 title                   : 'Content Templates',\r
531                 insertOption    : 'Replace actual contents',\r
532                 selectPromptMsg : 'Please select the template to open in the editor',\r
533                 emptyListMsg    : '(No templates defined)'\r
534         },\r
535 \r
536         showBlocks : 'Show Blocks',\r
537 \r
538         stylesCombo :\r
539         {\r
540                 label           : 'Styles',\r
541                 panelTitle      : 'Formatting Styles', // MISSING\r
542                 panelTitle1     : 'Block Styles',\r
543                 panelTitle2     : 'Inline Styles',\r
544                 panelTitle3     : 'Object Styles'\r
545         },\r
546 \r
547         format :\r
548         {\r
549                 label           : 'Format',\r
550                 panelTitle      : 'Paragraph Format',\r
551 \r
552                 tag_p           : 'Normal',\r
553                 tag_pre         : 'Formatted',\r
554                 tag_address     : 'Address',\r
555                 tag_h1          : 'Heading 1',\r
556                 tag_h2          : 'Heading 2',\r
557                 tag_h3          : 'Heading 3',\r
558                 tag_h4          : 'Heading 4',\r
559                 tag_h5          : 'Heading 5',\r
560                 tag_h6          : 'Heading 6',\r
561                 tag_div         : 'Normal (DIV)'\r
562         },\r
563 \r
564         div :\r
565         {\r
566                 title                           : 'Create Div Container', // MISSING\r
567                 toolbar                         : 'Create Div Container', // MISSING\r
568                 cssClassInputLabel      : 'Stylesheet Classes', // MISSING\r
569                 styleSelectLabel        : 'Style', // MISSING\r
570                 IdInputLabel            : 'Id', // MISSING\r
571                 languageCodeInputLabel  : ' Language Code', // MISSING\r
572                 inlineStyleInputLabel   : 'Inline Style', // MISSING\r
573                 advisoryTitleInputLabel : 'Advisory Title', // MISSING\r
574                 langDirLabel            : 'Language Direction', // MISSING\r
575                 langDirLTRLabel         : 'Left to Right (LTR)', // MISSING\r
576                 langDirRTLLabel         : 'Right to Left (RTL)', // MISSING\r
577                 edit                            : 'Edit Div', // MISSING\r
578                 remove                          : 'Remove Div' // MISSING\r
579         },\r
580 \r
581         font :\r
582         {\r
583                 label           : 'Font',\r
584                 voiceLabel      : 'Font', // MISSING\r
585                 panelTitle      : 'Font Name'\r
586         },\r
587 \r
588         fontSize :\r
589         {\r
590                 label           : 'Size',\r
591                 voiceLabel      : 'Font Size', // MISSING\r
592                 panelTitle      : 'Font Size'\r
593         },\r
594 \r
595         colorButton :\r
596         {\r
597                 textColorTitle  : 'Text Colour',\r
598                 bgColorTitle    : 'Background Colour',\r
599                 panelTitle              : 'Colors', // MISSING\r
600                 auto                    : 'Automatic',\r
601                 more                    : 'More Colours...'\r
602         },\r
603 \r
604         colors :\r
605         {\r
606                 '000' : 'Black', // MISSING\r
607                 '800000' : 'Maroon', // MISSING\r
608                 '8B4513' : 'Saddle Brown', // MISSING\r
609                 '2F4F4F' : 'Dark Slate Gray', // MISSING\r
610                 '008080' : 'Teal', // MISSING\r
611                 '000080' : 'Navy', // MISSING\r
612                 '4B0082' : 'Indigo', // MISSING\r
613                 '696969' : 'Dim Gray', // MISSING\r
614                 'B22222' : 'Fire Brick', // MISSING\r
615                 'A52A2A' : 'Brown', // MISSING\r
616                 'DAA520' : 'Golden Rod', // MISSING\r
617                 '006400' : 'Dark Green', // MISSING\r
618                 '40E0D0' : 'Turquoise', // MISSING\r
619                 '0000CD' : 'Medium Blue', // MISSING\r
620                 '800080' : 'Purple', // MISSING\r
621                 '808080' : 'Gray', // MISSING\r
622                 'F00' : 'Red', // MISSING\r
623                 'FF8C00' : 'Dark Orange', // MISSING\r
624                 'FFD700' : 'Gold', // MISSING\r
625                 '008000' : 'Green', // MISSING\r
626                 '0FF' : 'Cyan', // MISSING\r
627                 '00F' : 'Blue', // MISSING\r
628                 'EE82EE' : 'Violet', // MISSING\r
629                 'A9A9A9' : 'Dark Gray', // MISSING\r
630                 'FFA07A' : 'Light Salmon', // MISSING\r
631                 'FFA500' : 'Orange', // MISSING\r
632                 'FFFF00' : 'Yellow', // MISSING\r
633                 '00FF00' : 'Lime', // MISSING\r
634                 'AFEEEE' : 'Pale Turquoise', // MISSING\r
635                 'ADD8E6' : 'Light Blue', // MISSING\r
636                 'DDA0DD' : 'Plum', // MISSING\r
637                 'D3D3D3' : 'Light Grey', // MISSING\r
638                 'FFF0F5' : 'Lavender Blush', // MISSING\r
639                 'FAEBD7' : 'Antique White', // MISSING\r
640                 'FFFFE0' : 'Light Yellow', // MISSING\r
641                 'F0FFF0' : 'Honeydew', // MISSING\r
642                 'F0FFFF' : 'Azure', // MISSING\r
643                 'F0F8FF' : 'Alice Blue', // MISSING\r
644                 'E6E6FA' : 'Lavender', // MISSING\r
645                 'FFF' : 'White' // MISSING\r
646         },\r
647 \r
648         scayt :\r
649         {\r
650                 title                   : 'Spell Check As You Type', // MISSING\r
651                 enable                  : 'Enable SCAYT', // MISSING\r
652                 disable                 : 'Disable SCAYT', // MISSING\r
653                 about                   : 'About SCAYT', // MISSING\r
654                 toggle                  : 'Toggle SCAYT', // MISSING\r
655                 options                 : 'Options', // MISSING\r
656                 langs                   : 'Languages', // MISSING\r
657                 moreSuggestions : 'More suggestions', // MISSING\r
658                 ignore                  : 'Ignore', // MISSING\r
659                 ignoreAll               : 'Ignore All', // MISSING\r
660                 addWord                 : 'Add Word', // MISSING\r
661                 emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
662                 optionsTab              : 'Options', // MISSING\r
663                 languagesTab    : 'Languages', // MISSING\r
664                 dictionariesTab : 'Dictionaries', // MISSING\r
665                 aboutTab                : 'About' // MISSING\r
666         },\r
667 \r
668         about :\r
669         {\r
670                 title           : 'About CKEditor',\r
671                 dlgTitle        : 'About CKEditor', // MISSING\r
672                 moreInfo        : 'For licensing information please visit our web site:',\r
673                 copy            : 'Copyright &copy; $1. All rights reserved.'\r
674         },\r
675 \r
676         maximize : 'Maximize',\r
677         minimize : 'Minimize', // MISSING\r
678 \r
679         fakeobjects :\r
680         {\r
681                 anchor  : 'Anchor', // MISSING\r
682                 flash   : 'Flash Animation', // MISSING\r
683                 div             : 'Page Break', // MISSING\r
684                 unknown : 'Unknown Object' // MISSING\r
685         },\r
686 \r
687         resize : 'Drag to resize', // MISSING\r
688 \r
689         colordialog :\r
690         {\r
691                 title           : 'Select color', // MISSING\r
692                 highlight       : 'Highlight', // MISSING\r
693                 selected        : 'Selected', // MISSING\r
694                 clear           : 'Clear' // MISSING\r
695         },\r
696 \r
697         toolbarCollapse : 'Collapse Toolbar', // MISSING\r
698         toolbarExpand   : 'Expand Toolbar' // MISSING\r
699 };\r