(it) Updates
This commit is contained in:
@@ -14,6 +14,7 @@ $Source$
|
|||||||
* Documentation.*: Updated credits.
|
* Documentation.*: Updated credits.
|
||||||
* libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to
|
* libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to
|
||||||
Pawe<77> Szczepa<70>ski (pauluz).
|
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>
|
2002-08-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/*, main.php3: new warning strInsecureMySQL, when running with
|
* lang/*, main.php3: new warning strInsecureMySQL, when running with
|
||||||
|
@@ -187,6 +187,7 @@ $strIndexes = 'Indici';
|
|||||||
$strIndexHasBeenDropped = 'L\'indice %s <20> stato eliminato';
|
$strIndexHasBeenDropped = 'L\'indice %s <20> stato eliminato';
|
||||||
$strIndexName = 'Nome dell\'indice :';
|
$strIndexName = 'Nome dell\'indice :';
|
||||||
$strIndexType = 'Tipo di indice :';
|
$strIndexType = 'Tipo di indice :';
|
||||||
|
$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';
|
$strInsert = 'Inserisci';
|
||||||
$strInsertAsNewRow = 'Inserisci come nuova riga';
|
$strInsertAsNewRow = 'Inserisci come nuova riga';
|
||||||
$strInsertedRows = 'Righe inserite:';
|
$strInsertedRows = 'Righe inserite:';
|
||||||
@@ -427,7 +428,6 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
|
|||||||
$strYes = ' Si ';
|
$strYes = ' Si ';
|
||||||
|
|
||||||
$strZip = '"compresso con zip"';
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -188,6 +188,7 @@ $strIndexes = 'Indici';
|
|||||||
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
|
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
|
||||||
$strIndexName = 'Nome dell\'indice :';
|
$strIndexName = 'Nome dell\'indice :';
|
||||||
$strIndexType = 'Tipo di indice :';
|
$strIndexType = 'Tipo di indice :';
|
||||||
|
$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';
|
$strInsert = 'Inserisci';
|
||||||
$strInsertAsNewRow = 'Inserisci come nuova riga';
|
$strInsertAsNewRow = 'Inserisci come nuova riga';
|
||||||
$strInsertedRows = 'Righe inserite:';
|
$strInsertedRows = 'Righe inserite:';
|
||||||
@@ -428,7 +429,6 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
|
|||||||
$strYes = ' Si ';
|
$strYes = ' Si ';
|
||||||
|
|
||||||
$strZip = '"compresso con zip"';
|
$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
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user