diff options
-rw-r--r-- | language/it_IT/admin.lang.php | 1 | ||||
-rw-r--r-- | language/it_IT/common.lang.php | 8 | ||||
-rw-r--r-- | language/it_IT/help/extend_for_templates.html | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index 1ce66cc13..c1dd79d78 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -869,4 +869,5 @@ $lang['Select at least two tags for merging'] = 'Selezionare almeno due tag da f $lang['Average rate'] = 'Voto medio'; $lang['Rate'] = 'Voto'; $lang['Learn more'] = 'Per saperne di più'; +$lang['Select an album'] = 'Selezionare un album'; ?>
\ No newline at end of file diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 385d48efc..bd007327b 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -55,7 +55,7 @@ $lang['All tags'] = 'Tutti i tags'; $lang['Any tag'] = 'Qualsiasi tag'; $lang['At least one listed rule must be satisfied.'] = 'Almeno una delle regole elencate deve essere soddisfatta.'; $lang['At least one tag must match'] = 'Almeno un tag deve corrispondere'; -$lang['Author'] = 'Autore'; +$lang['Albums'] = 'Album'; $lang['Album'] = 'Album'; $lang['Close this window'] = 'Chiudi questa finestra'; $lang['Complete RSS feed (photos, comments)'] = 'Feed RSS completo (foto, commenti)'; @@ -98,7 +98,6 @@ $lang['Posted on'] = 'Inviato il'; $lang['Profile'] = 'Profilo'; $lang['Quick connect'] = 'Connessione veloce'; $lang['RSS feed'] = 'Feed RSS'; -$lang['Rate'] = 'Voto'; $lang['Register'] = 'Registrati'; $lang['Registration'] = 'Registrazione'; $lang['Related tags'] = 'Tags correlati'; @@ -110,6 +109,7 @@ $lang['Search'] = 'Cerca'; $lang['display available tags'] = 'Mostra i tags disponibili'; $lang['Since'] = 'Dal'; $lang['Sort by'] = 'Ordina per'; +$lang['Sort order'] = 'Ordinamento'; $lang['Tag'] = 'Tag'; $lang['Tags'] = 'Tags'; $lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'L\'RSS Feed notifica delle novità della galleria: nuove foto, nuovi album, nuovi commenti. Da usare con un lettore RSS Feed.'; @@ -370,4 +370,8 @@ $lang['Enter your new password below.'] = 'Immettere la nuova password qui sotto $lang['Author'] = 'Autore'; $lang['%d rates'] = '%d voti'; $lang['Rating score'] = 'Punteggio'; +$lang['Reset Password'] = 'Reinizzializzare la password'; +$lang['EXIF Metadata'] = 'Dati EXIF'; +$lang['IPTC Metadata'] = 'Dati IPTC'; + ?>
\ No newline at end of file diff --git a/language/it_IT/help/extend_for_templates.html b/language/it_IT/help/extend_for_templates.html index a96faa0b1..23f3d716b 100644 --- a/language/it_IT/help/extend_for_templates.html +++ b/language/it_IT/help/extend_for_templates.html @@ -13,7 +13,7 @@ <p>Quindi un "parametro facoltativo dell'URL" può essere un "permalink" attivo (per maggiore informazioni vedere i permalinks nella nostra documentazione).</p> -<p>Leggere: `<a href="#warnings">Avvertimenti</a> sulle condizioni d'uso.</p> +<p>Leggere: `<a href="#warnings">Avvertimenti</a>` sulle condizioni d'uso.</p> <h3>Che cosa sono le estensioni dei template?</h3> @@ -34,7 +34,7 @@ Trammite FTP, nella directory template-estensione, il Webmaster può duplicare i <li><span class="filename">tags.tpl</span></li> <li><span class="filename">upload.tpl</span></li> <li><span class="filename">about.tpl</span></li> - <li><span class="filename">popuphelp.tpl</span> </li> + <li><span class="filename">popuphelp.tpl</span></li> <li><span class="filename">search.tpl</span> e/o <span class="filename">search_rules.tpl</span></li> <li><span class="filename">nbm.tpl</span> e/o <span class="filename">notification.tpl</span></li> <li><span class="filename">identification.tpl</span> e/o <span class="filename">register.tpl</span></li> |