var langpack = Array();
langpack[10000]="EN";
langpack[1]='Send password reminder';
langpack[2]='Error';
langpack[3]='Missing!';
langpack[4]='Password must be at least 6 characters long!';
langpack[5]='Please enter a valid number.';
langpack[6]='Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.';
langpack[7]='Please use letters only (a-z) in this field.';
langpack[8]='Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.';
langpack[9]='Please enter a valid date.';
langpack[10]='Please enter a valid email address, e.g. fred@domain.com .';
langpack[11]='Please enter a valid URL.';
langpack[12]='Please use this date format: dd/mm/yyyy. For example 17/03/2009 for the 17th of March, 2009.';
langpack[13]='Please use this date format: mm/dd/yyyy. For example 03/17/2009 for the 17th of March, 2009.';
langpack[14]='Please enter a valid $ amount. For example $100.00 .';
langpack[15]='Please select one';
langpack[16]='email addresses do not match!';
langpack[17]='password must be at least 6 characters long!';
langpack[18]='Passwords do not match!';
langpack[19]='Order must be saved first.\nThank you';
langpack[21]='Please login';
langpack[22]='However, CapsLock Is ON on your keyboard.';
langpack[23]='Your Shopping Cart';
langpack[24]='Product must be saved first. Thank you.';
langpack[25]='could not get data';
langpack[26]='no product chosen!';
langpack[27]='WARNING!\nCancelling an order cannot be reversed.\nAre you sure';
langpack[28]='Hidden';
langpack[29]='Shown';
langpack[30]='Cancelled';
langpack[31]='Create User';
langpack[32]='Already Approved Products';
langpack[33]='Approvable Products';
langpack[34]='Sent';
langpack[35]='Could not save!\n';

function getMess(){
		return langpack;
}