///*==================================
// * CONSTANTS
// *
// *==================================*/
var WORD_DONE = "Done."
var WORD_1 = "Title cannot be blank.";
var WORD_2 = "Tags cannot be blank.";
var WORD_3 = "Processing...";
var WORD_4 = "Process failed! try again later";
var WORD_5 = "Delete it?";
var WORD_6 = "Delete it(s)?";
var WORD_7 = "Batch Share To Done";
var WORD_8 = "Caution: your input can be seen by all group members visiting the web page.";
var WORD_9 = "Please write a post.";
var WORD_10 = "Remove this annotation?"; 
var WORD_11 = "Cant' do this";
var WORD_12 = "Expand All";
var WORD_13 = "Collapse All";
var WORD_14 = "Comment";
var WORD_15 = "Collapse";
var WORD_16 = "Expand";
var WORD_17 = "Edit";
var WORD_18 = "Forward";
var WORD_19 = "Delete";
var WORD_20 = "Forward";
var WORD_21 = "Unread";
var WORD_22 = "Read";
var WORD_23 = "Public";
var WORD_24 = "Private";
var WORD_25 = "Share to";
var WORD_26 = "Template";
var WORD_27 = "Choose your favor";
var DEFAULT_C_MODE = "0";
var DEFAULT_S_MODE = "0";

// 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...";

// alert wording

var ALE_1 = "Username cann't be empty.";
var ALE_2 = "Password cann't be empty.";
var ALE_3 = "Incorrect username format.";
var ALE_4 = "Sorry, the username \"?\" is taken.";
var ALE_5 = "Great, the username \"?\" is available.";
var ALE_6 = "Incorrect password format.";
var ALE_7 = "The retyped Password does not match.";
var ALE_8 = "Incorrect email format."; 
var ALE_9 = "Sorry, the email \"?\" is already in use under another username.";
var ALE_10 = "Great, the email \"?\" is available.";
var ALE_11 = "Your input was not correct.";
var ALE_12 = "You need to accept the Terms and Conditions to complete your registration.";
var ALE_13 = "Delete picture Done!";
var ALE_14 = "Real Name cann't be empty.";
var ALE_15 = "Save general informations Done!";
var ALE_16 = "Change password Done!";
var ALE_17 = "Incorrect url format.";
var ALE_18 = "Incorrect title format.";
var ALE_19 = "Incorrect tags format.";
var ALE_20 = "No bookmark(s) selected";
var ALE_21 = "Remove this comment?";
var ALE_22 = "Remove this annotation?";
var ALE_23 = "Remove this sticky note?";
var ALE_24 = "No Comment No Post!";  
var ALE_25 = "Want to delete selected items from this group?";
var ALE_26 = "Delete bookmark(s)?";
var ALE_27 = "Share to Group\"?\" Done!";
var ALE_28 = "Share to Group\"?\" failed!";
var ALE_29 = "Oops, Current export job failed! Please try again later or ?";
var ALE_30 = "Delete this config?";
var ALE_31 = "Remove selected contact(s)?";
var ALE_32 = "Remove selected list(s)?";
var ALE_33 = "Remove from list?";
var ALE_34 = "Added to List Done!";
var ALE_35 = "Added to List failed!";
var ALE_36 = "No list selected";
var ALE_37 = "Selected links have been shared to the group \"?\".";
var ALE_38 = "Remove this friend?";
var ALE_39 = "Remove this contact from the list?";
var ALE_40 = "Delete the post?"

// exception wording
var EXC_1 = "Oops, Server Busy. Please Try Again Later...";
var EXC_2 = "Sorry, upload picture failed. [500]";
var EXC_3 = "Sorry, save group information failed. [501]";
var EXC_4 = "Sorry, change password failed. [502]";

// global var
var DEFAULT_C_MODE = "0";
var DEFAULT_S_MODE = "0";
var DURATION_1 = 300000;
var DURATION_2 = 3000;
var MAX_PUBLIC_OWN_GROUPS = 2;

