
//global
var s_msg_error_valid_email = "Not a valid email";
var s_msg_wait_loading = "Loading... please wait";
var s_msg_welcome = "Welcome Home";
var s_msg_delete_question = "Delete really? There is no undo";
var s_msg_delete_question2 = "Delete really?";
var s_msg_error_input = "invalid input";
var s_send_btn = "Send";
var s_msg_show_banned = "--Show comment--";

//checknick
var s_msg_error_short = "Username too short";
var s_msg_error_invalid_chars = "Invalid char";
var s_msg_error_not_available = "Username already used by someone";
var s_msg_available = "Username available";

//profile
var s_msg_error_old_password = "wrong old password"
var s_msg_email_changed = "Email changed. You will recieve now a new validation mail";

//signup
var s_msg_error_user_name = "Not a valid user name";
var s_msg_error_terms = "You must agree to the terms";
var s_msg_error_password_short = "your password must be at least 4 chars long";
var s_msg_error_password_repetition = "password and it's repetition must be the same";

//lostpassword
var s_msg_sent_password1 = "You have been sent a message to confirm that you want to receive a new password. Please check your inbox.";

//ihate inserth
var s_msg_error_inserth_name = "I need a name of this";
var s_msg_error_inserth_category = "Please select at least one category";
var s_msg_error_inserth_description = "Describe it please";


//ihate vote
var s_msg_writing_not_logged = "You're not logged in. Please first login or signup";
var s_btn_hate_value2 = "HATE & COMMENT";
var s_btn_love_value2 = "LOVE & COMMENT";
var s_msg_error_comment_too_long = "Your comment is too long";

//content rating
var a_rate_label = {
  1:"This sucks", 2:"I don't like it", 3:"Not so bad", 4:"I like this", 5:"Wow! Excellent!"
};

var s_thanks4rating = "Thanks!";
var s_already_voted = "Already voted";

//blog post
var s_blog_title = "Blog title too short";
var s_blog_post_title_short = "Title too short";
var s_blog_post_text_short = "Post too short";
