en.js
上传用户:wlfwy2004
上传日期:2016-12-12
资源大小:33978k
文件大小:15k
源码类别:

Jsp/Servlet

开发平台:

Java

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