en.js
上传用户:avia982301
上传日期:2008-10-30
资源大小:557k
文件大小:22k
源码类别:

.net编程

开发平台:

C#

  1. /*
  2. *######################################
  3. * eWebEditor v4.00 - Advanced online web based WYSIWYG HTML editor.
  4. * Copyright (c) 2003-2007 eWebSoft.com
  5. *
  6. * For further information go to http://www.ewebsoft.com/
  7. * This copyright notice MUST stay intact for use.
  8. *######################################
  9. */
  10. //#####################################
  11. // Toolbar Items
  12. //#####################################
  13. //Edit
  14. lang["EditMenu"] = "Edit Functions"
  15. lang["UnDo"] = "Undo"
  16. lang["ReDo"] = "Redo"
  17. lang["Cut"] = "Cut"
  18. lang["Copy"] = "Copy"
  19. lang["Paste"] = "Paste"
  20. lang["PasteText"] = "Paste as plain text"
  21. lang["PasteWord"] = "Paste from Word"
  22. lang["Delete"] = "Delete"
  23. lang["RemoveFormat"] = "Remove Format"
  24. lang["SelectAll"] = "Select All"
  25. lang["UnSelect"] = "Unselect"
  26. lang["FindReplace"] = "Find/Replace"
  27. // Font
  28. lang["FontMenu"] = "Font Functions"
  29. lang["Bold"] = "Bold"
  30. lang["Italic"] = "Italic"
  31. lang["UnderLine"] = "Underline"
  32. lang["StrikeThrough"] = "Strikethrough"
  33. lang["SuperScript"] = "Superscript"
  34. lang["SubScript"] = "Subscript"
  35. lang["ForeColor"] = "Text Color"
  36. lang["BackColor"] = "Text Highlight"
  37. lang["Big"] = "Increase font size"
  38. lang["Small"] = "Decrease font size"
  39. // Paragraph
  40. lang["ParagraphMenu"] = "Paragraph Functions"
  41. lang["JustifyLeft"] = "Left Justify"
  42. lang["JustifyCenter"] = "Center Justify"
  43. lang["JustifyRight"] = "Right Justify"
  44. lang["JustifyFull"] = "Fully Justify"
  45. lang["OrderedList"] = "Numbered List"
  46. lang["UnOrderedList"] = "Bullet List"
  47. lang["Indent"] = "Indent"
  48. lang["Outdent"] = "Outdent"
  49. lang["Paragraph"] = "Insert Paragraph"
  50. lang["BR"] = "Break"
  51. lang["ParagraphAttr"] = "Paragraph Attribute"
  52. // Component
  53. lang["ComponentMenu"] = "Component Functions"
  54. lang["Image"] = "Insert/Modify Image"
  55. lang["Flash"] = "Insert Flash"
  56. lang["Media"] = "Insert Media"
  57. lang["File"] = "Insert Other File"
  58. lang["RemoteUpload"] = "Upload External File"
  59. lang["LocalUpload"] = "Upload Local File"
  60. lang["Fieldset"] = "Insert/Modify Fieldset"
  61. lang["Iframe"] = "Insert/Modify Iframe"
  62. lang["HorizontalRule"] = "Insert Horizonta Rule"
  63. lang["Marquee"] = "Insert/Modify Marquee"
  64. lang["CreateLink"] = "Insert/Modify Link"
  65. lang["Unlink"] = "Remove Link"
  66. lang["Map"] = "Edit Image Map"
  67. lang["Anchor"] = "Anchor"
  68. // Object
  69. lang["ObjectMenu"] = "Object Functions"
  70. lang["BgColor"] = "Background Color"
  71. lang["BackImage"] = "Background Image"
  72. lang["absolutePosition"] = "Absolutely Position"
  73. lang["zIndexBackward"] = "Move backwards"
  74. lang["zIndexForward"] = "Bring forwords"
  75. lang["ShowBorders"] = "Show Borders"
  76. lang["Quote"] = "Quote Style"
  77. lang["Code"] = "Code Style"
  78. // Tool
  79. lang["ToolMenu"] = "Tools"
  80. lang["CSS"] = "CSS"
  81. lang["Symbol"] = "Insert Special Characters"
  82. lang["Excel"] = "Insert Excel"
  83. lang["Emot"] = "Insert Smiley"
  84. lang["EQ"] = "Insert/Modify WEBEQ"
  85. lang["Art"] = "Insert/Modify Art"
  86. lang["NowDate"] = "Insert today's date"
  87. lang["NowTime"] = "Insert the current time"
  88. lang["ImportWord"] = "Import Word File"
  89. lang["ImportExcel"] = "Import Excel File"
  90. // Form
  91. lang["FormMenu"] = "Form Functions"
  92. lang["FormText"] = "Insert Text Field"
  93. lang["FormTextArea"] = "Insert Text Area"
  94. lang["FormRadio"] = "Insert Radio Button"
  95. lang["FormCheckbox"] = "Insert Checkbox"
  96. lang["FormDropdown"] = "Insert Select Field"
  97. lang["FormButton"] = "Insert Button"
  98. // Table
  99. lang["TableMenu"] = "Table Functions"
  100. lang["TableInsert"] = "Insert Table"
  101. lang["TableProp"] = "Table Properties"
  102. lang["TableCellProp"] = "Cell Properties"
  103. lang["TableCellSplit"] = "Split Cell"
  104. lang["TableRowProp"] = "Row Properties"
  105. lang["TableRowInsertAbove"] = "Insert Row Above"
  106. lang["TableRowInsertBelow"] = "Insert Row Below"
  107. lang["TableRowMerge"] = "Merge Row Below"
  108. lang["TableRowSplit"] = "Split Row"
  109. lang["TableRowDelete"] = "Delete Row"
  110. lang["TableColInsertLeft"] = "Insert Column Left"
  111. lang["TableColInsertRight"] = "Insert Column Right"
  112. lang["TableColMerge"] = "Merge Column Right"
  113. lang["TableColSplit"] = "Split Column"
  114. lang["TableColDelete"] = "Delete Column"
  115. // File&View
  116. lang["FileMenu"] = "File/View Functions"
  117. lang["Refresh"] = "Refresh"
  118. lang["ModeCode"] = "Source Mode"
  119. lang["ModeEdit"] = "Edit Mode"
  120. lang["ModeText"] = "Plain Text Mode"
  121. lang["ModeView"] = "Preview Mode"
  122. lang["SizePlus"] = "Plus Size"
  123. lang["SizeMinus"] = "Minus Size"
  124. lang["Print"] = "Print"
  125. lang["ZoomMenu"] = "Zoom"
  126. lang["Maximize"] = "Maximize Editor"
  127. lang["Minimize"] = "Minimize Editor"
  128. lang["Save"] = "Save"
  129. // Help
  130. lang["Help"] = "Help"
  131. lang["About"] = "About eWebEditor"
  132. lang["Site"] = "eWebEditor Site"
  133. // Combo
  134. lang["FontName"] = "<option selected>Font</option><option value='Arial'>Arial</option><option value='Arial Black'>Arial Black</option><option value='Arial Narrow'>Arial Narrow</option><option value='Brush Script MT'>Brush Script MT</option><option value='Century Gothic'>Century Gothic</option><option value='Comic Sans MS'>Comic Sans MS</option><option value='Courier'>Courier</option><option value='Courier New'>Courier New</option><option value='MS Sans Serif'>MS Sans Serif</option><option value='Script'>Script</option><option value='System'>System</option><option value='Times New Roman'>Times New Roman</option><option value='Verdana'>Verdana</option><option value='Wide Latin'>Wide Latin</option><option value='Wingdings'>Wingdings</option>"
  135. lang["FontSize"] = "<option selected>Size</option><option value='10'>10px</option><option value='11'>11px</option><option value='12'>12px</option><option value='13'>13px</option><option value='14'>14px</option><option value='15'>15px</option><option value='16'>16px</option><option value='18'>18px</option><option value='20'>20px</option><option value='22'>22px</option><option value='24'>24px</option><option value='30'>30px</option><option value='36'>36px</option><option value='48'>48px</option><option value='72'>72px</option>"
  136. lang["FormatBlock"] = "<option selected>Style</option><option value='&lt;P&gt;'>Normal</option><option value='&lt;H1&gt;'>Heading 1</option><option value='&lt;H2&gt;'>Heading 2</option><option value='&lt;H3&gt;'>Heading 3</option><option value='&lt;H4&gt;'>Heading 4</option><option value='&lt;H5&gt;'>Heading 5</option><option value='&lt;H6&gt;'>Heading 6</option><option value='&lt;dir&gt;'>Directory List</option><option value='&lt;menu&gt;'>Menu List</option><option value='&lt;PRE&gt;'>Formatted</option><option value='&lt;ADDRESS&gt;'>Address</option>"
  137. lang["ZoomSelect"] = "Zoom"
  138. // Status Bar Button
  139. lang["StatusModeCode"] = "Source"
  140. lang["StatusModeEdit"] = "Edit"
  141. lang["StatusModeText"] = "Text"
  142. lang["StatusModeView"] = "Preview"
  143. //#####################################
  144. // Dialog
  145. //#####################################
  146. // About Dialog
  147. lang["DlgAbout"] = "About - eWebEditor"
  148. lang["DlgAboutVersion"] = "Version"
  149. lang["DlgAboutLicense"] = "All Rights Reserved"
  150. lang["DlgAboutInfo"] = "For further information go to"
  151. // Anchor Dialog
  152. lang["DlgAnchor"] = "Anchor"
  153. lang["DlgAnchorNoName"] = "Please enter anchor name!"
  154. lang["DlgAnchorNoSelected"] = "Please select an anchor!"
  155. lang["DlgAnchorName"] = "Anchor Name"
  156. lang["DlgAnchorOther"] = "Other Anchor"
  157. // BackImage Dialog
  158. lang["DlgBkImg"] = "Background Image"
  159. lang["DlgBkImgSource"] = "Location"
  160. lang["DlgBkImgCancelBg"] = "Delete"
  161. lang["DlgBkImgEffect"] = "Effect"
  162. lang["DlgBkImgRepeat"] = "Repeat"
  163. lang["DlgBkImgRepeatR"] = "Repeat"
  164. lang["DlgBkImgRepeatNo"] = "None"
  165. lang["DlgBkImgRepeatX"] = "Repeat-x"
  166. lang["DlgBkImgRepeatY"] = "Repeat-y"
  167. lang["DlgBkImgAttach"] = "Attach"
  168. lang["DlgBkImgAttachScroll"] = "Scroll"
  169. lang["DlgBkImgAttachFixed"] = "Fixed"
  170. // BackImage Dialog System Image
  171. lang["DlgBkImgSnow"] = "Snow"
  172. lang["DlgBkImgNature"] = "Nature"
  173. lang["DlgBkImgClear"] = "Clear"
  174. lang["DlgBkImgGlacier"] = "Glacier"
  175. lang["DlgBkImgFiesta"] = "Fiesta"
  176. lang["DlgBkImgBirthday"] = "Birthday"
  177. lang["DlgBkImgCitrus"] = "Citrus"
  178. lang["DlgBkImgHearts"] = "Hearts"
  179. lang["DlgBkImgFlower"] = "Flower"
  180. lang["DlgBkImgGathering"] = "Gathering"
  181. lang["DlgBkImgChristmas"] = "Christmas"
  182. lang["DlgBkImgIvy"] = "Ivy"
  183. lang["DlgBkImgTech"] = "Tech"
  184. lang["DlgBkImgMaize"] = "Maize"
  185. lang["DlgBkImgGrid"] = "Grid"
  186. // Emot Dialog
  187. lang["DlgEmot"] = "Insert a Smiley"
  188. // Fieldset Dialog
  189. lang["DlgFs"] = "Fieldset Properties"
  190. lang["DlgFsFieldset"] = "Fieldset Alignment"
  191. lang["DlgFsLegend"] = "Legend Alignment"
  192. // File Dialog
  193. lang["DlgFile"] = "Insert Other File"
  194. lang["DlgFileSource"] = "Location"
  195. // Find/Replace Dialog
  196. lang["DlgFR"] = "Find / Replace"
  197. lang["DlgFRNoKey"] = "Please enter search keyword"
  198. lang["DlgFRRestart"] = "Search Finished!Do you want to search from the begining of the page?"
  199. lang["DlgFRNoFound"] = "Not found"
  200. lang["DlgFRReplaceOK"] = "replaced"
  201. lang["DlgFRSearchKey"] = "Search"
  202. lang["DlgFRReplaceKey"] = "Replace"
  203. lang["DlgFRMatchCase"] = "MatchCase"
  204. lang["DlgFRMatchWord"] = "MatchWord"
  205. lang["DlgFRFindNext"] = "Find Next"
  206. lang["DlgFRReplace"] = "Replace"
  207. lang["DlgFRReplaceAll"] = "Replace All"
  208. // Flash Dialog
  209. lang["DlgFlash"] = "Insert Flash"
  210. lang["DlgFlashSource"] = "Location"
  211. lang["DlgFlashEffect"] = "Properties"
  212. lang["DlgFlashWidth"] = "Width"
  213. lang["DlgFlashHeight"] = "Height"
  214. // Fullscreen Dialog
  215. lang["DlgFullscreen"] = "eWebEditor - Fullscreen"
  216. // Hyperlink Dialog
  217. lang["DlgHylnk"] = "Link Properties"
  218. lang["DlgHylnkNoUrl"] = "Please enter link url"
  219. lang["DlgHylnkLegend"] = "Properties"
  220. lang["DlgHylnkProtocol"] = "Protocol"
  221. lang["DlgHylnkTarget"] = "Target"
  222. lang["DlgHylnkTargetNone"] = "None"
  223. lang["DlgHylnkTargetSelf"] = "_self"
  224. lang["DlgHylnkTargetTop"] = "_top"
  225. lang["DlgHylnkTargetBlank"] = "_blank"
  226. lang["DlgHylnkTargetParent"] = "_parent"
  227. lang["DlgHylnkUrl"] = "URL"
  228. lang["DlgHylnkAnchor"] = "Anchor"
  229. lang["DlgHylnkAnchorNone"] = "None"
  230. // Iframe Dialog
  231. lang["DlgIframe"] = "Iframe Properties"
  232. lang["DlgIframeProperty"] = "Properties"
  233. lang["DlgIframeUrl"] = "URL"
  234. lang["DlgIframeScroll"] = "Scroll"
  235. lang["DlgIframeYes"] = "Yes"
  236. lang["DlgIframeNo"] = "No"
  237. lang["DlgIframeBorder"] = "Border"
  238. lang["DlgIframeMarginHeight"] = "Margin Height"
  239. lang["DlgIframeMarginWidth"] = "Margin Width"
  240. lang["DlgIframeWidth"] = "Iframe Width"
  241. lang["DlgIframeHeight"] = "Iframe Height"
  242. lang["DlgIframeErrUrl"] = "Invalid Url"
  243. lang["DlgIframeErrWidth"] = "Invalid Width"
  244. lang["DlgIframeErrHeight"] = "Invalid Height"
  245. // Image Dialog
  246. lang["DlgImg"] = "Image Properties"
  247. lang["DlgImgErrBorColor"] = "Sorry, the border color is invalid!"
  248. lang["DlgImgSource"] = "Location"
  249. lang["DlgImgEffect"] = "Effect"
  250. lang["DlgImgAlt"] = "Alternate text"
  251. lang["DlgImgBorder"] = "Border thickness"
  252. lang["DlgImgBorderColor"] = "Border color"
  253. lang["DlgImgSpecEffect"] = "Style"
  254. lang["DlgImgAlpha1"] = "Alpha1"
  255. lang["DlgImgAlpha2"] = "Alpha2"
  256. lang["DlgImgAlpha3"] = "Alpha3"
  257. lang["DlgImgBlur1"] = "Blur1"
  258. lang["DlgImgBlur2"] = "Blur2"
  259. lang["DlgImgWave"] = "Wave"
  260. lang["DlgImgGray"] = "Gray"
  261. lang["DlgImgChroma"] = "Chroma"
  262. lang["DlgImgDropShadow"] = "DropShadow"
  263. lang["DlgImgShadow"] = "Shadow"
  264. lang["DlgImgGlow"] = "Glow"
  265. lang["DlgImgFlipv"] = "Flipv"
  266. lang["DlgImgFliph"] = "Fliph"
  267. lang["DlgImgGrays"] = "Grays"
  268. lang["DlgImgXray"] = "Xray"
  269. lang["DlgImgInvert"] = "Invert"
  270. lang["DlgImgWidth"] = "Image Width"
  271. lang["DlgImgHeight"] = "Image Height"
  272. lang["DlgImgVSpace"] = "Vertical Spacing"
  273. lang["DlgImgHSpace"] = "Horizontal Spacing"
  274. lang["DlgImgPreview"] = "Preview"
  275. // Map Dialog
  276. lang["DlgMap"] = "Image Map"
  277. lang["DlgMapNew"] = "New"
  278. lang["DlgMapDesc"] = "Edit map with double click"
  279. // Marquee Dialog
  280. lang["DlgMarquee"] = "Marquee Properties"
  281. lang["DlgMarqueeText"] = "Text"
  282. lang["DlgMarqueeBehavior"] = "Behavior"
  283. lang["DlgMarqueeScroll"] = "Scroll"
  284. lang["DlgMarqueeSlide"] = "Slide"
  285. lang["DlgMarqueeAlternate"] = "Alternate"
  286. // Media Dialog
  287. lang["DlgMedia"] = "Media Properties"
  288. lang["DlgMediaSource"] = "Location"
  289. lang["DlgMediaEffect"] = "Size"
  290. lang["DlgMediaWidth"] = "Width"
  291. lang["DlgMediaHeight"] = "Height"
  292. // SelColor Dialog
  293. lang["DlgSelCor"] = "Select Color"
  294. lang["DlgSelCorForecolor"] = "Font Color"
  295. lang["DlgSelCorBackcolor"] = "Font Background Color"
  296. lang["DlgSelCorBgcolor"] = "Object Background Color"
  297. lang["DlgSelCorSel"] = "Selected"
  298. lang["DlgSelCorBase"] = "Base"
  299. lang["DlgSelCorLight"] = "Light"
  300. lang["DlgSelCorCode"] = "Code"
  301. // Symbol Dialog
  302. lang["DlgSymbol"] = "Insert Special Character"
  303. lang["DlgSymbolSpecial"] = "Special"
  304. lang["DlgSymbolInterpunction"] = "Interpunction"
  305. lang["DlgSymbolMath"] = "Math"
  306. lang["DlgSymbolUnit"] = "Unit"
  307. lang["DlgSymbolNumber"] = "Number"
  308. lang["DlgSymbolSpell"] = "Spell"
  309. lang["DlgSymbolPreview"] = "Preview"
  310. // Table Dialog
  311. lang["DlgTab"] = "Table Properties"
  312. lang["DlgTabInvalidRow"] = "Invalid rows"
  313. lang["DlgTabInvalidCol"] = "Invalid cols"
  314. lang["DlgTabInvalidWidth"] = "Invalid table width"
  315. lang["DlgTabInvalidHeight"] = "Invalid table height"
  316. lang["DlgTabRowsCols"] = "Rows&Cols"
  317. lang["DlgTabRows"] = "Rows"
  318. lang["DlgTabCols"] = "Cols"
  319. lang["DlgTabLayout"] = "Layout"
  320. lang["DlgTabBorder"] = "Border"
  321. lang["DlgTabBorderCollapse"] = "Border Collapse"
  322. lang["DlgTabBCseparate"] = "separate"
  323. lang["DlgTabBCcollapse"] = "collapse"
  324. lang["DlgTabCellspacing"] = "Cell Spacing"
  325. lang["DlgTabCellpadding"] = "Cell Padding"
  326. lang["DlgTabSize"] = "Size"
  327. lang["DlgTabChkWidth"] = "Width"
  328. lang["DlgTabChkHeight"] = "Height"
  329. lang["DlgTabStyle"] = "Style"
  330. lang["DlgTabBorderStyle"] = "Border"
  331. lang["DlgTabBgImage"] = "Background"
  332. // Table Cell/Row Dialog
  333. lang["DlgTabCelErrWidth"] = "Invalid width!"
  334. lang["DlgTabCelErrHeight"] = "Invalid height!"
  335. lang["DlgTabCelLayout"] = "Layout"
  336. lang["DlgTabCelHAlign"] = "HAlign"
  337. lang["DlgTabCelVAlign"] = "VAlign"
  338. lang["DlgTabCelSize"] = "Size"
  339. lang["DlgTabCelChkWidth"] = "Width"
  340. lang["DlgTabCelChkHeight"] = "Height"
  341. lang["DlgTabCelStyle"] = "Style"
  342. lang["DlgTabCelBorderStyle"] = "Border"
  343. lang["DlgTabCelBgImage"] = "Background"
  344. // Table Cell Split Dialog
  345. lang["DlgCelSpt"] = "Split Cell"
  346. lang["DlgCelSptCols"] = "Cols"
  347. lang["DlgCelSptRows"] = "Rows"
  348. lang["DlgCelSptErrRowCol"] = "Invalid Rows or Cols!"
  349. lang["DlgCelSptSplitCol"] = "Split cols"
  350. lang["DlgCelSptSplitRow"] = "Split rows"
  351. // Dialog Button
  352. lang["DlgBtnClose"] = "Close"
  353. lang["DlgBtnOK"] = "  OK  "
  354. lang["DlgBtnCancel"] = "Cancel"
  355. lang["DlgBtnGoto"] = "Goto"
  356. lang["DlgBtnDel"] = "Delete"
  357. lang["DlgBtnBrowse"] = "Browse"
  358. // Dialog Common
  359. lang["DlgComTable"] = "Table"
  360. lang["DlgComTableCell"] = "Cell"
  361. lang["DlgComTableRow"] = "Row"
  362. lang["DlgComSet"] = "Set"
  363. lang["DlgComBody"] = "Page"
  364. lang["DlgComDefault"] = "Not set"
  365. lang["DlgComUploading"] = "...Uploading. Please wait..."
  366. lang["DlgComInsert"] = "Insert"
  367. lang["DlgComModify"] = "Modify"
  368. lang["DlgComTitle"] = "Title"
  369. lang["DlgComContent"] = "Content"
  370. lang["DlgComOther"] = "Other"
  371. lang["DlgComNone"] = "None"
  372. lang["DlgComPx"] = "Pixels"
  373. lang["DlgComPer"] = "Percent"
  374. lang["DlgComAttribute"] = "Properties"
  375. lang["DlgComYes"] = "Yes"
  376. lang["DlgComNo"] = "No"
  377. // Dialog Align
  378. lang["DlgAlign"] = "Alignment"
  379. lang["DlgAlignText"] = "Text Align"
  380. lang["DlgAlignLeft"] = "Left"
  381. lang["DlgAlignRight"] = "Right"
  382. lang["DlgAlignCenter"] = "Center"
  383. lang["DlgAlignFull"] = "Full"
  384. lang["DlgAlignTop"] = "Top"
  385. lang["DlgAlignMiddle"] = "Middle"
  386. lang["DlgAlignBottom"] = "Bottom"
  387. lang["DlgAlignAbsmiddle"] = "Absmiddle"
  388. lang["DlgAlignAbsbottom"] = "Absbottom"
  389. lang["DlgAlignBaseline"] = "Baseline"
  390. lang["DlgAlignTexttop"] = "Texttop"
  391. // Dialog Color
  392. lang["DlgColor"] = "Color Properties"
  393. lang["DlgColorBorder"] = "Border Color"
  394. lang["DlgColorBg"] = "Background Color"
  395. // Dialog From
  396. lang["DlgFromFile"] = "Upload"
  397. lang["DlgFromUrl"] = "Internet"
  398. lang["DlgFromSys"] = "System"
  399. // Dialog Line
  400. lang["DlgLineSolid"] = "Solid"
  401. lang["DlgLineDotted"] = "Dotted"
  402. lang["DlgLineDashed"] = "Dashed"
  403. lang["DlgLineDouble"] = "Double"
  404. lang["DlgLineGroove"] = "Groove"
  405. lang["DlgLineRidge"] = "Ridge"
  406. lang["DlgLineInset"] = "Inset"
  407. lang["DlgLineOutset"] = "Outset"
  408. // Dialog EQ
  409. lang["DlgEQ"] = "WEBEQ"
  410. lang["DlgEQBackground"] = "BgColor"
  411. lang["DlgEQForeground"] = "FontColor"
  412. lang["DlgEQInstallAlt"] = "Installing WEBEQ ..."
  413. // Dialog Art
  414. lang["DlgArt"] = "Art"
  415. lang["DlgArtFontFamily"] = "Font Family"
  416. lang["DlgArtFontSize"] = "Font Size"
  417. lang["DlgArtText"] = "Text"
  418. lang["DlgArtDefaultFamily"] = "Arial"
  419. lang["DlgArtDefaultText"] = "Enter your text"
  420. lang["DlgArtMsgNull"] = "Please enter text!"
  421. // Dialog Paragraph
  422. lang["DlgPar"] = "Paragraph"
  423. lang["DlgPraMargin"] = "Margin"
  424. lang["DlgPraMarginTop"] = "Top"
  425. lang["DlgPraMarginBottom"] = "Bottom"
  426. lang["DlgPraMarginLeft"] = "Left"
  427. lang["DlgPraMarginRight"] = "Right"
  428. lang["DlgPraOther"] = "Other"
  429. lang["DlgPraLineHeight"] = "Line Height"
  430. lang["DlgPraTextIndent"] = "Text Indent"
  431. lang["DlgPraWordSpacing"] = "Word Spacing"
  432. lang["DlgPraLH1"] = "single"
  433. lang["DlgPraLH15"] = "1.5 times"
  434. lang["DlgPraLH2"] = "double"
  435. lang["DlgPraLHOther"] = "multi-times"
  436. // Dialog Browse
  437. lang["DlgBrowse"] = "Browse"
  438. lang["DlgBrowseImage"] = "Image"
  439. lang["DlgBrowseFlash"] = "Flash"
  440. lang["DlgBrowseMedia"] = "Media"
  441. lang["DlgBrowseFile"] = "File"
  442. lang["DlgBrowseName"] = "Name"
  443. lang["DlgBrowseSize"] = "Size"
  444. // Dialog Import Word
  445. lang["DlgWord"] = "Import Word File"
  446. lang["DlgWordFile"] = "File"
  447. lang["DlgWordVML"] = "Keep VML"
  448. lang["DlgWordInvalidFile"] = "Invalid Word File"
  449. lang["DlgWordImporting"] = "...Importing. Please wait..."
  450. // Dialog Local Upload
  451. lang["DlgLocal"] = "Upload Local File"
  452. lang["DlgLocalPaste"] = "Paste from word"
  453. lang["DlgLocalOption"] = "Option"
  454. lang["DlgLocalOptionFile"] = "Upload local file"
  455. lang["DlgLocalOptionVML"] = "Insert style of VML"
  456. lang["DlgLocalOptionStyle"] = "Insert default style of Word"
  457. lang["DlgLocalStyleWord"] = "@font-facen {font-family:Arial;n panose-1:2 1 6 0 3 1 1 1 1 1;n mso-font-alt:SimSun;n mso-font-charset:134;n mso-generic-font-family:auto;n mso-font-pitch:variable;n mso-font-signature:3 135135232 16 0 262145 0;}n@font-facen {font-family:"\@Arial";n panose-1:2 1 6 0 3 1 1 1 1 1;n mso-font-charset:134;n mso-generic-font-family:auto;n mso-font-pitch:variable;n mso-font-signature:3 135135232 16 0 262145 0;}np.MsoNormal, li.MsoNormal, div.MsoNormaln {mso-style-parent:"";n margin:0cm;n margin-bottom:.0001pt;n text-align:justify;n text-justify:inter-ideograph;n mso-pagination:none;n font-size:10.5pt;n mso-bidi-font-size:12.0pt;n font-family:"Times New Roman";n mso-fareast-font-family:Arial;n mso-font-kerning:1.0pt;}"
  458. lang["DlgLocalUploading"] = "...Uploading. Please wait..."
  459. // Dialog Import Excel
  460. lang["DlgExcel"] = "Import Excel File"
  461. lang["DlgExcelLegend"] = "File"
  462. lang["DlgExcelImportLegend"] = "Option"
  463. lang["DlgExcelFile"] = "File"
  464. lang["DlgExcelSheet"] = "Sheet"
  465. lang["DlgExcelVML"] = "Keep VML"
  466. lang["DlgExcelOverFlow"] = "OverFlow"
  467. lang["DlgExcelAddBorder"] = "Border"
  468. lang["DlgExcelInvalidFile"] = "Invalid Excel File"
  469. lang["DlgExcelImporting"] = "...Importing. Please wait..."
  470. //#####################################
  471. // Message
  472. //#####################################
  473. lang["ErrNoLinkField"] = "Error Param: Invalid ID!"
  474. lang["ErrInvalidStyle"] = "Error Param: Invalid Style!"
  475. lang["ErrUploadInvalidExt"] = "Sorry, only the following file types uploads are allowed:nn"
  476. lang["ErrUploadInvalidFile"] = "Please select an valid file to upload."
  477. lang["ErrUploadSizeLimit"] = "The file you selected is up to limited size."
  478. lang["ErrParam"] = "Error Param!"
  479. lang["MsgPasteWordConfirm"] = "The text you want to paste seams to be copied from Word. Do you want to clean it before pasting?"
  480. lang["MsgNotCompatiblePaste"] = "This command is available for Internet Explorer version 5.5 or more. Do you want to paste without cleaning?"
  481. lang["MsgOnlyInEditMode"] = "This command is available for edit mode."
  482. lang["MsgCanotSetInViewMode"] = "Can not set value in preview mode."
  483. lang["MsgNotCompatibleHtml"] = "This command is available for Internet Explorer version 5.5 or more."
  484. lang["MsgNotCompatibleFunc"] = "This command is available for Internet Explorer version 5.5 or more."
  485. lang["MsgHtmlToText"] = "Note! This command will remove all html format!"
  486. lang["MsgHylnkLimit"] = "Link command is available for image or text"
  487. lang["MsgMapLimit"] = "Map command is available for image"
  488. lang["MsgRemoteUploading"] = "External file uploading. Please wait..."
  489. lang["MsgNotParagraph"] = "Please select a paragraph at least!"
  490. lang["MsgNoClient"] = "Please install eWebEditor client plug before you can use this function!"
  491. lang["HtmlQuote"] = "Quote:"
  492. lang["HtmlCode"] = "Source Code:"
  493. // Check Color
  494. lang["ErrColorBorder"] = "Invalid border color value!"
  495. lang["ErrColorBg"] = "Invalid background color value!"
  496. lang["ErrColorInvalid"] = "Invalid color value!"
  497. //#####################################
  498. // Context Menu
  499. //#####################################
  500. lang["CMenuImg"] = "Image Properties"
  501. lang["CMenuParagraph"] = "Paragraph..."
  502. //#####################################
  503. // Dialog UI (Pixles)
  504. //#####################################
  505. lang["UIMenuWidth"] = 170