diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
commit | 387354816b46f0ee429c530de940583edb24bd93 (patch) | |
tree | cf6ebcfd58980db56a4909776118b09dc8e81597 /language/it_IT | |
parent | 05ab300c39f10271bc94b9fece8f275e3ac75174 (diff) |
lang remove 'Mail address' - use existing 'Email address'
lang remove unused 'return to homepage'
lang change key 'a user use already this mail address' to 'this email address is already in use'
git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/it_IT')
-rw-r--r-- | language/it_IT/common.lang.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index bcaf6603f..3ab6ef7f3 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -83,7 +83,6 @@ $lang['Identification'] = 'Identificazione'; $lang['Image only RSS feed'] = 'Feed RSS solo per le immagini'; $lang['Keyword'] = 'Parola chiave'; $lang['Links'] = 'Links'; -$lang['Mail address'] = $lang['Email address']; $lang['N/A'] = 'Non disponibile'; $lang['New on %s'] = 'Nuovo il %s'; $lang['New password confirmation does not correspond'] = 'La conferma della nuova password non corrisponde'; @@ -261,7 +260,6 @@ $lang['please enter your password again'] = 'Reinserire la password, grazie.'; $lang['Auto login'] = 'Conessione automatica'; $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'; $lang['Search in albums'] = 'Cercare negli album'; $lang['Search by Date'] = 'Cercare per data'; @@ -327,7 +325,7 @@ $lang['Picture uploaded by %s'] = 'Immagine caricata da %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Lo status dell\'utente "guest" non è conforme, viene usato lo status di default. Per favore avvisa il webmaster.'; // --------- Starting below: New or revised $lang ---- from Butterfly (2.0) $lang['Administrator, webmaster and special user cannot use this method'] = 'Amministratore, webmaster e utente speciale non possono utilizzare questo metodo'; -$lang['a user use already this mail address'] = 'un utente usa già questo indirizzo mail'; +$lang['this email address is already in use'] = 'un utente usa già questo indirizzo mail'; $lang['Album results for'] = 'Risultati degli album per'; $lang['Tag results for'] = 'Risultato dei tag per'; $lang['from %s to %s'] = 'da %s a %s'; |