Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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