/**********************************************************
* Copyright Notice
* 
*  @author Thomas Legault
*  @date 2007-05-14
* 
* This code may only be used and distributed according to
* the terms and conditions of a license granted by Thomas
* Legault.
***********************************************************/
var PORTAL_INSTANCE_EDITOR_ALREADY_SAVED = "Information was already sent.";

var USER_CONTENT_EDITOR_BTN_TEXT = "Save";
var USER_CONTENT_EDITOR_BTN_TOOLTIP = "Save the content.";
var USER_CONTENT_EDITOR_BTN_SUCCESS = "Content successfully saved.";

var USER_EDITOR_BTN_TEXT = "Subscribe";
var USER_EDITOR_BTN_TOOLTIP = "Subscribe to site.";
var USER_EDITOR_SUCCESS = "Subscription successful. You may use the login fields at the top of the screen to access the secured section."
var USER_EDITOR_USERNAME_LBL = "Username:";
var USER_EDITOR_PASSWORD_LBL = "Password:";
var USER_EDITOR_PASSWORD_CONF_LBL = "Confirm:";
var USER_EDITOR_EMAIL_LBL = "Email:";
var USER_EDITOR_FNAME_LBL = "First Name:";
var USER_EDITOR_LNAME_LBL = "Last Name:";

var SEARCH_EDITOR_BTN_TEXT = "Search";
var SEARCH_EDITOR_BTN_TOOLTIP = "Search content.";
var SEARCH_EDITOR_BTN_SUCCESS = ""

var SEARCH_RESULTS = "Search Results";
var SEARCH_NO_RESULTS = "Search returned no results.";

var CONTACT_US_EDITOR_BTN_TEXT = "Send";
var CONTACT_US_EDITOR_BTN_TOOLTIP = "Send the request.";
var CONTACT_US_EDITOR_BTN_SUCCESS = "Message successfully sent.";

var LINK_PRINT = "Print";
