Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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