define("SHOP_SHOPPINGCART_STORED","Shoppingcart saved");   
define("SHOP_VALIDATE_URL","Insert a valid URL please");   
define("SHOP_VALIDATE_POSTALCODE","Postalcode is not valid");   
define("SHOP_PAYMENT_CHOSE_METHOD","First select a payment method, please.");   
define("SHOP_PAYMENT_NOT_POSSIBLE","It is not possible to pay. Contact the shopowner.");   
define("SHOP_ACCEPT_GENERAL_CONDITIONS","Accept the general condition.");   
define("SHOP_USER_CONFIRM_DELETE","Delete user?");  
define("SHOP_CONFIRM","Confirm your order?");     
define("VALIDATION_MSG_REQUIRED","This is a required field.");
define("VALIDATION_MSG_NUMBER","Please enter a valid number in this field.");
define("VALIDATION_MSG_DIGITS","Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.");
define("VALIDATION_MSG_ALPHA","Please use letters only (a-z) in this field.");
define("VALIDATION_MSG_ALPHANUM","Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed!");
define("VALIDATION_MSG_DATE","Please enter a valid date.");
define("VALIDATION_MSG_EMAIL","Please enter a valid email address. For example info@theoevers.com.");
define("VALIDATION_MSG_URL","Please enter a valid URL.");
define("VALIDATION_MSG_DATE_NL","Please use this date format: dd-mm-yyyy. For example 21-01-2008.");
define("VALIDATION_MSG_DATE_AU","Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.");
define("VALIDATION_MSG_PHONE","Please enter a valid phone number. For example (123) 456-789"); 
define("VALIDATION_MSG_CURRENCY_DOLLAR","Please enter a valid $ amount. For example $100.00 ."); 
define("VALIDATION_MSG_SELECTION","Please make a selection."); 
define("VALIDATION_MSG_ONE_REQUIRED","Please select one of the above options."); 
define("VALIDATION_MSG_POSTCODE","Postalcode is not valid."); 
define("VALIDATION_MSG_POSTCODE_ALL","Postalcode is not valid."); 
define("VALIDATION_MSG_POSTCODE_DELIVERY_ALL","Postalcode is not valid."); 
define("VALIDATION_MSG_POSTCODE_DELIVERY","Postalcode is not valid."); 
define("VALIDATION_MSG_CONFIRM","Confirm?"); 
