source: extensions/FCKEditor/editor/lang/en-au.js @ 3295

Last change on this file since 3295 was 3295, checked in by patdenice, 15 years ago

New extension added:
FCK Editor (2.0.a)

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