This commit is contained in:
Marc Delisle
2002-01-14 17:23:37 +00:00
parent 34d1832197
commit 4e0a9ca014
2 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-01-14 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian.inc.php3 updates, thanks to danone at users.sf.net
2002-01-12 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php3, bug 501773 (null checkbox), idea thanks to
rabus at users.sourceforge.net

View File

@@ -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 &egrave; stato aggiornato.';
@@ -347,6 +349,5 @@ $strZip = '"compresso con zip"';
// To translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>