JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.2
[ckeditor.git] / _source / lang / en.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 English\r
8  *              language. This is the base file for all translations.\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'] =\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.',\r
35 \r
36         // ARIA descriptions.\r
37         toolbar : 'Toolbar',\r
38         editor  : 'Rich Text Editor',\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',\r
96                 preview                 : 'Preview',\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',\r
103                 target                  : 'Target',\r
104                 targetNew               : 'New Window (_blank)',\r
105                 targetTop               : 'Topmost Window (_top)',\r
106                 targetSelf              : 'Same Window (_self)',\r
107                 targetParent    : 'Parent Window (_parent)',\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>'\r
111         },\r
112 \r
113         contextmenu :\r
114         {\r
115                 options : 'Context Menu Options'\r
116         },\r
117 \r
118         // Special char dialog.\r
119         specialChar             :\r
120         {\r
121                 toolbar         : 'Insert Special Character',\r
122                 title           : 'Select Special Character',\r
123                 options : 'Special Character Options'\r
124         },\r
125 \r
126         // Link dialog.\r
127         link :\r
128         {\r
129                 toolbar         : 'Link',\r
130                 other           : '<other>',\r
131                 menu            : 'Edit Link',\r
132                 title           : 'Link',\r
133                 info            : 'Link Info',\r
134                 target          : 'Target',\r
135                 upload          : 'Upload',\r
136                 advanced        : 'Advanced',\r
137                 type            : 'Link Type',\r
138                 toUrl           : 'URL',\r
139                 toAnchor        : 'Link to anchor in the text',\r
140                 toEmail         : 'E-mail',\r
141                 targetFrame             : '<frame>',\r
142                 targetPopup             : '<popup window>',\r
143                 targetFrameName : 'Target Frame Name',\r
144                 targetPopupName : 'Popup Window Name',\r
145                 popupFeatures   : 'Popup Window Features',\r
146                 popupResizable  : 'Resizable',\r
147                 popupStatusBar  : 'Status Bar',\r
148                 popupLocationBar: 'Location Bar',\r
149                 popupToolbar    : 'Toolbar',\r
150                 popupMenuBar    : 'Menu Bar',\r
151                 popupFullScreen : 'Full Screen (IE)',\r
152                 popupScrollBars : 'Scroll Bars',\r
153                 popupDependent  : 'Dependent (Netscape)',\r
154                 popupWidth              : 'Width',\r
155                 popupLeft               : 'Left Position',\r
156                 popupHeight             : 'Height',\r
157                 popupTop                : 'Top Position',\r
158                 id                              : 'Id',\r
159                 langDir                 : 'Language Direction',\r
160                 langDirLTR              : 'Left to Right (LTR)',\r
161                 langDirRTL              : 'Right to Left (RTL)',\r
162                 acccessKey              : 'Access Key',\r
163                 name                    : 'Name',\r
164                 langCode                : 'Language Code',\r
165                 tabIndex                : 'Tab Index',\r
166                 advisoryTitle   : 'Advisory Title',\r
167                 advisoryContentType     : 'Advisory Content Type',\r
168                 cssClasses              : 'Stylesheet Classes',\r
169                 charset                 : 'Linked Resource Charset',\r
170                 styles                  : 'Style',\r
171                 selectAnchor    : 'Select an Anchor',\r
172                 anchorName              : 'By Anchor Name',\r
173                 anchorId                : 'By Element Id',\r
174                 emailAddress    : 'E-Mail Address',\r
175                 emailSubject    : 'Message Subject',\r
176                 emailBody               : 'Message Body',\r
177                 noAnchors               : '(No anchors available in the document)',\r
178                 noUrl                   : 'Please type the link URL',\r
179                 noEmail                 : 'Please type the e-mail address'\r
180         },\r
181 \r
182         // Anchor dialog\r
183         anchor :\r
184         {\r
185                 toolbar         : 'Anchor',\r
186                 menu            : 'Edit Anchor',\r
187                 title           : 'Anchor Properties',\r
188                 name            : 'Anchor Name',\r
189                 errorName       : 'Please type the anchor name'\r
190         },\r
191 \r
192         // List style dialog\r
193         list:\r
194         {\r
195                 numberedTitle           : 'Numbered List Properties',\r
196                 bulletedTitle           : 'Bulleted List Properties',\r
197                 type                            : 'Type',\r
198                 start                           : 'Start',\r
199                 circle                          : 'Circle',\r
200                 disc                            : 'Disc',\r
201                 square                          : 'Square',\r
202                 none                            : 'None',\r
203                 notset                          : '<not set>',\r
204                 armenian                        : 'Armenian numbering',\r
205                 georgian                        : 'Georgian numbering (an, ban, gan, etc.)',\r
206                 lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)',\r
207                 upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)',\r
208                 lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)',\r
209                 upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)',\r
210                 lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)',\r
211                 decimal                         : 'Decimal (1, 2, 3, etc.)',\r
212                 decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)'\r
213         },\r
214 \r
215         // Find And Replace Dialog\r
216         findAndReplace :\r
217         {\r
218                 title                           : 'Find and Replace',\r
219                 find                            : 'Find',\r
220                 replace                         : 'Replace',\r
221                 findWhat                        : 'Find what:',\r
222                 replaceWith                     : 'Replace with:',\r
223                 notFoundMsg                     : 'The specified text was not found.',\r
224                 matchCase                       : 'Match case',\r
225                 matchWord                       : 'Match whole word',\r
226                 matchCyclic                     : 'Match cyclic',\r
227                 replaceAll                      : 'Replace All',\r
228                 replaceSuccessMsg       : '%1 occurrence(s) replaced.'\r
229         },\r
230 \r
231         // Table Dialog\r
232         table :\r
233         {\r
234                 toolbar         : 'Table',\r
235                 title           : 'Table Properties',\r
236                 menu            : 'Table Properties',\r
237                 deleteTable     : 'Delete Table',\r
238                 rows            : 'Rows',\r
239                 columns         : 'Columns',\r
240                 border          : 'Border size',\r
241                 align           : 'Alignment',\r
242                 alignLeft       : 'Left',\r
243                 alignCenter     : 'Center',\r
244                 alignRight      : 'Right',\r
245                 width           : 'Width',\r
246                 widthPx         : 'pixels',\r
247                 widthPc         : 'percent',\r
248                 widthUnit       : 'width unit',\r
249                 height          : 'Height',\r
250                 cellSpace       : 'Cell spacing',\r
251                 cellPad         : 'Cell padding',\r
252                 caption         : 'Caption',\r
253                 summary         : 'Summary',\r
254                 headers         : 'Headers',\r
255                 headersNone             : 'None',\r
256                 headersColumn   : 'First column',\r
257                 headersRow              : 'First Row',\r
258                 headersBoth             : 'Both',\r
259                 invalidRows             : 'Number of rows must be a number greater than 0.',\r
260                 invalidCols             : 'Number of columns must be a number greater than 0.',\r
261                 invalidBorder   : 'Border size must be a number.',\r
262                 invalidWidth    : 'Table width must be a number.',\r
263                 invalidHeight   : 'Table height must be a number.',\r
264                 invalidCellSpacing      : 'Cell spacing must be a number.',\r
265                 invalidCellPadding      : 'Cell padding must be a number.',\r
266 \r
267                 cell :\r
268                 {\r
269                         menu                    : 'Cell',\r
270                         insertBefore    : 'Insert Cell Before',\r
271                         insertAfter             : 'Insert Cell After',\r
272                         deleteCell              : 'Delete Cells',\r
273                         merge                   : 'Merge Cells',\r
274                         mergeRight              : 'Merge Right',\r
275                         mergeDown               : 'Merge Down',\r
276                         splitHorizontal : 'Split Cell Horizontally',\r
277                         splitVertical   : 'Split Cell Vertically',\r
278                         title                   : 'Cell Properties',\r
279                         cellType                : 'Cell Type',\r
280                         rowSpan                 : 'Rows Span',\r
281                         colSpan                 : 'Columns Span',\r
282                         wordWrap                : 'Word Wrap',\r
283                         hAlign                  : 'Horizontal Alignment',\r
284                         vAlign                  : 'Vertical Alignment',\r
285                         alignTop                : 'Top',\r
286                         alignMiddle             : 'Middle',\r
287                         alignBottom             : 'Bottom',\r
288                         alignBaseline   : 'Baseline',\r
289                         bgColor                 : 'Background Color',\r
290                         borderColor             : 'Border Color',\r
291                         data                    : 'Data',\r
292                         header                  : 'Header',\r
293                         yes                             : 'Yes',\r
294                         no                              : 'No',\r
295                         invalidWidth    : 'Cell width must be a number.',\r
296                         invalidHeight   : 'Cell height must be a number.',\r
297                         invalidRowSpan  : 'Rows span must be a whole number.',\r
298                         invalidColSpan  : 'Columns span must be a whole number.',\r
299                         chooseColor             : 'Choose'\r
300                 },\r
301 \r
302                 row :\r
303                 {\r
304                         menu                    : 'Row',\r
305                         insertBefore    : 'Insert Row Before',\r
306                         insertAfter             : 'Insert Row After',\r
307                         deleteRow               : 'Delete Rows'\r
308                 },\r
309 \r
310                 column :\r
311                 {\r
312                         menu                    : 'Column',\r
313                         insertBefore    : 'Insert Column Before',\r
314                         insertAfter             : 'Insert Column After',\r
315                         deleteColumn    : 'Delete Columns'\r
316                 }\r
317         },\r
318 \r
319         // Button Dialog.\r
320         button :\r
321         {\r
322                 title           : 'Button Properties',\r
323                 text            : 'Text (Value)',\r
324                 type            : 'Type',\r
325                 typeBtn         : 'Button',\r
326                 typeSbm         : 'Submit',\r
327                 typeRst         : 'Reset'\r
328         },\r
329 \r
330         // Checkbox and Radio Button Dialogs.\r
331         checkboxAndRadio :\r
332         {\r
333                 checkboxTitle : 'Checkbox Properties',\r
334                 radioTitle      : 'Radio Button Properties',\r
335                 value           : 'Value',\r
336                 selected        : 'Selected'\r
337         },\r
338 \r
339         // Form Dialog.\r
340         form :\r
341         {\r
342                 title           : 'Form Properties',\r
343                 menu            : 'Form Properties',\r
344                 action          : 'Action',\r
345                 method          : 'Method',\r
346                 encoding        : 'Encoding'\r
347         },\r
348 \r
349         // Select Field Dialog.\r
350         select :\r
351         {\r
352                 title           : 'Selection Field Properties',\r
353                 selectInfo      : 'Select Info',\r
354                 opAvail         : 'Available Options',\r
355                 value           : 'Value',\r
356                 size            : 'Size',\r
357                 lines           : 'lines',\r
358                 chkMulti        : 'Allow multiple selections',\r
359                 opText          : 'Text',\r
360                 opValue         : 'Value',\r
361                 btnAdd          : 'Add',\r
362                 btnModify       : 'Modify',\r
363                 btnUp           : 'Up',\r
364                 btnDown         : 'Down',\r
365                 btnSetValue : 'Set as selected value',\r
366                 btnDelete       : 'Delete'\r
367         },\r
368 \r
369         // Textarea Dialog.\r
370         textarea :\r
371         {\r
372                 title           : 'Textarea Properties',\r
373                 cols            : 'Columns',\r
374                 rows            : 'Rows'\r
375         },\r
376 \r
377         // Text Field Dialog.\r
378         textfield :\r
379         {\r
380                 title           : 'Text Field Properties',\r
381                 name            : 'Name',\r
382                 value           : 'Value',\r
383                 charWidth       : 'Character Width',\r
384                 maxChars        : 'Maximum Characters',\r
385                 type            : 'Type',\r
386                 typeText        : 'Text',\r
387                 typePass        : 'Password'\r
388         },\r
389 \r
390         // Hidden Field Dialog.\r
391         hidden :\r
392         {\r
393                 title   : 'Hidden Field Properties',\r
394                 name    : 'Name',\r
395                 value   : 'Value'\r
396         },\r
397 \r
398         // Image Dialog.\r
399         image :\r
400         {\r
401                 title           : 'Image Properties',\r
402                 titleButton     : 'Image Button Properties',\r
403                 menu            : 'Image Properties',\r
404                 infoTab         : 'Image Info',\r
405                 btnUpload       : 'Send it to the Server',\r
406                 upload          : 'Upload',\r
407                 alt                     : 'Alternative Text',\r
408                 width           : 'Width',\r
409                 height          : 'Height',\r
410                 lockRatio       : 'Lock Ratio',\r
411                 unlockRatio     : 'Unlock Ratio',\r
412                 resetSize       : 'Reset Size',\r
413                 border          : 'Border',\r
414                 hSpace          : 'HSpace',\r
415                 vSpace          : 'VSpace',\r
416                 align           : 'Align',\r
417                 alignLeft       : 'Left',\r
418                 alignRight      : 'Right',\r
419                 alertUrl        : 'Please type the image URL',\r
420                 linkTab         : 'Link',\r
421                 button2Img      : 'Do you want to transform the selected image button on a simple image?',\r
422                 img2Button      : 'Do you want to transform the selected image on a image button?',\r
423                 urlMissing      : 'Image source URL is missing.',\r
424                 validateWidth   : 'Width must be a whole number.',\r
425                 validateHeight  : 'Height must be a whole number.',\r
426                 validateBorder  : 'Border must be a whole number.',\r
427                 validateHSpace  : 'HSpace must be a whole number.',\r
428                 validateVSpace  : 'VSpace must be a whole number.'\r
429         },\r
430 \r
431         // Flash Dialog\r
432         flash :\r
433         {\r
434                 properties              : 'Flash Properties',\r
435                 propertiesTab   : 'Properties',\r
436                 title                   : 'Flash Properties',\r
437                 chkPlay                 : 'Auto Play',\r
438                 chkLoop                 : 'Loop',\r
439                 chkMenu                 : 'Enable Flash Menu',\r
440                 chkFull                 : 'Allow Fullscreen',\r
441                 scale                   : 'Scale',\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                 align                   : 'Align',\r
450                 alignLeft               : 'Left',\r
451                 alignAbsBottom  : 'Abs Bottom',\r
452                 alignAbsMiddle  : 'Abs Middle',\r
453                 alignBaseline   : 'Baseline',\r
454                 alignBottom             : 'Bottom',\r
455                 alignMiddle             : 'Middle',\r
456                 alignRight              : 'Right',\r
457                 alignTextTop    : 'Text Top',\r
458                 alignTop                : 'Top',\r
459                 quality                 : 'Quality',\r
460                 qualityBest             : 'Best',\r
461                 qualityHigh             : 'High',\r
462                 qualityAutoHigh : 'Auto High',\r
463                 qualityMedium   : 'Medium',\r
464                 qualityAutoLow  : 'Auto Low',\r
465                 qualityLow              : 'Low',\r
466                 windowModeWindow: 'Window',\r
467                 windowModeOpaque: 'Opaque',\r
468                 windowModeTransparent : 'Transparent',\r
469                 windowMode              : 'Window mode',\r
470                 flashvars               : 'Variables for Flash',\r
471                 bgcolor                 : 'Background color',\r
472                 width                   : 'Width',\r
473                 height                  : 'Height',\r
474                 hSpace                  : 'HSpace',\r
475                 vSpace                  : 'VSpace',\r
476                 validateSrc             : 'URL must not be empty.',\r
477                 validateWidth   : 'Width must be a number.',\r
478                 validateHeight  : 'Height must be a number.',\r
479                 validateHSpace  : 'HSpace must be a number.',\r
480                 validateVSpace  : 'VSpace must be a number.'\r
481         },\r
482 \r
483         // Speller Pages Dialog\r
484         spellCheck :\r
485         {\r
486                 toolbar                 : 'Check Spelling',\r
487                 title                   : 'Spell Check',\r
488                 notAvailable    : 'Sorry, but service is unavailable now.',\r
489                 errorLoading    : 'Error loading application service host: %s.',\r
490                 notInDic                : 'Not in dictionary',\r
491                 changeTo                : 'Change to',\r
492                 btnIgnore               : 'Ignore',\r
493                 btnIgnoreAll    : 'Ignore All',\r
494                 btnReplace              : 'Replace',\r
495                 btnReplaceAll   : 'Replace All',\r
496                 btnUndo                 : 'Undo',\r
497                 noSuggestions   : '- No suggestions -',\r
498                 progress                : 'Spell check in progress...',\r
499                 noMispell               : 'Spell check complete: No misspellings found',\r
500                 noChanges               : 'Spell check complete: No words changed',\r
501                 oneChange               : 'Spell check complete: One word changed',\r
502                 manyChanges             : 'Spell check complete: %1 words changed',\r
503                 ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'\r
504         },\r
505 \r
506         smiley :\r
507         {\r
508                 toolbar : 'Smiley',\r
509                 title   : 'Insert a Smiley',\r
510                 options : 'Smiley Options'\r
511         },\r
512 \r
513         elementsPath :\r
514         {\r
515                 eleLabel : 'Elements path',\r
516                 eleTitle : '%1 element'\r
517         },\r
518 \r
519         numberedlist    : 'Insert/Remove Numbered List',\r
520         bulletedlist    : 'Insert/Remove Bulleted List',\r
521         indent                  : 'Increase Indent',\r
522         outdent                 : 'Decrease Indent',\r
523 \r
524         justify :\r
525         {\r
526                 left    : 'Left Justify',\r
527                 center  : 'Center Justify',\r
528                 right   : 'Right Justify',\r
529                 block   : 'Block Justify'\r
530         },\r
531 \r
532         blockquote : 'Block Quote',\r
533 \r
534         clipboard :\r
535         {\r
536                 title           : 'Paste',\r
537                 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
538                 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
539                 pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',\r
540                 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
541                 pasteArea       : 'Paste Area'\r
542         },\r
543 \r
544         pastefromword :\r
545         {\r
546                 confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',\r
547                 toolbar                 : 'Paste from Word',\r
548                 title                   : 'Paste from Word',\r
549                 error                   : 'It was not possible to clean up the pasted data due to an internal error'\r
550         },\r
551 \r
552         pasteText :\r
553         {\r
554                 button  : 'Paste as plain text',\r
555                 title   : 'Paste as Plain Text'\r
556         },\r
557 \r
558         templates :\r
559         {\r
560                 button                  : 'Templates',\r
561                 title                   : 'Content Templates',\r
562                 options : 'Template Options',\r
563                 insertOption    : 'Replace actual contents',\r
564                 selectPromptMsg : 'Please select the template to open in the editor',\r
565                 emptyListMsg    : '(No templates defined)'\r
566         },\r
567 \r
568         showBlocks : 'Show Blocks',\r
569 \r
570         stylesCombo :\r
571         {\r
572                 label           : 'Styles',\r
573                 panelTitle      : 'Formatting Styles',\r
574                 panelTitle1     : 'Block Styles',\r
575                 panelTitle2     : 'Inline Styles',\r
576                 panelTitle3     : 'Object Styles'\r
577         },\r
578 \r
579         format :\r
580         {\r
581                 label           : 'Format',\r
582                 panelTitle      : 'Paragraph Format',\r
583 \r
584                 tag_p           : 'Normal',\r
585                 tag_pre         : 'Formatted',\r
586                 tag_address     : 'Address',\r
587                 tag_h1          : 'Heading 1',\r
588                 tag_h2          : 'Heading 2',\r
589                 tag_h3          : 'Heading 3',\r
590                 tag_h4          : 'Heading 4',\r
591                 tag_h5          : 'Heading 5',\r
592                 tag_h6          : 'Heading 6',\r
593                 tag_div         : 'Normal (DIV)'\r
594         },\r
595 \r
596         div :\r
597         {\r
598                 title                           : 'Create Div Container',\r
599                 toolbar                         : 'Create Div Container',\r
600                 cssClassInputLabel      : 'Stylesheet Classes',\r
601                 styleSelectLabel        : 'Style',\r
602                 IdInputLabel            : 'Id',\r
603                 languageCodeInputLabel  : ' Language Code',\r
604                 inlineStyleInputLabel   : 'Inline Style',\r
605                 advisoryTitleInputLabel : 'Advisory Title',\r
606                 langDirLabel            : 'Language Direction',\r
607                 langDirLTRLabel         : 'Left to Right (LTR)',\r
608                 langDirRTLLabel         : 'Right to Left (RTL)',\r
609                 edit                            : 'Edit Div',\r
610                 remove                          : 'Remove Div'\r
611         },\r
612 \r
613         font :\r
614         {\r
615                 label           : 'Font',\r
616                 voiceLabel      : 'Font',\r
617                 panelTitle      : 'Font Name'\r
618         },\r
619 \r
620         fontSize :\r
621         {\r
622                 label           : 'Size',\r
623                 voiceLabel      : 'Font Size',\r
624                 panelTitle      : 'Font Size'\r
625         },\r
626 \r
627         colorButton :\r
628         {\r
629                 textColorTitle  : 'Text Color',\r
630                 bgColorTitle    : 'Background Color',\r
631                 panelTitle              : 'Colors',\r
632                 auto                    : 'Automatic',\r
633                 more                    : 'More Colors...'\r
634         },\r
635 \r
636         colors :\r
637         {\r
638                 '000' : 'Black',\r
639                 '800000' : 'Maroon',\r
640                 '8B4513' : 'Saddle Brown',\r
641                 '2F4F4F' : 'Dark Slate Gray',\r
642                 '008080' : 'Teal',\r
643                 '000080' : 'Navy',\r
644                 '4B0082' : 'Indigo',\r
645                 '696969' : 'Dim Gray',\r
646                 'B22222' : 'Fire Brick',\r
647                 'A52A2A' : 'Brown',\r
648                 'DAA520' : 'Golden Rod',\r
649                 '006400' : 'Dark Green',\r
650                 '40E0D0' : 'Turquoise',\r
651                 '0000CD' : 'Medium Blue',\r
652                 '800080' : 'Purple',\r
653                 '808080' : 'Gray',\r
654                 'F00' : 'Red',\r
655                 'FF8C00' : 'Dark Orange',\r
656                 'FFD700' : 'Gold',\r
657                 '008000' : 'Green',\r
658                 '0FF' : 'Cyan',\r
659                 '00F' : 'Blue',\r
660                 'EE82EE' : 'Violet',\r
661                 'A9A9A9' : 'Dark Gray',\r
662                 'FFA07A' : 'Light Salmon',\r
663                 'FFA500' : 'Orange',\r
664                 'FFFF00' : 'Yellow',\r
665                 '00FF00' : 'Lime',\r
666                 'AFEEEE' : 'Pale Turquoise',\r
667                 'ADD8E6' : 'Light Blue',\r
668                 'DDA0DD' : 'Plum',\r
669                 'D3D3D3' : 'Light Grey',\r
670                 'FFF0F5' : 'Lavender Blush',\r
671                 'FAEBD7' : 'Antique White',\r
672                 'FFFFE0' : 'Light Yellow',\r
673                 'F0FFF0' : 'Honeydew',\r
674                 'F0FFFF' : 'Azure',\r
675                 'F0F8FF' : 'Alice Blue',\r
676                 'E6E6FA' : 'Lavender',\r
677                 'FFF' : 'White'\r
678         },\r
679 \r
680         scayt :\r
681         {\r
682                 title                   : 'Spell Check As You Type',\r
683                 opera_title             : 'Not supported by Opera',\r
684                 enable                  : 'Enable SCAYT',\r
685                 disable                 : 'Disable SCAYT',\r
686                 about                   : 'About SCAYT',\r
687                 toggle                  : 'Toggle SCAYT',\r
688                 options                 : 'Options',\r
689                 langs                   : 'Languages',\r
690                 moreSuggestions : 'More suggestions',\r
691                 ignore                  : 'Ignore',\r
692                 ignoreAll               : 'Ignore All',\r
693                 addWord                 : 'Add Word',\r
694                 emptyDic                : 'Dictionary name should not be empty.',\r
695 \r
696                 optionsTab              : 'Options',\r
697                 allCaps                 : 'Ignore All-Caps Words',\r
698                 ignoreDomainNames : 'Ignore Domain Names',\r
699                 mixedCase               : 'Ignore Words with Mixed Case',\r
700                 mixedWithDigits : 'Ignore Words with Numbers',\r
701 \r
702                 languagesTab    : 'Languages',\r
703 \r
704                 dictionariesTab : 'Dictionaries',\r
705                 dic_field_name  : 'Dictionary name',\r
706                 dic_create              : 'Create',\r
707                 dic_restore             : 'Restore',\r
708                 dic_delete              : 'Delete',\r
709                 dic_rename              : 'Rename',\r
710                 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 it\'s name and click the Restore button.',\r
711 \r
712                 aboutTab                : 'About'\r
713         },\r
714 \r
715         about :\r
716         {\r
717                 title           : 'About CKEditor',\r
718                 dlgTitle        : 'About CKEditor',\r
719                 moreInfo        : 'For licensing information please visit our web site:',\r
720                 copy            : 'Copyright &copy; $1. All rights reserved.'\r
721         },\r
722 \r
723         maximize : 'Maximize',\r
724         minimize : 'Minimize',\r
725 \r
726         fakeobjects :\r
727         {\r
728                 anchor  : 'Anchor',\r
729                 flash   : 'Flash Animation',\r
730                 div             : 'Page Break',\r
731                 unknown : 'Unknown Object'\r
732         },\r
733 \r
734         resize : 'Drag to resize',\r
735 \r
736         colordialog :\r
737         {\r
738                 title           : 'Select color',\r
739                 highlight       : 'Highlight',\r
740                 selected        : 'Selected',\r
741                 clear           : 'Clear'\r
742         },\r
743 \r
744         toolbarCollapse : 'Collapse Toolbar',\r
745         toolbarExpand   : 'Expand Toolbar'\r
746 };\r