diff options
author | riopwg <riopwg@piwigo.org> | 2011-09-03 17:58:30 +0000 |
---|---|---|
committer | riopwg <riopwg@piwigo.org> | 2011-09-03 17:58:30 +0000 |
commit | dd457a0d7b3084324ccfee38c8bd9c8837f0225b (patch) | |
tree | c4615f04192ff2a6d200cfeed8afa05f2ad475ff /language/it_IT/common.lang.php | |
parent | 78fb8cc0f3037257213d1b66d29ac8176349ca8d (diff) |
Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12043 68402e56-0260-453c-a942-63ccdbb3a9ee
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 |