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

/************************************************************
 *
 *  Messages used by app_msg_editor.php
 *
 ************************************************************/
var ERR_NOTHING_SELECTED    = "Please select one";
var ERR_NOTHING_ENTRY    = "Please ENTER VALUE in this field(String Value).";                   // Create by Mr. Farhad Uddin
var ERR_NOTHING_BANGLA_ENTRY    = "Please Now ENTER VALUE for Bangla Field(String Value).";    // Create by Mr. Farhad Uddin
var PROMPT_DELETE_CONFIRM   = "Are you sure you want to delete seletec record(s)?";
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 the required field(s) marked in red";
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.It will accept only 2 degits after decimal point.";
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_DATE        = "Please enter a valid date (DD-MM-YYYY).";
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 MSG_DELETE_ALL        = "All the selected record(s) have been deteled.";
var MSG_DELETE_ONE        = "The selected record has been deteled.";
var MSG_DELETE_APP        = "The selected application has been deteled.";
var MSG_SELECT_NONE       = "No record(s) selected.";
var MSG_NOT_DELETED       = "Sorry, delete operation failed";

var MSG_INACTIVE_ALL      = "All the selected record(s) have been deactivated.";

// JS messages for *IT System Manger* tool
var ERROR_SERIAL_NUMBER   = "Please enter a valid serial number. Numeric charachters only.";
var ERROR_ACTIVATION_CODE = "Please enter a valid activation code. Numeric charachters only.";

//JS mesage for *Parts Manager* tool
var MSG_DELETING_IMG = 'Deleting image file..... Please wait';
var MSG_DELETED_IMG = 'Image file has deleted';
var MSG_UPLOADING_IMG = 'Uploading image..... Please wait.';
var MSG_UPLOADED_IMG = 'New image file uploaded';

// JS for Installed System Manager
var MSG_SYS_ADDED         = "Installed System Added Successfully";
var MSG_SYS_ADD_FAILED    = "Adding an installed system failed";
var MSG_SYS_UPDATED       = "Installed System Updated Successfully";
var MSG_SYS_UPDATE_FAILED = "Updating installed system failed";
//JS for DGITEL=================
var ERROR_HOUSE = "House name like H#12/25.....";
