//
// Javascript messages for tools
//
//  CVS ID: $Id$

/************************************************************
 *
 *  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 PROMPT_ARCHIVE_CONFIRM  	 = "Are you sure you want to archive?";
var PROMPT_STATUS_CHANGE_CONFIRM = "Are you sure you want to Change Status?";
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";

// User manager messages
var ERROR_NAME         = "Please enter alphabetic characters only.";
var ERROR_EMAIL        = "Please enter a valid E-mail address.";
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_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";

var DELETE_SUCCESS_MSG = "Selected item delete successfuly";
var DELETE_ERROR_MSG   = "Selected item not delete !";

