//
// Strings for multiple select javascript
//

// List page
var g_MUSTCHECKBOX               = "You must select at least one item to perform this action.";
var g_DELETECONFIRMATION         = " Are you sure you want to delete these items?\nIf so, click OK to continue with the deletion.";
var g_NOACTIONSPECIFIED          = "No action was specified for the marked items.";

var g_YOUHAVESELECTED            = "You have selected %1";
var g_ITEM                       = " item.";
var g_ITEMS                      = " items.";
var g_ITEMSELECTED               = " item.";
var g_ITEMSSELECTED              = " items.";

var g_CLICKOKTOASSIGN            = " Click OK to assign ";
var g_ASTHECREATORFOR            = " as the creator for";
var g_THIS                       = " this";
var g_THESE                      = " these";
var g_ITEMASSIGN                 = " item.";
var g_ITEMSASSIGN                = " items.";

var g_DELETESINGLECONFIRMATION   = " Are you sure you want to delete this item?\nIf so, click OK to continue with the deletion.";

// image dir
var g_SITEIMAGEDIR               = '/images/us';

var g_ERROR_ITEMNOTINLIST        = "Error selected item not in the list of items!";
var g_NOEMAILRECIPIENTSSELECTED  = "No email recipients specified.  Please select at least one email recipient.";
var g_REQUIREDFIELDS             = "Please complete all required fields.";

var g_INVALIDGROUPNAME			 = "Please enter a name that does not contain the following: @ . [ ] { } < > ; ,";
var g_INVALIDDISTNAME			 = "Invalid Email Address: The mailbox name can only contain letters, numbers, periods (.), hyphens (-), and underscores (_)";
var g_INVALIDDISTNAMELENGTH      = "Invalid Email Address: The email address can not be more than 97 characters in length";
var g_MUSTSELECTNAMETOADD		 = "You must select names from the list to add.";
var g_MUSTSELECTNAMETOREMOVE	 = "You have not selected any names to remove.";
var g_MUSTSELECTRECORD			 = "You must select a record to view properites.";
var g_LENGTHDISTEMAIL			 = "Invalid Email Address: The mailbox name cannot be blank.";
var g_OVERMAXMULTIMAILBOXDELETE	 = "You can only delete %1 items at a time.";
var g_MAILMESSAGESWILLBEDELETED  = "\nNote that all messages in the mailbox(es) shall be deleted immediately.";

