Subversion Repositories Applications.papyrus

Rev

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

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