﻿var months = new Array(12);
months[0] = 'January';
months[1] = 'February';
months[2] = 'March';
months[3] = 'April';
months[4] = 'May';
months[5] = 'June';
months[6] = 'July';
months[7] = 'August';
months[8] = 'September';
months[9] = 'October';
months[10] = 'November';
months[11] = 'December';

var daysOfWeek = ['S', 'M', 'T', 'W', 'T', 'F', 'S'];

var passwordStrings={};

passwordStrings.very_weak = 'very weak';
passwordStrings.weak = 'weak';
passwordStrings.mediocre = 'mediocre';
passwordStrings.strong = 'strong';
passwordStrings.stronger = 'stronger';

var promptYoutube = 'Please enter the Youtube link for the video you would like to insert. i.e. http://www.youtube.com/watch?v=mnbY2jALfqI';
var promptYoutubeFail = 'You did not enter a valid video link. Try again, or click Cancel. i.e. http://www.youtube.com/watch?v=mnbY2jALfqI';
var alertNoRichContent = 'Your browser does not support pasting rich content';
var alertTooHighSecurity = 'Your security settings do not allow you to use this command.  Please visit http://www.mozilla.org/editor/midasdemo/securityprefs.html for more information.';
var confirmDeleteContents = 'Do you want to delete all the HTML and text presently in the editor?';
var alertTurnOffPopupBlocking = 'Please turn off your PopUp blocking software';
var alertIESpellInFF = 'IE Spell is not supported in Mozilla';
var confirmDownloadIESpell = 'You need ieSpell to use spell check. Would you like to install it?';
var alertNetSpellNotLinked = 'Netspell libraries not properly linked.';
var tableEditorTitle = 'Table Editor';
var tableEditorRows = 'Rows';
var tableEditorNumOfRows = 'Number of rows';
var tableEditorCols = 'Columns';
var tableEditorNumOfCols = 'Number of columns';
var tableEditorWidth = 'Width';
var tableEditorHeight = 'Height';
var tableEditorWidthDesc = 'Width of the table';
var unitPixels = 'Pixels';
var unitPercent = 'Percent';
var unitEM = 'em';
var tableEditorLayout = 'Layout';
var tableEditorAlignment = 'Alignment';
var tableEditorAlignmentDesc = 'Positioning of the table';
var tableEditorLeft = 'Left';
var tableEditorCentre = 'Centre';
var tableEditorRight = 'Right';
var tableEditorNotSet = 'Not set';
var tableEditorBorderThickness = 'Border thickness';
var tableEditorLeaveEmptyForNoBorder = 'Leave empty for no border';
var tableEditorSpacing = 'Spacing';
var tableEditorCellSpacing = 'Cell spacing';
var tableEditorCellPadding = 'Cell padding';
var tableEditorCellSpacingDesc = 'Space between adjacent cells';
var tableEditorCellPaddingDesc = 'Space between content and border in cell';
var buttonOK = 'OK';
var buttonCancel = 'Cancel';
var imageEditorTitle = 'Image Editor';
var imageEditorSrc = 'Image source';
var imageEditorAlt = 'Alternative text';
var imageEditorPreview = 'Preview';
var imageEditorTextTop = 'TextTop';
var imageEditorAbsMiddle = 'AbsMiddle';
var imageEditorAbsBottom = 'AbsBottom';
var imageEditorBaseline = 'Baseline';
var imageEditorMiddle = 'Middle';
var imageEditorTop = 'Top';
var spacingHorizontal = 'Horizontal';
var spacingVertical = 'Vertical';
var imageEditorDimensions = 'Dimensions';
var linkEditorTitle = 'Link Editor';
var alertMustEnterImage = 'You must enter an image source';
var alertMustEnterUrl = 'You must enter a valid URL';
var linkEditorProperties = 'Link Properties';
var linkEditorNone = 'None';
var linkEditorURL = 'URL';
var linkEditorLinkTitle = 'Title';
var linkEditorTarget = 'Target';
var linkEditorBlank = 'New Window';
var linkEditorTop = 'Top frame';
var linkEditorParent = 'Parent frame';
var linkEditorSelf = 'Same frame (self)';
var linkEditorCustom = 'Custom Target';
var linkEditorCssClass = 'Css Class';
var colorPickerTitle = 'Color Picker';
var sampleTextDesc1 = 'Sample text within the current';
var sampleTextDesc2 = 'element';


