function scCurriculumStrings()
{
	this.Manager = new Object();

	this.sOutlinePrompt = 'Expand a curriculum to see its details.'
	this.sRequiredTitle = 'Required'
	this.sStatusTitle = 'Enrollment Status'
	this.sNotAssigned = 'You are not currently assigned any curriculums.'
	this.sContactAdmin = 'Contact your administrator for assistance.'
	this.sCheckCatalog = 'Would you like to search the catalog?'
	this.sCurriculumDetailTitle = 'Curriculum Details'
	this.sCurriculumStatusNotStarted = 'Not Started'
	this.sCurriculumStatusInProgress = 'In Progress'
	this.bAdminViewAll = false
	this.sCurriculumStatusCompleted = 'Completed'
	this.sCourseCodeTitle = 'Course Code'
	this.sCourseNameTitle = 'Course Name'
	this.sShowCourseEquivalents = 'Show Equivalents'
	this.sHideCourseEquivalents = 'Hide Equivalents'
	this.sDueDateTitle = 'Due Date'
	this.sCurrViewCompleted = 'Show'
	this.sCurrViewInProgress = 'Show'
	this.sCurrViewNotStarted = 'Show'
	this.sCurriculumNameTitle = 'Curriculum Name'
	this.sCurriculumFilterLabel = 'Show Curriculums With These Statuses:'
	this.sCurriculumEmptyList = 'No curriculums match the criteria specified in the filters above'
}
var scCurriculum = new scCurriculumStrings()


