diff options
Diffstat (limited to 'language/it_IT/common.lang.php')
-rw-r--r-- | language/it_IT/common.lang.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 306de6bb1..a4f37efab 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -352,4 +352,23 @@ $lang['This author removed the comment with id %d'] = 'Questo autore ha cancella $lang['delete this comment'] = 'Cancellare questo commento'; $lang['validate this comment'] = 'Approvare questo commento'; $lang['html tags are not allowed in login'] = 'I tag HTML non sono ammessi nel login'; +$lang['Enter a username or email address'] = 'Inserisci il tuo nome utente o indirizzo email'; +$lang['Invalid username or email'] = 'Nome utente o indirizzo email non valido'; +$lang['Password reset is not allowed for this user'] = 'Il rinnovo della password non è consentito per questo utente'; +$lang['User "%s" has no email address, password reset is not possible'] = 'L\'utente "%s" non ha nessun indirizzo email, il rinnovo della password è impossibile'; +$lang['Someone requested that the password be reset for the following user account:'] = 'Qualcuno ha chiesto di rinnovare la propria password per l\'utente seguente :'; +$lang['Username "%s" on gallery %s'] = 'Utente "%s" sur la galerie %s'; +$lang['To reset your password, visit the following address:'] = 'Per rinnovare la vostra password, cliccare sul link qui sotto :'; +$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Se si tratta di un\'errore, ignorare questo messaggio e la richiesta non sarà presa in considerazione'; +$lang['Password Reset'] = 'Rinnovare la vostra password'; +$lang['Check your email for the confirmation link'] = 'Controllare la posta elettronica per trovare il link di conferma'; +$lang['Invalid key'] = 'Chiave non valida'; +$lang['The passwords do not match'] = 'Le password non coincidono'; +$lang['Your password has been reset'] = 'La password è stata reimpostata'; +$lang['Return to home page'] = 'Ritornare alla home page'; +$lang['Please enter your username or email address.'] = 'Grazie d\'inserire il nome utente o l\'indirizzo email'; +$lang['You will receive a link to create a new password via email.'] = 'Via email, riceverete un link da cliccare per rinnovare la vostra password'; +$lang['Username or email'] = 'Nome utente o indirizzo email'; +$lang['Change my password'] = 'Cambiare la mia password'; +$lang['Enter your new password below.'] = 'Immettere la nuova password qui sotto'; ?>
\ No newline at end of file |