//application.js
var hello_world = "Hello World"
var errormsg_old_password = "Please enter the old password"
var errormsg_new_password = "Please enter the new password"
var errormsg_confirm_password = "Please enter the new confirmation password"
var errormsg_new_password_next_line = "Please enter the new password"
var errormsg_enter_new_password = "Please enter the new confirmation password"
var errormsg_enter_new_password_next_line = "Please enter the new confirmation password"
var errormsg_confirm_password_should_be_same = "Password, Confirm Password should be same"
var errormsg_new_password = "Please enter the new password"
var errormsg_new_password_next_line = "Please enter the new password"
var errormsg_user_password_confirmation = "Please enter the new confirmation password"
var errormsg_password_should_be_match = "Password, Confirm Password should be same"
var errormsg_enter_your_name = "Enter your name."
var errormsg_enter_valid_phone_number = "Enter valid phone number. For ex: 83782929 or +353183782929"
var errormsg_enter_valid_phone_number_next_line = "Enter valid phone number. For ex: 83782929 or +353183782929"
var errormsg_enter_valid_address = "Enter valid address."
var errormsg_enter_valid_address_next_line = "Enter valid address."
var errormsg_enter_valid_e_mail_address = "Enter valid e-mail address. For ex: yourname@gmail.com"
var errormsg_enter_valid_e_mail_address_next_line = "Enter valid e-mail address. For ex: yourname@gmail.com"
var errormsg_accept_the_vakobi_tems_conditions = "To proceed further you need to accept the Property owner & Vakobi Terms and conditions."
var errormsg_accept_the_vakobi_tems_conditions_next_line = "To proceed further you need to accept the Property owner & Vakobi Terms and conditions."
var errormsg_enter_valid_e_mail_address = "Enter valid e-mail address. For ex: yourname@gmail.com"
var errormsg_enter_valid_e_mail_address_next_line = "Enter valid e-mail address. For ex: yourname@gmail.com"
var alrtmsg_accept_the_terms_conditions = "Accept the terms & conditions before you proceed to signup"
var alertmsg_enter_item_name = "Please enter the item name in the text field provided!"
var alertmsg_bal_amount_should_not_less_than_zero = "The balance amount should not be less than zero."
var alertmsg_enter_valid_deposit_price = "Enter valid deposit price";
var alertmsg_enter_valid_total_price = "Enter valid total price";
var alertmsg_amount_should_not_be_zero = "The total amount or deposit amount should not be less than 0."
var alertmsg_total_amt_is_not_valid = "Total amount entered is not valid. Please enter a digit"
var alertmsg_deposit_amt_cannot_exceed = "Deposit amount cannot exceed Total Amount"
var alertmsg_enter_valid_deposit_amt = "Enter valid Deposit amount"
var alertmsg_deposit_amt_should_be_digit = "Deposit amount should be a digit"
var alertmsg_username_special_characters = "Your username has special characters."
var alertmsg_these_are_not_allowed = "These are not allowed."
var alertmsg_remove_the_and_try_again = "Please remove them and try again."
//controls.js
var alertmsg_error_with_server = "Error communication with the server"

