Italian updated by Pietro Danesi

This commit is contained in:
Loïc Chapeaux
2001-10-26 20:05:40 +00:00
parent 214d27750f
commit b61c7be024
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ $Source$
* tbl_change.php3, lines 198-205: fixed a crash with binary "characters".
Bug was reported by Joshua Nye <josh at boxcarmedia.com> to the
phpMyAdmin-devel mailing-list.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
2001-10-25 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* user_details.php3, line 1172: fixed bug #474685 (table not found editing

View File

@@ -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';
?>