(it) Updates

This commit is contained in:
Alexander M. Turek
2002-08-13 20:34:41 +00:00
parent 16d148d663
commit 3856ae7175
3 changed files with 5 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ $Source$
* Documentation.*: Updated credits.
* libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to
Pawe<77> Szczepa<70>ski (pauluz).
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2002-08-13 Marc Delisle <lem9@users.sourceforge.net>
* lang/*, main.php3: new warning strInsecureMySQL, when running with

View File

@@ -187,6 +187,7 @@ $strIndexes = 'Indici';
$strIndexHasBeenDropped = 'L\'indice %s <20> stato eliminato';
$strIndexName = 'Nome dell\'indice&nbsp;:';
$strIndexType = 'Tipo di indice&nbsp;:';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni <20> aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsert = 'Inserisci';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRows = 'Righe inserite:';
@@ -427,7 +428,6 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
// To translate
?>

View File

@@ -188,6 +188,7 @@ $strIndexes = 'Indici';
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
$strIndexName = 'Nome dell\'indice&nbsp;:';
$strIndexType = 'Tipo di indice&nbsp;:';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsert = 'Inserisci';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRows = 'Righe inserite:';
@@ -428,7 +429,6 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
// To translate
?>