

/* ************************************** MESSAGES ************************************* */


//var error_validation_required       = 'You should validate your email';

//var error_friendship_forbiden       = 'This member blocked you. There will be no friendship!';

//var error_mail_blocked              = 'Reciever blocked mail communications';
//blocked_mail
//blocked_comment
//blocked_all
//blocked




//var error_already_blocked           = 'You have already block this user';

//var error_already_friend            = 'This user is your friend';


//var error_not_your_friend           = 'This user is not your friend';

//var error_friend_rq_already_sent    = ';


// not use (ajax.js)
//var error_reciever_not_found        = 'Entered reciever not found';


// errors are caused by not right inputs

//var error_input_message_subject     = 'Please enter the subject of the Message';
//var error_input_message_body        = 'Your Message is Empty';
//var error_input_invalid_email       = 'You have entered an invalid email';
//var error_input_duplicate_email     = 'You have duplicated your email';
//var error_input_email_in_use        = 'This email is already exist';
//var error_input_not_all_field       = ; 


//var error_blocked_all               = 'Sorry, but this member decided not to receive any communication from you.';
//var error_blocked                   = 'Sorry, but this member blocked mail comunication with you.';


//var error_verification_sending      = 'Error was occured when sending verification email.';



//var info_profile_inappropriated     = 'Your report have been sent.';


//var info_member_blocked             = 'You have successfully blocked member!';
//var info_member_unblocked           = 'You have successfully unblocked member!';

//var info_message_sent               = 'You have successfully sent a private message!';
//var info_service_message_sent       = 'Your Message has been successfully sent!';

//var error_unknown                   = 'An error ocured.';
//var error_unknown_2                 = 'Sorry, error occured...';
//var error_unknown_3                 = "An ERROR ocured. Please, try again later.";


/* ************************************** MEMBER'S PROFILE ************************************* */

//var info_prof_compliment_del        = 'Complimetn has been deleted';
//var info_prof_compliment_sent       = 'You have successfully sent a compliment!';
//var info_prof_comment_sent          = 'You have successfully sent a comment!';
//var info_prof_comment_del           = 'Comment has been deleted.';
//var info_prof_frrq_sent             = 'You have successfully sent a friend request to '; // + Member Name







/* ************************************** EDIT PROFILE ************************************* */

//var info_editprof_update            = 'You have successfully updated Your Profile!';
//var info_editprof_url               = 'You have successfully changed Your Url!';
//var info_editprof_change_email      = 'You have successfully changed your Email!';
//var info_editprof_update_interests  = 'You have successfully updated Your Interests!';
//var info_editprof_location_update   = 'You have successfully updated Your Locations!';

//var error_editprof_gender           = 'You have not select you gender!';
//var error_editprof_bd               = 'Please provide your Birthday. It is a required field.';
//var error_editprof_zip              = 'You have not filled zip code field!';
//var error_editprof_nickname         = 'There was an error while changing Your Nickname!';
//var error_editprof_location_del_prim = "You can't  delete primary location ";
//var error_editprof_bad_fname         = 'You enter bad first name';
//var error_editprof_bad_lname         = 'You enter bad last name';

/*
//var error_input_location_title      = 'Please enter the title';
//var error_input_location_zip        = 'Please enter zip code';
//var error_input_location_address    = 'Please enter adress';
//var error_input_location_city       = 'Please enter city';
//var error_input_location_state      = 'Please choose state';
*/



/* ************************************** CONTACT ************************************* */

//var info_service_message_sent       = 'Your Message has been successfully sent!';





/* ************************************** MAILBOX ************************************* */

//var info_mailbox_delete_messages    = 'Messages have been deleted';





/* ************************************** MANAGE FRIENDS ************************************* */

//var info_mfr_topfr_updated          = "You have successfully update your top friends count!";
//var info_mfr_myreq_del              = "You have successfully withdraw your friends request!";

//var info_mfr_delete                 = "Member have been removed from your friends";
//var info_mfr_friendship_decline     = "You have decline friend request";



/* ************************************** PHOTO ALBUMS ************************************* */

//var error_phalbum_title_empty       = 'You have not entered title';
//var info_phalbum_created            = 'You have successfully created Album!';
//var info_phalbum_removed            = 'You have successfully remove Album!';
//var info_phalbum_changed            = 'You have successfully applied changes for your album!';


/* ************************************** PHOTOS_FUNCTIONS.JS ************************************* */

//var info_photo_comment_del          = 'You have successfully deleted comment!';
//var info_photo_descr_updated        = 'A description of the photo has been updated.';
//var info_photo_del_album            = 'You have successfully removed Your Album Picture!';
//var info_photo_del_profile          = 'You have successfully removed Your Profile Picture!';
//var info_photo_default_profile      = 'You have successfully set Your default Profile Photo!';

//var error_photo_comment_del         = 'Error deleting comment!';





















//var error_name_taken   = 'An account with this email already exists. <a style="cursor:pointer" onclick="show_dhtml_popup(\'delete\');show_ajax_popup(\'ajax_forgot_password.php\')">Forgot Password</a>?';
//var error_pass_nomatch = 'Passwords empty or do not match!';
//var error_bad_email    = 'Email address has wrong format!';

//var message_joined     = 'You have successfully joined!';

//var error_first_name_void = 'Please enter your First Name. It is a required field.';
//var error_last_name_void  = 'Please enter your Last Name. It is a required field.';
//var error_email_void      = 'Please enter your Email. It is a required field.';
//var error_email_not_valid = 'That doesn\'t seem to be a valid email address. Please try another.';
//var error_password_empty  = 'You didn\'t enter any password. Let\'s try again?';
//var error_short_password  = 'Your password must be at least 4 characters long. Please try another.';
//var error_passwords_mismatch = 'The passwords you entered do not match. Please try again.';
//var error_zip_code_void   = 'That doesn\'t seem to be a valid zip code. Please try another.';
//var error_zip_code_empty  = 'Please enter your Zip Code. It is a required field.';
//var error_term_agree = 'You must agree to the Terms and Conditions and Privacy Policy.';



//var info_pwd_change = 'You have successfully changed your password!';


