diff --git a/ChangeLog b/ChangeLog index be469e6d1..e6baa02a7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ * tbl_change.php3, lines 198-205: fixed a crash with binary "characters". Bug was reported by Joshua Nye to the phpMyAdmin-devel mailing-list. + * lang/italian.inc.php3: updated thanks to Pietro Danesi. 2001-10-25 Loïc Chapeaux * user_details.php3, line 1172: fixed bug #474685 (table not found editing diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 55b444d86..5d5647773 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -28,6 +28,8 @@ $strAddUser = 'Aggiungi un nuovo utente'; $strAddUserMessage = 'Hai aggiunto un nuovo utente.'; $strAffectedRows = 'Righe affette:'; $strAfter = 'Dopo'; +$strAfterInsertBack = 'Indietro'; +$strAfterInsertNewInsert = 'Inserisci un nuovo record'; $strAll = 'Tutti'; $strAlterOrderBy = 'Altera tabella ordinata per'; $strAnalyzeTable = 'Analizza tabella'; @@ -321,6 +323,6 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strAfterInsertBack = 'Return'; -$strAfterInsertNewInsert = 'Insert a new record'; + + ?>