Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 521
Line 6... Line 6...
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
9
 * 		http://www.fckeditor.net/
10
 * 
10
 * 
-
 
11
 * "Support Open Source software. What about a donation today?"
-
 
12
 * 
11
 * File Name: en-au.js
13
 * File Name: en-au.js
12
 * 	English (Australia) language file.
14
 * 	English (Australia) language file.
13
 * 
15
 * 
14
 * File Authors:
16
 * File Authors:
15
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
Line 130... Line 132...
130
NotCompatiblePaste	: "This command is available for Internet Explorer version 5.5 or more. Do you want to paste without cleaning?",
132
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\"",
133
UnknownToolbarItem	: "Unknown toolbar item \"%1\"",
132
UnknownCommand		: "Unknown command name \"%1\"",
134
UnknownCommand		: "Unknown command name \"%1\"",
133
NotImplemented		: "Command not implemented",
135
NotImplemented		: "Command not implemented",
134
UnknownToolbarSet	: "Toolbar set \"%1\" doesn't exist",
136
UnknownToolbarSet	: "Toolbar set \"%1\" doesn't exist",
-
 
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
Line 135... Line 138...
135
 
138
 
136
// Dialogs
139
// Dialogs
137
DlgBtnOK			: "OK",
140
DlgBtnOK			: "OK",
138
DlgBtnCancel		: "Cancel",
141
DlgBtnCancel		: "Cancel",
Line 412... Line 415...
412
// Bulleted List Dialog
415
// Bulleted List Dialog
413
BulletedListProp	: "Bulleted List Properties",
416
BulletedListProp	: "Bulleted List Properties",
414
NumberedListProp	: "Numbered List Properties",
417
NumberedListProp	: "Numbered List Properties",
415
DlgLstType			: "Type",
418
DlgLstType			: "Type",
416
DlgLstTypeCircle	: "Circle",
419
DlgLstTypeCircle	: "Circle",
417
DlgLstTypeDisk		: "Disk",
420
DlgLstTypeDisc		: "Disc",	//MISSING
418
DlgLstTypeSquare	: "Square",
421
DlgLstTypeSquare	: "Square",
419
DlgLstTypeNumbers	: "Numbers (1, 2, 3)",
422
DlgLstTypeNumbers	: "Numbers (1, 2, 3)",
420
DlgLstTypeLCase		: "Lowercase Letters (a, b, c)",
423
DlgLstTypeLCase		: "Lowercase Letters (a, b, c)",
421
DlgLstTypeUCase		: "Uppercase Letters (A, B, C)",
424
DlgLstTypeUCase		: "Uppercase Letters (A, B, C)",
422
DlgLstTypeSRoman	: "Small Roman Numerals (i, ii, iii)",
425
DlgLstTypeSRoman	: "Small Roman Numerals (i, ii, iii)",