diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:57:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:57:34 +0000 |
commit | a16a070d4cab87a4a4dd701fb64f17d33d6cb026 (patch) | |
tree | 364cce59a1ba1833688f549c45cf7224155bde45 /language/it_IT/common.lang.php | |
parent | 722c4a3a9740506ed4f409fcd9517027f8cbcee5 (diff) |
merge r6418 from branch 2.1 to trunk
- removed multiple definitions of language keys
git-svn-id: http://piwigo.org/svn/trunk@6419 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/common.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 505c0ed74..dfd965a34 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -236,7 +236,6 @@ $lang['Unknown identifier'] = 'Identificante sconosciuto'; $lang['New password'] = 'Nuova password'; $lang['Rate this picture'] = 'Vota questa foto'; $lang['Next'] = 'Prossima'; -$lang['Home'] = 'Home'; $lang['no rate'] = 'nessun voto'; $lang['Elements posted within the last %d day.'] = 'L\'insieme degli elementi sono filtrati per visualizzare solo gli elementi recenti di meno di %d giorno.'; $lang['Elements posted within the last %d days.'] = 'L\'insieme degli elementi sono filtrati per visualizzare solo gli elementi recenti di meno di %d giorni.'; @@ -279,7 +278,6 @@ $lang['Empty query. No criteria has been entered.'] = 'Selezione vuota. Nessun c $lang['Search Options'] = 'Opzioni di ricerca'; $lang['Search results'] = 'Risultato della ricerca'; $lang['Search in subcategories'] = 'Cercare nelle sottocategorie'; -$lang['Search'] = 'Cercare'; $lang['searched words : %s'] = 'parole cercate : %s'; $lang['Contact'] = 'Contattare'; $lang['set as category representative'] = 'Usare immagine come rappresentativa della categoria'; @@ -304,7 +302,6 @@ $lang['the picture must be to the fileformat jpg, gif or png'] = 'l\'immagine de $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['Author'] = 'Autore'; $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'] = 'Nome immagine giàesistente'; |