//
// 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 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 PERCENT_CHECK           = "Please select a higher % of progress."
var MISSING_REQUIRED_FIELDS = "Please enter value for all the required field(s).";
var CLOSE_ISSUE             = "Are you sure you want to close this Issue?";
var ARCHIVE_ISSUE           = "Are you sure you want to archive this Issue?";
var NOT_FUNCTIONAL          = "Not functional";
var FILE_ALREADY_OPENED     = "You have already opened this file";
var PLEASE_SELECT_PROJECT   = "Please select a project";

