Subversion Repositories Applications.papyrus

Rev

Rev 1925 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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