/* traduzioni dei messaggi lato javascript */

function mytext(idMessage)
{
	switch(idMessage) {
		case 0: return "en";
		case 1: return "All required fields (marked with *) must be filled and you have to agree with the privacy policy.";
		case 2: return "You must enter a valid e-mail address.";
		case 3: return "Are you sure you want to empty your cart?\nThis action cannot be undone.";
		case 4: return "You typed an invalid password. Only letters and digits are allowed. Passwords must be at least 6 characters long.";
		case 5: return "The passwords you typed in the 'password' fields are different. Please retry.";
		case 6: return "The postal code is not valid.";
		case 7: return "All fields must be filled.";
		case 8: return "The passwords you typed in the 'new password' fields are different. Please retry.";
		case 9: return "copy billing address";
		case 10: return "All required fields (marked with *) must be filled.";
		case 11: return "Your cart was updated successfully.";
		case 12: return "";
		case 13: return "s";
		case 14: return "We're sorry, there was an internal error.\nPlease retry in a few minutes.";
		case 15: return "This product was added to your wishlist.";
		case 16: return "We're sorry, this function is available only to our registered users.\nIf you were logged in, your login session may have expired:\nplease try logging in again.";
		case 17: return "please wait";
		case 18: return (/unit\.\spr\./g);
		case 19: return "unitary price with discount";
		case 20: return "Are you sure you want to logout?";
		case 21: return "Your cart will be emptied.";
		case 22: return "You must choose a payment method.";
		case 23: return "You must choose between pickup and delivery.";
		case 24: return "The billing address is incomplete.";
		case 25: return "The shipping address is incomplete.";
		case 26: return "The postal code in the billing address is not valid.";
		case 27: return "The postal code in the shipping address is not valid.";
		case 28: return "You must specify a Codice Fiscale.";
		case 29: return "This order can't be processed because one or more products are currently unavailable.\nIt is possible, however, to save your cart in the clipboard, by clicking on 'Save'.";
		case 30: return "Your current cart will be lost, unless it was saved to the clipboard.\nAre you sure you wish to load the selected cart?";
		case 31: return "Product in wishlist";
		case 32: return "Link will open in a new window";
		case 33: return "Please select your country first.";
		case 34: return "This will delete your order.";
		case 35: return "You have chosen to proceed with this order.";
		case 36: return "\nAre you sure?";
		case 37: return "0.00";
		case 38: return ".";
		case 39: return "You must select an Italian province.";
	}
}
