jQuery.extend(jQuery.validator.messages, { required: "Questo campo è obbligatorio.", email: "Inserire un indirizzo email valido.", rangelength: $.validator.format("Inserire un valore tra {0} e {1} caratteri."), maxlength:$.validator.format("Inserire non più di {0} caratteri."), digits:"Inserire solo valori numerici.", number:"Inserire un valore numerico valido.", max:$.validator.format("Inserire un valore minore o uguale a {0}."), url:"Inserire un URL valido." }); function getText(name){ switch(name){ case 'validateEmail':return 'Inserire un indirizzo email valido.'; case 'registeredEmailAddress':return 'Indirizzo email di registrazione'; case 'Registered TP-Link ID':return 'Lid TP-Link esiste già.'; case 'passwordNotMatch':return 'Le password non corrispondono.'; case 'registeredUsername':return 'Il nome utente è registrato.'; case 'agreeFirst':return 'Devi accettare termini e condizioni per proseguire'; case 'Registration Agree':return 'È necessario accettare i Termini e condizioni prima di continuare'; case 'thanksForContact':return 'Grazie per averci contattati. Revisioneremo i tuoi commenti e ti daremo un feedback a breve.'; case 'otherSpecifyRequired':return 'Immettere altre specifiche'; case 'congratulations':return 'Congratulazioni'; case 'emptyPassword':return 'Inserire la password'; case 'contentRequired':return 'Prego inserire contenuto valido'; case 'search':return 'Cerca'; case "Generic Distributor":return "Distributori"; case "Specialty Distributor":return "Distributori specializzati"; case 'notBusinessEmailAddress':return 'Aggiungi una email business e non una email personale per finalizzare correttamente la registrazione.'; case 'removeConfirm':return 'Questo rimuoverà permanentemente le informazioni, procedere?'; case 'Partner Program':return 'Partner Program'; case 'TP-Link Partner Program':return 'TP-Link Partner Program'; case 'TP-Link SolutionX Partner Program':return 'TP-Link SolutionX Partner Program'; case 'Registration':return 'Registrazione'; case 'Verification':return 'Verifica'; case 'Business Information':return 'Informazioni Business'; case 'Save Confirm':return 'Vuoi salvare i dati attualmente inseriti?'; case 'Yes':return 'Sì'; case 'No':return 'No'; case 'inviteAdminEmail':return 'Modifica il pulsante di opzione o inserisci un indirizzo email differente.'; case 'validateMobileNumber':return 'Per favore inserisci {0} cifre'; case 'Tax Number Invalid':return 'Inserisci un codice valido'; case 'Distributor Required':return 'Le informazioni sullaccount del distributore sono obbligatorie'; case 'Unsubscribe':return 'Unsubscribe'; case 'Return':return 'Invia'; case 'OK':return 'OK'; case 'Discount/Discount Price Required':return 'Discount/Discount Price Required'; case 'Password too simple':return 'Immettere una password contenente da un minimo di 8 fino a 32 caratteri. La password deve essere una combinazione di lettere, numeri o simboli.'; case 'CEO': return 'CEO'; case 'CTO': return 'CTO'; case 'CIO': return 'CIO'; case 'Director': return 'Director'; case 'IT Manager': return 'IT Manager'; case 'Developer': return 'Developer'; case 'Designer': return 'Designer'; case 'Marketing Specialist': return 'Marketing Specialist'; case 'Customer Support': return 'Servizio Clienti'; case 'Please enter in correct format': return 'Please enter in correct format'; case 'One Last Step': return 'Un ultimo passo'; case 'Activation Link Sent': return 'Un link di attivazione è stato inviato al tuo indirizzo email.'; case 'Activate and Complete Registration': return 'Per favore, fai clic sul link per attivare il tuo ID TP-Link e completare la registrazione.'; case 'Error loading data': return 'Error loading data'; } }