/* plus man */
var WORD_101 = "Incorrect URL format";
var WORD_102 = "Title cannot be blank.";
var WORD_103 = "Tags cannot be blank.";
var WORD_104 = "Caution: your input can be seen by all group members visiting the web page.";
var WORD_105 = "Processing...";
var WORD_106 = "Please write a post.";
var WORD_107 = "Subject and Text cannot be blank.";
var WORD_108 = "Forum organization mode change Done.";
var WORD_109 = "+Add Category";
var WORD_110 = "Subject cannot be blank.";
var WORD_111 = "Generate RSS feed URL Done!";
var WORD_112 = "No group selected!";
var WORD_113 = "Copy and send this URL to your friends";
var WORD_114 = "People who have not accepted your invitation yet. You can copy and send the invite URL to your friends through Email or IM.";
var WORD_115 = "Join group sucessfully.";
var WORD_116 = "Join Group Failed, Please Try Again Later...";
var WORD_117 = "Review pending membership request.";
var WORD_118 = "Click to vote this bookmark.";

// alert wording
var ALE_101 = "Must have a group name.";
var ALE_102 = "Must have a group url.";
var ALE_103 = "You can not use the following characters in a group name(at least have 6 characters): ,$# ,and group name can not begin with '_'";
var ALE_104 = "You can only use the following characters in a group url: -,_,A-Z,a-z,0-9, and group url can not begin with '_'";
var ALE_105 = "Groupname already taken. Please try another one.";
var ALE_106 = "Group URL already in use.  Please try another one.";
var ALE_107 = "Delete Group Done.";
var ALE_108 = "Delete this post?";
var ALE_109 = "Delete this topic?";
var ALE_110 = "Category value not allowed, please try another.";
var ALE_111 = "Delete this category?";
var ALE_112 = "Change forum post access Done!";
var ALE_113 = "Sorry, you cannot delete this item because other(s) already have annotation or comment on it.";
var ALE_114 = "Incorrect tag value, please try another one.";
var ALE_115 = "Want to delete these items from current group?";
var ALE_116 = "Please write your request message."
var ALE_117 = "Please choose one group for invite."

// exception wording
var EXC_101 = "Bad request.";
var EXC_102 = "Delete group failed! Please try later or contact us.";
var EXC_103 = "Sorry, you can create no more than "+MAX_PUBLIC_OWN_GROUPS+" public groups.";
var EXC_104 = "Forum organization mode change failed! Please try later or contact us.";
var EXC_105 = "Create new category failed!";
var EXC_106 = "Edit category failed!";
var EXC_107 = "Delete category failed!";
var EXC_108 = "Change forum post access failed!";
var EXC_109 = "Generate RSS feed URL faild! Please try again later.";
var EXC_110 = "Process failed! Please try again later.";
var EXC_111 = "Edit tag failed, Please try again later."
var EXC_112 = "Delete tag failed, Please try again later."

//group wording
var GROUP_WORD_1 = "Want to exit from this group?";
var GROUP_WORD_2 = "Want to ban these selected members from current group?";
var GROUP_WORD_3 = "New item has been created. View it <a href=\"?\">here</a>"

var GROUP_ALE_1 = "&nbsp;However, please note discussion threads cannot be shared to another group.";
var GROUP_ALE_2 = "Email notification for this item enabled.";
var GROUP_ALE_3 = "Email notification for this item disbled.";
var GROUP_ALE_4 = "Please note discussion threads cannot be shared to another group.";
var GROUP_ALE_5 = "Enable email alert";
var GROUP_ALE_6 = "Disable email alert";
var GROUP_ALE_7 = "No member(s) selected.";
var GROUP_ALE_8 = "No item(s) selected";
var GROUP_ALE_9 = "Title cannot be blank.";
var GROUP_ALE_10 = "Please write a post.";