mk.js 24 KB

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