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