Subversion Repositories Applications.papyrus

Rev

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