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