Italian update (#2187811)

This commit is contained in:
Marc Delisle
2008-10-25 04:12:23 +00:00
parent 6cdbcaca13
commit 0cd015b6d3
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ $Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
3.0.2.0 (not yet released) 3.0.2.0 (not yet released)
- [lang] Italian update, thanks to Luca and fantu
3.0.1.0 (2008-10-22) 3.0.1.0 (2008-10-22)
- bug #2134126 [GUI] SQL error after sorting a subset - bug #2134126 [GUI] SQL error after sorting a subset

View File

@@ -761,7 +761,7 @@ $strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatus = 'Informazioni di Runtime'; $strServerStatus = 'Informazioni di Runtime';
$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.'; $strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
$strServerTabVariables = 'Variabili'; $strServerTabVariables = 'Variabili';
$strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.'; $strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di rete di questo server MySQL dal momento del suo avvio.';
$strServerVars = 'Variabili e parametri del Server'; $strServerVars = 'Variabili e parametri del Server';
$strServerVersion = 'Versione MySQL'; $strServerVersion = 'Versione MySQL';
$strSessionStartupErrorGeneral = 'Non posso far partire la sessione senza errori, controlla gli errori nel log di PHP e/o del tuo server web e configura correttamente la tua installazione di PHP.'; $strSessionStartupErrorGeneral = 'Non posso far partire la sessione senza errori, controlla gli errori nel log di PHP e/o del tuo server web e configura correttamente la tua installazione di PHP.';
@@ -1073,4 +1073,5 @@ $strYes = 'Sì';
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"'; $strZip = '"compresso con zip"';
?> ?>