source: trunk/expressoMail1_2/js/fckeditor/editor/lang/en.js @ 389

Revision 389, 15.9 KB checked in by niltonneto, 16 years ago (diff)

Ver Tickets no Trac #286 e #287.
Inclusão de template de assinatura padrão.
Assinatura também disponível em formato de texto rico.
Inclusão da biblioteca FCKEditor.

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