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