diff options
author | riopwg <riopwg@piwigo.org> | 2010-04-07 00:10:21 +0000 |
---|---|---|
committer | riopwg <riopwg@piwigo.org> | 2010-04-07 00:10:21 +0000 |
commit | 05fa1c12f704e350db6e3a1a4818e2669a5db2a1 (patch) | |
tree | 1e4dc78dadee0d2faa50213b859b0fe447d9dbee /language/it_IT/common.lang.php | |
parent | 4e4f257a58d1369ed506461a42522f79bc532476 (diff) |
Update language IT
"Elenco" better than "Lista"
git-svn-id: http://piwigo.org/svn/trunk@5693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 34e6ced97..5e369ea11 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -263,7 +263,7 @@ $lang['this login is already used'] = 'Nome utente giĆ esistente'; $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['please enter your password again'] = 'Reinserire la password, grazie.'; $lang['Auto login'] = 'Conessione automatica'; -$lang['remove this tag from the list'] = 'Eliminare tag dalla lista'; +$lang['remove this tag from the list'] = 'Eliminare questo tag dall\'elenco'; $lang['representative'] = 'rappresentative'; $lang['return to homepage'] = 'Torna alla homepage'; $lang['Search for Author'] = 'Cercare un Autore'; |