// English Language File
// Translation provided by Timothy Bell

// Buttons
var lang = {
'Bold': 'Bold',
'Cut': 'Cut',
'Copy': 'Copy',
'ForeColor': 'Text Color',
'HiliteColor': 'Background Color',
'HyperLink': 'Insert Link',
'Indent': 'Indent',
'InsertHorizontalRule': 'Horizontal Rule',
'InsertImage': 'Insert Image',
'InsertOrderedList': 'Ordered List',
'InsertTable': 'Insert Table',
'InsertUnorderedList': 'Unordered List',
'Italic': 'Italic',
'JustifyCenter': 'Center',
'JustifyFull': 'Justify Full',
'JustifyLeft': 'Align Left',
'JustifyRight': 'Align Right',
'Outdent': 'Outdent',
'Paste': 'Paste',
'PasteHTML': 'Paste HTML',
'PasteText': 'Paste as Plain Text',
'PasteFromWord': 'Paste From Word',
'Preview': 'Preview',
'Print': 'Print',
'Redo': 'Redo',
'RemoveFormat': 'Remove Format',
'Save': 'Save',
'Search': 'Search And Replace',
'SelectAll': 'Select/Deselect All',
'SpecialChar': 'Insert Special Character',
'SpellCheck': 'Spell Check',
'StrikeThrough': 'Strike Through',
'SideMenu': 'Toggle Side Menu',
'Submit': 'Submit',
'Subscript': 'Subscript',
'Superscript': 'Superscript',
'SwitchToWysiwyg': 'Switch to Wysiwyg Mode',
'SwitchToHTML': 'Switch to HTML Mode',
'Underline': 'Underline',
'Undo': 'Undo',
'WordCount': 'Word Count',

// Dropdowns
// Format Dropdown
'FormatBlock':  
			'<option value="">Format</option>'+
			'<option value="<H1>">Heading 1</option>'+
			'<option value="<H2>">Heading 2</option>'+
			'<option value="<H3>">Heading 3</option>'+
			'<option value="<H4>">Heading 4</option>'+
			'<option value="<H5>">Heading 5</option>'+
			'<option value="<H6>">Heading 6</option>'+
			'<option value="<P>">Paragraph (P)</option>'+
			'<option value="<DIV>">Paragraph (DIV)</option>'+
			'<option value="<ADDRESS>">Address</option>'+
			'<option value="<PRE>">Preformatted</option>',
// Font Dropdown
'FontName':  
			'<option value="">Font</option>'+
			'<option value="arial,helvetica,sans-serif">Arial</option>'+
			'<option value="courier new,courier,mono">Courier New</option>'+
			'<option value="palatino linotype">Palatino Linotype</option>'+
			'<option value="times new roman,times,serif">Times New Roman</option>'+
			'<option value="verdana,arial,helvetica,sans-serif">Verdana</option>',
// Size Dropdown
'FontSize':  
			'<option value="">Size</option>'+
			'<option value="1">1</option>'+
			'<option value="2">2</option>'+
			'<option value="3">3</option>'+
			'<option value="4">4</option>'+
			'<option value="5">5</option>'+
			'<option value="6">6</option>'+
			'<option value="7">7</option>',

// Alerts
'ErrorPreload': 'Error preloading content.',
'SearchConfirm': 'The search expression [SF] was found [RUNCOUNT] time(s).\n\n'+ // Leave in [SF], [RUNCOUNT] and [RW]
				'Are you sure you want to replace these entries with [RW] ?\n',
'SearchAbort': 'Operation Aborted.',
'SearchNotFound': 'was not found.',
'CountTotal': 'Word Count',
'CountChar': 'Available Characters',
'CountCharWarn': 'Warning! Your content is too long and may not save correctly.',
'DialogAlreadyOpen': 'Warning! Dialog window is already open. Do you want to close it and proceed?',
'SideMenuAlert': 'Alert: Before you click the button set a range where you want to make a change.',

// Dialogs
'Close': 'Close',
// Insert Link
'LinkType': 'Link Type',
'LinkOldA': 'existing anchor',
'LinkNewA': 'new anchor',
'LinkNoA': 'No Existing Anchors',
'LinkAnchors': 'Anchors',
'LinkAddress': 'Address',
'LinkText': 'Link Text',
'LinkOpenIn': 'Open Link In',
'LinkVal0': 'Please enter a url.',
'LinkSubmit': '  OK  ',
'LinkCancel': 'Cancel',
// Insert Image
'ImageURL': 'Image URL',
'ImageAltText': 'Alternative Text',
'ImageBorder': 'Border',
'ImageBorderPx': 'Pixels',
'ImageVal0': 'Please indicate the "Image URL".',
'ImageSubmit': 'OK',
'ImageCancel': 'Cancel',
// Insert Table
'TableRows': 'Rows',
'TableColumns': 'Columns',
'TableWidth': 'Table width',
'TableWidthAbbr': 'Width',
'TablePx': 'pixels',
'TablePercent': 'percent',
'TableBorder': 'Border thickness',
'TableBorderAbbr': 'Border',
'TablePadding': 'Cell padding',
'TableSpacing': 'Cell spacing',
'TablePaddingAbbr': 'Padding',
'TableSpacingAbbr': 'Spacing',
'TableSubmit': 'OK',
'TableCancel': 'Cancel',
// Search and Replace
'SearchFind': 'Find what',
'SearchReplace': 'Replace with',
'SearchMatch': 'Match case',
'SearchWholeWord': 'Find whole words only',
'SearchVal0': 'You must enter something into "Find what:".',
'SearchSubmit': 'OK',
'SearchCancel': 'Cancel',
// Paste As Plain Text
'PasteTextHint': 'Hint: To paste you can either right-click and choose "Paste" or use the key combination of Ctrl-V.<br><br>',
'PasteTextVal0': 'Please enter text.',
'PasteTextSubmit': 'OK',
'PasteTextCancel': 'Cancel',
// Paste As Plain Text
'PasteWordHint': 'Hint: To paste you can either right-click and choose "Paste" or use the key combination of Ctrl-V.<br><br>',
'PasteWordVal0': 'Please enter text.',
'PasteWordSubmit': 'OK',
'PasteWordCancel': 'Cancel',

// Rich Text Info
'DesignMode': 'Design Mode',
'SourceMode': 'Source Mode',
'RichTextInfo' : 'RichText Wysiwyg Editor Class Version',


// non-designMode
'AutoBR': 'Use Auto Line Breaks',
'RawHTML': 'Use Only Raw HTML',
'NotCompatible': 'To use the Rich Text Editor, a <a href="http://www.mozilla.org/" target="_new">Mozilla 1.3+</a> browser (eg, <a href="http://www.mozilla.org/products/firefox/" target="_new">Firefox</a>) or <a href="http://www.microsoft.com/windows/ie/default.asp" target="_new">MS IE5+</a> (Windows) are required. Apple Safari, IE5(Mac) and Opera browsers are not currently supported and all text must be in HTML.'
};
