en.js 21 KB

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