var FORGOT_PASSWORD = 'Please enter your email id as was provided during user registration and press the OK button'
var EMAIL = 'Email is incorrect'
var RESET_CONFIRMATION =  'Are you sure that you want to reset the form?'
var DELETE_CURRENT_ROW =  'Are you sure you want to delete this entry ?'
var FLIGHT_ROUTE = '\"Flight From\" and \"Flight To\" cannot be same'
var MISSING_CCCNO = 'Missing required field(s):\n -CCC No'
var CHECK_MOBILE = 'Enter mobile number or uncheck Send SMS'
var LOGOUT_MSG = ' Are you sure you want to logout?'
var INVALID_PAGE_NO = 'Please enter valid page number'
var INVALID_DATE = 'Invalid Date Range.To Date cannot be less than From Date'
var SELECT_USER = 'Please select atleast one user'
var SELECT_SERVICE='Please select a service to edit'
var SELECT_SERVICE_GROUP='Please select a service Group'
var DELETE_USERS = 'Are you sure you want to delete<br> the selected users?'
var DELETE_MSG = '<br> Deleting users will inactivate their<br> accounts.'
var DELETE_USERS_MSG = 'Are you sure you want to delete/&nbsp;inactivate<br> the selected users? <br> <br> Deleting/&nbsp;Inactivating the user will <br> inactivate the account.'
var SELECT_CHECKBOX =  'Please select the check box of your choice'
var TERMINAL = 'Missing required field(s):\n -Airport Terminal'
var AIRLINE = 'Missing required field(s):\n - Airline'
var MISSING_DEPARTURE_DATE='Missing required field(s):\n - Date Of Journey'
var UNSAVED_CONFIRMATION = 'Unsaved Information will be lost !<br> Would you like to continue ?' 
var PASSWORD_SAME='Both passwords should be same.Please verify your new password again.'
var CONFIRM_PASSWORD='Please confirm your new password'
var SELECT_USER_MAPPING='Please select any service'
var USER_MAPPING_INFO='Please select only one service'
var MORE_CHECKBOX='Please select only one user'
var ZERO_CHECKBOX='Please select any user'
var DELETE_SERVICE = 'Are you sure you want to delete<br> the following services?'
var DELETE_SERVICES = 'Are you sure you want to delete <br> the selected services?'
var SERVICE_EXISTS= 'Service name already exists in our database,  Please provide a different service name'
var SERVICE_GROUP_EXISTS='Service group already exists in our database,  Please provide a different service group'
var MULITPLE_SERVICEGROUP_SELECTED='Please select only one service group to edit'
var MULITPLE_SERVICES='Please select only one service to edit'
var NO_USER_SELECTED='Please select a user to edit'
var MULITPLE_USERS_SELECTED='Please select only one user to edit'
var SELECT_SERVICE_GROUP_DELETE ='Please select Service Group(s) to delete'
var SELECT_SERVICE_DELETE='Please select Service(s)  to delete'
var SELECT_USER_DELETE ='Please select User(s) to delete'  
var INACTIVE_USER_DELETE='Inactive User(s) cannot be deleted'
// For Roles And Privileges
var DELETE_ROLES='Are you sure you want to delete <br> the selected Role(s)?'
var DELETE_PRIVILEGES = 'Are you sure you want to delete <br> the selected Privilege(s)?'
var ROLE_EXISTS='Role already exists in our database,  Please provide a different Role'
var SELECT_ROLE='Please select role(s) to delete'
var NO_ROLES_SELECTED='Please select a role to edit'
var MULITPLE_ROLES_SELECTED='Please select only one role to edit'
var PRIVILEGE_EXISTS='Privilege already exists in our database,  Please provide a different Privilege'
var NO_PRIVILGE_SELECTED='Please select a privilege to edit'
var MULITPLE_PRIVILEGES_SELECTED='Please select only one privilege to edit'
var SELECT_PRIVILEGE = 'Please select privilege(s) to delete' 
var DELETE_ASSOCIATIONS = 'All the associations with the users for this privilege will be lost'
var PRIVILGE_NOT_EDITABLE = 'Admin Privilege not Editable'
// For Country
var DELETE_COUNTRY='Are you sure you want to delete<br> the selected countries?'
var DELETE_COUNTRY_MSG='Are you sure you want to delete<br> the selected country?'
var EDIT_COUNTRY_MSG='Please select only one Country'
var SELECT_COUNTRY='Please select Country(s) to delete'
 
// For State
var DELETE_STATE='Are you sure you want to delete<br> the selected state(s)?'
var DELETE_STATE_MSG='Are you sure you want to delete<br> the selected state(s)?'
var EDIT_STATE_MSG='Please select only one state'
var SELECT_STATE='Please select State(s) to delete'
// For City
var DELETE_CITY='Are you sure you want to delete<br> the selected cities?'
var DELETE_CITY_MSG='Are you sure you want to delete<br> the selected city?'
var EDIT_CITY_MSG='Please select only one city'
var SELECT_CITY='Please select City(s) to delete'

// For AIRLINES
var DELETE_AIRLINES='Are you sure you want to delete<br> the selected airlines?'
var DELETE_AIRLINES_MSG='Are you sure you want to delete<br> the selected airlines?'
var EDIT_AIRLINES_MSG='Please select only one airlines'
var SELECT_AIRLINES='Please select Airlines to delete'
//To display message on Status Bar
var STATUS_BAR_MSG='Opening web page...'
var EXPORT_MSG='Exporting...'
var GENERATE_MSG='Generating...'

//To display Load bar
var TITLE='Status'
var MESSAGE='Loading...'

// For Terminals
var EDIT_TERMINAL_MSG='Please select only one terminal'
var DELETE_TERMINAL='Are you sure you want to delete<br> the selected terminal(s)?'
var DELETE_TERMINAL_MSG='Are you sure you want to delete<br> the selected terminal(s)?'
var SELECT_TERMINAL='Please select Terminal(s) to delete'

//For login alert
var ALERT_MESSAGE = 'Required field(s) is missing<br>'
var BLANK = 'No email provided' 

 