var GENDER = {'0' : "Female", '1' : "Male", '-1' : ""}

var WORD_DONE = "Done."
var WORD_1 = "Please write a message.";
var WORD_2 = "Posting...";
var WORD_3 = "Update Successfully!";
var WORD_4 = "Bad request. Please try again!";
var WORD_5 = "Update failed.  Please try again later!";
var WORD_6 = "Select friends, contact list...";
var WORD_7 = "No one has been selected!";
var WORD_8 = "Click to star this message";
var WORD_9 = "Click to unstar this message";
var WORD_10 = "Click to edit Message Subject";
var WORD_11 = "Start a conversation";
var WORD_12 = "no contact list yet";
var WORD_13 = "No unread messages on this page.";
var WORD_14 = "The messages on this page have been marked as read.";
var WORD_15 = "Processing...";
var WORD_16 = "Click to show starred messages only";
var WORD_17 = "Click to show all unread messages";
var WORD_18 = "Successfully.";
var WORD_21 = "<p>To reduce spam, Diigo users who are not your friends are required to fill in captcha while sending a message to you.</p>";
var WORD_22 = "<p>You can post this url [ ? ] to your blog or elsewhere on the web so you can receive messages without exposing your email address.  To reduce spam, people who are not your friends on Diigo are required to fill in captcha while sending a message to you.</p>";
var WORD_19 = {'0' : "Only My Friends Can Send - Updated Successfully.",
               '1' : "<h3>All Diigo Users Can Send - Updated Successfully.</h3>" + WORD_21,
               '2' : "<h3>Anyone Can Send - Updated Successfully.</h3>" + WORD_22,
               '3' : "Only Users Who Belong to K12 Network Can Send - Updated Successfully."};
var WORD_20 = {'0'  : "No Email Alert - Updated Successfully.",
               '1' : "Only Important Messages Send Email Alert - Updated Succesfully.",
               '2' : "All Messages Send Email Alert - Updated Successfully."};
var WORD_23 = {'0' : "Public", '2' : "Private"};
var WORD_24 = {'0' : "Just chit-chat", '1' : "Important message!"};
var WORD_25 = {'0' : "Click to change to Private", '2' : "Click to change to Public"};
var WORD_26 = {'0' : "Click to star this message", '1' : "Click to unstar this message"};
var WORD_27 = {'0' : "This is a Public message, click to change message privacy.", '1' : "This is a Private message, click to change message privacy."};
// exception wording
var EXC_1 = "Oops, process failed. Please Try Again Later...";

// display wording

var DIS_1 = "Username / Email";
var DIS_2 = "Password";
var DIS_3 = "Sign In";
var DIS_4 = "Template";  
var DIS_5 = "Choose your favor"; 
var DIS_6 = "Collapse";  
var DIS_7 = "Expand";
var DIS_8 = "Expand All";
var DIS_9 = "Collapse All";
var DIS_10 = "Processing...";
var DIS_13 = "Search Bookmarks...";

// global var
var DURATION_1 = 300000;
var DURATION_2 = 3000;
var DURATION_3 = 10000;
var SUBJECT_LENGTH = 100;
var LIST_COUNT = 20;

var DMS_ALE_1 = "No thead(s) selected";
var DMS_ALE_2 = "Want to delete these selected thead(s)?";
var DMS_ALE_3 = "Want to mark these selected thead(s) as read?";
var DMS_ALE_4 = "No unread thread(s) selected";