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