diff options
Diffstat (limited to 'language/it_IT/common.lang.php')
-rw-r--r-- | language/it_IT/common.lang.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index cb2ae457d..c99210388 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -210,10 +210,6 @@ $lang['Login'] = 'Connessione'; $lang['Logout'] = 'Logout'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'l\'indirizzo email deve essere del tipo xxx@yyy.eee (ad esempio: cippalippa@libero.rio)'; $lang['Manage this user comment: %s'] = 'Gestire questo commento: %s'; -$lang['Maximum height must be a number superior to 50'] = 'L\'altezza massima deve essere un numero superiore a 50'; -$lang['Maximum photo height'] = 'Altezza massima delle foto'; -$lang['Maximum photo width'] = 'Larghezza massima delle foto'; -$lang['Maximum width must be a number superior to 50'] = 'La larghezza massima deve essere un numero superiore a 50'; $lang['Menu'] = 'Menu'; $lang['month'][10] = 'Ottobre'; $lang['month'][11] = 'Novembre'; @@ -397,8 +393,8 @@ $lang['File name, Z → A'] = 'Nome file, Z → A'; $lang['Manual sort order'] = 'Ordine manuale'; $lang['Numeric identifier, 1 → 9'] = 'Numero identificativo, 1 → 9'; $lang['Numeric identifier, 9 → 1'] = 'Numero identificativo, 9 → 1'; -$lang['Photo title, A → Z'] = 'Titolo immagine, A → Z'; -$lang['Photo title, Z → A'] = 'Titolo immagine, Z → A'; +$lang['Photo title, A → Z'] = 'Titolo foto, A → Z'; +$lang['Photo title, Z → A'] = 'Titolo foto, Z → A'; $lang['Rating score, high → low'] = 'Valutazione, alto → basso'; $lang['Rating score, low → high'] = 'Valutazione, basso → alto'; $lang['Visits, high → low'] = 'Visite, alto → basso'; @@ -411,4 +407,7 @@ $lang['Piwigo encountered a non recoverable error'] = 'Piwigo ha riscontrato un $lang['Requested album does not exist'] = 'L\'album richiesto non esiste'; $lang['Permalink for album not found'] = 'Permalink per l\'album non trovato'; $lang['Requested tag does not exist'] = 'Il tag richiesto non esiste'; +$lang['Username is mandatory'] = 'Nome utente obbligatorio'; +$lang['Email address is mandatory'] = 'Indirizzo email obbligatorio'; +$lang['mandatory'] = 'obbligatorio'; ?>
\ No newline at end of file |