updated italian translation thanks to Pietro Danesi

This commit is contained in:
Loïc Chapeaux
2001-09-14 11:10:13 +00:00
parent e4ba4dda11
commit 969bea8541
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-09-14 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/italian.inc.php3 updates thanks to Pietro Danesi.
2001-09-13 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* config.inc.php3; Documentation.html; sql.php3;
libraries/display_tbl.php3; lang/*: added a optionnal "show all" button

View File

@@ -254,6 +254,7 @@ $strServerChoice = 'Scelta del server';
$strServerVersion = 'Versione MySQL';
$strSetEnumVal = 'Se il tipo di campo <20> "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostra tutti';
$strShowingRecords = 'Visualizzazione record ';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowThisQuery = 'Mostra questa query di nuovo';
@@ -312,5 +313,4 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strYes = ' Si ';
// To translate
$strShowAll = 'Show all'; // to translate
?>