en.js 22 KB

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