//<script>
/////////////////////////////////////////////////////////////////
// ENGLISH MESSAGES

/////////////////////////////////////////////////////////////////
// Used in file [clntutil_query.js]
var MSG_LOGIN_FIRST = "Please login first";
var MSG_NO_RESULTS = "Query produced no results";
var MSG_INVALID_PROX = "Proximity symbols ^,/ are not allowed in this search term: ";
var MSG_INVALID_WLDCRDS = "Wildcard symbols *,!,? are not allowed in this search term: ";
var MSG_INVALID_NUMERIC = "This search term is not valid for numeric field: ";
var MSG_INVALID_SYMBOLS = "The symbols <,> are not allowed in this search term: ";
var MSG_INVALID_NONWILD = "Search term must contain at least 2 non-wildcard characters: ";
var MSG_SORTED_DESC = "Sorted in descending order";
var MSG_SORTED_ASC = "Sorted in ascending order";
var MSG_NO_RESULTS = "Your query returned no result.\nPlease refine your search terms.";

/////////////////////////////////////////////////////////////////
// Used in file [clntutil_Safeview.js]
var MSG_PROTECT_PRINT = "This document is protected with NetIS DRM tools.\n" + 
	"Printing will not be performed through the default print window that will display after this message.\n" +
	"To print this document, cancel the print dialog and use the right-click menu instead.";
var MSG_SAFEVIEW_NOT_INSTALL = "Safeview Navigator is not installed";
var MSG_FIRST_DOC_REACHED = "First document reached";
var MSG_LAST_DOC_REACHED = "Last document reached";
var MSG_FIRST_HIGHLIGHT_REACHED = "First highlight reached";
var MSG_LAST_HIGHLIGHT_REACHED = "Last highlight reached";
var MSG_INVALID_LINK = "Error: invalid link, navigation aborted";
var MSG_PREVIEW_ENDED = "Preview time has expired";
var MSG_VIEW_ENDED = "Viewing time has expired";
var MSG_SIZE_LIMITED = "Your current permissions allow you to view documents up to a size of $balance.\n\nClick 'OK' to browse a list of products for purchase that include this title.\nClick 'Cancel' to return to result list";
var MSG_DOCUMENT_PROTECTED = "This document is protected with NetIS DRM tools.\n\nUse right-click menu to print, copy, or save it, subject to your access rights";
var MSG_DISCONECT_DEBUGGER = "This document is protected with NetIS DRM tools.\n\nPlease disconnect the debugger before viewing protected content.";
var MSG_HAS_NO_RIGHT_NUM = "Sorry, your profile does not include access right number ";
var MSG_HAS_NO_RIGHT_TO_1 = "Sorry, your profile does not include the access right to ";
var MSG_HAS_NO_RIGHT_TO_2 = " this document";
var MSG_RIGHT_VIEW = "View";
var MSG_RIGHT_COPY = "Copy";
var MSG_RIGHT_PRINT = "Print";
var MSG_RIGHT_SAVE = "Save";
var MSG_RIGHT_PREVIEW = "Preview";
var MSG_CAPTURER_DETECTED = "Please close all active screen capture tools in order to view content.";
var MSG_DISPLAY_FAILED = "The document you requested is protected by NetIS DRM technology. \n\nYour current permissions allow you access to a limited display of this\ndocument on IE versions 5.5 and above.\n\nIf you would like to view the document in its utmost quality on\nall browsers, please go to our purchase page.";
var MSG_TICKET_REVOKED = "Permission has expired. Would you like to reload the document?";

/////////////////////////////////////////////////////////////////
// Used in file [clntutil_dictionary.js]
var MSG_ENTER_TERMS = "Please enter search term";
var MSG_ERROR_XML = "Cannot create XML request";
var MSG_INVALID_CHAR = "Invalid characters in dictionary entry:";
var MSG_EMPTY_DICT = "Empty dictionary";
var MSG_BOTTOM_REACHED = "Bottom of list reached";
var MSG_TOP_REACHED = "Top of list reached";

/////////////////////////////////////////////////////////////////
// Used in customer login/registration
var MSG_PLEASE_INSERT = "Please insert";
var MSG_INVALID_LOGIN = "Invalid login";
var MSG_INVALID_EMAIL = "Invalid e-mail address";
var MSG_PASSWORD_MISMATCH = "Your password entries do not match. Please retype them.";
var MSG_PASSWORD_MIN = "Password must be at least $min characters long.";
var MSG_PASSWORD_MAX = "Password may be at most $max characters long.";
var MSG_PASSWORD_RANGE = "Password length must be between $min and $max characters.";
var MSG_PASSWORD_DIGITS = "Password must contain at least one digit.";
var MSG_PASSWORD_INVALID_BLANKS = "Password must not contain blanks";
var MSG_USERNAME_INVALID_BLANKS = "User name must not contain blanks";
var MSG_USERNAME_INVALID_CHARACTERS = "User name must not contain the characters # ( ) :";

/////////////////////////////////////////////////////////////////
// Client component installation messages
var MSG_UPGRADE_SAFEVIEW = "In order to proceed, the latest version of SafeView plugin must be installed.\n" +
	"Press OK to install the plugin, or Cancel to log on as a different user.";

/////////////////////////////////////////////////////////////////
// Used in clntutil_nosafeview.js
var MSG_TOOLBAR_PDF = "Please use the Acrobat toolbar for this function.";
var MSG_TOOLBAR_NOTAVAIL = "This function is only available for protected documents.";
var MSG_BEFORE_SAVE = "The document will open in a new window.\n" +
	"Please use your browser's menu to save it.";

////////////////////////////////////////////////////////////////
// Used in clntutil_updIPaddress.js
var NUMBER_POSITIVE = "Number must be a positive integer.";
var ENTER_VALID_IP_ADDRESS = "Enter valid IP address.";
var IP_ADDRESS_USED_ANOTHER_CUSTOMER = "The specified IP address(es) are used by another customer.";
var IP_ADDRESS_ASSIGNED_TO_YOU = "The specified IP address(es) are already assigned to you.";
var LOGIN_PASSWORD_INVALID = "Login or password is invalid.";
var LOGIN_IS_OBLIATORY = "Login is obligatory.";
var PASSWORD_IS_OBLIGATORY = "Password is obligatory";
var YOU_DO_NOT_HAVE_RIGHTS = "You do not have administration rights.";
var YOU_ABOUT_DELETE_IP_ADDRESS = "You are about to delete selected IP address(es).\nAre you sure?";
var NOT_AUTH_MOD_CUST_DETAILS = "You are not authorized to modify customer details.";
var INVALID_IP_RANGE = "Invalid IP range.";