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