Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

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