~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/FCK/editor/lang/en-uk.js

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

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