diff options
-rw-r--r-- | language/it_IT/admin.lang.php | 5 | ||||
-rw-r--r-- | language/it_IT/common.lang.php | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index 813c0acc6..d0917c05e 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -788,4 +788,9 @@ $lang['All languages are up to date.'] = 'Tutte le lingue sono aggiornate.'; $lang['Visit theme site'] = 'Visitare il sito del tema'; $lang['Visit language site'] = 'Visitare il sito della lingua'; $lang['New Version'] = 'Nuova versione'; +$lang['Obsolete Plugins'] = 'Plugins obsoleti'; +$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'ATTENZIONE! Questo plugin non sembra essere compatibile con questa versione di Piwigo.'; +$lang['Do you want to activate anyway?'] = 'Volete attivarlo comunque?'; +$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'QUESTO PLUGIN FA ORMAI PARTIE DEL CORE DI PIWIGO! CANCELLATELO.'; +$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERRORE: QUESTO PLUGIN È MANCANTE MA TUTTORA INSTALLATO! CANCELLATELO.'; ?>
\ No newline at end of file diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 214887605..f1f7a2218 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -359,5 +359,4 @@ $lang['This author removed the comment with id %d'] = 'Questo autore ha cancella $lang['delete this comment'] = 'Cancellare questo commento'; $lang['validate this comment'] = 'Approvare questo commento'; $lang['html tags are not allowed in login'] = 'I tag HTML non sono ammessi nel login'; - ?>
\ No newline at end of file |