diff options
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/common.lang.php | 9 | ||||
-rw-r--r-- | language/it_IT/install.lang.php | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 4a47cb585..16bed3fce 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -218,6 +218,7 @@ $lang['mode_normal_hint'] = 'Ritorna alla visualizzazione normale'; $lang['mode_posted_hint'] = 'Mostra il calendario per data d\'inserimento nella galleria'; $lang['month'][10] = 'Ottobre'; $lang['month'][11] = 'Novembre'; +$lang['month'][12] = 'Dicembre'; $lang['month'][1] = 'Gennaio'; $lang['month'][2] = 'Febbraio'; $lang['month'][3] = 'Marzo'; @@ -227,7 +228,6 @@ $lang['month'][6] = 'Giugno'; $lang['month'][7] = 'Luglio'; $lang['month'][8] = 'Agosto'; $lang['month'][9] = 'Settembre'; -$lang['month'][12] = 'Dicembre'; $lang['most_visited_cat'] = 'Le più viste'; $lang['most_visited_cat_hint'] = 'Mostra le foto le più viste'; $lang['nb_image_line_error'] = 'Il numero d\'immagini per riga deve essere un intero non nullo'; @@ -366,7 +366,6 @@ $lang['letters'] = 'lettere'; $lang['show tag cloud'] = 'fare salire la nuvola di tags'; $lang['cloud'] = 'nuvola'; $lang['Reset_To_Default'] = 'Ripristinare le impostazioni predefinite'; -// --------- Starting below: New or revised $lang ---- from Colibri (2.1) -$lang['del_all_favorites_hint'] = 'cancellare tutte le immagini dai vostri favoriti'; -$lang['Sent by'] = 'Mandato da'; -?> +$lang['del_all_favorites_hint'] = 'supprimer toutes les images de vos favoris'; +$lang['Sent by'] = 'Envoyé par'; +?>
\ No newline at end of file diff --git a/language/it_IT/install.lang.php b/language/it_IT/install.lang.php index 74c64cdb3..b650a9da2 100644 --- a/language/it_IT/install.lang.php +++ b/language/it_IT/install.lang.php @@ -72,5 +72,9 @@ $lang['Try to configure PHP 5'] = 'Provate a configuratre PHP 5'; $lang['Sorry!'] = 'Spiacente!'; $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo non a potuto configurare PHP 5.'; $lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Dovete contattare il votro provider per chiedere come configurare PHP 5.'; -$lang['Hope to see you back soon.'] = 'Sperando di rivedervi prossimamente ...'; +$lang['Hope to see you back soon.'] = 'Sperando rivedervi prossimamente ...'; + +$lang['step1_err_copy_2'] = 'Il prossimo step d\'installazione è oramail possibile'; +$lang['step1_err_copy_next'] = 'step successivo'; + ?>
\ No newline at end of file |