Italian translation updated thanks to Pietro Danesi

This commit is contained in:
Loïc Chapeaux
2001-09-25 19:43:37 +00:00
parent b76e1b1979
commit 263bb19574
2 changed files with 11 additions and 9 deletions

View File

@@ -5,15 +5,18 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-09-25 Marc Delisle <lem9@users.sourceforge.net>
* lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen
* lang/czech* updates, thanks to Michal Cihar
2001-09-25 Lo<EFBFBD>c Chapeaux <lolo@phpheaven.net>
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
2001-09-23 Lo<EFBFBD>c Chapeaux <lolo@phpheaven.net>
2001-09-25 Marc Delisle <lem9@users.sourceforge.net>
* lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen.
* lang/czech* updates, thanks to Michal Cihar.
2001-09-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_properties.php3; tbl_copy.php3 (removed); tbl_move_copy.php3 (added);
lang/*: feature request #463164 (Add ability to move -rename- across
db's).
* lang/italian.inc.php3 updates, thanks to Pietro Danesi.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
2001-09-24 Marc Delisle <lem9@users.sourceforge.net>
* lang/polish.inc.php3 updates, thanks to Jakub Wilk.

View File

@@ -66,7 +66,7 @@ $strColumnEmpty = 'Il nome della colonna
$strColumnNames = 'Nomi delle colonne';
$strCompleteInserts = 'Inserimenti completi';
$strConfirm = 'Sicuro di volerlo fare?';
$strCopyTable = 'Copia la tabella su';
$strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
$strCopyTableOK = 'La tabella %s <20> stata copiata su %s.';
$strCreate = 'Crea';
$strCreateNewDatabase = 'Crea un nuovo database';
@@ -169,6 +169,8 @@ $strLogout = 'Disconnetti';
$strModifications = 'Le modifiche sono state salvate';
$strModify = 'Modifica';
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
$strMoveTableOK = 'La tabella %s &egrave; stata spostata in %s.';
$strMySQLReloaded = 'MySQL riavviato.';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
@@ -325,7 +327,4 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strCopyTable = 'Copy table to (database<b>.</b>table):';
$strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
?>