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