Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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