From 969bea854104a42df9263e1b1b173995bba6de05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 14 Sep 2001 11:10:13 +0000 Subject: [PATCH] updated italian translation thanks to Pietro Danesi --- ChangeLog | 3 +++ lang/italian.inc.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b0de444fa..e24bb5518 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-09-14 Loïc Chapeaux + * lang/italian.inc.php3 updates thanks to Pietro Danesi. + 2001-09-13 Loïc Chapeaux * config.inc.php3; Documentation.html; sql.php3; libraries/display_tbl.php3; lang/*: added a optionnal "show all" button diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index d7e393c2d..12b291e00 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -254,6 +254,7 @@ $strServerChoice = 'Scelta del server'; $strServerVersion = 'Versione MySQL'; $strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...
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 ?>