en.js
上传用户:dbstep
上传日期:2022-08-06
资源大小:2803k
文件大小:17k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

ASP/ASPX

  1. /*
  2.  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  3.  * Copyright (C) 2003-2009 Frederico Caldeira Knabben
  4.  *
  5.  * == BEGIN LICENSE ==
  6.  *
  7.  * Licensed under the terms of any of the following licenses at your
  8.  * choice:
  9.  *
  10.  *  - GNU General Public License Version 2 or later (the "GPL")
  11.  *    http://www.gnu.org/licenses/gpl.html
  12.  *
  13.  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  14.  *    http://www.gnu.org/licenses/lgpl.html
  15.  *
  16.  *  - Mozilla Public License Version 1.1 or later (the "MPL")
  17.  *    http://www.mozilla.org/MPL/MPL-1.1.html
  18.  *
  19.  * == END LICENSE ==
  20.  *
  21.  * English language file.
  22.  */
  23. var FCKLang =
  24. {
  25. // Language direction : "ltr" (left to right) or "rtl" (right to left).
  26. Dir : "ltr",
  27. ToolbarCollapse : "Collapse Toolbar",
  28. ToolbarExpand : "Expand Toolbar",
  29. // Toolbar Items and Context Menu
  30. Save : "Save",
  31. NewPage : "New Page",
  32. Preview : "Preview",
  33. Cut : "Cut",
  34. Copy : "Copy",
  35. Paste : "Paste",
  36. PasteText : "Paste as plain text",
  37. PasteWord : "Paste from Word",
  38. Print : "Print",
  39. SelectAll : "Select All",
  40. RemoveFormat : "Remove Format",
  41. InsertLinkLbl : "Link",
  42. InsertLink : "Insert/Edit Link",
  43. RemoveLink : "Remove Link",
  44. VisitLink : "Open Link",
  45. Anchor : "Insert/Edit Anchor",
  46. AnchorDelete : "Remove Anchor",
  47. InsertImageLbl : "Image",
  48. InsertImage : "Insert/Edit Image",
  49. InsertFlashLbl : "Flash",
  50. InsertFlash : "Insert/Edit Flash",
  51. InsertTableLbl : "Table",
  52. InsertTable : "Insert/Edit Table",
  53. InsertLineLbl : "Line",
  54. InsertLine : "Insert Horizontal Line",
  55. InsertSpecialCharLbl: "Special Character",
  56. InsertSpecialChar : "Insert Special Character",
  57. InsertSmileyLbl : "Smiley",
  58. InsertSmiley : "Insert Smiley",
  59. About : "About FCKeditor",
  60. Bold : "Bold",
  61. Italic : "Italic",
  62. Underline : "Underline",
  63. StrikeThrough : "Strike Through",
  64. Subscript : "Subscript",
  65. Superscript : "Superscript",
  66. LeftJustify : "Left Justify",
  67. CenterJustify : "Center Justify",
  68. RightJustify : "Right Justify",
  69. BlockJustify : "Block Justify",
  70. DecreaseIndent : "Decrease Indent",
  71. IncreaseIndent : "Increase Indent",
  72. Blockquote : "Blockquote",
  73. CreateDiv : "Create Div Container",
  74. EditDiv : "Edit Div Container",
  75. DeleteDiv : "Remove Div Container",
  76. Undo : "Undo",
  77. Redo : "Redo",
  78. NumberedListLbl : "Numbered List",
  79. NumberedList : "Insert/Remove Numbered List",
  80. BulletedListLbl : "Bulleted List",
  81. BulletedList : "Insert/Remove Bulleted List",
  82. ShowTableBorders : "Show Table Borders",
  83. ShowDetails : "Show Details",
  84. Style : "Style",
  85. FontFormat : "Format",
  86. Font : "Font",
  87. FontSize : "Size",
  88. TextColor : "Text Color",
  89. BGColor : "Background Color",
  90. Source : "Source",
  91. Find : "Find",
  92. Replace : "Replace",
  93. SpellCheck : "Check Spelling",
  94. UniversalKeyboard : "Universal Keyboard",
  95. PageBreakLbl : "Page Break",
  96. PageBreak : "Insert Page Break",
  97. Form : "Form",
  98. Checkbox : "Checkbox",
  99. RadioButton : "Radio Button",
  100. TextField : "Text Field",
  101. Textarea : "Textarea",
  102. HiddenField : "Hidden Field",
  103. Button : "Button",
  104. SelectionField : "Selection Field",
  105. ImageButton : "Image Button",
  106. FitWindow : "Maximize the editor size",
  107. ShowBlocks : "Show Blocks",
  108. // Context Menu
  109. EditLink : "Edit Link",
  110. CellCM : "Cell",
  111. RowCM : "Row",
  112. ColumnCM : "Column",
  113. InsertRowAfter : "Insert Row After",
  114. InsertRowBefore : "Insert Row Before",
  115. DeleteRows : "Delete Rows",
  116. InsertColumnAfter : "Insert Column After",
  117. InsertColumnBefore : "Insert Column Before",
  118. DeleteColumns : "Delete Columns",
  119. InsertCellAfter : "Insert Cell After",
  120. InsertCellBefore : "Insert Cell Before",
  121. DeleteCells : "Delete Cells",
  122. MergeCells : "Merge Cells",
  123. MergeRight : "Merge Right",
  124. MergeDown : "Merge Down",
  125. HorizontalSplitCell : "Split Cell Horizontally",
  126. VerticalSplitCell : "Split Cell Vertically",
  127. TableDelete : "Delete Table",
  128. CellProperties : "Cell Properties",
  129. TableProperties : "Table Properties",
  130. ImageProperties : "Image Properties",
  131. FlashProperties : "Flash Properties",
  132. AnchorProp : "Anchor Properties",
  133. ButtonProp : "Button Properties",
  134. CheckboxProp : "Checkbox Properties",
  135. HiddenFieldProp : "Hidden Field Properties",
  136. RadioButtonProp : "Radio Button Properties",
  137. ImageButtonProp : "Image Button Properties",
  138. TextFieldProp : "Text Field Properties",
  139. SelectionFieldProp : "Selection Field Properties",
  140. TextareaProp : "Textarea Properties",
  141. FormProp : "Form Properties",
  142. FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Normal (DIV)",
  143. // Alerts and Messages
  144. ProcessingXHTML : "Processing XHTML. Please wait...",
  145. Done : "Done",
  146. PasteWordConfirm : "The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?",
  147. NotCompatiblePaste : "This command is available for Internet Explorer version 5.5 or more. Do you want to paste without cleaning?",
  148. UnknownToolbarItem : "Unknown toolbar item "%1"",
  149. UnknownCommand : "Unknown command name "%1"",
  150. NotImplemented : "Command not implemented",
  151. UnknownToolbarSet : "Toolbar set "%1" doesn't exist",
  152. NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option "Run ActiveX controls and plug-ins". You may experience errors and notice missing features.",
  153. BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",
  154. DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",
  155. VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.",
  156. // Dialogs
  157. DlgBtnOK : "OK",
  158. DlgBtnCancel : "Cancel",
  159. DlgBtnClose : "Close",
  160. DlgBtnBrowseServer : "Browse Server",
  161. DlgAdvancedTag : "Advanced",
  162. DlgOpOther : "<Other>",
  163. DlgInfoTab : "Info",
  164. DlgAlertUrl : "Please insert the URL",
  165. // General Dialogs Labels
  166. DlgGenNotSet : "<not set>",
  167. DlgGenId : "Id",
  168. DlgGenLangDir : "Language Direction",
  169. DlgGenLangDirLtr : "Left to Right (LTR)",
  170. DlgGenLangDirRtl : "Right to Left (RTL)",
  171. DlgGenLangCode : "Language Code",
  172. DlgGenAccessKey : "Access Key",
  173. DlgGenName : "Name",
  174. DlgGenTabIndex : "Tab Index",
  175. DlgGenLongDescr : "Long Description URL",
  176. DlgGenClass : "Stylesheet Classes",
  177. DlgGenTitle : "Advisory Title",
  178. DlgGenContType : "Advisory Content Type",
  179. DlgGenLinkCharset : "Linked Resource Charset",
  180. DlgGenStyle : "Style",
  181. // Image Dialog
  182. DlgImgTitle : "Image Properties",
  183. DlgImgInfoTab : "Image Info",
  184. DlgImgBtnUpload : "Send it to the Server",
  185. DlgImgURL : "URL",
  186. DlgImgUpload : "Upload",
  187. DlgImgAlt : "Alternative Text",
  188. DlgImgWidth : "Width",
  189. DlgImgHeight : "Height",
  190. DlgImgLockRatio : "Lock Ratio",
  191. DlgBtnResetSize : "Reset Size",
  192. DlgImgBorder : "Border",
  193. DlgImgHSpace : "HSpace",
  194. DlgImgVSpace : "VSpace",
  195. DlgImgAlign : "Align",
  196. DlgImgAlignLeft : "Left",
  197. DlgImgAlignAbsBottom: "Abs Bottom",
  198. DlgImgAlignAbsMiddle: "Abs Middle",
  199. DlgImgAlignBaseline : "Baseline",
  200. DlgImgAlignBottom : "Bottom",
  201. DlgImgAlignMiddle : "Middle",
  202. DlgImgAlignRight : "Right",
  203. DlgImgAlignTextTop : "Text Top",
  204. DlgImgAlignTop : "Top",
  205. DlgImgPreview : "Preview",
  206. DlgImgAlertUrl : "Please type the image URL",
  207. DlgImgLinkTab : "Link",
  208. // Flash Dialog
  209. DlgFlashTitle : "Flash Properties",
  210. DlgFlashChkPlay : "Auto Play",
  211. DlgFlashChkLoop : "Loop",
  212. DlgFlashChkMenu : "Enable Flash Menu",
  213. DlgFlashScale : "Scale",
  214. DlgFlashScaleAll : "Show all",
  215. DlgFlashScaleNoBorder : "No Border",
  216. DlgFlashScaleFit : "Exact Fit",
  217. // Link Dialog
  218. DlgLnkWindowTitle : "Link",
  219. DlgLnkInfoTab : "Link Info",
  220. DlgLnkTargetTab : "Target",
  221. DlgLnkType : "Link Type",
  222. DlgLnkTypeURL : "URL",
  223. DlgLnkTypeAnchor : "Link to anchor in the text",
  224. DlgLnkTypeEMail : "E-Mail",
  225. DlgLnkProto : "Protocol",
  226. DlgLnkProtoOther : "<other>",
  227. DlgLnkURL : "URL",
  228. DlgLnkAnchorSel : "Select an Anchor",
  229. DlgLnkAnchorByName : "By Anchor Name",
  230. DlgLnkAnchorById : "By Element Id",
  231. DlgLnkNoAnchors : "(No anchors available in the document)",
  232. DlgLnkEMail : "E-Mail Address",
  233. DlgLnkEMailSubject : "Message Subject",
  234. DlgLnkEMailBody : "Message Body",
  235. DlgLnkUpload : "Upload",
  236. DlgLnkBtnUpload : "Send it to the Server",
  237. DlgLnkTarget : "Target",
  238. DlgLnkTargetFrame : "<frame>",
  239. DlgLnkTargetPopup : "<popup window>",
  240. DlgLnkTargetBlank : "New Window (_blank)",
  241. DlgLnkTargetParent : "Parent Window (_parent)",
  242. DlgLnkTargetSelf : "Same Window (_self)",
  243. DlgLnkTargetTop : "Topmost Window (_top)",
  244. DlgLnkTargetFrameName : "Target Frame Name",
  245. DlgLnkPopWinName : "Popup Window Name",
  246. DlgLnkPopWinFeat : "Popup Window Features",
  247. DlgLnkPopResize : "Resizable",
  248. DlgLnkPopLocation : "Location Bar",
  249. DlgLnkPopMenu : "Menu Bar",
  250. DlgLnkPopScroll : "Scroll Bars",
  251. DlgLnkPopStatus : "Status Bar",
  252. DlgLnkPopToolbar : "Toolbar",
  253. DlgLnkPopFullScrn : "Full Screen (IE)",
  254. DlgLnkPopDependent : "Dependent (Netscape)",
  255. DlgLnkPopWidth : "Width",
  256. DlgLnkPopHeight : "Height",
  257. DlgLnkPopLeft : "Left Position",
  258. DlgLnkPopTop : "Top Position",
  259. DlnLnkMsgNoUrl : "Please type the link URL",
  260. DlnLnkMsgNoEMail : "Please type the e-mail address",
  261. DlnLnkMsgNoAnchor : "Please select an anchor",
  262. DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces",
  263. // Color Dialog
  264. DlgColorTitle : "Select Color",
  265. DlgColorBtnClear : "Clear",
  266. DlgColorHighlight : "Highlight",
  267. DlgColorSelected : "Selected",
  268. // Smiley Dialog
  269. DlgSmileyTitle : "Insert a Smiley",
  270. // Special Character Dialog
  271. DlgSpecialCharTitle : "Select Special Character",
  272. // Table Dialog
  273. DlgTableTitle : "Table Properties",
  274. DlgTableRows : "Rows",
  275. DlgTableColumns : "Columns",
  276. DlgTableBorder : "Border size",
  277. DlgTableAlign : "Alignment",
  278. DlgTableAlignNotSet : "<Not set>",
  279. DlgTableAlignLeft : "Left",
  280. DlgTableAlignCenter : "Center",
  281. DlgTableAlignRight : "Right",
  282. DlgTableWidth : "Width",
  283. DlgTableWidthPx : "pixels",
  284. DlgTableWidthPc : "percent",
  285. DlgTableHeight : "Height",
  286. DlgTableCellSpace : "Cell spacing",
  287. DlgTableCellPad : "Cell padding",
  288. DlgTableCaption : "Caption",
  289. DlgTableSummary : "Summary",
  290. DlgTableHeaders : "Headers",
  291. DlgTableHeadersNone : "None",
  292. DlgTableHeadersColumn : "First column",
  293. DlgTableHeadersRow : "First Row",
  294. DlgTableHeadersBoth : "Both",
  295. // Table Cell Dialog
  296. DlgCellTitle : "Cell Properties",
  297. DlgCellWidth : "Width",
  298. DlgCellWidthPx : "pixels",
  299. DlgCellWidthPc : "percent",
  300. DlgCellHeight : "Height",
  301. DlgCellWordWrap : "Word Wrap",
  302. DlgCellWordWrapNotSet : "<Not set>",
  303. DlgCellWordWrapYes : "Yes",
  304. DlgCellWordWrapNo : "No",
  305. DlgCellHorAlign : "Horizontal Alignment",
  306. DlgCellHorAlignNotSet : "<Not set>",
  307. DlgCellHorAlignLeft : "Left",
  308. DlgCellHorAlignCenter : "Center",
  309. DlgCellHorAlignRight: "Right",
  310. DlgCellVerAlign : "Vertical Alignment",
  311. DlgCellVerAlignNotSet : "<Not set>",
  312. DlgCellVerAlignTop : "Top",
  313. DlgCellVerAlignMiddle : "Middle",
  314. DlgCellVerAlignBottom : "Bottom",
  315. DlgCellVerAlignBaseline : "Baseline",
  316. DlgCellType : "Cell Type",
  317. DlgCellTypeData : "Data",
  318. DlgCellTypeHeader : "Header",
  319. DlgCellRowSpan : "Rows Span",
  320. DlgCellCollSpan : "Columns Span",
  321. DlgCellBackColor : "Background Color",
  322. DlgCellBorderColor : "Border Color",
  323. DlgCellBtnSelect : "Select...",
  324. // Find and Replace Dialog
  325. DlgFindAndReplaceTitle : "Find and Replace",
  326. // Find Dialog
  327. DlgFindTitle : "Find",
  328. DlgFindFindBtn : "Find",
  329. DlgFindNotFoundMsg : "The specified text was not found.",
  330. // Replace Dialog
  331. DlgReplaceTitle : "Replace",
  332. DlgReplaceFindLbl : "Find what:",
  333. DlgReplaceReplaceLbl : "Replace with:",
  334. DlgReplaceCaseChk : "Match case",
  335. DlgReplaceReplaceBtn : "Replace",
  336. DlgReplaceReplAllBtn : "Replace All",
  337. DlgReplaceWordChk : "Match whole word",
  338. // Paste Operations / Dialog
  339. PasteErrorCut : "Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).",
  340. PasteErrorCopy : "Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).",
  341. PasteAsText : "Paste as Plain Text",
  342. PasteFromWord : "Paste from Word",
  343. DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",
  344. DlgPasteSec : "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.",
  345. DlgPasteIgnoreFont : "Ignore Font Face definitions",
  346. DlgPasteRemoveStyles : "Remove Styles definitions",
  347. // Color Picker
  348. ColorAutomatic : "Automatic",
  349. ColorMoreColors : "More Colors...",
  350. // Document Properties
  351. DocProps : "Document Properties",
  352. // Anchor Dialog
  353. DlgAnchorTitle : "Anchor Properties",
  354. DlgAnchorName : "Anchor Name",
  355. DlgAnchorErrorName : "Please type the anchor name",
  356. // Speller Pages Dialog
  357. DlgSpellNotInDic : "Not in dictionary",
  358. DlgSpellChangeTo : "Change to",
  359. DlgSpellBtnIgnore : "Ignore",
  360. DlgSpellBtnIgnoreAll : "Ignore All",
  361. DlgSpellBtnReplace : "Replace",
  362. DlgSpellBtnReplaceAll : "Replace All",
  363. DlgSpellBtnUndo : "Undo",
  364. DlgSpellNoSuggestions : "- No suggestions -",
  365. DlgSpellProgress : "Spell check in progress...",
  366. DlgSpellNoMispell : "Spell check complete: No misspellings found",
  367. DlgSpellNoChanges : "Spell check complete: No words changed",
  368. DlgSpellOneChange : "Spell check complete: One word changed",
  369. DlgSpellManyChanges : "Spell check complete: %1 words changed",
  370. IeSpellDownload : "Spell checker not installed. Do you want to download it now?",
  371. // Button Dialog
  372. DlgButtonText : "Text (Value)",
  373. DlgButtonType : "Type",
  374. DlgButtonTypeBtn : "Button",
  375. DlgButtonTypeSbm : "Submit",
  376. DlgButtonTypeRst : "Reset",
  377. // Checkbox and Radio Button Dialogs
  378. DlgCheckboxName : "Name",
  379. DlgCheckboxValue : "Value",
  380. DlgCheckboxSelected : "Selected",
  381. // Form Dialog
  382. DlgFormName : "Name",
  383. DlgFormAction : "Action",
  384. DlgFormMethod : "Method",
  385. // Select Field Dialog
  386. DlgSelectName : "Name",
  387. DlgSelectValue : "Value",
  388. DlgSelectSize : "Size",
  389. DlgSelectLines : "lines",
  390. DlgSelectChkMulti : "Allow multiple selections",
  391. DlgSelectOpAvail : "Available Options",
  392. DlgSelectOpText : "Text",
  393. DlgSelectOpValue : "Value",
  394. DlgSelectBtnAdd : "Add",
  395. DlgSelectBtnModify : "Modify",
  396. DlgSelectBtnUp : "Up",
  397. DlgSelectBtnDown : "Down",
  398. DlgSelectBtnSetValue : "Set as selected value",
  399. DlgSelectBtnDelete : "Delete",
  400. // Textarea Dialog
  401. DlgTextareaName : "Name",
  402. DlgTextareaCols : "Columns",
  403. DlgTextareaRows : "Rows",
  404. // Text Field Dialog
  405. DlgTextName : "Name",
  406. DlgTextValue : "Value",
  407. DlgTextCharWidth : "Character Width",
  408. DlgTextMaxChars : "Maximum Characters",
  409. DlgTextType : "Type",
  410. DlgTextTypeText : "Text",
  411. DlgTextTypePass : "Password",
  412. // Hidden Field Dialog
  413. DlgHiddenName : "Name",
  414. DlgHiddenValue : "Value",
  415. // Bulleted List Dialog
  416. BulletedListProp : "Bulleted List Properties",
  417. NumberedListProp : "Numbered List Properties",
  418. DlgLstStart : "Start",
  419. DlgLstType : "Type",
  420. DlgLstTypeCircle : "Circle",
  421. DlgLstTypeDisc : "Disc",
  422. DlgLstTypeSquare : "Square",
  423. DlgLstTypeNumbers : "Numbers (1, 2, 3)",
  424. DlgLstTypeLCase : "Lowercase Letters (a, b, c)",
  425. DlgLstTypeUCase : "Uppercase Letters (A, B, C)",
  426. DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)",
  427. DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)",
  428. // Document Properties Dialog
  429. DlgDocGeneralTab : "General",
  430. DlgDocBackTab : "Background",
  431. DlgDocColorsTab : "Colors and Margins",
  432. DlgDocMetaTab : "Meta Data",
  433. DlgDocPageTitle : "Page Title",
  434. DlgDocLangDir : "Language Direction",
  435. DlgDocLangDirLTR : "Left to Right (LTR)",
  436. DlgDocLangDirRTL : "Right to Left (RTL)",
  437. DlgDocLangCode : "Language Code",
  438. DlgDocCharSet : "Character Set Encoding",
  439. DlgDocCharSetCE : "Central European",
  440. DlgDocCharSetCT : "Chinese Traditional (Big5)",
  441. DlgDocCharSetCR : "Cyrillic",
  442. DlgDocCharSetGR : "Greek",
  443. DlgDocCharSetJP : "Japanese",
  444. DlgDocCharSetKR : "Korean",
  445. DlgDocCharSetTR : "Turkish",
  446. DlgDocCharSetUN : "Unicode (UTF-8)",
  447. DlgDocCharSetWE : "Western European",
  448. DlgDocCharSetOther : "Other Character Set Encoding",
  449. DlgDocDocType : "Document Type Heading",
  450. DlgDocDocTypeOther : "Other Document Type Heading",
  451. DlgDocIncXHTML : "Include XHTML Declarations",
  452. DlgDocBgColor : "Background Color",
  453. DlgDocBgImage : "Background Image URL",
  454. DlgDocBgNoScroll : "Nonscrolling Background",
  455. DlgDocCText : "Text",
  456. DlgDocCLink : "Link",
  457. DlgDocCVisited : "Visited Link",
  458. DlgDocCActive : "Active Link",
  459. DlgDocMargins : "Page Margins",
  460. DlgDocMaTop : "Top",
  461. DlgDocMaLeft : "Left",
  462. DlgDocMaRight : "Right",
  463. DlgDocMaBottom : "Bottom",
  464. DlgDocMeIndex : "Document Indexing Keywords (comma separated)",
  465. DlgDocMeDescr : "Document Description",
  466. DlgDocMeAuthor : "Author",
  467. DlgDocMeCopy : "Copyright",
  468. DlgDocPreview : "Preview",
  469. // Templates Dialog
  470. Templates : "Templates",
  471. DlgTemplatesTitle : "Content Templates",
  472. DlgTemplatesSelMsg : "Please select the template to open in the editor<br />(the actual contents will be lost):",
  473. DlgTemplatesLoading : "Loading templates list. Please wait...",
  474. DlgTemplatesNoTpl : "(No templates defined)",
  475. DlgTemplatesReplace : "Replace actual contents",
  476. // About Dialog
  477. DlgAboutAboutTab : "About",
  478. DlgAboutBrowserInfoTab : "Browser Info",
  479. DlgAboutLicenseTab : "License",
  480. DlgAboutVersion : "version",
  481. DlgAboutInfo : "For further information go to",
  482. // Div Dialog
  483. DlgDivGeneralTab : "General",
  484. DlgDivAdvancedTab : "Advanced",
  485. DlgDivStyle : "Style",
  486. DlgDivInlineStyle : "Inline Style"
  487. };