function scLocalizeStrings()
{
	this.Manager = new Object();

	this.sSvrTimeOut = 'Server is not responding.'
	this.sServerIsShutdownMsg = 'Learning Opportunities on the Web is not available at this time.'
	this.sServerIsShutdownURL = ''
	this.sAreNone = '0 items found.'
	this.sTransRecorded = 'Transaction recorded.'
	this.sTransCanceled = 'Transaction canceled as requested.'
	this.sTryAgain = 'Sorry, that transaction cannot be performed right now. Please try again later. If this problem persists, contact your administrator.'
	this.sBack = 'Back'
	this.sSortOn = 'Sort on'
	this.sSortButton = 'Sort Now'
	this.sNoTextFound = 'No text found.'
	this.sMustBeDate = 'Dates must be entered in mm/dd/yy format.'
	this.sMustBeNum = 'Numbers only.'
	this.sMustBeLUT = 'Please pick from the table.'
	this.sIsNothing = 'Please enter something first.'
	this.sMenuHelpAbout = 'About Learning Opportunities'
	this.sDateFormat = 'MDY'
	this.sYes = 'Yes'
	this.sNo = 'No'
	this.sBadData = 'Incorrect data entry, please correct.'
	this.sDelete = 'Delete'
	this.sCancel = 'Cancel'
	this.sSave = 'Save'
	this.sEdit = 'Edit'
	this.sNoCourse = '(course not on file)'
	this.sNeedsData = 'Please enter something.'
	this.sOK = 'OK'
	this.sAll = '(all)'
	this.sSelect = 'Select'
	this.sMonday = 'Monday'
	this.sTuesday = 'Tuesday'
	this.sWednesday = 'Wednesday'
	this.sThursday = 'Thursday'
	this.sFriday = 'Friday'
	this.sSaturday = 'Saturday'
	this.sSunday = 'Sunday'
	this.sJanuary = 'January'
	this.sFebruary = 'February'
	this.sMarch = 'March'
	this.sApril = 'April'
	this.sMay = 'May'
	this.sJune = 'June'
	this.sJuly = 'July'
	this.sAugust = 'August'
	this.sSeptember = 'September'
	this.sOctober = 'October'
	this.sNovember = 'November'
	this.sDecember = 'December'
	this.sPickADate = 'Pick-A-Date'
	this.sPivotYear = '20'
	this.sDateSep = '/'
	this.sSession = 'session'
	this.sListView = 'List View'
	this.sOutlineView = 'Outline View'
	this.sShowDescriptions = 'Show Descriptions'
	this.sHideDescriptions = 'Hide Descriptions'
	this.sExpandAll = 'Expand All'
	this.sCollapseAll = 'Collapse All'
	this.sInOrder = 'In Order'
	this.sAssign = 'Assign'
	this.sTryAgainVerbose = 'The following error occurred while processing the request:'
	this.sUnlimited = 'No Limit'
	this.sDisconnecting = 'Disconnecting from the system...'
	this.sRetrievingData = 'Retrieving data...'
	this.sDisconnected = 'You have been disconnected.'
	this.sAlreadyRunningCourse = 'You are already running a course in another session.'
	this.sViewResults = 'View Results'
	this.sDecimal = '.'
	this.sSelectAll = 'Select All'
	this.sClearAll = 'Clear All'
	this.sNothingHasChanged = 'Nothing Has Changed.'
	this.sSearchButton = 'GO!'
	this.sSearchAreNone = 'Your search returned no records.'
	this.sMustBeInteger = 'Integers only.'
	this.sSourceSelf = 'Self'
	this.sSourceAdmin = 'Admin'
	this.sListSelection = 'Select Item'
	this.sDeny = 'Deny'
	this.sGrant = 'Grant'
	this.sRegEquiv = 'This registration status is for an equivalent course.'
	this.sRecordLocked = 'The record to be updated is locked. Please try again later. If this problem persists, contact your administrator.'
	this.sContinue = 'Continue'
	this.sSourceManager = 'Manager'
	this.sNotApplicableValue = '---'
	this.sDataErrorMinimum = 'This value must be greater than or equal to:'
	this.sDataErrorMaximum = 'This value must be less than or equal to:'
	this.sViewComments = 'View Comments'
	this.sIsNothingSelected = 'Please select a record first.'
	this.sUnsupportedBrowserMsg = 'You must have Microsoft, Netscape, Firefox or any Mozilla-based browser to use this site.'
	this.sMultipleInstructorsLinked = 'Multiple Instructors'
	this.sMultipleRoomsLinked = 'Multiple Rooms'
	this.sTimeSep = ':'
	this.sAM = 'AM'
	this.sPM = 'PM'

}
var scLocalize = new scLocalizeStrings()

