Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line 1... Line 1...
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-uk.js
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	English (United Kingdom) 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 (United Kingdom) language file.
19
 */
22
 */
Line 20... Line 23...
20
 
23
 
21
var FCKLang =
24
var FCKLang =
22
{
25
{
Line 39... Line 42...
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",
Line 65... Line 70...
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",
Line 98... Line 107...
98
Button			: "Button",
107
Button			: "Button",
99
SelectionField	: "Selection Field",
108
SelectionField	: "Selection Field",
100
ImageButton		: "Image Button",
109
ImageButton		: "Image Button",
Line 101... Line 110...
101
 
110
 
-
 
111
FitWindow		: "Maximize the editor size",
Line 102... Line 112...
102
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",
-
 
118
ColumnCM			: "Column",
108
ColumnCM			: "Column",
119
InsertRowAfter		: "Insert Row After",
109
InsertRow			: "Insert Row",
120
InsertRowBefore		: "Insert Row Before",
-
 
121
DeleteRows			: "Delete Rows",
110
DeleteRows			: "Delete Rows",
122
InsertColumnAfter	: "Insert Column After",
111
InsertColumn		: "Insert Column",
123
InsertColumnBefore	: "Insert Column Before",
-
 
124
DeleteColumns		: "Delete Columns",
112
DeleteColumns		: "Delete Columns",
125
InsertCellAfter		: "Insert Cell After",
113
InsertCell			: "Insert Cell",
126
InsertCellBefore	: "Insert Cell Before",
-
 
127
DeleteCells			: "Delete Cells",
-
 
128
MergeCells			: "Merge Cells",
-
 
129
MergeRight			: "Merge Right",
114
DeleteCells			: "Delete Cells",
130
MergeDown			: "Merge Down",
115
MergeCells			: "Merge Cells",
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",
Line 143... Line 159...
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.",
Line 148... Line 165...
148
 
165
 
149
// Dialogs
166
// Dialogs
150
DlgBtnOK			: "OK",
167
DlgBtnOK			: "OK",
151
DlgBtnCancel		: "Cancel",
168
DlgBtnCancel		: "Cancel",
Line 224... Line 241...
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",
Line 317... Line 334...
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...",
Line -... Line 338...
-
 
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",
Line 332... Line 352...
332
DlgReplaceReplaceBtn	: "Replace",
352
DlgReplaceReplaceBtn	: "Replace",
333
DlgReplaceReplAllBtn	: "Replace All",
353
DlgReplaceReplAllBtn	: "Replace All",
334
DlgReplaceWordChk		: "Match whole word",
354
DlgReplaceWordChk		: "Match whole word",
Line 335... Line 355...
335
 
355
 
336
// 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).",
356
// Paste Operations / Dialog
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).",
Line 339... Line 358...
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
 
Line 341... Line 360...
341
PasteAsText		: "Paste as Plain Text",
360
PasteAsText		: "Paste as Plain Text",
-
 
361
PasteFromWord	: "Paste from Word",
342
PasteFromWord	: "Paste from Word",
362
 
343
 
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>.",
-
 
Line 345... Line 364...
345
DlgPasteIgnoreFont		: "Ignore Font Face definitions",
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.",
346
DlgPasteRemoveStyles	: "Remove Styles definitions",
365
DlgPasteIgnoreFont		: "Ignore Font Face definitions",
347
DlgPasteCleanBox		: "Clean Up Box",
366
DlgPasteRemoveStyles	: "Remove Styles definitions",
Line 485... Line 504...
485
DlgDocPreview		: "Preview",
504
DlgDocPreview		: "Preview",
Line 486... Line 505...
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)",
Line 493... Line 512...
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",
-
 
499
DlgAboutVersion		: "version",
-
 
500
DlgAboutLicense		: "Licensed under the terms of the GNU Lesser General Public License",
-
 
501
DlgAboutInfo		: "For further information go to"
517
DlgAboutLicenseTab	: "License",
-
 
518
DlgAboutVersion		: "version",
-
 
519
DlgAboutInfo		: "For further information go to",
-
 
520
 
-
 
521
// Div Dialog
-
 
522
DlgDivGeneralTab	: "General",
-
 
523
DlgDivAdvancedTab	: "Advanced",
-
 
524
DlgDivStyle		: "Style",
-
 
525
DlgDivInlineStyle	: "Inline Style"