diff --git a/ChangeLog b/ChangeLog index 7afe59fa3..5f7b43eed 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $Source$ * Documentation.*: Updated credits. * libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to Paweł Szczepański (pauluz). + * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). 2002-08-13 Marc Delisle * lang/*, main.php3: new warning strInsecureMySQL, when running with diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index f03c1bf64..583773114 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -187,6 +187,7 @@ $strIndexes = 'Indici'; $strIndexHasBeenDropped = 'L\'indice %s č stato eliminato'; $strIndexName = 'Nome dell\'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'; $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 ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 1938f2ca8..ba027bb98 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -188,6 +188,7 @@ $strIndexes = 'Indici'; $strIndexHasBeenDropped = 'L\'indice %s è stato eliminato'; $strIndexName = 'Nome dell\'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'; $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 ?>