Project

General

Profile

1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2009 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.
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",
47
VisitLink			: "Open Link",
48
Anchor				: "Insert/Edit Anchor",
49
AnchorDelete		: "Remove Anchor",
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",
75
Blockquote			: "Blockquote",
76
CreateDiv			: "Create Div Container",
77
EditDiv				: "Edit Div Container",
78
DeleteDiv			: "Remove Div Container",
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",
112
ShowBlocks		: "Show Blocks",
113

    
114
// Context Menu
115
EditLink			: "Edit Link",
116
CellCM				: "Cell",
117
RowCM				: "Row",
118
ColumnCM			: "Column",
119
InsertRowAfter		: "Insert Row After",
120
InsertRowBefore		: "Insert Row Before",
121
DeleteRows			: "Delete Rows",
122
InsertColumnAfter	: "Insert Column After",
123
InsertColumnBefore	: "Insert Column Before",
124
DeleteColumns		: "Delete Columns",
125
InsertCellAfter		: "Insert Cell After",
126
InsertCellBefore	: "Insert Cell Before",
127
DeleteCells			: "Delete Cells",
128
MergeCells			: "Merge Cells",
129
MergeRight			: "Merge Right",
130
MergeDown			: "Merge Down",
131
HorizontalSplitCell	: "Split Cell Horizontally",
132
VerticalSplitCell	: "Split Cell Vertically",
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.",
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",
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",
246
DlgLnkNoAnchors		: "(No anchors available in the document)",
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
DlgTableHeaders		: "Headers",	//MISSING
312
DlgTableHeadersNone		: "None",	//MISSING
313
DlgTableHeadersColumn	: "First column",	//MISSING
314
DlgTableHeadersRow		: "First Row",	//MISSING
315
DlgTableHeadersBoth		: "Both",	//MISSING
316

    
317
// Table Cell Dialog
318
DlgCellTitle		: "Cell Properties",
319
DlgCellWidth		: "Width",
320
DlgCellWidthPx		: "pixels",
321
DlgCellWidthPc		: "percent",
322
DlgCellHeight		: "Height",
323
DlgCellWordWrap		: "Word Wrap",
324
DlgCellWordWrapNotSet	: "<Not set>",
325
DlgCellWordWrapYes	: "Yes",
326
DlgCellWordWrapNo	: "No",
327
DlgCellHorAlign		: "Horizontal Alignment",
328
DlgCellHorAlignNotSet	: "<Not set>",
329
DlgCellHorAlignLeft	: "Left",
330
DlgCellHorAlignCenter	: "Centre",
331
DlgCellHorAlignRight: "Right",
332
DlgCellVerAlign		: "Vertical Alignment",
333
DlgCellVerAlignNotSet	: "<Not set>",
334
DlgCellVerAlignTop	: "Top",
335
DlgCellVerAlignMiddle	: "Middle",
336
DlgCellVerAlignBottom	: "Bottom",
337
DlgCellVerAlignBaseline	: "Baseline",
338
DlgCellType		: "Cell Type",
339
DlgCellTypeData		: "Data",
340
DlgCellTypeHeader	: "Header",
341
DlgCellRowSpan		: "Rows Span",
342
DlgCellCollSpan		: "Columns Span",
343
DlgCellBackColor	: "Background Colour",
344
DlgCellBorderColor	: "Border Colour",
345
DlgCellBtnSelect	: "Select...",
346

    
347
// Find and Replace Dialog
348
DlgFindAndReplaceTitle	: "Find and Replace",
349

    
350
// Find Dialog
351
DlgFindTitle		: "Find",
352
DlgFindFindBtn		: "Find",
353
DlgFindNotFoundMsg	: "The specified text was not found.",
354

    
355
// Replace Dialog
356
DlgReplaceTitle			: "Replace",
357
DlgReplaceFindLbl		: "Find what:",
358
DlgReplaceReplaceLbl	: "Replace with:",
359
DlgReplaceCaseChk		: "Match case",
360
DlgReplaceReplaceBtn	: "Replace",
361
DlgReplaceReplAllBtn	: "Replace All",
362
DlgReplaceWordChk		: "Match whole word",
363

    
364
// Paste Operations / Dialog
365
PasteErrorCut	: "Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).",
366
PasteErrorCopy	: "Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).",
367

    
368
PasteAsText		: "Paste as Plain Text",
369
PasteFromWord	: "Paste from Word",
370

    
371
DlgPasteMsg2	: "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",
372
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.",
373
DlgPasteIgnoreFont		: "Ignore Font Face definitions",
374
DlgPasteRemoveStyles	: "Remove Styles definitions",
375

    
376
// Color Picker
377
ColorAutomatic	: "Automatic",
378
ColorMoreColors	: "More Colours...",
379

    
380
// Document Properties
381
DocProps		: "Document Properties",
382

    
383
// Anchor Dialog
384
DlgAnchorTitle		: "Anchor Properties",
385
DlgAnchorName		: "Anchor Name",
386
DlgAnchorErrorName	: "Please type the anchor name",
387

    
388
// Speller Pages Dialog
389
DlgSpellNotInDic		: "Not in dictionary",
390
DlgSpellChangeTo		: "Change to",
391
DlgSpellBtnIgnore		: "Ignore",
392
DlgSpellBtnIgnoreAll	: "Ignore All",
393
DlgSpellBtnReplace		: "Replace",
394
DlgSpellBtnReplaceAll	: "Replace All",
395
DlgSpellBtnUndo			: "Undo",
396
DlgSpellNoSuggestions	: "- No suggestions -",
397
DlgSpellProgress		: "Spell check in progress...",
398
DlgSpellNoMispell		: "Spell check complete: No misspellings found",
399
DlgSpellNoChanges		: "Spell check complete: No words changed",
400
DlgSpellOneChange		: "Spell check complete: One word changed",
401
DlgSpellManyChanges		: "Spell check complete: %1 words changed",
402

    
403
IeSpellDownload			: "Spell checker not installed. Do you want to download it now?",
404

    
405
// Button Dialog
406
DlgButtonText		: "Text (Value)",
407
DlgButtonType		: "Type",
408
DlgButtonTypeBtn	: "Button",
409
DlgButtonTypeSbm	: "Submit",
410
DlgButtonTypeRst	: "Reset",
411

    
412
// Checkbox and Radio Button Dialogs
413
DlgCheckboxName		: "Name",
414
DlgCheckboxValue	: "Value",
415
DlgCheckboxSelected	: "Selected",
416

    
417
// Form Dialog
418
DlgFormName		: "Name",
419
DlgFormAction	: "Action",
420
DlgFormMethod	: "Method",
421

    
422
// Select Field Dialog
423
DlgSelectName		: "Name",
424
DlgSelectValue		: "Value",
425
DlgSelectSize		: "Size",
426
DlgSelectLines		: "lines",
427
DlgSelectChkMulti	: "Allow multiple selections",
428
DlgSelectOpAvail	: "Available Options",
429
DlgSelectOpText		: "Text",
430
DlgSelectOpValue	: "Value",
431
DlgSelectBtnAdd		: "Add",
432
DlgSelectBtnModify	: "Modify",
433
DlgSelectBtnUp		: "Up",
434
DlgSelectBtnDown	: "Down",
435
DlgSelectBtnSetValue : "Set as selected value",
436
DlgSelectBtnDelete	: "Delete",
437

    
438
// Textarea Dialog
439
DlgTextareaName	: "Name",
440
DlgTextareaCols	: "Columns",
441
DlgTextareaRows	: "Rows",
442

    
443
// Text Field Dialog
444
DlgTextName			: "Name",
445
DlgTextValue		: "Value",
446
DlgTextCharWidth	: "Character Width",
447
DlgTextMaxChars		: "Maximum Characters",
448
DlgTextType			: "Type",
449
DlgTextTypeText		: "Text",
450
DlgTextTypePass		: "Password",
451

    
452
// Hidden Field Dialog
453
DlgHiddenName	: "Name",
454
DlgHiddenValue	: "Value",
455

    
456
// Bulleted List Dialog
457
BulletedListProp	: "Bulleted List Properties",
458
NumberedListProp	: "Numbered List Properties",
459
DlgLstStart			: "Start",
460
DlgLstType			: "Type",
461
DlgLstTypeCircle	: "Circle",
462
DlgLstTypeDisc		: "Disc",
463
DlgLstTypeSquare	: "Square",
464
DlgLstTypeNumbers	: "Numbers (1, 2, 3)",
465
DlgLstTypeLCase		: "Lowercase Letters (a, b, c)",
466
DlgLstTypeUCase		: "Uppercase Letters (A, B, C)",
467
DlgLstTypeSRoman	: "Small Roman Numerals (i, ii, iii)",
468
DlgLstTypeLRoman	: "Large Roman Numerals (I, II, III)",
469

    
470
// Document Properties Dialog
471
DlgDocGeneralTab	: "General",
472
DlgDocBackTab		: "Background",
473
DlgDocColorsTab		: "Colours and Margins",
474
DlgDocMetaTab		: "Meta Data",
475

    
476
DlgDocPageTitle		: "Page Title",
477
DlgDocLangDir		: "Language Direction",
478
DlgDocLangDirLTR	: "Left to Right (LTR)",
479
DlgDocLangDirRTL	: "Right to Left (RTL)",
480
DlgDocLangCode		: "Language Code",
481
DlgDocCharSet		: "Character Set Encoding",
482
DlgDocCharSetCE		: "Central European",
483
DlgDocCharSetCT		: "Chinese Traditional (Big5)",
484
DlgDocCharSetCR		: "Cyrillic",
485
DlgDocCharSetGR		: "Greek",
486
DlgDocCharSetJP		: "Japanese",
487
DlgDocCharSetKR		: "Korean",
488
DlgDocCharSetTR		: "Turkish",
489
DlgDocCharSetUN		: "Unicode (UTF-8)",
490
DlgDocCharSetWE		: "Western European",
491
DlgDocCharSetOther	: "Other Character Set Encoding",
492

    
493
DlgDocDocType		: "Document Type Heading",
494
DlgDocDocTypeOther	: "Other Document Type Heading",
495
DlgDocIncXHTML		: "Include XHTML Declarations",
496
DlgDocBgColor		: "Background Colour",
497
DlgDocBgImage		: "Background Image URL",
498
DlgDocBgNoScroll	: "Nonscrolling Background",
499
DlgDocCText			: "Text",
500
DlgDocCLink			: "Link",
501
DlgDocCVisited		: "Visited Link",
502
DlgDocCActive		: "Active Link",
503
DlgDocMargins		: "Page Margins",
504
DlgDocMaTop			: "Top",
505
DlgDocMaLeft		: "Left",
506
DlgDocMaRight		: "Right",
507
DlgDocMaBottom		: "Bottom",
508
DlgDocMeIndex		: "Document Indexing Keywords (comma separated)",
509
DlgDocMeDescr		: "Document Description",
510
DlgDocMeAuthor		: "Author",
511
DlgDocMeCopy		: "Copyright",
512
DlgDocPreview		: "Preview",
513

    
514
// Templates Dialog
515
Templates			: "Templates",
516
DlgTemplatesTitle	: "Content Templates",
517
DlgTemplatesSelMsg	: "Please select the template to open in the editor<br />(the actual contents will be lost):",
518
DlgTemplatesLoading	: "Loading templates list. Please wait...",
519
DlgTemplatesNoTpl	: "(No templates defined)",
520
DlgTemplatesReplace	: "Replace actual contents",
521

    
522
// About Dialog
523
DlgAboutAboutTab	: "About",
524
DlgAboutBrowserInfoTab	: "Browser Info",
525
DlgAboutLicenseTab	: "License",
526
DlgAboutVersion		: "version",
527
DlgAboutInfo		: "For further information go to",
528

    
529
// Div Dialog
530
DlgDivGeneralTab	: "General",
531
DlgDivAdvancedTab	: "Advanced",
532
DlgDivStyle		: "Style",
533
DlgDivInlineStyle	: "Inline Style",
534

    
535
ScaytTitle			: "SCAYT",	//MISSING
536
ScaytTitleOptions	: "Options",	//MISSING
537
ScaytTitleLangs		: "Languages",	//MISSING
538
ScaytTitleAbout		: "About"	//MISSING
539
};
(13-13/59)