en.js
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:16k
源码类别:

OA系统

开发平台:

C#

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