source: branches/1.2/workflow/js/fckeditor/editor/lang/en-au.js @ 1349

Revision 1349, 16.0 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

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