aboutsummaryrefslogtreecommitdiffstats
path: root/language/it_IT
diff options
context:
space:
mode:
authorriopwg <riopwg@piwigo.org>2011-04-07 13:58:37 +0000
committerriopwg <riopwg@piwigo.org>2011-04-07 13:58:37 +0000
commit8e48a455cc5c16081146faf9432a7753ca0ca752 (patch)
tree7d13f8e494076fcad8dc8aa9ca697bfc07b2ff1a /language/it_IT
parent4408b67309e968eae8e7cbe5363566a261e3ee4a (diff)
merge r10107 & r10125 from trunk to branch 2.2
Update language IT git-svn-id: http://piwigo.org/svn/branches/2.2@10135 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/it_IT')
-rw-r--r--language/it_IT/admin.lang.php5
-rw-r--r--language/it_IT/common.lang.php1
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