var langmain = new (function() {
	this.mylang												="uk";	
    this.de                                                 = "from";
    this.a                                                  = "to";
	this.createaccount										="To access this page you need to create a user account.";	
 //Formulaire de validation d'enregistrement | called by header.tpl | used by registration.tpl
	this.requiredField										= "This field is required";
	this.selectCivility										= "Select your title";
	this.lengthEntre										= "Between";
	this.lengthAnd											= " and ";
	this.lengthCharacter									= "characters allowed";
	this.confirmEmailEquivalent								= "Email address fields are not matching";
	this.confirmPwdEquivalent								= "Password fields are not matching";
	this.telephone											= "Invalid phone number";
	this.fax												= "Invalid fax number";
	this.emailNotValid										= "Invalid email address";
	this.onlyNumber											= "Numbers only";
	this.onlyLetter											= "Letters only";
//Account confirmed
	this.infomail											="A confirmation email has been sent to you";
	this.active											    ="Your account has now been activated";
	this.upgradeaccount									    ="To buy a lot you need to create a professional buyer account";
//Alertes
	this.newalerte											="Now, you follow this product";
	this.alertexist											="You already follow this product";
	
// Liste des produits account.tpl

	this.yrProducts                                       = "Your products";
	this.nmProducts                                       = "name";
	this.apProducts                                       = "Appellation";
	this.mlProducts                                       = "Vintage";
	this.szProducts                                       = "Volume";
	this.clProducts                                       = "Type";
	this.prProducts                                       = "Price";
	this.stProducts                                       = "State";
	this.quantityProducts                                 = "Quantity";
	this.newProducts                                      = "Add product";
	this.modify                                           = "modify";
	this.supp                                             = "delete";
	this.modifyProducts                                   = "Modify un produit";
	this.dosell                                           = "sell";
	this.closed                                           = "close";
	this.erroralreadyinlist                               = "this product is already in your list";
	this.deleteproddesc                                   = "Do you really want to delete this product?";
	this.deleteprod                                       = "Delete product";
	this.LimitQ                                           = "Quantit&eacute; non n&eacute;gociable";
	this.LotEntier                                        = "Whole lot";
	this.PrixCaisse                                         = "Price per case";
// Password recovery

	this.pwdErr1	                                      = "Please fill in your email address";
	this.pwdErr2                                          = "That email address isn't registered in our database";
	this.pwdConf                                          = "Your news password has been sent!";
	
// Trade
	this.deletetradedesc                                   = "Do you really want to delete this trade?";
	this.deletetrade                                       = "Delete trade";
	this.createoffer                                     = "create an offer";
	this.ficheoffer                                      = "trade card";
	this.refuseofferdesc                                 = "Do you really want to refuse this offer?";
	this.refuseoffer                                     = "Accept offer";
	this.acceptofferdesc                                 = "Do you really want to accept this offer?";
	this.acceptoffer                                     = "Refuse offer";
	this.ficheoffer2                                     = "offer card";
	this.createalert                                     = "Do you really want to follow this product?";
	this.createalerttitle                                = "Follow product";
	this.deletealert                                     = "Do you really want to delete this alert?";
	this.deletealerttitle                                = "Delete alert";
	this.deletealertconfirm                              = "Alert erased";
	this.stockage                                        = "Storage";
	this.stockageBX                                      = "Storage in Bordeaux";
	this.livraison                                       = "Delivery";
	this.pack                                            = "Number of bottles/case";
	this.noresult                                        = "We are sorry, not lot available in this category.";
	
// Buy`
	this.dispo                                           = "available";
	this.HowMany                                         = "Whished quantity of cases :";
	this.badTotal                                        = "You can't ship/stock more cases than the total of your order";
	this.badTotal2                                       = "You can't ship/stock less cases than the total of your order";
	this.resume                                          = "Purchase summary";
	this.caisses                                         = "cases";
	this.caisse                                          = "case";
	this.buynow                                          = "Do you want to buy this product?";
	this.buynowtitle                                     = "Buying confirmation";
	this.addCellar                                       = "Do you want to add this product to your cellar?";
	this.addCellartitle                                  = "Add to my cellar";
	this.addCellarConfirm                                = "Product added to your cellar";
	this.addCellarDenied                                 = "This product is already in your cellar";
	this.buyCellarConfirm                                = "Do you want to buy your cellar?";
	this.buyCellarConfirmtitle                           = "Buy my cellar";
	this.removeCellar                                    = "Do you want to remove this product from your cellar?";
	this.removeCellartitle                               = "Remove from my cellar";
	this.nocellar                                        = "Your cellar is empty.";
	this.lotn                                            = "Lot number";
	this.livconfirm                                      = "Votre demande est enregistr&eacute;e";
	this.owc                                             = "Original wood cases";
	this.bottles                                         = "bottles";
	this.bottle                                          = "bottle";
	this.Prixlot                                         = "Price per lot";
	this.Prixbout                                        = "Price per<br>bottles";
	this.livdesc                                         = "You now have choices about managing your wine lot.<br>If you wish us to  manage and store your lot, select 'Storage'.<br>If you want to proceed to the pick up or delivery  of your lot, choose 'Delivery'.<br>If your choice is not determined, choose 'Storage'. This information may be modified during 48 hours";
}); 
