星火管控前端
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.

en.js 21KB

9 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. /*
  2. Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or https://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:
  46. "Any unsaved changes to this content will be lost. Are you sure you want to load new page?",
  47. confirmCancel:
  48. "You have changed some options. Are you sure you want to close the dialog window?",
  49. options: "Options",
  50. target: "Target",
  51. targetNew: "New Window (_blank)",
  52. targetTop: "Topmost Window (_top)",
  53. targetSelf: "Same Window (_self)",
  54. targetParent: "Parent Window (_parent)",
  55. langDirLTR: "Left to Right (LTR)",
  56. langDirRTL: "Right to Left (RTL)",
  57. styles: "Style",
  58. cssClasses: "Stylesheet Classes",
  59. width: "Width",
  60. height: "Height",
  61. align: "Alignment",
  62. left: "Left",
  63. right: "Right",
  64. center: "Center",
  65. justify: "Justify",
  66. alignLeft: "Align Left",
  67. alignRight: "Align Right",
  68. alignCenter: "Align Center",
  69. alignTop: "Top",
  70. alignMiddle: "Middle",
  71. alignBottom: "Bottom",
  72. alignNone: "None",
  73. invalidValue: "Invalid value.",
  74. invalidHeight: "Height must be a number.",
  75. invalidWidth: "Width must be a number.",
  76. invalidLength:
  77. 'Value specified for the "%1" field must be a positive number with or without a valid measurement unit (%2).',
  78. invalidCssLength:
  79. '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).',
  80. invalidHtmlLength:
  81. 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
  82. invalidInlineStyle:
  83. 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
  84. cssLengthTooltip:
  85. "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).",
  86. unavailable: '%1<span class="cke_accessibility">, unavailable</span>',
  87. keyboard: {
  88. "8": "Backspace",
  89. "13": "Enter",
  90. "16": "Shift",
  91. "17": "Ctrl",
  92. "18": "Alt",
  93. "32": "Space",
  94. "35": "End",
  95. "36": "Home",
  96. "46": "Delete",
  97. "112": "F1",
  98. "113": "F2",
  99. "114": "F3",
  100. "115": "F4",
  101. "116": "F5",
  102. "117": "F6",
  103. "118": "F7",
  104. "119": "F8",
  105. "120": "F9",
  106. "121": "F10",
  107. "122": "F11",
  108. "123": "F12",
  109. "124": "F13",
  110. "125": "F14",
  111. "126": "F15",
  112. "127": "F16",
  113. "128": "F17",
  114. "129": "F18",
  115. "130": "F19",
  116. "131": "F20",
  117. "132": "F21",
  118. "133": "F22",
  119. "134": "F23",
  120. "135": "F24",
  121. "224": "Command"
  122. },
  123. keyboardShortcut: "Keyboard shortcut",
  124. optionDefault: "Default"
  125. },
  126. about: {
  127. copy: "Copyright &copy; $1. All rights reserved.",
  128. dlgTitle: "About CKEditor 4",
  129. moreInfo: "For licensing information please visit our web site:"
  130. },
  131. basicstyles: {
  132. bold: "Bold",
  133. italic: "Italic",
  134. strike: "Strikethrough",
  135. subscript: "Subscript",
  136. superscript: "Superscript",
  137. underline: "Underline"
  138. },
  139. bidi: {
  140. ltr: "Text direction from left to right",
  141. rtl: "Text direction from right to left"
  142. },
  143. blockquote: { toolbar: "Block Quote" },
  144. notification: { closed: "Notification closed." },
  145. toolbar: {
  146. toolbarCollapse: "Collapse Toolbar",
  147. toolbarExpand: "Expand Toolbar",
  148. toolbarGroups: {
  149. document: "Document",
  150. clipboard: "Clipboard/Undo",
  151. editing: "Editing",
  152. forms: "Forms",
  153. basicstyles: "Basic Styles",
  154. paragraph: "Paragraph",
  155. links: "Links",
  156. insert: "Insert",
  157. styles: "Styles",
  158. colors: "Colors",
  159. tools: "Tools"
  160. },
  161. toolbars: "Editor toolbars"
  162. },
  163. clipboard: {
  164. copy: "Copy",
  165. copyError:
  166. "Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).",
  167. cut: "Cut",
  168. cutError:
  169. "Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).",
  170. paste: "Paste",
  171. pasteNotification:
  172. "Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.",
  173. pasteArea: "Paste Area",
  174. pasteMsg: "Paste your content inside the area below and press OK."
  175. },
  176. colorbutton: {
  177. auto: "Automatic",
  178. bgColorTitle: "Background Color",
  179. colors: {
  180. "000": "Black",
  181. "800000": "Maroon",
  182. "8B4513": "Saddle Brown",
  183. "2F4F4F": "Dark Slate Gray",
  184. "008080": "Teal",
  185. "000080": "Navy",
  186. "4B0082": "Indigo",
  187. "696969": "Dark Gray",
  188. B22222: "Fire Brick",
  189. A52A2A: "Brown",
  190. DAA520: "Golden Rod",
  191. "006400": "Dark Green",
  192. "40E0D0": "Turquoise",
  193. "0000CD": "Medium Blue",
  194. "800080": "Purple",
  195. "808080": "Gray",
  196. F00: "Red",
  197. FF8C00: "Dark Orange",
  198. FFD700: "Gold",
  199. "008000": "Green",
  200. "0FF": "Cyan",
  201. "00F": "Blue",
  202. EE82EE: "Violet",
  203. A9A9A9: "Dim Gray",
  204. FFA07A: "Light Salmon",
  205. FFA500: "Orange",
  206. FFFF00: "Yellow",
  207. "00FF00": "Lime",
  208. AFEEEE: "Pale Turquoise",
  209. ADD8E6: "Light Blue",
  210. DDA0DD: "Plum",
  211. D3D3D3: "Light Grey",
  212. FFF0F5: "Lavender Blush",
  213. FAEBD7: "Antique White",
  214. FFFFE0: "Light Yellow",
  215. F0FFF0: "Honeydew",
  216. F0FFFF: "Azure",
  217. F0F8FF: "Alice Blue",
  218. E6E6FA: "Lavender",
  219. FFF: "White",
  220. "1ABC9C": "Strong Cyan",
  221. "2ECC71": "Emerald",
  222. "3498DB": "Bright Blue",
  223. "9B59B6": "Amethyst",
  224. "4E5F70": "Grayish Blue",
  225. F1C40F: "Vivid Yellow",
  226. "16A085": "Dark Cyan",
  227. "27AE60": "Dark Emerald",
  228. "2980B9": "Strong Blue",
  229. "8E44AD": "Dark Violet",
  230. "2C3E50": "Desaturated Blue",
  231. F39C12: "Orange",
  232. E67E22: "Carrot",
  233. E74C3C: "Pale Red",
  234. ECF0F1: "Bright Silver",
  235. "95A5A6": "Light Grayish Cyan",
  236. DDD: "Light Gray",
  237. D35400: "Pumpkin",
  238. C0392B: "Strong Red",
  239. BDC3C7: "Silver",
  240. "7F8C8D": "Grayish Cyan",
  241. "999": "Dark Gray"
  242. },
  243. more: "More Colors...",
  244. panelTitle: "Colors",
  245. textColorTitle: "Text Color"
  246. },
  247. colordialog: {
  248. clear: "Clear",
  249. highlight: "Highlight",
  250. options: "Color Options",
  251. selected: "Selected Color",
  252. title: "Select color"
  253. },
  254. templates: {
  255. button: "Templates",
  256. emptyListMsg: "(No templates defined)",
  257. insertOption: "Replace actual contents",
  258. options: "Template Options",
  259. selectPromptMsg: "Please select the template to open in the editor",
  260. title: "Content Templates"
  261. },
  262. contextmenu: { options: "Context Menu Options" },
  263. copyformatting: {
  264. label: "Copy Formatting",
  265. notification: {
  266. copied: "Formatting copied",
  267. applied: "Formatting applied",
  268. canceled: "Formatting canceled",
  269. failed:
  270. "Formatting failed. You cannot apply styles without copying them first."
  271. }
  272. },
  273. div: {
  274. IdInputLabel: "Id",
  275. advisoryTitleInputLabel: "Advisory Title",
  276. cssClassInputLabel: "Stylesheet Classes",
  277. edit: "Edit Div",
  278. inlineStyleInputLabel: "Inline Style",
  279. langDirLTRLabel: "Left to Right (LTR)",
  280. langDirLabel: "Language Direction",
  281. langDirRTLLabel: "Right to Left (RTL)",
  282. languageCodeInputLabel: " Language Code",
  283. remove: "Remove Div",
  284. styleSelectLabel: "Style",
  285. title: "Create Div Container",
  286. toolbar: "Create Div Container"
  287. },
  288. elementspath: { eleLabel: "Elements path", eleTitle: "%1 element" },
  289. exportpdf: {
  290. documentReady: "Document is ready!",
  291. error: "Error occurred.",
  292. processingDocument: "Processing PDF document...",
  293. toolbar: "Export to PDF"
  294. },
  295. filetools: {
  296. loadError: "Error occurred during file read.",
  297. networkError: "Network error occurred during file upload.",
  298. httpError404:
  299. "HTTP error occurred during file upload (404: File not found).",
  300. httpError403: "HTTP error occurred during file upload (403: Forbidden).",
  301. httpError: "HTTP error occurred during file upload (error status: %1).",
  302. noUrlError: "Upload URL is not defined.",
  303. responseError: "Incorrect server response."
  304. },
  305. find: {
  306. find: "Find",
  307. findOptions: "Find Options",
  308. findWhat: "Find what:",
  309. matchCase: "Match case",
  310. matchCyclic: "Match cyclic",
  311. matchWord: "Match whole word",
  312. notFoundMsg: "The specified text was not found.",
  313. replace: "Replace",
  314. replaceAll: "Replace All",
  315. replaceSuccessMsg: "%1 occurrence(s) replaced.",
  316. replaceWith: "Replace with:",
  317. title: "Find and Replace"
  318. },
  319. fakeobjects: {
  320. anchor: "Anchor",
  321. flash: "Flash Animation",
  322. hiddenfield: "Hidden Field",
  323. iframe: "IFrame",
  324. unknown: "Unknown Object"
  325. },
  326. flash: {
  327. access: "Script Access",
  328. accessAlways: "Always",
  329. accessNever: "Never",
  330. accessSameDomain: "Same domain",
  331. alignAbsBottom: "Abs Bottom",
  332. alignAbsMiddle: "Abs Middle",
  333. alignBaseline: "Baseline",
  334. alignTextTop: "Text Top",
  335. bgcolor: "Background color",
  336. chkFull: "Allow Fullscreen",
  337. chkLoop: "Loop",
  338. chkMenu: "Enable Flash Menu",
  339. chkPlay: "Auto Play",
  340. flashvars: "Variables for Flash",
  341. hSpace: "HSpace",
  342. properties: "Flash Properties",
  343. propertiesTab: "Properties",
  344. quality: "Quality",
  345. qualityAutoHigh: "Auto High",
  346. qualityAutoLow: "Auto Low",
  347. qualityBest: "Best",
  348. qualityHigh: "High",
  349. qualityLow: "Low",
  350. qualityMedium: "Medium",
  351. scale: "Scale",
  352. scaleAll: "Show all",
  353. scaleFit: "Exact Fit",
  354. scaleNoBorder: "No Border",
  355. title: "Flash Properties",
  356. vSpace: "VSpace",
  357. validateHSpace: "HSpace must be a number.",
  358. validateSrc: "URL must not be empty.",
  359. validateVSpace: "VSpace must be a number.",
  360. windowMode: "Window mode",
  361. windowModeOpaque: "Opaque",
  362. windowModeTransparent: "Transparent",
  363. windowModeWindow: "Window"
  364. },
  365. font: {
  366. fontSize: {
  367. label: "Size",
  368. voiceLabel: "Font Size",
  369. panelTitle: "Font Size"
  370. },
  371. label: "Font",
  372. panelTitle: "Font Name",
  373. voiceLabel: "Font"
  374. },
  375. forms: {
  376. button: {
  377. title: "Button Properties",
  378. text: "Text (Value)",
  379. type: "Type",
  380. typeBtn: "Button",
  381. typeSbm: "Submit",
  382. typeRst: "Reset"
  383. },
  384. checkboxAndRadio: {
  385. checkboxTitle: "Checkbox Properties",
  386. radioTitle: "Radio Button Properties",
  387. value: "Value",
  388. selected: "Selected",
  389. required: "Required"
  390. },
  391. form: {
  392. title: "Form Properties",
  393. menu: "Form Properties",
  394. action: "Action",
  395. method: "Method",
  396. encoding: "Encoding"
  397. },
  398. hidden: { title: "Hidden Field Properties", name: "Name", value: "Value" },
  399. select: {
  400. title: "Selection Field Properties",
  401. selectInfo: "Select Info",
  402. opAvail: "Available Options",
  403. value: "Value",
  404. size: "Size",
  405. lines: "lines",
  406. chkMulti: "Allow multiple selections",
  407. required: "Required",
  408. opText: "Text",
  409. opValue: "Value",
  410. btnAdd: "Add",
  411. btnModify: "Modify",
  412. btnUp: "Up",
  413. btnDown: "Down",
  414. btnSetValue: "Set as selected value",
  415. btnDelete: "Delete"
  416. },
  417. textarea: { title: "Textarea Properties", cols: "Columns", rows: "Rows" },
  418. textfield: {
  419. title: "Text Field Properties",
  420. name: "Name",
  421. value: "Value",
  422. charWidth: "Character Width",
  423. maxChars: "Maximum Characters",
  424. required: "Required",
  425. type: "Type",
  426. typeText: "Text",
  427. typePass: "Password",
  428. typeEmail: "Email",
  429. typeSearch: "Search",
  430. typeTel: "Telephone Number",
  431. typeUrl: "URL"
  432. }
  433. },
  434. format: {
  435. label: "Format",
  436. panelTitle: "Paragraph Format",
  437. tag_address: "Address",
  438. tag_div: "Normal (DIV)",
  439. tag_h1: "Heading 1",
  440. tag_h2: "Heading 2",
  441. tag_h3: "Heading 3",
  442. tag_h4: "Heading 4",
  443. tag_h5: "Heading 5",
  444. tag_h6: "Heading 6",
  445. tag_p: "Normal",
  446. tag_pre: "Formatted"
  447. },
  448. horizontalrule: { toolbar: "Insert Horizontal Line" },
  449. iframe: {
  450. border: "Show frame border",
  451. noUrl: "Please type the iframe URL",
  452. scrolling: "Enable scrollbars",
  453. title: "IFrame Properties",
  454. toolbar: "IFrame",
  455. tabindex: "Remove from tabindex"
  456. },
  457. image: {
  458. alt: "Alternative Text",
  459. border: "Border",
  460. btnUpload: "Send it to the Server",
  461. button2Img:
  462. "Do you want to transform the selected image button on a simple image?",
  463. hSpace: "HSpace",
  464. img2Button:
  465. "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: { indent: "Increase Indent", outdent: "Decrease Indent" },
  481. smiley: {
  482. options: "Smiley Options",
  483. title: "Insert a Smiley",
  484. toolbar: "Smiley"
  485. },
  486. language: { button: "Set language", remove: "Remove language" },
  487. link: {
  488. acccessKey: "Access Key",
  489. advanced: "Advanced",
  490. advisoryContentType: "Advisory Content Type",
  491. advisoryTitle: "Advisory Title",
  492. anchor: {
  493. toolbar: "Anchor",
  494. menu: "Edit Anchor",
  495. title: "Anchor Properties",
  496. name: "Anchor Name",
  497. errorName: "Please type the anchor name",
  498. remove: "Remove Anchor"
  499. },
  500. anchorId: "By Element Id",
  501. anchorName: "By Anchor Name",
  502. charset: "Linked Resource Charset",
  503. cssClasses: "Stylesheet Classes",
  504. download: "Force Download",
  505. displayText: "Display Text",
  506. emailAddress: "E-Mail Address",
  507. emailBody: "Message Body",
  508. emailSubject: "Message Subject",
  509. id: "Id",
  510. info: "Link Info",
  511. langCode: "Language Code",
  512. langDir: "Language Direction",
  513. langDirLTR: "Left to Right (LTR)",
  514. langDirRTL: "Right to Left (RTL)",
  515. menu: "Edit Link",
  516. name: "Name",
  517. noAnchors: "(No anchors available in the document)",
  518. noEmail: "Please type the e-mail address",
  519. noUrl: "Please type the link URL",
  520. noTel: "Please type the phone number",
  521. other: "<other>",
  522. phoneNumber: "Phone number",
  523. popupDependent: "Dependent (Netscape)",
  524. popupFeatures: "Popup Window Features",
  525. popupFullScreen: "Full Screen (IE)",
  526. popupLeft: "Left Position",
  527. popupLocationBar: "Location Bar",
  528. popupMenuBar: "Menu Bar",
  529. popupResizable: "Resizable",
  530. popupScrollBars: "Scroll Bars",
  531. popupStatusBar: "Status Bar",
  532. popupToolbar: "Toolbar",
  533. popupTop: "Top Position",
  534. rel: "Relationship",
  535. selectAnchor: "Select an Anchor",
  536. styles: "Style",
  537. tabIndex: "Tab Index",
  538. target: "Target",
  539. targetFrame: "<frame>",
  540. targetFrameName: "Target Frame Name",
  541. targetPopup: "<popup window>",
  542. targetPopupName: "Popup Window Name",
  543. title: "Link",
  544. toAnchor: "Link to anchor in the text",
  545. toEmail: "E-mail",
  546. toUrl: "URL",
  547. toPhone: "Phone",
  548. toolbar: "Link",
  549. type: "Link Type",
  550. unlink: "Unlink",
  551. upload: "Upload"
  552. },
  553. list: {
  554. bulletedlist: "Insert/Remove Bulleted List",
  555. numberedlist: "Insert/Remove Numbered List"
  556. },
  557. liststyle: {
  558. bulletedTitle: "Bulleted List Properties",
  559. circle: "Circle",
  560. decimal: "Decimal (1, 2, 3, etc.)",
  561. disc: "Disc",
  562. lowerAlpha: "Lower Alpha (a, b, c, d, e, etc.)",
  563. lowerRoman: "Lower Roman (i, ii, iii, iv, v, etc.)",
  564. none: "None",
  565. notset: "<not set>",
  566. numberedTitle: "Numbered List Properties",
  567. square: "Square",
  568. start: "Start",
  569. type: "Type",
  570. upperAlpha: "Upper Alpha (A, B, C, D, E, etc.)",
  571. upperRoman: "Upper Roman (I, II, III, IV, V, etc.)",
  572. validateStartNumber: "List start number must be a whole number."
  573. },
  574. magicline: { title: "Insert paragraph here" },
  575. maximize: { maximize: "Maximize", minimize: "Minimize" },
  576. newpage: { toolbar: "New Page" },
  577. pagebreak: { alt: "Page Break", toolbar: "Insert Page Break for Printing" },
  578. pastetext: {
  579. button: "Paste as plain text",
  580. pasteNotification:
  581. "Press %1 to paste. Your browser doesn‘t support pasting with the toolbar button or context menu option.",
  582. title: "Paste as Plain Text"
  583. },
  584. pastefromword: {
  585. confirmCleanup:
  586. "The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?",
  587. error:
  588. "It was not possible to clean up the pasted data due to an internal error",
  589. title: "Paste from Word",
  590. toolbar: "Paste from Word"
  591. },
  592. preview: { preview: "Preview" },
  593. print: { toolbar: "Print" },
  594. removeformat: { toolbar: "Remove Format" },
  595. save: { toolbar: "Save" },
  596. selectall: { toolbar: "Select All" },
  597. showblocks: { toolbar: "Show Blocks" },
  598. sourcearea: { toolbar: "Source" },
  599. specialchar: {
  600. options: "Special Character Options",
  601. title: "Select Special Character",
  602. toolbar: "Insert Special Character"
  603. },
  604. scayt: {
  605. btn_about: "About SCAYT",
  606. btn_dictionaries: "Dictionaries",
  607. btn_disable: "Disable SCAYT",
  608. btn_enable: "Enable SCAYT",
  609. btn_langs: "Languages",
  610. btn_options: "Options",
  611. text_title: "Spell Check As You Type"
  612. },
  613. stylescombo: {
  614. label: "Styles",
  615. panelTitle: "Formatting Styles",
  616. panelTitle1: "Block Styles",
  617. panelTitle2: "Inline Styles",
  618. panelTitle3: "Object Styles"
  619. },
  620. table: {
  621. border: "Border size",
  622. caption: "Caption",
  623. cell: {
  624. menu: "Cell",
  625. insertBefore: "Insert Cell Before",
  626. insertAfter: "Insert Cell After",
  627. deleteCell: "Delete Cells",
  628. merge: "Merge Cells",
  629. mergeRight: "Merge Right",
  630. mergeDown: "Merge Down",
  631. splitHorizontal: "Split Cell Horizontally",
  632. splitVertical: "Split Cell Vertically",
  633. title: "Cell Properties",
  634. cellType: "Cell Type",
  635. rowSpan: "Rows Span",
  636. colSpan: "Columns Span",
  637. wordWrap: "Word Wrap",
  638. hAlign: "Horizontal Alignment",
  639. vAlign: "Vertical Alignment",
  640. alignBaseline: "Baseline",
  641. bgColor: "Background Color",
  642. borderColor: "Border Color",
  643. data: "Data",
  644. header: "Header",
  645. yes: "Yes",
  646. no: "No",
  647. invalidWidth: "Cell width must be a number.",
  648. invalidHeight: "Cell height must be a number.",
  649. invalidRowSpan: "Rows span must be a whole number.",
  650. invalidColSpan: "Columns span must be a whole number.",
  651. chooseColor: "Choose"
  652. },
  653. cellPad: "Cell padding",
  654. cellSpace: "Cell spacing",
  655. column: {
  656. menu: "Column",
  657. insertBefore: "Insert Column Before",
  658. insertAfter: "Insert Column After",
  659. deleteColumn: "Delete Columns"
  660. },
  661. columns: "Columns",
  662. deleteTable: "Delete Table",
  663. headers: "Headers",
  664. headersBoth: "Both",
  665. headersColumn: "First column",
  666. headersNone: "None",
  667. headersRow: "First Row",
  668. heightUnit: "height unit",
  669. invalidBorder: "Border size must be a number.",
  670. invalidCellPadding: "Cell padding must be a positive number.",
  671. invalidCellSpacing: "Cell spacing must be a positive number.",
  672. invalidCols: "Number of columns must be a number greater than 0.",
  673. invalidHeight: "Table height must be a number.",
  674. invalidRows: "Number of rows must be a number greater than 0.",
  675. invalidWidth: "Table width must be a number.",
  676. menu: "Table Properties",
  677. row: {
  678. menu: "Row",
  679. insertBefore: "Insert Row Before",
  680. insertAfter: "Insert Row After",
  681. deleteRow: "Delete Rows"
  682. },
  683. rows: "Rows",
  684. summary: "Summary",
  685. title: "Table Properties",
  686. toolbar: "Table",
  687. widthPc: "percent",
  688. widthPx: "pixels",
  689. widthUnit: "width unit"
  690. },
  691. undo: { redo: "Redo", undo: "Undo" },
  692. widget: { move: "Click and drag to move", label: "" }, //label: %1 widget
  693. uploadwidget: {
  694. abort: "Upload aborted by the user.",
  695. doneOne: "File successfully uploaded.",
  696. doneMany: "Successfully uploaded %1 files.",
  697. uploadOne: "Uploading file ({percentage}%)...",
  698. uploadMany: "Uploading files, {current} of {max} done ({percentage}%)..."
  699. }
  700. };