﻿
var TemplateStrings=function(){this.GetNullFieldMessage=function(fieldName){return"Campo "+fieldName+" inesistente!";}
this.GetEmptyFieldMessage=function(fieldName){return"Campo "+fieldName+" vuoto!";}
this.GetWrongValueFieldMessage=function(fieldName){return"Valore non corretto per "+fieldName+"!";}
this.GetWrongPasswordFieldMessage=function(){return"Le due password non coincidono!";}
this.GetUnknownPanelId=function(panelId){return(divId==null)?"Impossibile trovare l'id pannello nella pagina!":"Impossibile trovare l'id pannelo per "+panelId+" nella pagina!";}
this.GetUnableUpdatePage=function(){return"Impossibile aggiornare la pagina!";}
this.GetUnableFindDivElement=function(divId){return"Impossibile trovare l'elemento con id "+divId+": è inesistente!";}
this.GetUnableSubmitForm=function(){return"Impossibile eseguire il submit del form!";}
this.GetUnableAddEvent=function(){return"Impossibile aggiundere un evento ad un oggetto vuoto!";}
this.GetSpecifyEvent=function(){return"Specificare l'evento e/o il codice da associare!";}
this.GetSpecifySearchKey=function(){return"Occorre specificare una chiave di ricerca!";}
this.GetUnableExeLogin=function(){return"Impossibile eseguire il login senza specificare username e password!";}
this.GetUnableFindEmailControl=function(){return"Impossibile individuare l'indirizzo email!";}
this.GetUnableChangeOrderType=function(){return"Impossibile impostare il tipo di ordinamento";}
this.GetCloseLabel=function(){return"Chiudi";}
this.GetErrorLabel=function(){return"Si è verificato un errore!";}
this.GetUnknownErrorLabel=function(){return"Errore sconosciuto";}
this.GetInfoLabel=function(){return"Informazione";}
this.GetAddNewsLetterOk=function(){return"La tua email è stata aggiunta al nostro elenco NewsLetter";}
this.GetRemoveNewsLetterOk=function(){return"La tua email è stata rimossa dal nostro elenco NewsLetter";}
this.GetRecoveryPasswordOk=function(){return"La tua nuova password è stata inviata all'indirizzo email specificato!";}
this.GetAddNewsLetterKo=function(){return"Impossibile aggiungere l'email all' elenco NewsLetter";}
this.GetRemoveNewsLetterKo=function(){return"Impossibile rimuovere l'email dall'elenco NewsLetter";}
this.GetRecoveryPasswordKo=function(){return"L'email specificata non corrisponde a nessun account";}
this.GetAddToCartKo=function(){return"Impossibile aggiungere il prodotto nel carrello";}
this.GetTitleAddToCart=function(){return"Articolo inserito nel carrello";}
this.GetDescrAddToCart=function(){return"Il seguente articolo è stato inserito nel carrello:";}
this.GetQtyAddToCart=function(){return"Articoli inseriti: ";}
this.GetLinkAddToCart=function(){return"Vai al Carrello";}
this.GetTitleRecoveryPassword=function(){return"Password Dimenticata";}
this.GetAbstractRecoveryPassword=function(){return"Digita la tua email, verrà controllato a quale account l'indirizzo corrisponde.<br/>Trovato l'account verrà resettata la password e<br/>inviata nuovamente all'indirizzo di posta specificato.";}
this.GetBodyRecoveryPassword=function(){return"Email di riferimento:";}
this.GetRequestUnsubscribe=function(){return"Sei sicuro di voler cancellare la tua registrazione?";}}
templateStrings=new TemplateStrings();
