en.js 22 KB

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