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