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