diff --git a/ChangeLog b/ChangeLog index f6a500b0f..cc4154bfc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-01-14 Marc Delisle + * lang/italian.inc.php3 updates, thanks to danone at users.sf.net + 2002-01-12 Marc Delisle * tbl_change.php3, bug 501773 (null checkbox), idea thanks to rabus at users.sourceforge.net diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index ef9a4f231..b7fd0b38d 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -271,6 +271,7 @@ $strRunSQLQuery = 'Esegui la/e query SQL sul database %s'; $strSave = 'Salva'; $strSelect = 'Seleziona'; +$strSelectAll = 'Seleziona Tutto'; $strSelectFields = 'Seleziona campi (almeno uno):'; $strSelectNumRows = 'nella query'; $strSend = 'Salva con nome...'; @@ -320,6 +321,7 @@ $strType = 'Tipo'; $strUncheckAll = 'Deseleziona tutti'; $strUnique = 'Unica'; +$strUnselectAll = 'Deseleziona Tutto'; $strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.'; $strUpdateProfile = 'Aggiorna profilo:'; $strUpdateProfileMessage = 'Il profilo è stato aggiornato.'; @@ -347,6 +349,5 @@ $strZip = '"compresso con zip"'; // To translate -$strSelectAll = 'Select All'; //to translate -$strUnselectAll = 'Unselect All'; //to translate ?> +