en.js
上传用户:mtjhgs
上传日期:2021-12-08
资源大小:3755k
文件大小:23k
源码类别:

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

开发平台:

HTML/CSS

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