diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index c85f9284d..83d204844 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -526,4 +526,11 @@ $lang['Save your ID and secret'] = 'Salva il tuo ID e chiave segreta'; $lang['Secret copied. Keep it in a safe place.'] = 'Chiave segreta copiata. Conservala in un luogo sicuro.'; $lang['The secret will no longer be displayed. You must copy it to continue.'] = 'La chiave segreta non verrà più mostrata. Devi copiartela per poter continuare'; $lang['Verification code'] = 'Codice di verifica'; -$lang['Verify'] = 'Verifica'; \ No newline at end of file +$lang['Verify'] = 'Verifica'; +$lang['edit user preferences'] = 'modifica preferenze utente'; +$lang['Your verification code'] = 'Il tuo codice di verifica'; +$lang['Verification successful! You can now choose a new password.'] = 'Verifica avvenuta con successo. Ora puoi scegliere la tua nuova password.'; +$lang['Too many attempts, please try later..'] = 'Troppi tentativi, riprova piu tardi...'; +$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Se hai cambiato la tua password perchè pensi che sia stata rubata, ti raccomandiamo di revocare le tue %d API keys presenti nel tuo profilo.'; +$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Se non sei stato tu, per favore cambia immediatamente la tua password o contatta il tuo webmaster.'; +$lang['Here is your verification code:'] = 'Questo è il tuo codice di verifica:'; \ No newline at end of file