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