Subversion Repositories Applications.papyrus

Rev

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