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