diff options
author | plegall <plg@piwigo.org> | 2011-01-17 23:53:47 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-17 23:53:47 +0000 |
commit | 7ca4f8e06004740e3dc0c331629daeccc868defe (patch) | |
tree | b2a062e1fd314829b2fe4f3247a321833a968685 /language/it_IT/common.lang.php | |
parent | e123585dde33f8ec3be13e788eea6fc10041920f (diff) |
feature 2102: add a few language keys to remove all image/picture/element and replace by photo
git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/common.lang.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index a75767ad8..a45466861 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -290,18 +290,7 @@ $lang['A comment on your site'] = 'Un commento sul sito'; $lang['today'] = 'Oggi'; $lang['Update your rating'] = 'Aggiorna il tuo voto'; $lang['wrong filename'] = 'nome della directory errata'; -$lang['the filesize of the picture must not exceed :'] = 'La dimensione del file immagine non deve eccedere: '; -$lang['the picture must be to the fileformat jpg, gif or png'] = 'L\'immagine deve essere in formato jpg, png o gif'; -$lang['the height of the picture must not exceed :'] = 'L\'altezza dell\'immagine non deve eccedere: '; -$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opzionale ma raccomandato: scegliere una miniatura da associare a '; -$lang['the width of the picture must not exceed :'] = 'La larghezza dell\'immagine non deve eccedere: '; -$lang['can\'t upload the picture on the server'] = 'non è stato possibile caricare il file sul server'; $lang['the username must be given'] = 'nome utente obbligatorio'; -$lang['A picture\'s name already used'] = 'file già esistente'; -$lang['You must choose a picture fileformat for the image'] = 'il formato del file non è un formato immagine'; -$lang['Name of the picture'] = 'Nome dell\'immagine'; -$lang['Upload a picture'] = 'Caricare un\'immagine'; -$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Immagine caricata con successo. Un amministratore convaliderà l\'operazione il più presto possibile'; $lang['useful when password forgotten'] = 'utile se si dimentica la password'; $lang['Quick search'] = 'Ricerca rapida'; $lang['Connected user: %s'] = 'Utente(i) connesso(i): %s'; @@ -315,8 +304,6 @@ $lang['Email: %s'] = 'Email: %s'; $lang['Admin: %s'] = 'Amministrazione: %s'; $lang['Registration of %s'] = 'Registrazione di %s'; $lang['Album: %s'] = 'Album: %s'; -$lang['Picture name: %s'] = 'Nome dell\'immagine: %s'; -$lang['Creation date: %s'] = 'Data di creazione: %d'; $lang['Picture uploaded by %s'] = 'Immagine caricata da %s'; // --------- Starting below: New or revised $lang ---- from version 1.7.1 $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.'; @@ -341,7 +328,6 @@ $lang['%d photo is also linked to current tags'] = '%d immagine è anche conness $lang['%d photos are also linked to current tags'] = '%d immagini sono anche connesse ai tag correnti'; $lang['display photos linked to this tag'] = 'Mostrare le immagini connesse solo a questo tag'; $lang['photos posted during the last %d days'] = 'immagini aggiunte durante gli ultimi %d giorni'; -$lang['Choose an image'] = 'Scegliere un immagine da aggiungere'; $lang['Piwigo Help'] = 'Help di Piwigo'; $lang['Rank'] = 'Rang'; $lang['group by letters'] = 'ragruppare per lettera'; |