/************************************************************
	this file translates certain php constants into
	variables which can be read in javascript so we
	can properly translate certain messages
************************************************************/

var I18N = new Array();

/************* 0.57 ***********/
I18N["previewing"] = "Previewing";
I18N["search_for"] = "Search For";
I18N["show_all_entries"] = "Show All Entries";
I18N["accounts_only"] = "Accounts Only";
I18N["groups_only"] = "Groups Only";
I18N["selected_only"] = "Selected Only";
I18N["account_group"] = "Account/Group";
I18N["manage"] = "Manage";
I18N["updating"] = "Updating";

/************* 0.56 ***********/
I18N["clear_all_confirm"] = "Are you sure you want to clear all alerts";


/***************************************************************************/

I18N["object_select_error"] = "You must select at least one object first";
I18N["delete_all_confirm"] = "Are you sure you want to delete all selected objects";
I18N["delete_confirm"] = "Are you sure you want to delete THIS object";
I18N["enter_bookmark_name"] = "Please type your bookmark name";
I18N["discuss_msg_remove"] = "Are you sure you want to remove this message?  If this is the first post in a topic, it will remove the post and all replies to it!";
I18N["revision_remove_confirm"] = "Are you sure you want to remove this revision";
I18N["email_to_error"] = "You must enter a recipient for your email";
I18N["email_from_error"] = "You must enter your email address as the sender";
I18N["opening_collection"] = "Opening Collection";
I18N["please_wait"] = "Please Wait...";
I18N["file_display_error"] = "There are no files to display";
I18N["specify_name_error"] = "You must specify a name";
I18N["specify_addr_error"] = "You must specify an address";
I18N["clear_checkout_warning"] = "Warning!  This will unlock the object and allow others to edit it";
I18N["bookmark_remove_confirm"] = "Are you sure you want to remove this bookmark";
I18N["edit"] = "Edit";
I18N["delete"] = "Delete";
I18N["view"] = "View";
I18N["approve"] = "Approve";
I18N["date_due"] = "Date Due";
I18N["notes"] = "Notes";
I18N["stage"] = "Stage";
I18N["add_recipient"] = "Add Recipient";
I18N["save_new_template"] = "Save As New Template";
I18N["update_exist_template"] = "Or Update A Template Below";
I18N["close"] = "Close";
I18N["select_template_below"] = "Select A Template From Below";
I18N["save"] = "Save";
I18N["cancel"] = "Cancel";
I18N["task_recip"] = "Task Recipient";
I18N["task_type"] = "Task Type";
I18N["entry_del_confirm"] = "Are you sure you want to remove this entry";
I18N["date_entry_error"] = "You must enter a date to proceed";
I18N["recip_entry_error"] = "You must select a recpient to proceed";
I18N["data_load_error"] = "There is no data to load";

/*************************************
	Image uploader
*************************************/

I18N["image_prop"] = "Image Properties";
I18N["upload_file"] = "Upload Files";
I18N["browse_page"] = "Browse Pages";
I18N["switch_to"] = "Switch To";
I18N["no_files_found"] = "No Files Found";
I18N["selected_image"] = "Selected Image";
I18N["image_url"] = "Image URL";
I18N["link_url"] = "Link To URL";
I18N["alt_txt"] = "Alt Text";
I18N["width"] = "Width";
I18N["height"] = "Height";
I18N["border"] = "Border";
I18N["align"] = "Align";
I18N["vert_spacing"] = "Vertical Spacing";
I18N["horiz_spacing"] = "Horizontal Spacing";
I18N["select_file"] = "Select File (Only Images Are Displayed)";
I18N["view_thumb"] = "View as thumbnail";
I18N["view_list"] = "View as file list";
I18N["select_upload"] = "Select Files To Upload";
I18N["remove"] = "Remove";
I18N["upload_files"] = "Upload Files";

/***********************************
	Link selector
***********************************/
I18N["link_prop"] = "Link Properties";
I18N["url"] = "URL";
I18N["target"] = "Target";
I18N["not_set"] = "not set";
I18N["new_win"] = "New Window";
I18N["same_win"] = "Same Window";
I18N["home"] = "Home";

