
/************************************************************
 *
 *  Messages used by app_msg_editor.php
 *
 ************************************************************/
var ERR_NOTHING_SELECTED    = "Please select one";
var PROMPT_DELETE_CONFIRM   = "Are you sure you want to delete?";
var RESUME_DELETE_CONFIRM   = "Are you sure you want to delete this resume?";
var JOB_ALERT_DELETE        = "Are you sure you want to delete this job alert?";
var PROMPT_ARCHIVE_CONFIRM  = "Are you sure you want to archive?";
var INPUT_ERROR_ALERT_MSG   = "Please correct the highlighted field(s).";
var PASSWORD_SIZE_MISMATCH  = "Please enter a valid password of size 6-12 characters.";
var MISSING_REQUIRED_FIELDS = "Please enter value for all the required field(s).";
var NOT_FUNCTIONAL          = "Not functional";
var FILE_ALREADY_OPENED     = "You have already opened this file";

// MyPv manager messages
var ERROR_NAME         = "Please enter alphabetic characters only.";
var ERROR_EMAIL        = "Please enter a valid E-mail address.";
var ERROR_COUNTRY      = "Please enter a valid country name.";
var ERROR_USERNAME     = "Please enter a valid username.";
var ERROR_DECIMAL      = "Please enter a valid decimal number.";
var ERROR_NUMBER       = "Please enter a valid number.";
var ERROR_PHONE        = "Please enter a valid phone number.";
var ERROR_ZIP          = "Please enter a valid zip code.";
var ERROR_URL          = "Please enter a valid url.\nExample:http://google.com";
var ERROR_PASS_MATCH   = "Password confirmation does not mathch.";
var DUPLICATE_USERNAME = "This username already exist.";
var DUPLICATE_EMAIL    = "This e-mail address already exist.";


var ERROR_DESC         = "Please enter alpha numeric characters only.";
var ERROR_GROUPNAME    = "Please enter a valid group name.";
var ERROR_GROUP_TYPE   = "Select a type of the group";
var ERROR_GROUP_STATUS = "Select status of the group";
var ERROR_GROUP_USER   = "Select user of the group";

// My Candidate Messages
var ERROR_SCHOOL_NAME       = "Please use only Alpha Numeric characters and ( ,.;:&-) for the School field";
var ERROR_COMPLETION_DATE   = "Please enter a date with correct format (Month,year  example: April,2006) ";
var ERROR_MAJOR_NAME        = "Please use only Alpha Numeric characters and ( ,.;:&-) for the Major field";
var ERROR_DEGREE_NAME       = "Please use only Alpha Numeric characters and ( ,.;:&-) for the Degree field";
var ERROR_SALARY_VALUE      = "Please enter a valid amount for your salary.";

var MISSING_MAJOR_FIELD     = "Please enter a value for the Major field";
var MISSING_DEGREE_FIELD    = "Please enter a value for the Degree field";
var MISSING_COMPLETION_DATE = "Please enter a value for the Completion Date field";
var MISSING_SCHOOL_FIELD    = "Please enter a value for the Institution field";
var ERROR_CREDIT_CARD       = "Please enter a valid credit card number";



// Candidate Submission Form Messages
var NO_RESUME_SELECTED      = "Please select resume for ";
var NO_CANDIDATE_SELECTED   = "Please select at least one Candidate";
var NO_CHARGE_GIVEN         = "Please enter Charge for candidate/s:"; 
var ERROR_CHARGE_VALUE      = "Please enter a valid amount for charge.";


// signUp Form messages
var SIGN_UP_TYPE_NOT_SELECTED = "Sorry, You have to select an option.";
var EMAIL_NOT_MATCHED         = "Sorry, Your email doesn't match with confirmation email.";


//staffing vendor sign up form messages
var PASS_KEY_ERROR = "Sorry, You have given a wrong pass key.";
var DUPLICATE_COMPANY_NAME = "This company name already exist.";
var DUPLICATE_COMPANY_EMAIL    = "This company e-mail address already exist.";

//HC activity Tool messages
var SELECT_START_DATE = "Please, select a start date";
var START_DAY_ERROR   = "Sorry, Your 'End Date' is less than 'Start Date'"; 
var SELECT_ACCT_TYPE  =  "Please select a type to upgrade"; 
var ALREADY_STANDERD  =  "Your account type is Standard. You do not have to upgrade your type.";

//Find Jobs Messages
var NO_COMPANY_SELECTED =  "Please, select at least one company"; 
