/*
AUTHOR			:	vp
DATE			:	101108
VERSION			:   1.2
PURPOSE			:	list of the vars of language EN

NOTE	: 
*/
//-----------------------------------------------------
// GENERAL
//-----------------------------------------------------
_LANG_captcha_note ="Please copy the letters shown at the end of the form.";

_LANG_plz_fill_last_name = "Please complete the \'Your last name\' field";
_LANG_plz_fill_first_name = "Please complete the \'Your first name\' field";
_LANG_plz_fill_email = "Please enter your email address";
_LANG_email_invalid = "That email address is not valid";

//-----------------------------------------------------
// /plugins/vp_login
//-----------------------------------------------------
// /js/vp_login_user_form.js
_LANG_vplogin_login_not_availiable = "The user name you selected is not available.";
_LANG_vplogin_email_not_availiable = "The email address you entered is not available.";
_LANG_vplogin_accept_rules = "Please agree to the rules";

_LANG_vplogin_plz_fill_login = "Please enter a user name";
_LANG_vplogin_plz_fill_sex = "Please select your gender";
_LANG_vplogin_plz_fill_birth_day = "Please enter your birth date";
_LANG_vplogin_plz_fill_age = "Please select your age";
_LANG_vplogin_email_confirmation_not_equal = "Your email and confirmation do not match";
_LANG_vplogin_plz_fill_zip = "Please enter your postal code";
_LANG_vplogin_pass_confirmation_not_equal = "Your password and confirmation do not match";
_LANG_vplogin_plz_fill_pass = "Please enter your password";

_LANG_vplogin_pass_too_short = "Password too short (6 characters minimum).";
_LANG_vplogin_pass_char_limits = "Your password must have between 6 and 12 characters";


_LANG_vplogin_email_not_found_in_base = "The email address entered does not exist in the database.";

_LANG_vplogin_login_ok = "User name OK";
_LANG_vplogin_email_ok = "Email OK";

_LANG_vplogin_hotmail_alert = "Your email address is a HOTMAIL address. You will not receive a confirmation email and will be registered directly.";


//---------------------------
// plugins/vp_comments
//---------------------------
_LANG_comments_plz_fill_pseudo = "Please enter your user name";
_LANG_comments_plz_fill_message = "Please enter your message";
_LANG_comments_accept_rules = "Please agree to the rules for ratings";


//---------------------------
// plugins/vp_newsletter
//---------------------------
_LANG_nl_unsubscribe_confirm = "Are you sure you want to unsubscribe from the newsletter?";


//---------------------------
// plugins/vp_mail_friend AND plugins/vp_community
//---------------------------
_LANG_mail_plz_fill_one_email = "Please enter at least one recipient address";
_LANG_mail_email1_invalid = "The first recipient email address is invalid";
_LANG_mail_email2_invalid = "The second recipient email address is invalid";
_LANG_mail_email3_invalid = "The third recipient email address is invalid";
_LANG_mail_email4_invalid = "The fourth recipient email address is invalid";

_LANG_community_delete_firend_confirm = "Do you really want to delete this friend?\\n\nYou will no longer be able to share your scores."

//---------------------------
// _admin/ => members
//---------------------------
_LANG_admin_member_pass_changed = "<br><br>Hello.";
_LANG_admin_member_pass_changed += "<br><br>";
_LANG_admin_member_pass_changed += "We have changed your password to allow you to log in :<br><br>";
_LANG_admin_member_pass_changed += "Login : {login}<br>";
_LANG_admin_member_pass_changed += "Password : {pass}<br>";
_LANG_admin_member_pass_changed += "<br>You can change this password in your page 'My Account'.";
_LANG_admin_member_pass_changed += "<br><br>Best regards.<br><br>";
