1CKEDITOR.lang['en'] = {
2    "editor": "Rich Text Editor",
3    "editorPanel": "Rich Text Editor panel",
4    "common": {
5        "editorHelp": "Press ALT 0 for help",
6        "browseServer": "Browse Server",
7        "url": "URL",
8        "protocol": "Protocol",
9        "upload": "Upload",
10        "uploadSubmit": "Send it to the Server",
11        "image": "Image",
12        "flash": "Flash",
13        "form": "Form",
14        "checkbox": "Checkbox",
15        "radio": "Radio Button",
16        "textField": "Text Field",
17        "textarea": "Textarea",
18        "hiddenField": "Hidden Field",
19        "button": "Button",
20        "select": "Selection Field",
21        "imageButton": "Image Button",
22        "notSet": "<not set>",
23        "id": "Id",
24        "name": "Name",
25        "langDir": "Language Direction",
26        "langDirLtr": "Left to Right (LTR)",
27        "langDirRtl": "Right to Left (RTL)",
28        "langCode": "Language Code",
29        "longDescr": "Long Description URL",
30        "cssClass": "Stylesheet Classes",
31        "advisoryTitle": "Advisory Title",
32        "cssStyle": "Style",
33        "ok": "OK",
34        "cancel": "Cancel",
35        "close": "Close",
36        "preview": "Preview",
37        "resize": "Resize",
38        "generalTab": "General",
39        "advancedTab": "Advanced",
40        "validateNumberFailed": "This value is not a number.",
41        "confirmNewPage": "Any unsaved changes to this content will be lost. Are you sure you want to load new page?",
42        "confirmCancel": "You have changed some options. Are you sure you want to close the dialog window?",
43        "options": "Options",
44        "target": "Target",
45        "targetNew": "New Window (_blank)",
46        "targetTop": "Topmost Window (_top)",
47        "targetSelf": "Same Window (_self)",
48        "targetParent": "Parent Window (_parent)",
49        "langDirLTR": "Left to Right (LTR)",
50        "langDirRTL": "Right to Left (RTL)",
51        "styles": "Style",
52        "cssClasses": "Stylesheet Classes",
53        "width": "Width",
54        "height": "Height",
55        "align": "Alignment",
56        "left": "Left",
57        "right": "Right",
58        "center": "Center",
59        "justify": "Justify",
60        "alignLeft": "Align Left",
61        "alignRight": "Align Right",
62        "alignCenter": "Align Center",
63        "alignTop": "Top",
64        "alignMiddle": "Middle",
65        "alignBottom": "Bottom",
66        "alignNone": "None",
67        "invalidValue": "Invalid value.",
68        "invalidHeight": "Height must be a number.",
69        "invalidWidth": "Width must be a number.",
70        "invalidLength": "Value specified for the \"%1\" field must be a positive number with or without a valid measurement unit (%2).",
71        "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).",
72        "invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or without a valid HTML measurement unit (px or %).",
73        "invalidInlineStyle": "Value specified for the inline style must consist of one or more tuples with the format of \"name : value\", separated by semi-colons.",
74        "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).",
75        "unavailable": "%1<span class=\"cke_accessibility\">, unavailable</span>",
76        "keyboard": {
77            "8": "Backspace",
78            "13": "Enter",
79            "16": "Shift",
80            "17": "Ctrl",
81            "18": "Alt",
82            "32": "Space",
83            "35": "End",
84            "36": "Home",
85            "46": "Delete",
86            "112": "F1",
87            "113": "F2",
88            "114": "F3",
89            "115": "F4",
90            "116": "F5",
91            "117": "F6",
92            "118": "F7",
93            "119": "F8",
94            "120": "F9",
95            "121": "F10",
96            "122": "F11",
97            "123": "F12",
98            "124": "F13",
99            "125": "F14",
100            "126": "F15",
101            "127": "F16",
102            "128": "F17",
103            "129": "F18",
104            "130": "F19",
105            "131": "F20",
106            "132": "F21",
107            "133": "F22",
108            "134": "F23",
109            "135": "F24",
110            "224": "Command"
111        },
112        "keyboardShortcut": "Keyboard shortcut",
113        "optionDefault": "Default"
114    },
115    "about": {
116        "copy": "Copyright &copy; $1. All rights reserved.",
117        "dlgTitle": "About CKEditor 4",
118        "moreInfo": "For licensing information please visit our web site:",
119         help: "Check $1 for help.",
120        userGuide: "CKEditor User's Guide"
121    },
122    "basicstyles": {
123        "bold": "Bold",
124        "italic": "Italic",
125        "strike": "Strikethrough",
126        "subscript": "Subscript",
127        "superscript": "Superscript",
128        "underline": "Underline"
129    },
130    "bidi": {
131        "ltr": "Text direction from left to right",
132        "rtl": "Text direction from right to left"
133    },
134    "blockquote": {
135        "toolbar": "Block Quote"
136    },
137    "notification": {
138        "closed": "Notification closed."
139    },
140    "button": {
141        "selectedLabel": "%1 (Selected)"
142    },
143    "toolbar": {
144        "toolbarCollapse": "Collapse Toolbar",
145        "toolbarExpand": "Expand Toolbar",
146        "toolbarGroups": {
147            "document": "Document",
148            "clipboard": "Clipboard/Undo",
149            "editing": "Editing",
150            "forms": "Forms",
151            "basicstyles": "Basic Styles",
152            "paragraph": "Paragraph",
153            "links": "Links",
154            "insert": "Insert",
155            "styles": "Styles",
156            "colors": "Colors",
157            "tools": "Tools"
158        },
159        "toolbars": "Editor toolbars"
160    },
161    "clipboard": {
162        "copy": "Copy",
163        "copyError": "Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).",
164        "cut": "Cut",
165        "cutError": "Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).",
166        "paste": "Paste",
167        "pasteNotification": "Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.",
168        "pasteArea": "Paste Area",
169        "pasteMsg": "Paste your content inside the area below and press OK.",
170        "title": "Paste"
171    },
172    "colorbutton": {
173        "auto": "Automatic",
174        "bgColorTitle": "Background Color",
175        "colors": {
176            "000": "Black",
177            "800000": "Maroon",
178            "8B4513": "Saddle Brown",
179            "2F4F4F": "Dark Slate Gray",
180            "008080": "Teal",
181            "000080": "Navy",
182            "4B0082": "Indigo",
183            "696969": "Dark Gray",
184            "B22222": "Fire Brick",
185            "A52A2A": "Brown",
186            "DAA520": "Golden Rod",
187            "006400": "Dark Green",
188            "40E0D0": "Turquoise",
189            "0000CD": "Medium Blue",
190            "800080": "Purple",
191            "808080": "Gray",
192            "F00": "Red",
193            "FF8C00": "Dark Orange",
194            "FFD700": "Gold",
195            "008000": "Green",
196            "0FF": "Cyan",
197            "00F": "Blue",
198            "EE82EE": "Violet",
199            "A9A9A9": "Dim Gray",
200            "FFA07A": "Light Salmon",
201            "FFA500": "Orange",
202            "FFFF00": "Yellow",
203            "00FF00": "Lime",
204            "AFEEEE": "Pale Turquoise",
205            "ADD8E6": "Light Blue",
206            "DDA0DD": "Plum",
207            "D3D3D3": "Light Grey",
208            "FFF0F5": "Lavender Blush",
209            "FAEBD7": "Antique White",
210            "FFFFE0": "Light Yellow",
211            "F0FFF0": "Honeydew",
212            "F0FFFF": "Azure",
213            "F0F8FF": "Alice Blue",
214            "E6E6FA": "Lavender",
215            "FFF": "White",
216            "1ABC9C": "Strong Cyan",
217            "2ECC71": "Emerald",
218            "3498DB": "Bright Blue",
219            "9B59B6": "Amethyst",
220            "4E5F70": "Grayish Blue",
221            "F1C40F": "Vivid Yellow",
222            "16A085": "Dark Cyan",
223            "27AE60": "Dark Emerald",
224            "2980B9": "Strong Blue",
225            "8E44AD": "Dark Violet",
226            "2C3E50": "Desaturated Blue",
227            "F39C12": "Orange",
228            "E67E22": "Carrot",
229            "E74C3C": "Pale Red",
230            "ECF0F1": "Bright Silver",
231            "95A5A6": "Light Grayish Cyan",
232            "DDD": "Light Gray",
233            "D35400": "Pumpkin",
234            "C0392B": "Strong Red",
235            "BDC3C7": "Silver",
236            "7F8C8D": "Grayish Cyan",
237            "999": "Dark Gray"
238        },
239        "more": "More Colors...",
240        "panelTitle": "Colors",
241        "textColorTitle": "Text Color"
242    },
243    "colordialog": {
244        "clear": "Clear",
245        "highlight": "Highlight",
246        "options": "Color Options",
247        "selected": "Selected Color",
248        "title": "Select color"
249    },
250    "templates": {
251        "button": "Templates",
252        "emptyListMsg": "(No templates defined)",
253        "insertOption": "Replace actual contents",
254        "options": "Template Options",
255        "selectPromptMsg": "Please select the template to open in the editor",
256        "title": "Content Templates"
257    },
258    "contextmenu": {
259        "options": "Context Menu Options"
260    },
261    "copyformatting": {
262        "label": "Copy Formatting",
263        "notification": {
264            "copied": "Formatting copied",
265            "applied": "Formatting applied",
266            "canceled": "Formatting canceled",
267            "failed": "Formatting failed. You cannot apply styles without copying them first."
268        }
269    },
270    "div": {
271        "IdInputLabel": "Id",
272        "advisoryTitleInputLabel": "Advisory Title",
273        "cssClassInputLabel": "Stylesheet Classes",
274        "edit": "Edit Div",
275        "inlineStyleInputLabel": "Inline Style",
276        "langDirLTRLabel": "Left to Right (LTR)",
277        "langDirLabel": "Language Direction",
278        "langDirRTLLabel": "Right to Left (RTL)",
279        "languageCodeInputLabel": " Language Code",
280        "remove": "Remove Div",
281        "styleSelectLabel": "Style",
282        "title": "Create Div Container",
283        "toolbar": "Create Div Container"
284    },
285    "elementspath": {
286        "eleLabel": "Elements path",
287        "eleTitle": "%1 element"
288    },
289    "filetools": {
290        "loadError": "Error occurred during file read.",
291        "networkError": "Network error occurred during file upload.",
292        "httpError404": "HTTP error occurred during file upload (404: File not found).",
293        "httpError403": "HTTP error occurred during file upload (403: Forbidden).",
294        "httpError": "HTTP error occurred during file upload (error status: %1).",
295        "noUrlError": "Upload URL is not defined.",
296        "responseError": "Incorrect server response."
297    },
298    "find": {
299        "find": "Find",
300        "findOptions": "Find Options",
301        "findWhat": "Find what:",
302        "matchCase": "Match case",
303        "matchCyclic": "Match cyclic",
304        "matchWord": "Match whole word",
305        "notFoundMsg": "The specified text was not found.",
306        "replace": "Replace",
307        "replaceAll": "Replace All",
308        "replaceSuccessMsg": "%1 occurrence(s) replaced.",
309        "replaceWith": "Replace with:",
310        "title": "Find and Replace"
311    },
312    "fakeobjects": {
313        "anchor": "Anchor",
314        "flash": "Flash Animation",
315        "hiddenfield": "Hidden Field",
316        "iframe": "IFrame",
317        "unknown": "Unknown Object"
318    },
319    "flash": {
320        "access": "Script Access",
321        "accessAlways": "Always",
322        "accessNever": "Never",
323        "accessSameDomain": "Same domain",
324        "alignAbsBottom": "Abs Bottom",
325        "alignAbsMiddle": "Abs Middle",
326        "alignBaseline": "Baseline",
327        "alignTextTop": "Text Top",
328        "bgcolor": "Background color",
329        "chkFull": "Allow Fullscreen",
330        "chkLoop": "Loop",
331        "chkMenu": "Enable Flash Menu",
332        "chkPlay": "Auto Play",
333        "flashvars": "Variables for Flash",
334        "hSpace": "HSpace",
335        "properties": "Flash Properties",
336        "propertiesTab": "Properties",
337        "quality": "Quality",
338        "qualityAutoHigh": "Auto High",
339        "qualityAutoLow": "Auto Low",
340        "qualityBest": "Best",
341        "qualityHigh": "High",
342        "qualityLow": "Low",
343        "qualityMedium": "Medium",
344        "scale": "Scale",
345        "scaleAll": "Show all",
346        "scaleFit": "Exact Fit",
347        "scaleNoBorder": "No Border",
348        "title": "Flash Properties",
349        "vSpace": "VSpace",
350        "validateHSpace": "HSpace must be a number.",
351        "validateSrc": "URL must not be empty.",
352        "validateVSpace": "VSpace must be a number.",
353        "windowMode": "Window mode",
354        "windowModeOpaque": "Opaque",
355        "windowModeTransparent": "Transparent",
356        "windowModeWindow": "Window"
357    },
358    "font": {
359        "fontSize": {
360            "label": "Size",
361            "voiceLabel": "Font Size",
362            "panelTitle": "Font Size"
363        },
364        "label": "Font",
365        "panelTitle": "Font Name",
366        "voiceLabel": "Font"
367    },
368    "forms": {
369        "button": {
370            "title": "Button Properties",
371            "text": "Text (Value)",
372            "type": "Type",
373            "typeBtn": "Button",
374            "typeSbm": "Submit",
375            "typeRst": "Reset"
376        },
377        "checkboxAndRadio": {
378            "checkboxTitle": "Checkbox Properties",
379            "radioTitle": "Radio Button Properties",
380            "value": "Value",
381            "selected": "Selected",
382            "required": "Required"
383        },
384        "form": {
385            "title": "Form Properties",
386            "menu": "Form Properties",
387            "action": "Action",
388            "method": "Method",
389            "encoding": "Encoding"
390        },
391        "hidden": {
392            "title": "Hidden Field Properties",
393            "name": "Name",
394            "value": "Value"
395        },
396        "select": {
397            "title": "Selection Field Properties",
398            "selectInfo": "Select Info",
399            "opAvail": "Available Options",
400            "value": "Value",
401            "size": "Size",
402            "lines": "lines",
403            "chkMulti": "Allow multiple selections",
404            "required": "Required",
405            "opText": "Text",
406            "opValue": "Value",
407            "btnAdd": "Add",
408            "btnModify": "Modify",
409            "btnUp": "Up",
410            "btnDown": "Down",
411            "btnSetValue": "Set as selected value",
412            "btnDelete": "Delete"
413        },
414        "textarea": {
415            "title": "Textarea Properties",
416            "cols": "Columns",
417            "rows": "Rows"
418        },
419        "textfield": {
420            "title": "Text Field Properties",
421            "name": "Name",
422            "value": "Value",
423            "charWidth": "Character Width",
424            "maxChars": "Maximum Characters",
425            "required": "Required",
426            "type": "Type",
427            "typeText": "Text",
428            "typePass": "Password",
429            "typeEmail": "Email",
430            "typeSearch": "Search",
431            "typeTel": "Telephone Number",
432            "typeUrl": "URL"
433        }
434    },
435    "format": {
436        "label": "Format",
437        "panelTitle": "Paragraph Format",
438        "tag_address": "Address",
439        "tag_div": "Normal (DIV)",
440        "tag_h1": "Heading 1",
441        "tag_h2": "Heading 2",
442        "tag_h3": "Heading 3",
443        "tag_h4": "Heading 4",
444        "tag_h5": "Heading 5",
445        "tag_h6": "Heading 6",
446        "tag_p": "Normal",
447        "tag_pre": "Formatted"
448    },
449    "horizontalrule": {
450        "toolbar": "Insert Horizontal Line"
451    },
452    "iframe": {
453        "border": "Show frame border",
454        "noUrl": "Please type the iframe URL",
455        "scrolling": "Enable scrollbars",
456        "title": "IFrame Properties",
457        "toolbar": "IFrame"
458    },
459    "image": {
460        "alt": "Alternative Text",
461        "border": "Border",
462        "btnUpload": "Send it to the Server",
463        "button2Img": "Do you want to transform the selected image button on a simple image?",
464        "hSpace": "HSpace",
465        "img2Button": "Do you want to transform the selected image on a image button?",
466        "infoTab": "Image Info",
467        "linkTab": "Link",
468        "lockRatio": "Lock Ratio",
469        "menu": "Image Properties",
470        "resetSize": "Reset Size",
471        "title": "Image Properties",
472        "titleButton": "Image Button Properties",
473        "upload": "Upload",
474        "urlMissing": "Image source URL is missing.",
475        "vSpace": "VSpace",
476        "validateBorder": "Border must be a whole number.",
477        "validateHSpace": "HSpace must be a whole number.",
478        "validateVSpace": "VSpace must be a whole number."
479    },
480    "indent": {
481        "indent": "Increase Indent",
482        "outdent": "Decrease Indent"
483    },
484    "smiley": {
485        "options": "Smiley Options",
486        "title": "Insert a Smiley",
487        "toolbar": "Smiley"
488    },
489    "language": {
490        "button": "Set language",
491        "remove": "Remove language"
492    },
493    "link": {
494        "acccessKey": "Access Key",
495        "advanced": "Advanced",
496        "advisoryContentType": "Advisory Content Type",
497        "advisoryTitle": "Advisory Title",
498        "anchor": {
499            "toolbar": "Anchor",
500            "menu": "Edit Anchor",
501            "title": "Anchor Properties",
502            "name": "Anchor Name",
503            "errorName": "Please type the anchor name",
504            "remove": "Remove Anchor"
505        },
506        "anchorId": "By Element Id",
507        "anchorName": "By Anchor Name",
508        "charset": "Linked Resource Charset",
509        "cssClasses": "Stylesheet Classes",
510        "download": "Force Download",
511        "displayText": "Display Text",
512        "emailAddress": "E-Mail Address",
513        "emailBody": "Message Body",
514        "emailSubject": "Message Subject",
515        "id": "Id",
516        "info": "Link Info",
517        "langCode": "Language Code",
518        "langDir": "Language Direction",
519        "langDirLTR": "Left to Right (LTR)",
520        "langDirRTL": "Right to Left (RTL)",
521        "menu": "Edit Link",
522        "name": "Name",
523        "noAnchors": "(No anchors available in the document)",
524        "noEmail": "Please type the e-mail address",
525        "noUrl": "Please type the link URL",
526        "other": "<other>",
527        "popupDependent": "Dependent (Netscape)",
528        "popupFeatures": "Popup Window Features",
529        "popupFullScreen": "Full Screen (IE)",
530        "popupLeft": "Left Position",
531        "popupLocationBar": "Location Bar",
532        "popupMenuBar": "Menu Bar",
533        "popupResizable": "Resizable",
534        "popupScrollBars": "Scroll Bars",
535        "popupStatusBar": "Status Bar",
536        "popupToolbar": "Toolbar",
537        "popupTop": "Top Position",
538        "rel": "Relationship",
539        "selectAnchor": "Select an Anchor",
540        "styles": "Style",
541        "tabIndex": "Tab Index",
542        "target": "Target",
543        "targetFrame": "<frame>",
544        "targetFrameName": "Target Frame Name",
545        "targetPopup": "<popup window>",
546        "targetPopupName": "Popup Window Name",
547        "title": "Link",
548        "toAnchor": "Link to anchor in the text",
549        "toEmail": "E-mail",
550        "toUrl": "URL",
551        "toolbar": "Link",
552        "type": "Link Type",
553        "unlink": "Unlink",
554        "upload": "Upload"
555    },
556    "list": {
557        "bulletedlist": "Insert/Remove Bulleted List",
558        "numberedlist": "Insert/Remove Numbered List"
559    },
560    "liststyle": {
561        "armenian": "Armenian numbering",
562        "bulletedTitle": "Bulleted List Properties",
563        "circle": "Circle",
564        "decimal": "Decimal (1, 2, 3, etc.)",
565        "decimalLeadingZero": "Decimal leading zero (01, 02, 03, etc.)",
566        "disc": "Disc",
567        "georgian": "Georgian numbering (an, ban, gan, etc.)",
568        "lowerAlpha": "Lower Alpha (a, b, c, d, e, etc.)",
569        "lowerGreek": "Lower Greek (alpha, beta, gamma, etc.)",
570        "lowerRoman": "Lower Roman (i, ii, iii, iv, v, etc.)",
571        "none": "None",
572        "notset": "<not set>",
573        "numberedTitle": "Numbered List Properties",
574        "square": "Square",
575        "start": "Start",
576        "type": "Type",
577        "upperAlpha": "Upper Alpha (A, B, C, D, E, etc.)",
578        "upperRoman": "Upper Roman (I, II, III, IV, V, etc.)",
579        "validateStartNumber": "List start number must be a whole number."
580    },
581    "magicline": {
582        "title": "Insert paragraph here"
583    },
584    "maximize": {
585        "maximize": "Maximize",
586        "minimize": "Minimize"
587    },
588    "newpage": {
589        "toolbar": "New Page"
590    },
591    "pagebreak": {
592        "alt": "Page Break",
593        "toolbar": "Insert Page Break for Printing"
594    },
595    "pastetext": {
596        "button": "Paste as plain text",
597        "pasteNotification": "Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.",
598        "title": "Paste as Plain Text"
599    },
600    "pastefromword": {
601        "confirmCleanup": "The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?",
602        "error": "It was not possible to clean up the pasted data due to an internal error",
603        "title": "Paste from Word",
604        "toolbar": "Paste from Word"
605    },
606    "preview": {
607        "preview": "Preview"
608    },
609    "print": {
610        "toolbar": "Print"
611    },
612    "removeformat": {
613        "toolbar": "Remove Format"
614    },
615    "save": {
616        "toolbar": "Save"
617    },
618    "selectall": {
619        "toolbar": "Select All"
620    },
621    "showblocks": {
622        "toolbar": "Show Blocks"
623    },
624    "sourcearea": {
625        "toolbar": "Source"
626    },
627    "specialchar": {
628        "options": "Special Character Options",
629        "title": "Select Special Character",
630        "toolbar": "Insert Special Character"
631    },
632    "scayt": {
633        "btn_about": "About SCAYT",
634        "btn_dictionaries": "Dictionaries",
635        "btn_disable": "Disable SCAYT",
636        "btn_enable": "Enable SCAYT",
637        "btn_langs": "Languages",
638        "btn_options": "Options",
639        "text_title": "Spell Check As You Type"
640    },
641    "stylescombo": {
642        "label": "Styles",
643        "panelTitle": "Formatting Styles",
644        "panelTitle1": "Block Styles",
645        "panelTitle2": "Inline Styles",
646        "panelTitle3": "Object Styles"
647    },
648    "table": {
649        "border": "Border size",
650        "caption": "Caption",
651        "cell": {
652            "menu": "Cell",
653            "insertBefore": "Insert Cell Before",
654            "insertAfter": "Insert Cell After",
655            "deleteCell": "Delete Cells",
656            "merge": "Merge Cells",
657            "mergeRight": "Merge Right",
658            "mergeDown": "Merge Down",
659            "splitHorizontal": "Split Cell Horizontally",
660            "splitVertical": "Split Cell Vertically",
661            "title": "Cell Properties",
662            "cellType": "Cell Type",
663            "rowSpan": "Rows Span",
664            "colSpan": "Columns Span",
665            "wordWrap": "Word Wrap",
666            "hAlign": "Horizontal Alignment",
667            "vAlign": "Vertical Alignment",
668            "alignBaseline": "Baseline",
669            "bgColor": "Background Color",
670            "borderColor": "Border Color",
671            "data": "Data",
672            "header": "Header",
673            "yes": "Yes",
674            "no": "No",
675            "invalidWidth": "Cell width must be a number.",
676            "invalidHeight": "Cell height must be a number.",
677            "invalidRowSpan": "Rows span must be a whole number.",
678            "invalidColSpan": "Columns span must be a whole number.",
679            "chooseColor": "Choose"
680        },
681        "cellPad": "Cell padding",
682        "cellSpace": "Cell spacing",
683        "column": {
684            "menu": "Column",
685            "insertBefore": "Insert Column Before",
686            "insertAfter": "Insert Column After",
687            "deleteColumn": "Delete Columns"
688        },
689        "columns": "Columns",
690        "deleteTable": "Delete Table",
691        "headers": "Headers",
692        "headersBoth": "Both",
693        "headersColumn": "First column",
694        "headersNone": "None",
695        "headersRow": "First Row",
696        "invalidBorder": "Border size must be a number.",
697        "invalidCellPadding": "Cell padding must be a positive number.",
698        "invalidCellSpacing": "Cell spacing must be a positive number.",
699        "invalidCols": "Number of columns must be a number greater than 0.",
700        "invalidHeight": "Table height must be a number.",
701        "invalidRows": "Number of rows must be a number greater than 0.",
702        "invalidWidth": "Table width must be a number.",
703        "menu": "Table Properties",
704        "row": {
705            "menu": "Row",
706            "insertBefore": "Insert Row Before",
707            "insertAfter": "Insert Row After",
708            "deleteRow": "Delete Rows"
709        },
710        "rows": "Rows",
711        "summary": "Summary",
712        "title": "Table Properties",
713        "toolbar": "Table",
714        "widthPc": "percent",
715        "widthPx": "pixels",
716        "widthUnit": "width unit"
717    },
718    "undo": {
719        "redo": "Redo",
720        "undo": "Undo"
721    },
722    "widget": {
723        "move": "Click and drag to move",
724        "label": "%1 widget"
725    },
726    "uploadwidget": {
727        "abort": "Upload aborted by the user.",
728        "doneOne": "File successfully uploaded.",
729        "doneMany": "Successfully uploaded %1 files.",
730        "uploadOne": "Uploading file ({percentage}%)...",
731        "uploadMany": "Uploading files, {current} of {max} done ({percentage}%)..."
732    },
733    "wsc": {
734        "btnIgnore": "Ignore",
735        "btnIgnoreAll": "Ignore All",
736        "btnReplace": "Replace",
737        "btnReplaceAll": "Replace All",
738        "btnUndo": "Undo",
739        "changeTo": "Change to",
740        "errorLoading": "Error loading application service host: %s.",
741        "ieSpellDownload": "Spell checker not installed. Do you want to download it now?",
742        "manyChanges": "Spell check complete: %1 words changed",
743        "noChanges": "Spell check complete: No words changed",
744        "noMispell": "Spell check complete: No misspellings found",
745        "noSuggestions": "- No suggestions -",
746        "notAvailable": "Sorry, but service is unavailable now.",
747        "notInDic": "Not in dictionary",
748        "oneChange": "Spell check complete: One word changed",
749        "progress": "Spell check in progress...",
750        "title": "Spell Checker",
751        "toolbar": "Check Spelling"
752    }
753};
754CKEDITOR.lang.en["indent"] = {
755    indent: "Nested List",
756    outdent: "Decrease Nesting"
757};
758CKEDITOR.lang.en["stylescombo"]["label"] = "Code";
759CKEDITOR.lang.en.image.alt = "HoverTip";
760CKEDITOR.lang.en["fbrowser"] = {
761    FileBrowserError_101: "Folder already exists.",
762    FileBrowserError_102: "Invalid folder name",
763    FileBrowserError_103: "You have no permissions to create the folder.",
764    FileBrowserError_110: "Unknown error creating folder",
765    FileBrowserError_201: "A file with the same name is already available. The uploaded file has been renamed to: ",
766    FileBrowserError_202: "Invalid file",
767    FileBrowserError_203: "You do not have permission to upload files to this folder. If you think this is incorrect please notify your administrator.",
768    FileBrowserError_204: "Unable to delete the selected file",
769    FileBrowserError_205: "Unable to rename the selected file; check your directory/write permisssions",
770    FileBrowserError_206: " already exists; you must either delete or rename it. ",
771    FileBrowserError_default: "Error on your request. Error number: ",
772    FileBrowserError_Ajax: "Your browser does not support AJAX.",
773    FileBrowserError_XML: "The server didn't reply with a proper XML data. Please check your configuration.",
774    FileBrowserError_Folder_Submit: "Please type the folder name.",
775    FileBrowserError_File_Submit: "Please select a file from your computer",
776    FileBrowserError_Upload: "Error on upload. Error number: ",
777    FileBrowserError_Connector: "The connector is disabled. Check editor/filemanager/connectors/php/config.php",
778    FileBrowserError_Command: "Unsupported command: ",
779    FileBrowserError_Type: "Invalid type specified: ",
780    FolderMoveWarning: "You can only move files to a folder one level below the current directory",
781    FileBrowserError_301: "The uploaded file exceeds the upload_max_filesize directive in php.ini.",
782    FileBrowserError_302: "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.",
783    FileBrowserError_303: "The uploaded file was only partially uploaded.",
784    FileBrowserError_304: "No file was uploaded.",
785    FileBrowserError_306: "Missing a temporary folder.",
786    FileBrowserError_307: "Failed to write file to disk.",
787    FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help.",
788    DlgFileBrowserUpMsg: "Upload a new file in this folder",
789    DlgFileBrowserRead: "read-only",
790    DlgFileBrowserWrite: "uploadable",
791    DlgFileBrowserNewFolder: "Create Folder",
792    DlgFileBrowserResourceType: "Resource Type",
793    DlgLnkUpload: "Upload",
794    DlgFileBrowserMove: "Move",
795    LinkText: "<span style='font-weight:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name or  ID)",
796    InternalLink: "internal link",
797    InternalMedia: "internal media",
798    MediaFileLink: "link to media file",
799    InterWikiLink: "Interwiki Link",
800    InterWikiType: "Interwiki Type",
801    InterwikiPlaceHolder: "Interwiki Replacement Text",
802    InterwikiInfo: "<div style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margin:auto; overflow:auto; padding:4px;line-height:125%;'>Dokuwiki's interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp&gt;Shakespeare]]</span>, which will create a link to the English Wikipedia article on Shakespeare.  The <span style='font-weight:600'>wp</span> part designates a link pattern;  the text following the '<span style='font-weight:900'>&gt;</span>' will be inserted into the link, replacing  a place holder, which is enclosed in curly brackets, as in <span style='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement text will be appended to the end of the link.</div>",
803    MediaFileLink: "link to media file",
804    SMBLabel: "Samba Share",
805    GetHeadingsLabel: "Get Headings",
806    QStringLabel: "Query String (For example: value_1=1&value_2=2) ",
807    ResetQS: "Reset Query String",
808    NotSetOption: "Not Set",
809    AdvancedInfo: "To create anchors from Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go back, select a new page and get new headers.",
810    AdvancedTabPrompt: "Use the advanced tab to create page anchors and query strings",
811    SMBExample: "Enter your share as: \\\\Server\\directory\\file",
812    DlgFileBrowserWaitingMsg: "Loading files, please wait.",
813    DlgFileBrowserAdjustSize: "Adjust browser size",
814    DlgFileBrowserReset: "Reset",
815    DlgFileBrowserSortBy: "Sort by",
816    DlgFileBrowserSortDate: "Date",
817    DlgFileBrowserSortSize: "File size",
818    DlgFileBrowserSortName: "Name",
819    DlgFileBrowserButtonHelp: "Help",
820    DlgFileBrowserResizeMsg: "The file browser window will be reset to the default size after your page is reloaded into the editor.",
821    DlgFileBrowserSearch: "Find file(s)",
822    DlgFileBrowserSortOrder: "Reverse order",
823    DlgFileBrowserInfo_1: "If you increase the zoom level of your browser,  Ckgedit's file browser may exceed the size of its  enclosing window, forcing scrollbars.  To eliminate the scrollbars, you can enlarge the window up to 20%.  The  new size takes effect after you have closed and re-opened  the editor.  Resizing uses a cookie with a year's duration. ",
824    DlgFileBrowserInfo_2: "The file listings can be sorted by Name, Date, and File Size.  By default they sort in ascending order, but Date and File Size can be sorted in descending order by checking the Reverse Order option.  The sort functions are not supported by Internet Explorer but do work in Win 10 Edge.",
825    DlgFileBrowserInfo_3: "The search functions will search using whole or part of a file name."
826};
827CKEDITOR.lang.en["footnote"] = {
828    FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;"><ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editing box and click OK</li><li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> The footnote will appear in the editing box, where you can then edit it.<br /> When you are finished editing, click OK to save.</li><li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li></ul></div>',
829    ToolTip: "Insert a footnote",
830    Settings: "Settings",
831    Header: "This dialog window lets you create and edit footnotes.",
832    Label_1: "Footnote Text (required)",
833    Label_2: "Footnote Id: ",
834    LoadButtonLabel: "Load Note In Editor",
835    Title: "Footnote Dialog",
836    Validate: "The footnote text field cannot be empty."
837};
838CKEDITOR.lang.en["fontassist"] = {
839    Title: "Font Plugin Editor",
840    ToolTip: "Check and Revise Font Styling",
841    MainHeader: "View and optionally alter text styled with the font plugin .",
842    SelectColor: " Select Color",
843    SelectedTextColor: "Selected Text Color",
844    SelectedBGColor: "Selected Background Color",
845    BGColors: "Background Colors",
846    InfoText: '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #cccccc; margin:auto; height: 350px; overflow:auto;">This tool works with the font  plugin and is used to update the font plugin\'s syntax and/or view its enclosed text. Clicking anywhere on the plugin syntax or its text will enable you to check the appearance of the font, its colors, and its size.<br /><br />You can also update the plugin syntax in place.  To do this you must select both the font syntax itself and the enclosed text:<p style="text-indent: 50px; font-size: 12pt;">  &lt;font. . . &gt;text&lt;/font&gt;</p>Then whatever changes you  make with this tool can be inserted into the editor window, by clicking OK, and will replace the current font syntax. <br /><br />The font syntax will appear in the textbox below the display window and is updated with each change. Clicking on the text will select the text for copying.</div>',
847    Main: "Main",
848    Text: "Text",
849    IfChecked: " If checked, uncheck to activate OK button",
850    Fonts: "Fonts",
851    FontSizes: "Font Sizes (px)",
852    ResetFont: "Reset font",
853    ResetAll: "Reset all",
854    TextColors: "Text Colors",
855    Accept: "Accept",
856    Reset: "Reset",
857    none: "none"
858};
859CKEDITOR.lang.en["signature"] = {
860    ToolTip: "Insert signature"
861};
862CKEDITOR.lang.en.format["panelTitle"] = "Section Headers";
863CKEDITOR.lang.en.format["label"] = "Headlines";
864CKEDITOR.lang.en.stylescombo["panelTitle"] = "Formatting Code Styles";
865CKEDITOR.lang.en["stylescombo"]["label"] = "Code";
866CKEDITOR.lang.en.common.alignBaseLine = "Baseline";
867CKEDITOR.lang.en["indent"] = {
868    indent: "Nested List",
869    outdent: "Decrease Nesting"
870};
871CKEDITOR.lang.en.common["noLink"] = "No link";
872CKEDITOR.lang.en.common["linkType"] = "Link type";
873CKEDITOR.lang.en.common["linkDetail"] = "Detail";
874CKEDITOR.lang.en.common["linkDirect"] = "Direct";
875CKEDITOR.lang.en.common["linkNoLink"] = "No Link";
876CKEDITOR.lang.en.common["linkOnly"] = "Link only";