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