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

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