Italian translation updated thanks to Pietro Danesi
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -5,15 +5,18 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
2001-09-25 Marc Delisle <lem9@users.sourceforge.net>
|
2001-09-25 Lo<EFBFBD>c Chapeaux <lolo@phpheaven.net>
|
||||||
* lang/norwegian.inc.php3 updates, thanks to Sven-Erik Andersen
|
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
|
||||||
* lang/czech* updates, thanks to Michal Cihar
|
|
||||||
|
|
||||||
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);
|
* tbl_properties.php3; tbl_copy.php3 (removed); tbl_move_copy.php3 (added);
|
||||||
lang/*: feature request #463164 (Add ability to move -rename- across
|
lang/*: feature request #463164 (Add ability to move -rename- across
|
||||||
db's).
|
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>
|
2001-09-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/polish.inc.php3 updates, thanks to Jakub Wilk.
|
* lang/polish.inc.php3 updates, thanks to Jakub Wilk.
|
||||||
|
@@ -66,7 +66,7 @@ $strColumnEmpty = 'Il nome della colonna
|
|||||||
$strColumnNames = 'Nomi delle colonne';
|
$strColumnNames = 'Nomi delle colonne';
|
||||||
$strCompleteInserts = 'Inserimenti completi';
|
$strCompleteInserts = 'Inserimenti completi';
|
||||||
$strConfirm = 'Sicuro di volerlo fare?';
|
$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.';
|
$strCopyTableOK = 'La tabella %s <20> stata copiata su %s.';
|
||||||
$strCreate = 'Crea';
|
$strCreate = 'Crea';
|
||||||
$strCreateNewDatabase = 'Crea un nuovo database';
|
$strCreateNewDatabase = 'Crea un nuovo database';
|
||||||
@@ -169,6 +169,8 @@ $strLogout = 'Disconnetti';
|
|||||||
|
|
||||||
$strModifications = 'Le modifiche sono state salvate';
|
$strModifications = 'Le modifiche sono state salvate';
|
||||||
$strModify = 'Modifica';
|
$strModify = 'Modifica';
|
||||||
|
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
|
||||||
|
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
|
||||||
$strMySQLReloaded = 'MySQL riavviato.';
|
$strMySQLReloaded = 'MySQL riavviato.';
|
||||||
$strMySQLSaid = 'Messaggio di MySQL: ';
|
$strMySQLSaid = 'Messaggio di MySQL: ';
|
||||||
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
|
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
|
||||||
@@ -325,7 +327,4 @@ $strYes = ' Si ';
|
|||||||
$strZip = '"compresso con zip"';
|
$strZip = '"compresso con zip"';
|
||||||
|
|
||||||
// To translate
|
// 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.';
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user