You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

769 lines
30 KiB

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