/**
 * Contains all text labels and other text defaults used througout the application.
 * A global instance is created in the main page.
 *
 * @author Interface
 * @created 10-20-2009
 * @version 1.0
 *
 * @param - 
 * @known_issues
 *		- 
*/

Ext.namespace("Ron");

Ron.Properties = function(){
	//Application time out duration
	this.Application_timeoutDuration = 1800000;
		
	//Application URL
	this.APP_URL = "RON/";
	
	//Login URL
	this.LOGIN_URL = "./Login.aspx";
	
	//Handler URL
	this.HANDLER_URL = "Handler.ashx";
	
	//Home Page URL
	this.HOME_URL = "Home.aspx";
	
	//Create Account Page URL
	this.ACCOUNTS_URL = "Accounts.aspx";
	
	//Account expired page URL
	this.ACCOUNT_EXPIRED_PAGE_URL = "AccountExpired.aspx";
	
	//Annotation viewer page URL
	this.AnnotationViewerPage_URL = "AnnotationViewer.aspx";
	
	//Full screen page URL
	this.FullScreenPage_URL = "FullScreenViewer.html";

	//Full screen page URL for Atalasoft Viewer (Edit Mode)
	this.AtalasoftFullScreenPage_URL = "AtalasoftFullScreenViewer.html";
	
//	Annotation viewer page (full screen) URL
	this.AnnotationViewerFullScreenPage_URL = "AnnotationViewerFullScreen.aspx";
	
	this.TextArea_Width = "89%";
	
	//File Upload Msg
	this.File_supportedFileTypes = "Supported File Types: ";
	this.File_validationFileExistMsg = "File with this name already exist.";
	this.File_validationFileTypeMsg ='Selected file type is not supported.'
	
	//Common Properties
	this.validationFailure = "Please move your mouse over the highlighted fields you can see an explanation of what went wrong and how to correct it.";
	this.invalidAccountMsg = "Please select valid account.";
	this.copyright_footer_links = "<div class='footer-container'> 2009 &copy; READY OR NOT LLC, All Rights Reserved. " +
			  						"<a href='#' class='link' onclick='openTermsOfUsePopupWindow()'> Terms of Use </a> | "+
			  						"<a href='mailto:helpdesk@roneps.com' class='link'> Contact Help Desk </a> | "+
	         						"<a href='mailto:info@roneps.com' class='link'> Get Info </a> "+
	          						"</div>";
	this.header_logo_links = "<img src='./images/logo.png'/>";
	
	//incident not active error msg
	this.InactiveIncidentErrorMsg = "Currently there is no active Incident Communication. You can not send Incident Update.";
	
	//incident communication - unauthorized user error msg
	this.IncidentUpdateUnauthorizedUserErrorMsg = "You are not authorized to send Incident Update.";
	
	//Go Back toolbar button tool tip text
	this.GoBackToolBar_ButtonToolTipText = "Go Back";
	
	//Refresh button tooltip text
	this.Refresh_ButtonToolTipText = "Refresh";
	
	//ErrorDialog Properties
	this.ErrorDialog_pageTitle = "Application Error";
	this.ErrorDialog_errorInfoFieldsetTitle = "Error Information";
	this.ErrorDialog_errorCode = "Error Code";
	this.ErrorDialog_message = "Message";
	this.ErrorDialog_message_text = "Error occured while performing operation.";
	this.ErrorDialog_sendErrorInfoFieldsetTitle = "Send Error Information";
	this.ErrorDialog_description = "Description";
	this.ErrorDialog_reportBtn = "Report";
	this.ErrorDialog_submitBtn = "Submit";
	this.ErrorDialog_cancelBtn = "Cancel";
	this.ErrorDialog_appErrorSubmitted = 'Error report has been submitted to the technical support.';
	
	//Session Expired Error
	this.APPSession_timeoutMessage = 'Your session is expired. Please login again.';
	
	//Old Session Expired Error
	this.User_old_session_timeoutMessage = 'You have been signed out because you signed in on a different computer or device.';
	
	// Header images labels
	this.Img_incidentCommand_label = "Incident Command";
	this.Img_lockout_label = "Lockout";
	this.Img_lackdown_label = "Lockdown";
	this.Img_evacuate_label = "Evacuate";
	this.Img_shelter_label = "Shelter";
	this.Img_medicalEmergency_label = "Medical Emergency";
	this.Img_incidentUpdate_label = "Incident Update";
	
	//Loin Form
	this.LoginPanel_loginTitle = "Login";
    this.LoginFormPanel_username = "Username";
	this.LoginFormPanel_password = "Password";
	this.LoginFormPanel_AccountId = "Account";
	this.LoginFormPanel_rememberme = "Remember my email address";
	this.LoginFormPanel_rememberPassword = "Remember my password";
   	this.LoginFormPanel_loginInformation = "Login Information";
   	this.LoginFormPanel_loginButton = "<span class=\'buttom-large-emph\'>Login</span>";
   	this.LoginFormPanel_clearButton = "Clear";
   	this.LoginFormPanel_emailEmptyValidation = "User name should not be blank";
   	this.LoginFormPanel_passwordEmptyValidation = "Password should not be blank";
   	this.LoginFormPanel_passwordValidation = "Username or Password is Invalid.";
   	
	// Home page messages
	this.westPanel_title = "Functions";
	this.incidents_title = "Incident Action Plans";
	this.buildings_title = "Building/Site Plans";
	this.contacts_title = "Contacts";
	this.categories_title = "Categories";
	this.external_title = "External Links";
	this.resources_title = "Other Resources";
	this.eastPanel_title = "Incident Communications";	
	this.manage_category_title = "Categories";
	this.manage_links_title = "Manage Links";
	this.manage_files_title = "Manage Files";
	this.manage_users_title = "Manage Users";
	
	//Incident Grid Panel
	this.IncidentGridPanel_colPlanName = "Plan Name";
	this.IncidentGridPanel_bbarStatusMsg = "Displaying plans {0} - {1} of {2}";
        	
	//Incident Panel
	this.IncidentPanel_maintitle = "Incident";
	this.IncidentPanel_title = "Incident Action Plans";
    this.IncidentPanel_viewPlanButtonText = "View Entire Plan";
    this.IncidentPanel_viewPlanButtonTooltip = "View all plan";
    this.IncidentPanel_newPlanButtonText = "Add Plan";
    this.IncidentPanel_newPlanButtonTooltip = "Create new Plan";
    this.IncidentPanel_openPlanButtonText = "Open Plan";
    this.IncidentPanel_openPlanButtonTooltip = "View, Edit or Delete the selected Plan";
    this.IncidentPanel_openPlanButton_viewPlanMenuTextSingular = "Plan View";
    this.IncidentPanel_openPlanButton_editPlanMenuTextSingular = "Edit Plan";
    this.IncidentPanel_openPlanButton_deleteMenuTextSingular = "Delete Plan";
    this.IncidentPanel_openPlanButton_deleteMenuTextPlural = "Delete Plan(s)";
        
    // View All Plan
    this.ViewAllPlanFormPanel_goBackBtn = "Go Back";
    
    //New Incident Plan Form
    this.NewPlanForm_fieldsetTitle = "Incident Plan Information";
    this.NewPlanForm_incidentTitle = "Incident";
    this.NewPlanForm_plan = "Plan";
    
    //Open Plan Form
    this.OpenPlanFormPanel_editPlanButtonText = "Edit Plan";
    this.OpenPlanFormPanel_viewPlanButtonText = "Plan View";
    this.OpenPlanFormPanel_deletePlanButtonText = "Delete Plans";
    this.OpenPlanFormPanel_saveBtn = "Save";
    this.OpenPlanFormPanel_cancelBtn = "Cancel";
    this.OpenPlanFormPanel_editBtn = "Edit";
    this.OpenPlanFormPanel_deleteBtn = "Delete";
    this.OpenPlanFormPanel_goBackBtn = "Go Back";
    this.OpenPlanFormPanel_editPlanPanelText = "Edit Plan";
    this.OpenPlanFormPanel_viewPlanPanelText = "Plan View";
    this.OpenPlanFormPanel_incidentTitle = "Incident";
    this.OpenPlanFormPanel_plan = "Plan";
    
    //Building Grid Panel
	this.BuildingGridPanel_colPlanName = "Building/Site Name";
	
	//Building Panel
	this.BuildingPanel_title = "Building/Site Plans";
	this.BuildingPanel_viewBuildingButtonText = "View Entire Building";
    this.BuildingPanel_viewBuildingButtonTooltip = "View all Building";
    this.BuildingPanel_newBuildingButtonText = "Add Building";
    this.BuildingPanel_newBuildingButtonTooltip = "Create new Building";
    this.BuildingPanel_openBuildingButtonText = "Open Building";
    this.BuildingPanel_openBuildingButtonTooltip = "View, Edit or Delete the selected Building";
    this.BuildingPanel_openBuildingButton_viewBuildingMenuText = "View Building";
    this.BuildingPanel_openBuildingButton_editBuildingMenuText = "Edit Building";
    this.BuildingPanel_openBuildingButton_deleteMenuTextSingular = "Delete Building";
    this.BuildingPanel_openBuildingButton_deleteMenuTextPlural = "Delete Building(s)";
	
    //New Building Plan Form
    this.NewBuildingPlanForm_title = "Add A New Building";
    this.NewBuildingPlanForm_fieldsetTitle = "Building/Site Plan Information";
    this.NewBuildingPlanForm_buildingTitle = "Building Name";
    this.NewBuildingPlanForm_notes = "Notes";
    this.NewBuildingPlanForm_saveBtn = "Save";
    this.NewBuildingPlanForm_cancelBtn = "Cancel";
    
    //New Building Plan Form
    this.EditBuildingPlanForm_title = "Edit Building";
    this.EditBuildingPlanForm_fieldsetTitle = "Building/Site Plan Information";
    this.EditBuildingPlanForm_buildingTitle = "Name";
    this.EditBuildingPlanForm_notes = "Notes";
    this.EditBuildingPlanForm_saveBtn = "Save";
    this.EditBuildingPlanForm_cancelBtn = "Cancel";
    
    //Open Building Plan Form
    this.OpenBuildingFormPlan_title = "Building/Site Name";
    this.OpenBuildingFormPlan_fieldsetFloorTitle = "Floors";
    this.OpenBuildingFormPlan_fieldsetPhotoTitle = "Photos";
    this.OpenBuildingFormPlan_tbFloor_newFloorBtnText = "Add Floor";
    this.OpenBuildingFormPlan_tbFloor_newFloorBtnTooltip = "Create new Floor";
    this.OpenBuildingFormPlan_tbFloor_openFloorMenuBtnText = "Open Floor";
    this.OpenBuildingFormPlan_tbFloor_openFloorMenuBtnTooltip = "Edit or Delete the selected Floor";
    this.OpenBuildingFormPlan_tbFloor_openFloorMenuBtn_viewFloorMenuText = "View Floor";
    this.OpenBuildingFormPlan_tbFloor_openFloorMenuBtn_viewFloorMenuTooltip = "View Floor";
    this.OpenBuildingFormPlan_tbFloor_openFloorMenuBtn_editFloorMenuText = "Edit Floor";
    this.OpenBuildingFormPlan_tbFloor_openFloorMenuBtn_editFloorMenuTooltip = "Edit Floor";
    this.OpenBuildingFormPlan_tbFloor_openFloorMenuBtn_deleteMenuTextSingular = "Delete Floor";
    this.OpenBuildingFormPlan_tbFloor_openFloorMenuBtn_deleteMenuTextPlural = "Delete Floor(s)";
    this.OpenBuildingFormPlan_tbPhoto_newPhotoBtnText = "Add Photo";
    this.OpenBuildingFormPlan_tbPhoto_newPhotoBtnTooltip = "Create new Photo";
    this.OpenBuildingFormPlan_tbPhoto_openPhotoMenuBtnText = "Open Photo";
    this.OpenBuildingFormPlan_tbPhoto_openPhotoMenuBtnTooltip = "Edit or Delete the selected Photo";
    this.OpenBuildingFormPlan_tbPhoto_openPhotoMenuBtn_viewPhotoMenuText = "View Photo";
    this.OpenBuildingFormPlan_tbPhoto_openPhotoMenuBtn_viewPhotoMenuTooltip = "View Photo";
    this.OpenBuildingFormPlan_tbPhoto_openPhotoMenuBtn_editPhotoMenuText = "Edit Photo";
    this.OpenBuildingFormPlan_tbPhoto_openPhotoMenuBtn_editPhotoMenuTooltip = "Edit Photo";
    this.OpenBuildingFormPlan_tbPhoto_openPhotoMenuBtn_deleteMenuTextSingular = "Delete Photo";
    this.OpenBuildingFormPlan_tbPhoto_openPhotoMenuBtn_deleteMenuTextPlural = "Delete Photo(s)";
    this.OpenBuildingFormPlan_photoGrid_colName = "Name";
    this.OpenBuildingFormPlan_photoGrid_colPhoto = "Photo";
    this.OpenBuildingFormPlan_floorGrid_colName = "Name";
    this.OpenBuildingFormPlan_floorGrid_colNotes = "Note";
    this.OpenBuildingFormPlan_floorGrid_colFloorPlan = "Plan";
    this.OpenBuildingFormPlan_floorGrid_colLinkText = "View";
    this.OpenBuildingFormPlan_floorGrid_edit_colLinkText = "Edit";
    this.OpenBuildingFormPlan_editBtn = "Edit";
    this.OpenBuildingFormPlan_deleteBtn = "Delete";
    this.OpenBuildingFormPlan_goBackBtn = "Go Back";
    this.OpenBuildingFormPlan_floorChildWindow_title = "Add Floor";
    this.OpenBuildingFormPlan_floorChildWindow_saveBtn = "Save";
    this.OpenBuildingFormPlan_floorChildWindow_cancelBtn = "Cancel";
    this.OpenBuildingFormPlan_photoChildWindow_title = "Add Photo";
    this.OpenBuildingFormPlan_photoChildWindow_saveBtn = "Upload & Save";
    this.OpenBuildingFormPlan_photoChildWindow_cancelBtn = "Cancel";
    
    //New Building Floor Plan Form
    this.NewBuildingFloorPlanForm_title = "Add Floor";
    this.NewBuildingFloorPlanForm_fieldsetTitle = "Building/Site Floor Plan Information";
    this.NewBuildingFloorPlanForm_floorTitle = "Title";
    this.NewBuildingFloorPlanForm_floorEmtyText = "Select Plan";
    this.NewBuildingFloorPlanForm_floorText = "Plan";
    this.NewBuildingFloorPlanForm_notes = "Notes";
    this.NewBuildingFloorPlanForm_saveBtn = "Upload & Save";
    this.EditBuildingFloorPlanForm_saveBtn = "Save";
    this.NewBuildingFloorPlanForm_cancelBtn = "Cancel";
    
    //New Building Photo Plan Form
    this.NewBuildingPhotoPlanForm_title = "Add Photo";
    this.NewBuildingPhotoPlanForm_fieldsetTitle = "Building/Site Photo Information";
    this.NewBuildingPhotoPlanForm_photoName = "Name";
     this.NewBuildingPhotoPlanForm_photoEmtyText = "Select Photo";
    this.NewBuildingPhotoPlanForm_photo = "Photo";
    this.NewBuildingPhotoPlanForm_saveBtn = "Upload & Save";
    this.EditBuildingPhotoPlanForm_saveBtn = "Save";
    this.NewBuildingPhotoPlanForm_cancelBtn = "Cancel";
    
    //Open Building Floor Plan Form
    this.OpenBuildingFloorPlanForm_titleViewFloor = "View Floor";
    this.OpenBuildingFloorPlanForm_titleEditFloor = "Edit Floor";
    this.OpenBuildingFloorPlanForm_fieldsetTitle = "Floor Information";
    this.OpenBuildingFloorPlanForm_floorTitle = "Title";
    this.OpenBuildingFloorPlanForm_floorPlan = "Floor Plan";
    this.OpenBuildingFloorPlanForm_notes = "Notes";
    this.OpenBuildingFloorPlanForm_floorDownloadLink = "Download";
    this.OpenBuildingFloorPlanForm_floorDownloadLink_hRefText = "Click Here To Download";
    this.OpenBuildingFloorPlanForm_floorDownloadLink_text = "View Plan";
    this.OpenBuildingFloorPlanForm_saveBtn = "Save";
    this.OpenBuildingFloorPlanForm_cancelBtn = "Cancel";
    this.OpenBuildingFloorPlanForm_editBtn = "Edit";
    this.OpenBuildingFloorPlanForm_deleteBtn = "Delete";
    this.OpenBuildingFloorPlanForm_goBackBtn = "Go Back";
    
    //View Floor Window
    this.ViewFloorNotesWindow_title = "Notes";
    this.ViewFloorNotesWindow_closeBtn = "Close";
    
    //Open Building Photo Plan Form
    this.OpenBuildingPhotoPlanForm_titleViewFloor = "View Photo";
    this.OpenBuildingPhotoPlanForm_titleEditFloor = "Edit Photo";
    this.OpenBuildingPhotoPlanForm_fieldsetTitle = "Building/Site Photo Information";
    this.OpenBuildingPhotoPlanForm_photoName = "Name";
    this.OpenBuildingPhotoPlanForm_saveBtn = "Save";
    this.OpenBuildingPhotoPlanForm_goBackBtn = "Go Back";
    
	//Contacts Panel
    this.CONTACT_TYPE_PHONE = "Phone";
	this.CONTACT_TYPE_EMAIL = "Email";
	this.CONTACT_TYPE_ADDRESS = "Address";
	
	//Contact combobox empty text
	this.ContactsPanel_combobox_type_emptyText = "Select type";
	this.ContactsPanel_combobox_state_emptyText = "Select state";
	
	this.ContactsPanel_title = "Contacts";
	this.ContactsPanel_newContactButtonText = "Add Contact";
    this.ContactsPanel_newContactButtonTooltip = "Create new Contact";
    this.ContactsPanel_openContactButtonText = "Open Contact";
    this.ContactsPanel_openContactButtonTooltip = "Edit or Delete the selected Contact";
    this.ContactsPanel_openContactButton_viewContactMenuText = "View Contact";
    this.ContactsPanel_openContactButton_viewContactButtonTooltip = "View Contact";
    this.ContactsPanel_openContactButton_editContactMenuText = "Edit";
    this.ContactsPanel_openContactButton_editContactButtonTooltip = "Edit";
    this.ContactsPanel_openContactButton_deleteMenuTextSingular = "Delete";
    this.ContactsPanel_openContactButton_deleteButtonTooltip = "Delete";
    this.ContactsPanel_openContactButton_deleteMenuTextPlural = "Delete";
    this.ContactsGridPanel_colTitle = "Title";
    this.ContactsGridPanel_colName = "Name";
    this.ContactsPanel_contactDetails_saveButtonText = "Save";
    this.ContactsPanel_contactDetails_saveButtonTooltip = "Save Alert Notification settings";
    this.ContactsPanel_contactDetails_incidentCommandColumnTooltip = "Incident Command";
    this.ContactsPanel_contactDetails_lockoutColumnTooltip = "Lockout";
    this.ContactsPanel_contactDetails_lockdownColumnTooltip = "Lockdown";
    this.ContactsPanel_contactDetails_evacuateColumnTooltip = "Evacuate";
    this.ContactsPanel_contactDetails_shelterColumnTooltip = "Shelter";
    this.ContactsPanel_contactDetails_medicalEmergencyColumnTooltip = "Medical Emergency";
    this.ContactsPanel_contactDetails_emisColumnTooltip = "EMIS";
    
    this.ContactsGridPanel_EditButtonText = "Edit Contact";
    this.ContactsGridPanel_EditButtonTooltip = "Edit Contact";
    this.ContactsGridPanel_DeleteButtonSingularText = "Delete Contact";
    this.ContactsGridPanel_DeleteButtonTooltip = "Delete Contact(s)";
    this.ContactsGridPanel_DeleteButtonPluralText = "Delete Contact(s)";
    this.ContactsGridPanel_SaveButtonText = "Save";
    this.ContactsGridPanel_SaveButtonTooltip = "Save Alert Notification settings";
    
    //New Contact Form
    this.OpenContactForm_title = "Add Contact";
    this.OpenContactForm_editTitle = "Edit Contact";
    this.OpenContactForm_fieldsetTitle = "Contact Information";
    this.OpenContactForm_firstName = "First Name";
    this.OpenContactForm_lastName = "Last Name";
    this.OpenContactForm_fieldTitle = "Title";
    this.OpenContactForm_notes = "Notes";
    this.OpenContactForm_order = "Order";
    this.OpenContactForm_contactPhoto = "Photo:";
    this.OpenContactForm_uploadPhoto = "Upload Photo";
    this.OpenContactForm_removePhoto_checkbox_label = "Remove Photo:";
    this.OpenContactForm_photo_height = 150;
    this.OpenContactForm_photo_width = 150;
    this.OpenContactForm_photo_emptyText = "Select Photo";
    this.OpenContactForm_saveBtn = "Save";
    this.OpenContactForm_editBtn = "Save";
    this.OpenContactForm_cancelBtn = "Cancel";
    
    //View Contact Panel
    this.ViewContactPanel_title = "View Contact";
    this.ViewContactPanel_defaultPhotoURL = "./images/defaultContactPhoto.JPG";
    this.ViewContactPanel_tbNewPhoneNo = "Add Phone Number";
    this.ViewContactPanel_tbNewEmailAddress = "Add Email Address";
    this.ViewContactPanel_tbNewAddress = "Add Address";
    this.ViewContactPanel_fieldsetTitle = "Contact Information";
    this.ViewContactPanel_contactGridPanel_colType = "Type";
    this.ViewContactPanel_contactGridPanel_colContact = "Contact";
    this.ViewContactPanel_contactGridPanel_colLocation = "Location";
    this.ViewContactPanel_editBtn = "Edit";
    this.ViewContactPanel_deleteBtn = "Delete";
    this.ViewContactPanel_goBackBtn = "Go Back";
    
	// Open Address Form
    this.OpenAddressForm_newFormTitle = "Add Address";
    this.OpenAddressForm_editFormTitle = "Edit Address";
    this.OpenAddressForm_floorTitle = "Address Information";
    this.OpenAddressForm_address = "Address";
    this.OpenAddressForm_city = "City";
    this.OpenAddressForm_state = "State";
    this.OpenAddressForm_zip = "Zip";
    this.OpenAddressForm_type = "Type";
    this.OpenAddressForm_saveBtn = "Save";
    this.OpenAddressForm_cancelBtn = "Cancel";
    
    //Open Phone Number Form
    this.OpenPhoneNumberForm_newFormTitle = "Add Phone Number";
    this.OpenPhoneNumberForm_editFormTitle = "Edit Phone Number";
    this.OpenPhoneNumberForm_fieldset = "Phone Number Information";
    this.OpenPhoneNumberForm_phnno = "Phone Number";    
    this.OpenPhoneNumberForm_type = "Type";
    this.OpenPhoneNumberForm_saveBtn = "Save";
    this.OpenPhoneNumberForm_cancelBtn = "Cancel";
    
    //Open Email Form
    this.OpenEmailForm_newFormTitle = "Add Email Address";
    this.OpenEmailForm_editFormTitle = "Edit Email Address";
    this.OpenEmailForm_fieldset = "Email Address Information";
    this.OpenEmailForm_email = "Email Address";
    this.OpenEmailForm_type = "Type";
    this.OpenEmailForm_saveBtn = "Save";
    this.OpenEmailForm_cancelBtn = "Cancel";
    
	// External Links
	this.ExternalLinksPanel_title = "External Links";
	this.ExternalLinksGridPanel_colLinkName = "Links";
	this.ExternalLinksGridPanel_toolbar_addLinkBtn_text = "Add Link";
	this.ExternalLinksGridPanel_toolbar_addLinkBtn_tooltip = "Add Link";
	this.ExternalLinksGridPanel_toolbar_editLinkBtn_text = "Edit Link";
	this.ExternalLinksGridPanel_toolbar_editLinkBtn_tooltip = "Edit Link";
	this.ExternalLinksGridPanel_toolbar_deleteLinkBtn_singularText = "Delete Link";
	this.ExternalLinksGridPanel_toolbar_deleteLinkBtn_singularTooltip = "Delete Link";
	this.ExternalLinksGridPanel_toolbar_deleteLinkBtn_pluralText = "Delete Link(s)";
	this.ExternalLinksGridPanel_toolbar_deleteLinkBtn_pluralTooltip = "Delete Link(s)";
	
	//Open External Link Form
	this.OpenExternalLinkForm_fieldSet_title = "External Link Information";
	this.OpenExternalLinkForm_nameTextField_label = "Name";
	this.OpenExternalLinkForm_urlTextField_label = "URL(add http:// or https://)";
	this.OpenExternalLinkForm_saveBtn_text = "Save";
	this.OpenExternalLinkForm_cancelBtn_text = "Cancel";
	this.OpenExternalLinkForm_newFormTitle = "Add External Link";
	this.OpenExternalLinkForm_editFormTitle = "Edit External Link";
	
	
	
	//Other Resources
	this.OtherResourcesPanel_title = "Other Resources";
	this.OtherResourcesGridPanel_colResourceName = "Resource";
	this.OtherResourcesGridPanel_toolbar_addResourceBtn_text = "Add Resource";
	this.OtherResourcesGridPanel_toolbar_addResourceBtn_tooltip = "Add Resource";
	this.OtherResourcesGridPanel_toolbar_editResourceBtn_text = "Edit Resource";
	this.OtherResourcesGridPanel_toolbar_editResourceBtn_tooltip = "Edit Resource";
	this.OtherResourcesGridPanel_toolbar_deleteResourceBtn_singularText = "Delete Resource";
	this.OtherResourcesGridPanel_toolbar_deleteResourceBtn_singularTooltip = "Delete Resource";
	this.OtherResourcesGridPanel_toolbar_deleteResourceBtn_pluralText = "Delete Resource(s)";
	this.OtherResourcesGridPanel_toolbar_deleteResourceBtn_pluralTooltip = "Delete Resource(s)";
	
	//Other Resources links
	this.OtherResources_linksGridPanel_toolbar_addLinkBtn_text = "Add Link";
	this.OtherResources_linksGridPanel_toolbar_addLinkBtn_tooltip = "Add Link";
	this.OtherResources_linksGridPanel_toolbar_editLinkBtn_text = "Edit Link";
	this.OtherResources_linksGridPanel_toolbar_editLinkBtn_tooltip = "Edit Link";
	this.OtherResources_linksGridPanel_toolbar_deleteLinkBtn_singularText = "Delete Link";
	this.OtherResources_linksGridPanel_toolbar_deleteLinkBtn_singularTooltip = "Delete Link";
	this.OtherResources_linksGridPanel_toolbar_deleteLinkBtn_pluralText = "Delete Link(s)";
	this.OtherResources_linksGridPanel_toolbar_deleteLinkBtn_pluralTooltip = "Delete Link(s)";
	
	//Other Resources files
	this.OtherResources_filesGridPanel_toolbar_addFileBtn_text = "Add File";
	this.OtherResources_filesGridPanel_toolbar_addFileBtn_tooltip = "Add File";
	this.OtherResources_filesGridPanel_toolbar_editFileBtn_text = "Edit File";
	this.OtherResources_filesGridPanel_toolbar_editFileBtn_tooltip = "Edit File";
	this.OtherResources_filesGridPanel_toolbar_deleteFileBtn_singularText = "Delete File";
	this.OtherResources_filesGridPanel_toolbar_deleteFileBtn_singularTooltip = "Delete File";
	this.OtherResources_filesGridPanel_toolbar_deleteFileBtn_pluralText = "Delete File(s)";
	this.OtherResources_filesGridPanel_toolbar_deleteFileBtn_pluralTooltip = "Delete File(s)";
	
	//Open Other Resources
	this.OpenOtherResourcesForm_title = "Add Resource";
	this.OpenOtherResourcesForm_saveBtn_text = "Save";
	this.OpenOtherResourcesForm_cancelBtn_text = "Cancel";
	this.OpenOtherResourcesForm_fieldSet_title = "Other Resource Information";
	this.OpenOtherResourcesForm_nameTextField_label = "Name";
	
	//Edit Other Resources
	this.EditOtherResourcesForm_title = "Edit Resource";
	this.EditOtherResourcesForm_saveBtn_text = "Save";
	this.EditOtherResourcesForm_cancelBtn_text = "Cancel";
	this.EditOtherResourcesForm_fieldSet_title = "Other Resource Information";
	this.EditOtherResourcesForm_nameTextField_label = "Name";
	
	//New resource Link Form
	this.NewResourcesLinkForm_title = "New Resource Link";
	this.NewResourcesLinkForm_saveBtn_text = "Save";
	this.NewResourcesLinkForm_cancelBtn_text = "Cancel";
	this.NewResourcesLinkForm_fieldSet_title = "New Resource Link Information";
	this.NewResourcesLinkForm_linkNameTextField_label = "Name";
	this.NewResourcesLinkForm_linkURLTextField_label = "URL(add http:// or https://)";
	
	//Edit resource Link Form
	this.EditResourcesLinkForm_title = "Edit Resource Link";
	this.EditResourcesLinkForm_saveBtn_text = "Save";
	this.EditResourcesLinkForm_cancelBtn_text = "Cancel";
	this.EditResourcesLinkForm_fieldSet_title = "Edit Resource Link Information";
	this.EditResourcesLinkForm_linkNameTextField_label = "Name";
	this.EditResourcesLinkForm_linkURLTextField_label = "URL(add http:// or https://)";
	
	//New resource File Form
	this.NewResourcesFileForm_title = "New Resource File";
	this.NewResourcesFileForm_saveBtn_text = "Upload & Save";
	this.NewResourcesFileForm_cancelBtn_text = "Cancel";
	this.NewResourcesFileForm_fieldSet_title = "New Resource File Information";
	this.NewResourcesFileForm_linkNameTextField_label = "Name";
	this.NewResourcesFileForm_linkURLTextField_label = "File";
	
	//Edit resource File Form
	this.EditResourcesFileForm_title = "Edit Resource File";
	this.EditResourcesFileForm_saveBtn_text = "Upload & Save";
	this.EditResourcesFileForm_cancelBtn_text = "Cancel";
	this.EditResourcesFileForm_fieldSet_title = "Edit Resource File Information";
	this.EditResourcesFileForm_linkNameTextField_label = "Name";
	this.EditResourcesFileForm_linkURLTextField_label = "File";
	
	//Manage Category Grid Panel
	this.ManageCategoryGridPanel_colCategoryName = "Category";
	
	//Manage Category Panel
	this.ManageCategoryPanel_title = "Manage Categories";
	this.ManageCategoryPanel_newCategoryButtonText = "Add Category";
	this.ManageCategoryPanel_newCategoryButtonTooltip = "Add Category";
	this.ManageCategoryPanel_openCategoryButtonText = "Open Category";
	this.ManageCategoryPanel_openCategoryButtonTooltip = "View, Edit or Delete the selected Category";
	this.ManageCategoryPanel_openCategoryButton_viewCategoryMenuText = "View Category";
	this.ManageCategoryPanel_openCategoryButton_viewCategoryMenuTooltip = "View Category";
	this.ManageCategoryPanel_openCategoryButton_editCategoryMenuText = "Edit Category";
	this.ManageCategoryPanel_openCategoryButton_editCategoryMenuTooltip = "Edit Category";
	this.ManageCategoryPanel_openCategoryButton_deleteMenuTextSingular = "Delete Category";
	this.ManageCategoryPanel_openCategoryButton_deleteMenuTooltip = "Delete Category";
	this.ManageCategoryPanel_openCategoryButton_deleteMenuTextPlural = "Delete Categories";
	this.ManageCategoryPanel_manageLinksButtonText = "Manage Category Links";
	this.ManageCategoryPanel_manageFilesButtonText = "Manage Category Files";
	this.ManageCategoryPanel_deleteCategoryButtonText = "Delete";
	
	//Open Category Form
	this.OpenCategoryForm_newFormTitle = "Add Category";
    this.OpenCategoryForm_editFormTitle = "Edit Category";
    this.OpenCategoryForm_floorTitle = "Category Information";
    this.OpenCategoryForm_categoryName = "Name";
    this.OpenCategoryForm_saveBtn = "Save";
    this.OpenCategoryForm_cancelBtn = "Cancel";
    
    //View Category Panel
    this.ViewCategoryPanel_title = "View Category";
    this.ViewCategoryPanel_fieldsetFilesTitle = "Files";
    this.ViewCategoryPanel_fieldsetLinksTitle = "Links";
    this.ViewCategoryPanel_filesGridPanel_colFileName = "File Name";
    this.ViewCategoryPanel_filesGridPanel_colFile = "File";
    this.ViewCategoryPanel_filesGridPanel_colFileView = "View";
    this.ViewCategoryPanel_filesGridPanel_colViewFile = "View File";
    this.ViewCategoryPanel_linksGridPanel_colLinksName = "Link Name";
    this.ViewCategoryPanel_linksGridPanel_colFile = "Link";
    this.ViewCategoryPanel_editBtn = "Edit";
    this.ViewCategoryPanel_goBackBtn = "Go Back";
    
    
    //View Manage category Panel
	//Manage Links Grid Panel
	this.ManageLinksGridPanel_colLinksName = "Name";
	this.ManageLinksGridPanel_colLinksUrl = "URL";	
	//Manage Links Panel
	this.ManageLinksPanel_title = "Manage Links";
	this.ManageLinksPanel_newLinkButtonText = "Add Link";
	this.ManageLinksPanel_newLinkButtonTooltip = "Add Link";	
	this.ManageLinksPanel_openLinkButtonText = "Open Link";
	this.ManageLinksPanel_openLinkButtonTooltip = "Edit or Delete the selected Link";
	this.ManageLinksPanel_openLinkButton_viewLinkMenuText = "View Link";
	this.ManageLinksPanel_openLinkButton_viewLinkMenuTooltip = "View Link";
	this.ManageLinksPanel_openLinkButton_editLinkMenuText = "Edit Link";
	this.ManageLinksPanel_openLinkButton_editLinkMenuTooltip = "Edit Link";
	this.ManageLinksPanel_openLinkButton_deleteMenuTextSingular = "Delete Link";
	this.ManageLinksPanel_openLinkButton_deleteMenuTooltip = "Delete Link";
	this.ManageLinksPanel_openLinkButton_deleteMenuTextPlural = "Delete Links";	
	//Manage Files Grid Panel
	this.ManageFilesGridPanel_colTitle = "Title";
	this.ManageFilesGridPanel_colFileName = "File Name";
	this.ManageFilesGridPanel_colFileSize = "Size";	
	//Manage Files Panel
	this.ManageFilesPanel_title = "Manage Files";
	this.ManageFilesPanel_openFileButton_editFileMenuText = "Edit File";
	this.ManageFilesPanel_openFileButton_editFileMenuTooltip = "Edit File";
	this.ManageFilesPanel_openFileButton_deleteUserMenuTextSingular = "Delete File";
	this.ManageFilesPanel_openFileButton_deleteUserMenuTextPlural = "Delete Files";
	this.ManageFilesPanel_openFileButton_deleteUserMenuTooltip = "Delete File(s)";
	this.ManageFilesPanel_viewFileButtonText = "View File";
	this.ManageFilesPanel_viewFileButtonTooltip = "View File";
	this.ManageFilesPanel_newFileButtonText = "Add File";
	this.ManageFilesPanel_newFileButtonTooltip = "Add New File";	
	this.ManageFilesPanel_openFileButtonText = "Open File";
	this.ManageFilesPanel_openFileButtonTooltip = "View, Edit or Delete the selected File";
	
	//Open Links Form
	this.OpenLinkForm_newFormTitle = "Add Link";
    this.OpenLinkForm_editFormTitle = "Edit Link";
    this.OpenLinkForm_fieldsetTitle = "Link Information";
	this.OpenLinkForm_Name = "Name";
	this.OpenLinkForm_URL = "URL(add http:// or https://)";
	this.OpenLinkForm_categoryType = "Type";
	this.OpenLinkForm_saveBtn = "Save";
	this.OpenLinkForm_cancelBtn = "Cancel";	
		
	//Open Files Form
	this.OpenFileForm_newFormTitle = "Upload File";
    this.OpenFileForm_editFormTitle = "Edit File";
    this.OpenFileForm_fieldset = "File Information";
    this.OpenFileForm_fileName = "File Name";
    this.OpenFileForm_fileUpload = "File";
    this.OpenFileForm_emtyFileText = "Select File";
    this.OpenFileForm_categoryType = "Type";
    this.OpenFileForm_saveBtn = "Upload & Save";
    this.EditFileForm_saveBtn = "Save";
    this.OpenFileForm_cancelBtn = "Cancel";	
    
    //Image Viewer Panel
    //buttons
    this.ImageViewerPanel_title = "Image Viewer";
    this.ImageViewerPanel_saveAnnotBtn = "Save";
    this.ImageViewerPanel_deleteAnnotBtn = "Delete";
    this.ImageViewerPanel_printBtn = "Print";
    this.ImageViewerPanel_loadBtn = "Load";
    this.ImageViewerPanel_burnAnnotBtn = "Burn";
    this.ImageViewerPanel_clearBtn = "Clear";
    this.ImageViewerPanel_stickyNoteBtn = "Sticky Note";
    this.ImageViewerPanel_ellipseBtn = "Ellipse";
    this.ImageViewerPanel_highlightBtn = "HighLight";
    this.ImageViewerPanel_rubberStampBtn = "Rubber Stamp";
    this.ImageViewerPanel_lineBtn = "Line";
    this.ImageViewerPanel_upArrowLineBtn = "Up Arrow Line";
    this.ImageViewerPanel_downArrowLineBtn = "Down Arrow Line";
    this.ImageViewerPanel_freeHandBtn = "Free Hand";
    this.ImageViewerPanel_polygonBtn = "Polygon";
    this.ImageViewerPanel_rectangleBtn = "Rectangle";
    this.ImageViewerPanel_redactionBtn = "Redaction";
    this.ImageViewerPanel_imageBtn = "Image";
    this.ImageViewerPanel_imageStampBtn = "Image";
    this.ImageViewerPanel_stickyNoteBtn = "Sticky Note";
    this.ImageViewerPanel_textAnnotationBtn = "Text";
    this.ImageViewerPanel_openAnnotationMenuBtn = "Annotations";
    this.ImageViewerPanel_openCEMMSMenuBtn = "Symbols";
    this.ImageViewerPanel_zoomInBtn = "Zoom In";
    this.ImageViewerPanel_zoomOutBtn = "Zoom Out";
    this.ImageViewerPanel_panBtn = "Pan";
    this.ImageViewerPanel_magnifierBtn = "Magnifier";
    this.ImageViewerPanel_openViewerInNewWindowBtn = "Full Screen";
    this.ImageViewerPanel_openViewerInEditModeBtn_text = "Edit";
    this.ImageViewerPanel_assemblyAreaBtn = "Assembly Area";
    this.ImageViewerPanel_assemblyArea1Btn = "Assembly Area 1";
    this.ImageViewerPanel_assemblyArea2Btn = "Assembly Area 2";
    this.ImageViewerPanel_assemblyArea3Btn = "Assembly Area 3";
    this.ImageViewerPanel_helibaseBtn = "Helibase";
    this.ImageViewerPanel_baseBtn = "Base";
    this.ImageViewerPanel_stagingAreaBtn = "Staging Area";
    this.ImageViewerPanel_incidentCommandBtn = "Incident Command";
    this.ImageViewerPanel_chemicalsBtn = "Chemicals";
    this.ImageViewerPanel_electricalPanelBtn = "Electrical Panel";
    this.ImageViewerPanel_fireExtinguisherBtn = "Fire Extinguisher";
    this.ImageViewerPanel_exitBtn = "Exit";
    this.ImageViewerPanel_compassBtn = "Compass";
    this.ImageViewerPanel_annotationTypesBtnGroup_title = "Annotations Types";
    this.ImageViewerPanel_cemmsBtnGroup_title = "Symbols";
    this.ImageViewerPanel_height_offset = 18;
    this.ImageViewerPanel_printImageOptionWindow_title = "Print Image";
    this.ImageViewerPanel_printImageOptionForm_fieldSet_title = "Select Option";
    this.ImageViewerPanel_printImageOptionForm_without_annots = "Without Annotations";
    this.ImageViewerPanel_printImageOptionForm_with_annots = "With Annotations";
    this.ImageViewerPanel_printImageOptionForm_nextBtn_text = "Next";
    this.ImageViewerPanel_printImageOptionForm_cancelBtn_text = "Cancel";
    
    //tooltips
    this.ImageViewerPanel_zoomInTooltip = "Zoom In";
    this.ImageViewerPanel_zoomOutTooltip = "Zoom Out";
    this.ImageViewerPanel_panTooltip = "Pan";
    this.ImageViewerPanel_magnifierTooltip = "Magnifier";
    this.ImageViewerPanel_openViewerInNewWindowTooltip = "View On Full Screen";
    this.ImageViewerPanel_openViewerInEditModeBtn_tooltip = "Open Image in Edit mode";
    this.ImageViewerPanel_saveBtnTooltip = "Save Annotations";
    this.ImageViewerPanel_printBtnTooltip = "Print Image";
    this.ImageViewerPanel_deleteBtnTooltip = "Delete Annotations";
    this.ImageViewerPanel_loadBtnTooltip = "Load Annotations";
    this.ImageViewerPanel_burnBtnTooltip = "Burn Annotations";
    this.ImageViewerPanel_clearBtnTooltip = "Clear Annotations";
    this.ImageViewerPanel_stickyNoteBtnTooltip = "Sticky Note";
    this.ImageViewerPanel_ellipseBtnTooltip = "Ellipse";
    this.ImageViewerPanel_highlightBtnTooltip = "HighLight your text";
    this.ImageViewerPanel_rubberStampBtnTooltip = "Rubber Stamp";
    this.ImageViewerPanel_lineBtnTooltip = "Line";
    this.ImageViewerPanel_upArrowLineBtnTooltip = "Up Arrow Line";
    this.ImageViewerPanel_downArrowLineBtnTooltip = "Down Arrow Line";
    this.ImageViewerPanel_freeHandBtnTooltip = "Free Hand sketch";
    this.ImageViewerPanel_polygonBtnTooltip = "Polygon";
    this.ImageViewerPanel_rectangleBtnTooltip = "Rectangle";
    this.ImageViewerPanel_redactionBtnTooltip = "Redaction";
    this.ImageViewerPanel_imageBtnTooltip = "Image";
    this.ImageViewerPanel_rubberStampBtnTooltip = "Rubber Stamp";
    this.ImageViewerPanel_stickyNoteBtnTooltip = "Sticky Note";
    this.ImageViewerPanel_textAnnotationBtnTooltip = "Text";
    this.ImageViewerPanel_assemblyAreaBtnTooltip = "Assembly Area";
    this.ImageViewerPanel_assemblyArea1BtnTooltip = "Assembly Area 1";
    this.ImageViewerPanel_assemblyArea2BtnTooltip = "Assembly Area 2";
    this.ImageViewerPanel_assemblyArea3BtnTooltip = "Assembly Area 3";
    this.ImageViewerPanel_helibaseBtnTooltip = "Helibase";
    this.ImageViewerPanel_baseBtnTooltip = "Base";
    this.ImageViewerPanel_stagingAreaBtnTooltip = "Staging Area";
    this.ImageViewerPanel_incidentCommandBtnTooltip = "Incident Command";
    this.ImageViewerPanel_chemicalsBtnTooltip = "Chemicals";
    this.ImageViewerPanel_electricalPanelBtnTooltip = "Electrical Panel";
    this.ImageViewerPanel_fireExtinguisherBtnTooltip = "Fire Extinguisher";
    this.ImageViewerPanel_exitBtnTooltip = "Exit";
    this.ImageViewerPanel_compassBtnTooltip = "Compass";
    this.ImageViewerPanel_cemmsOpenMenuTooltip = "Common Emergency Management Mapping Symbols";
    this.ImageViewerPanel_annotationOpenMenuTooltip = "Annotation Types";
    
    //View Incident Communication Log Panel
    this.ViewICLogPanel_popup_title = "Incident Communication Log";
    this.ViewICLogPanel_fieldSet_title = "View Log";
    this.ViewICLogPanel_selectDate_fieldLabel = "Select Date";
    this.ViewICLogPanel_selectDate_emptyText = "Select Date";
    this.ViewICLogPanel_log_fieldLabel = "Log";
    this.ViewICLogPanel_selectSessionType_fieldLabel = "Select Session Type";
    this.ViewICLogPanel_selectSessionType_public_boxLabel = "Public Session";
    this.ViewICLogPanel_selectSessionType_restricted_boxLabel = "Restricted Session";
    this.ViewICLogPanel_noLog_html = "<br/><br/><div class=\"noLogMessageCSS\">There is no log for this date.</div>";
    this.ViewICLogPanel_downloadPdfBtnText = "Download";
    this.ViewICLogPanel_downloadPdfBtnTooltip = "Download PDF";
    
	// Manage User Grid Panel
	this.ManageUsersGridPanel_colName = "Name";
	this.ManageUsersGridPanel_colUserName = "Username";
	this.ManageUsersGridPanel_colUserRole = "Role";
	
	//Manage Users Panel
	this.ManageUserPanel_title = "Manage Users";
	this.ManageUserPanel_openUsersButton_editUserMenuText = "Edit User";
	this.ManageUserPanel_openUsersButton_editUserMenuTooltip = "Edit User";
	this.ManageUserPanel_openUsersButton_deleteUserMenuTextSingular = "Delete User";
	this.ManageUserPanel_openUsersButton_deleteUserMenuTextPlural = "Delete Users";
	this.ManageUserPanel_openUsersButton_deleteUserMenuTooltip = "Delete User(s)";
	this.ManageUserPanel_newUserButtonText = "Add User";
	this.ManageUserPanel_newUserButtonTooltip = "Create New User";
	this.ManageUserPanel_openUserButtonText = "Open User";
	this.ManageUserPanel_openUserButtonTooltip = "Edit or Delete the selected User";
	
	//Open User Form
	this.OpenUserForm_newFormTitle = "Add User";
	this.OpenUserForm_viewFormTitle = "View User";
    this.OpenUserForm_editFormTitle = "Edit User";
    this.OpenUserForm_fieldset = "User Information";
    this.OpenUserForm_firstName = "First Name";
    this.OpenUserForm_lastName = "Last Name";
    this.OpenUserForm_userName = "User Name";
    this.OpenUserForm_password = "Password";
    this.OpenUserForm_roleType = "Type";
    this.OpenUserForm_roleType_emptyText = "Select Role Type";
    this.OpenUserForm_saveBtn = "Save";
    this.OpenUserForm_cancelBtn = "Cancel";
	
    this.GridPanel_loadingMessage = "Please Wait...";
	this.LoadingMessage = "Please Wait...";
	this.GridPanel_colLinkMoreText = "more";
	
	
	// Message Board
	this.MessageBoard_newMsgBtn = "New Thread";
	this.MessageBoard_viewMsgBtn = "View Thread";
	this.MessageBoard_closeThreadMsgBtn = "Close Thread(s)";
	this.MessageBoard_closeThreadMsgBtnTextSingular = "Close Thread";
    this.MessageBoard_closeThreadMsgBtnTextPlural = "Close Thread(s)";
	this.MessageGrid_lastActivity = "Last Activity";
	this.MessageGrid_incidents = "Incident";
	this.MessageGrid_startBy = "Start By";
	this.MessageGrid_status = "Status";
	this.GridPanel_bbarEmptyText = "No thread matching your current search options";
	
	this.OpenThreadPopup_title = "View Thread";
	this.OpenThreadPopup_postToThisThread = "Post To This Thread";
	this.OpenThreadPopup_closeThisThread = "Close This Thread";
	this.OpenThreadPopup_posted = "Posted Date";
	this.OpenThreadPopup_by = "Posted By";
	this.OpenThreadPopup_threadText = "Message";
	
	this.NewThreadPopup_title = "New Thread";
	this.NewThreadPopup_startThreadBtn = "Start This Thread";
	this.NewThreadPopup_cancelBtn = "Cancel";
	this.NewThreadPopup_fieldsetTitle = "Thread Information";
	this.NewThreadPopup_threadName = "Title";
	this.THREAD_STATUS_CLOSED = "Closed";
	this.THREAD_STATUS_OPEN = "Open";
	
	this.PostThreadPopup_title = "Post To Thread";
	this.PostThreadPopup_postThredPanel_postLabel = "Post";
	this.PostThreadPopup_cancelBtn = "Cancel";
	
	this.ReadPostThreadPopup_title = "View Post";
	this.PostThreadPopup_postThredPanel_closeLabel = "Close";
	
	//Incident Protocol types
	this.IncidentProtocol_incidentCommand = "INCIDENT COMMAND";
	this.IncidentProtocol_lockout = "LOCKOUT";
	this.IncidentProtocol_lockdown = "LOCKDOWN";
	this.IncidentProtocol_evacuate = "EVACUATE";
	this.IncidentProtocol_shelter = "SHELTER";
	this.IncidentProtocol_medicalEmergency = "MEDICAL EMERGENCY";
	this.IncidentProtocol_EMIS = "EMIS";
	this.IncidentProtocol_incidentUpdate = "INCIDENT UPDATE";
	
	//Stratus Mobile content types
	this.StratusMobile_contentType_text = 1;
	this.StratusMobile_contentType_voice = 2;
	
	//Header popup
	this.HeaderPopup_next_btn = "Submit";
	this.HeaderPopup_cancel_btn = "Cancel";
	this.HeaderPopup_notificationType = "Notification Type:";
	this.HeaderPopup_notificationType_text = "Text";
	this.HeaderPopup_notificationType_voice = "Voice";
	this.HeaderPopup_warningText = "<span class=\"waeningNotice\">WARNING NOTICE</span>: If you are authorized to initiate this Incident Action Plan, notification will be published. If you are not authorized to activate this Incident Action Plan this notification will be escalated to your Incident Command Team for a final determination.";
	this.HeaderPopup_textArea_emptyText = "Description entered here";
	
	
	//Incident Command and header popup
	this.IncidentCommand_headerPopup_MsgText = "An INCIDENT has taken place and requires the immediate attention of the Incident Command team. This notification is being submitted by ";
	this.IncidentCommand_headerPopup_nature_of_incident = "Nature of Incident";
	this.IncidentCommand_headerPopup_textArea_emptyText = "Description entered here";
	this.IncidentCommand_headerPopup_maxLenthText = "Maximum 130 characters allowed";
	
	//Lockout header popup
	this.Lockout_headerPopup_MsgText = "A <span class=\"lockoutMsgText\">LOCKOUT</span> has been initiated by  ";
	this.Lockout_headerPopup_reasonText = "REASON FOR LOCKOUT";
	
	//Lockdown header popup
	this.Lockdown_headerPopup_MsgText = "A <span class=\"lockoutMsgText\">LOCKDOWN</span> has been initiated by  ";
	this.Lockdown_headerPopup_reasonText = "REASON FOR LOCKDOWN";
	
	//Evacuate header popup
	this.Evacuate_headerPopup_MsgText = "A <span class=\"lockoutMsgText\">EVACUATE</span> has been initiated by  ";
	this.Evacuate_headerPopup_reasonText = "REASON FOR EVACUATE";
	
	//Shelter header popup
	this.Shelter_headerPopup_MsgText = "A <span class=\"lockoutMsgText\">SHELTER</span> has been initiated by  ";
	this.Shelter_headerPopup_reasonText = "REASON FOR SHELTER";
	
	//Account Management
	this.AccountManagement_title = "Account Management";
	this.AccountManagement_accountGridPanel_fieldset_title = "Account List";
	this.AccountManagement_accountGridPanel_name_colName = "Name";
	this.AccountManagement_accountGridPanel_name_colShortName = "Short Name";
	this.AccountManagement_accountGridPanel_address_colName = "Address";
	this.AccountManagement_accountGridPanel_isActive_colName = "IsActive";
	this.AccountManagement_toolbar_newAccount_btnText = "Add Account";
	this.AccountManagement_toolbar_newAccount_btnTooltip = "Add New Account";
	this.AccountManagement_toolbar_editAccount_btnText = "Edit Account";
	this.AccountManagement_toolbar_editAccount_btnTooltip = "Edit Account Details";
	
	//Create Account Form
	this.CreateAccountForm_title = "Create Account";
    this.CreateAccountForm_fieldset = "Account Information";
    this.CreateAccountForm_defaultAdmin_fieldset = "Default Admin User";
    this.CreateAccountForm_accountName = "Name";
    this.CreateAccountForm_accountShortName = "Short Name";
    this.CreateAccountForm_accountAddress = "Address";
    this.CreateAccountForm_accountTypes = "Type";
    this.CreateAccountForm_accountType_emptyText = "Select Account Type";
    this.CreateAccountForm_saveBtn = "Create";
    this.CreateAccountForm_resetBtn = "Reset";
    this.CreateAccountForm_cancelBtn = "Cancel";
    this.CreateAccountForm_succes_msg = "Account Created";
    this.CreateAccountForm_failed_msg = "Account Not Created";
    this.CreateAccountForm_accountLogo = "Logo";
    this.CreateAccountForm_accountlogo_emptyText = "Select Logo";
    this.CreateAccountForm_username = "User Name";
    this.CreateAccountForm_password = "Password";
    this.CreateAccountForm_firstname = "First Name";
    this.CreateAccountForm_lastname = "Last Name";
    
    //Edit Account Form
	this.EditAccountForm_title = "Edit Account";
    this.EditAccountForm_fieldset_title = "Account Information";
    this.EditAccountForm_accountName = "Name";
    this.EditAccountForm_accountShortName = "Short Name";
    this.EditAccountForm_accountAddress = "Address";
    this.EditAccountForm_accountTypes = "Type";
    this.EditAccountForm_accountType_emptyText = "Select Account Type";
    this.EditAccountForm_saveBtn = "Save";
    this.EditAccountForm_cancelBtn = "Cancel";
    this.EditAccountForm_succes_msg = "Account Created";
    this.EditAccountForm_failed_msg = "Account Not Created";
    this.EditAccountForm_accountLogo = "Logo";
    this.EditAccountForm_accountlogo_emptyText = "Select Logo";
    this.EditAccountForm_account_removeLogo = "Remove Logo";
    this.EditAccountForm_account_isActive = "Is Active:";
    this.EditAccountForm_account_isActive_active = "Active";
    this.EditAccountForm_account_isActive_inActive = "Inactive";
	
	//Incident Communication panel
	this.IncidentCommunicationPanel_publicSessionPanel_title = "Public Session";
	this.IncidentCommunicationPanel_restrictedSessionPanel_title = "Restricted Session";
	this.IncidentCommunicationPanel_enterMsg_labelText = "Enter message";
	this.IncidentCommunicationPanel_sendMsg_btnText = "Send";
	this.IncidentCommunicationPanel_publicSessionPanel_fieldSetTitle = "Public Session";
	this.IncidentCommunicationPanel_restrictedSessionPanel_fieldSetTitle = "Restricted Session";
	this.IncidentCommunicationPanel_msgToSend_emptyText = "Enter message here";
	this.IncidentCommunicationPanel_toolBar_closeSessionBtn_text = "Close Session";
	this.IncidentCommunicationPanel_toolBar_closeSessionBtn_tooltip = "Close Session";
	this.IncidentCommunicationPanel_toolBar_viewLogBtn_text = "View Log";
	this.IncidentCommunicationPanel_toolBar_viewLogBtn_tooltip = "View Log";
	this.IncidentCommunicationPanel_getNewICMsg_functionName = "getNewICMsgs()";
	this.IncidentCommunicationPanel_checkActiveIC_functionName = "getActivePublicICs()";
	this.IncidentCommunicationPanel_newICMsg_interval = 5000;
	this.IncidentCommunicationPanel_activeIncidentWelcomePanel_htmlText = "<center><b>An Incident has been activated</b></center>";
	
	this.IncidentCommunicationPanel_descriptionLengthMsg = "(Keep your description short and to the point - 130 characters or less)";
	
	//Incident Command protocol
	this.IncidentCommandProtocol_unauthorizedUser_msg = "You are not authorized user for this feature.";
	this.IncidentCommandProtocol_activeIC_msg = "An Incident has already been started.\n A new Incident can not be started until current active Incident is closed.";
	
	//Terms Of Use Window
	this.TermsOfUse_windowTitle = "Terms of Use";
	//South Panel
	this.SouthPanel_title = "2007 &copy; READY OR NOT LLC, All Rights Reserved. Terms of Use | Contact Help Desk | Get Info";
	
	//Help Text
	this.IncidentActionPlan_helpText = "<b>Incident Action Plan Help Text </b> <br/> Enter Incident Action Plan Help Text Here.";
	this.BuildingSite_helpText = "<b>Building/Site Plans Help Text </b> <br/>Enter Building/Site Plans Help Text Here.";
	this.Contact_helpText = "<b>Contacts Help Text </b> <br/>Enter Contacts Help Text Here.";
	this.Category_helpText = "<b>Categories Help Text </b> <br/>Enter Categories Help Text Here.";
	this.ManageCategory_helpText = "<b>Manage Categories Help Text </b> <br/>Enter Manage Categories Help Text Here.";
	this.Otherresource_helpText = "<b>Other Resources Help Text </b> <br/>Enter Other Resources Help Text Here.";
	this.Users_helpText = "<b>Manage Users Help Text </b> <br/>Enter Manage Users Help Text Here.";
	
	//Error Form
	this.Ron_errorPageTitle = "RON";
	
	//Hash Table Object to store error code and respective error code message.
	this.ht = new Ext.ux.Hashtable();
	
	//User Success.
	this.ht.put('user.success.planAddSuccess', 'Plan added successfully.');
	this.ht.put('user.success.planUpdateSuccess', 'Plan updated successfully.');
	this.ht.put('user.success.planDeleteSuccess', 'Plan deleted successfully.');
	//Building message
	this.ht.put('user.success.buildingAddSuccess', 'Building added successfully.');
	this.ht.put('user.success.buildingUpdateSuccess', 'Building updated successfully.');
	this.ht.put('user.success.buildingDeleteSuccess', 'Building deleted successfully.');
	this.ht.put('user.success.buildingFloorAddSuccess', 'Building Floor added successfully.');
	this.ht.put('user.success.buildingFloorUpdateSuccess', 'Building Floor updated successfully.');
	this.ht.put('user.success.buildingFloorDeleteSuccess', 'Building Floor deleted successfully.');
	this.ht.put('user.success.buildingPhotoAddSuccess', 'Building Photo added successfully.');
	this.ht.put('user.success.buildingPhotoUpdateSuccess', 'Building Photo updated successfully.');
	this.ht.put('user.success.buildingPhotoDeleteSuccess', 'Building Photo deleted successfully.');
	//Contacts message
	this.ht.put('user.success.contactAddSuccess', 'Contact added successfully.');
	this.ht.put('user.success.contactUpdateSuccess', 'Contact updated successfully.');
	this.ht.put('user.success.contactDeleteSuccess', 'Contact deleted successfully.');
	this.ht.put('user.success.phoneAddSuccess', 'Phone number added successfully.');
	this.ht.put('user.success.emailAddSuccess', 'Email added successfully.');
	this.ht.put('user.success.phoneEditSuccess', 'Phone number updated successfully.');
	this.ht.put('user.success.emailEditSuccess', 'Email updated successfully.');
	this.ht.put('user.success.contactNotificationMatrixEditSuccess', 'Incident alert notification settings for selected contacts saved successfully.');
	this.ht.put('user.success.contactDetailsNotificationMatrixEditSuccess', 'Incident alert notification settings for selected contact details saved successfully.');
	//Manage category message
	this.ht.put('user.success.categoryAddSuccess', 'Category added successfully.');
	this.ht.put('user.success.categoryEditSuccess', 'Category updated successfully.');
	this.ht.put('user.success.categoryDeleteSuccess', 'Category deleted successfully.');
	this.ht.put('user.success.categoryLinkAddSuccess', 'Link added successfully.');
	this.ht.put('user.success.categoryLinkEditSuccess', 'Link updated successfully.');
	this.ht.put('user.success.categoryLinkDeleteSuccess', 'Link(s) deleted successfully.');
	this.ht.put('user.success.categoryFileAddSuccess', 'File added successfully.');
	this.ht.put('user.success.categoryFileEditSuccess', 'File updated successfully.');
	this.ht.put('user.success.categoryFileDeleteSuccess', 'File(s) deleted successfully.');
	//Message board message
	this.ht.put('thread.close.success', 'Thread(s) closed successfully');
	this.ht.put('thread.add.success', 'New thread added successfully');
	//Manage user messages
	this.ht.put('user.success.userAddSuccess', 'User added successfully.');
	this.ht.put('user.success.userEditSuccess', 'User updated successfully.');
	this.ht.put('user.success.userDeleteSuccess', 'User deleted successfully.');
	
	//External Link messages
	this.ht.put('extLink.add.success', 'External Link added successfully');
	this.ht.put('extLink.edit.success', 'External Link edited successfully');
	this.ht.put('extLink.delete.success', 'External Links deleted successfully');
	
	//Other Resources messages
	this.ht.put('otherResource.add.success', 'Resource added successfully');
	this.ht.put('otherResource.edit.success', 'Resource edited successfully');
	this.ht.put('otherResource.delete.success', 'Resources deleted successfully');
	
	//Other resources link messages
	this.ht.put('otherResourcelink.add.success', 'Resource Link added successfully');
	this.ht.put('otherResourcelink.edit.success', 'Resource Link edited successfully');
	this.ht.put('otherResourcelink.delete.success', 'Resource Link deleted successfully');
	
	//Other resources file messages
	this.ht.put('otherResourcefile.add.success', 'Resource File added successfully');
	this.ht.put('otherResourcefile.edit.success', 'Resource File edited successfully');
	this.ht.put('otherResourcefile.delete.success', 'Resource File deleted successfully');
	
	//Account management messages
	this.ht.put('accountManagement.add.success', 'Account Created successfully');
	this.ht.put('accountManagement.edit.success', 'Account edited successfully');
	
	// User error.
	this.ht.put("ER-H-01", "Insufficient parameters to perform the specified action");
    this.ht.put("ER-H-02", "Error occurred while executing the action");
    this.ht.put("ER-H-03", "Session is not valid");
    this.ht.put("ER-H-04", "User is not authorized for the requested action on feature");
    this.ht.put("ER-H-05", "Unknown action requested");
    this.ht.put("ER-H-06", "URL is not correct");
    this.ht.put("ER-H-07", "Document directory doesn't exist.");
    this.ht.put("ER-H-08", "Requested file not found.");
    this.ht.put("ER-H-09", "Session is expired.");
    this.ht.put("ER-H-10", "Default file not set.");
    this.ht.put("ER-H-11", "Photo not supplied while adding new contact.");
    this.ht.put("ER-H-12", "You have been signed out because you signed in on a different computer or device.");


    this.ht.put("ER-U-001", "Invalid UserName or Password");
    this.ht.put("ER-U-002", "Invalid session ID");
    this.ht.put("ER-U-003", "Unauthorized user");
    this.ht.put("ER-U-004", "Error occurred while creating session");
    this.ht.put("ER-U-005", "Error occurred while validating session");
    this.ht.put("ER-U-006", "Error occurred while closing session");
    this.ht.put("ER-U-007", "Error occurred while getting authorized feature list");
    this.ht.put("ER-U-008", "Error occurred while authorizing user for feature action");
    this.ht.put("ER-U-009", "Error occurred while getting login information of user");
    this.ht.put("ER-U-010", "Error occurred while getting list of users");
    this.ht.put("ER-U-011", "Error occurred while adding new user");
    this.ht.put("ER-U-012", "Error occurred while getting list of roles");
    this.ht.put("ER-U-013", "Invalid user ID");
    this.ht.put("ER-U-014", "Error occurred while getting user details");
    this.ht.put("ER-U-015", "Error occurred while editing user details");
    this.ht.put("ER-U-016", "Error occurred while deleting user");
    this.ht.put("ER-U-017", "Invalid Role ID");
    this.ht.put("ER-U-018", "Invalid user ID or Role ID");
    this.ht.put("ER-U-019", "Error occurred while getting account details of user.");
    this.ht.put("ER-U-020", "Authorization object not set.");

    this.ht.put("ER-I-001", "Invalid Incident Plan or unauthorized user");
    this.ht.put("ER-I-003", "Error occured while getting list of incident plans");
    this.ht.put("ER-I-004", "Error occured while getting entire incident plans");
    this.ht.put("ER-I-005", "Error occured while getting selected incident plan");
    this.ht.put("ER-I-006", "Error occured while adding new incident plan");
    this.ht.put("ER-I-007", "Error occured while editing selected incident plan");
    this.ht.put("ER-I-008", "Error occured while deleting selected incident plan");

    this.ht.put("ER-B-001", "Invalid Building or unauthorized user");
    this.ht.put("ER-B-002", "Error occurred while getting buildings list");
    this.ht.put("ER-B-003", "Error occurred while adding new building plan");
    this.ht.put("ER-B-004", "Error occured while editing selected building plan");
    this.ht.put("ER-B-006", "Error occured while getting floor list");
    this.ht.put("ER-B-007", "Error occured while getting photo list");
    this.ht.put("ER-B-008", "Error occured while getting building details");
    this.ht.put("ER-B-009", "Error occured while getting details of floor");
    this.ht.put("ER-B-010", "Error occured while editing details of floor");
    this.ht.put("ER-B-011", "Error occured while deleting the floor");
    this.ht.put("ER-B-012", "Error occured while adding new photo");
    this.ht.put("ER-B-013", "Error occured while editing photo details");
    this.ht.put("ER-B-014", "Error occured while deleting the photo");
    this.ht.put("ER-B-015", "Error occured while deleting the building");
    this.ht.put("ER-B-016", "Requested file not found.");
    this.ht.put("ER-B-017", "Building floor file size exceeded(Max 20MB).");
    this.ht.put("ER-B-018", "Building photo file size exceeded(Max 20MB).");

    this.ht.put("ER-C-001", "Invalid Contact or unauthorized user");
    this.ht.put("ER-C-002", "Error occured while getting contacts list");
    this.ht.put("ER-C-003", "Error occured while getting contact details");
    this.ht.put("ER-C-004", "Error occured while getting contact information");
    this.ht.put("ER-C-005", "Error occured while adding contact");
    this.ht.put("ER-C-006", "Error occured while adding Email address");
    this.ht.put("ER-C-007", "Error occured while adding phone number");
    this.ht.put("ER-C-008", "Error occured while adding adress");
    this.ht.put("ER-C-009", "Error occured while getting location types");
    this.ht.put("ER-C-010", "Error occured while editing contact details");
    this.ht.put("ER-C-011", "Error occured while deleting contact details");
    this.ht.put("ER-C-012", "Error occured while deleting the contact");
    this.ht.put("ER-C-013", "Error occured while getting address details");
    this.ht.put("ER-C-014", "Error occured while editing phone number details");
    this.ht.put("ER-C-015", "Error occured while editing email address details");
    this.ht.put("ER-C-015", "Error occured while editing address details");
    this.ht.put("ER-C-016", "Error occured while editing phone details");
    this.ht.put("ER-C-017", "Error occured while saving new contact photo");
    this.ht.put("ER-C-018", "Error occured while updating contact photo");

    this.ht.put("ER-CA-001", "Unauthorized user");
    this.ht.put("ER-CA-002", "Error occued while getting the list of categories");
    this.ht.put("ER-CA-003", "Unauthorized user or invalid category ID");
    this.ht.put("ER-CA-004", "Error occued while getting the the list of links");
    this.ht.put("ER-CA-005", "Error occued while getting the the list of files");
    this.ht.put("ER-CA-006", "Error occued while adding new category");
    this.ht.put("ER-CA-007", "Error occued while editing category");
    this.ht.put("ER-CA-008", "Error occued while deleting category");
    this.ht.put("ER-CA-009", "Error occued while adding new category link");
    this.ht.put("ER-CA-010", "Unauthorized user or invalid link ID");
    this.ht.put("ER-CA-011", "Error occued while editing category link");
    this.ht.put("ER-CA-012", "Error occued while removing category link");
    this.ht.put("ER-CA-013", "Error occued while adding new category file");
    this.ht.put("ER-CA-014", "Unauthorized user or invalid file ID");
    this.ht.put("ER-CA-015", "Error occued while editing category file");
    this.ht.put("ER-CA-016", "Error occued while removing category file");
    this.ht.put("ER-CA-017", "Category file size exceeded(Max 20MB).");

    this.ht.put("ER-E-001", "Unauthorized user");
    this.ht.put("ER-E-002", "Error occued while getting the list of external links");
    this.ht.put("ER-E-003", "External Link not added.");
    this.ht.put("ER-E-004", "Error occued while adding new External Link.");
    this.ht.put("ER-E-005", "Invalid External Link ID.");
    this.ht.put("ER-E-006", "Error occued while editing an External Link.");
    this.ht.put("ER-E-007", "Invalid External Link IDs.");
    this.ht.put("ER-E-008", "Error occued while deleting an External Links.");

    this.ht.put("ER-M-001", "Unauthorized user");
    this.ht.put("ER-M-002", "Error occured while getting the list of message threads");
    this.ht.put("ER-M-003", "Error occured while adding new message thread");
    this.ht.put("ER-M-004", "Error occured while getting the posts for message thread");
    this.ht.put("ER-M-005", "Error occured while closing the message thread");
    this.ht.put("ER-M-006", "Unauthorized user or invalid message ID");

    this.ht.put("ER-A-001", "No accounts data");
    this.ht.put("ER-A-002", "Error occurred while getting accounts information");
    this.ht.put("ER-A-003", "Email sending failed");
    this.ht.put("ER-A-004", "Error occurred while sending Email");
    this.ht.put("ER-A-005", "Unauthorized user");
    this.ht.put("ER-A-006", "No states data");
    this.ht.put("ER-A-007", "Error occurred while getting states information");
    this.ht.put("ER-A-008", "Error occurred while checking if viewer admin tab open or not.");
    this.ht.put("ER-A-009", "Viewer admin tab could not be closed.");
    this.ht.put("ER-A-010", "Error occurred while closing viewer admin tab.");
    this.ht.put("ER-A-011", "Viewer admin tab could not be opened. It has been already opened by other user");
    this.ht.put("ER-A-012", "Error occurred while opening viewer admin tab.");

    this.ht.put("ER-IC-001", "Incident Communication can not be started.");
    this.ht.put("ER-IC-002", "Error occured while starting an Incident Communication.");
    this.ht.put("ER-IC-003", "Invalid Incident Communication ID.");
    this.ht.put("ER-IC-004", "Error occured while closing an Incident Communication.");
    this.ht.put("ER-IC-005", "No active Incident Communication.");
    this.ht.put("ER-IC-006", "Error occured while getting active Incident Communication.");
    this.ht.put("ER-IC-007", "Invalid Incident Communication ID.");
    this.ht.put("ER-IC-008", "Error occured while adding new Incident Communication Msg.");
    this.ht.put("ER-IC-009", "No Incident Communication Msgs or Invalid Incident Communication ID.");
    this.ht.put("ER-IC-010", "Error occured while getting Incident Communication Msgs.");
    this.ht.put("ER-IC-011", "No Incident Communication Log.");
    this.ht.put("ER-IC-012", "Error occured while getting Incident Communication Log.");
    this.ht.put("ER-IC-013", "Error occured while creating Incident Communication Log PDF.");
    this.ht.put("ER-IC-014", "Incident Communication pdf directory not set.");
    this.ht.put("ER-IC-015", "There is no Incident Communication log for this date.");

    this.ht.put("ER-OR-001", "Unauthorized user");
    this.ht.put("ER-OR-002", "Error occued while getting the list of other resources");
    this.ht.put("ER-OR-003", "Resource not added.");
    this.ht.put("ER-OR-004", "Error occued while adding new resource.");
    this.ht.put("ER-OR-005", "Invalid resource ID.");
    this.ht.put("ER-OR-006", "Error occued while editing a resource.");
    this.ht.put("ER-OR-007", "Invalid resource IDs.");
    this.ht.put("ER-OR-008", "Error occued while deleting resources.");
    this.ht.put("ER-OR-009", "Invalid Resource ID.");
    this.ht.put("ER-OR-010", "Error occued while adding new resource link.");
    this.ht.put("ER-OR-011", "Invalid Resource Link ID.");
    this.ht.put("ER-OR-012", "Error occued while editing resource link.");
    this.ht.put("ER-OR-013", "Invalid Resource Link IDs.");
    this.ht.put("ER-OR-014", "Error occued while deleting resource links.");
    this.ht.put("ER-OR-015", "Invalid Resource IDs.");
    this.ht.put("ER-OR-016", "Error occued while adding new resource file.");
    this.ht.put("ER-OR-017", "Invalid Resource File ID.");
    this.ht.put("ER-OR-018", "Error occued while editing resource file.");
    this.ht.put("ER-OR-019", "Invalid Resource File IDs.");
    this.ht.put("ER-OR-020", "Error occued while deleting resource files.");
    this.ht.put("ER-OR-021", "Resource file size exceeded(Max 20MB).");
    this.ht.put("ER-OR-022", "Unauthorized user or invalid resource ID.");
    this.ht.put("ER-OR-023", "Error occured while getting resource links.");
    this.ht.put("ER-OR-024", "Error occured while getting resource files.");

    this.ht.put("ER-V-001", "Error occured while deriving relative URL.");
    this.ht.put("ER-V-002", "Requested file not found.");

    this.ht.put("ER-FTR-001", "Undefined access.");
    this.ht.put("ER-FTR-002", "Feature not found.");

    // Validation message
    this.ht.put('validate.plan.confirmDelete', 'Are you sure you want to delete this plan?');
    this.ht.put('validate.building.confirmDelete', 'Are you sure you want to delete this building plan?');
    this.ht.put('validate.floor.confirmDelete', 'Are you sure you want to delete this building floor plan?');
    this.ht.put('validate.photo.confirmDelete', 'Are you sure you want to delete this building photo?');
    this.ht.put('validate.contact.confirmDelete', 'Are you sure you want to delete this contact?');
    this.ht.put('validate.contactInfo.confirmDelete', 'Are you sure you want to delete Email/Phone Number/Address?');
    this.ht.put('validate.category.confirmDelete', 'Are you sure you want to delete category');
    this.ht.put('validate.categoryLink.confirmDelete', 'Are you sure you want to delete this link(s)?');
    this.ht.put('validate.categoryFile.confirmDelete', 'Are you sure you want to delete this file(s)?');
    this.ht.put('validate.messageBoard.confirmDelete', 'Are you sure you want to close this thread?');
    this.ht.put('validate.user.confirmDelete', 'Are you sure you want to delete this user?');
    this.ht.put('validate.externalLink.confirmDelete', 'Are you sure you want to delete External Link(s)?');
    this.ht.put('validate.otherresource.confirmDelete', 'Are you sure you want to delete this Resource?');
	this.ht.put('validate.otherresourcefile.confirmDelete', 'Are you sure you want to delete these Resource Files()?');
	this.ht.put('validate.otherresourcelink.confirmDelete', 'Are you sure you want to delete these Resource Links()?');
	
}

