~alexharrington/xibo/pyclient-1.1.0a22

« back to all changes in this revision

Viewing changes to server/3rdparty/fckeditor/editor/lang/en-uk.js

  • Committer: Dan Garner
  • Date: 2008-12-14 14:42:52 UTC
  • mto: (1.1.80 Xibo)
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: mail@dangarner.co.uk-20081214144252-8dosaegtfwvv0dsl
Moved 3rd Party libraries to their own folder.
Updated jQuery to the latest revision and now use jQuery UI instead of individual plugins.

Tabs are not currently working

Show diffs side-by-side

added added

removed removed

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