From 8254e9be60f257b1e99bd519dbf9b5edc41a26ca Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 12 Sep 2002 14:19:24 +0000 Subject: [PATCH] (it) Updates --- ChangeLog | 3 +++ lang/italian-iso-8859-1.inc.php3 | 2 +- lang/italian-utf-8.inc.php3 | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f668d552e..d0c1a4944 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-09-12 Alexander M. Turek + * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). + 2002-09-11 Marc Delisle * tbl_change.php3: "empty drop-downs" bug, and avoid displaying a drop-down if more than 200 rows in the foreign table diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index d09a4a62a..674583271 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -346,6 +346,7 @@ $strSelectFields = 'Seleziona campi (almeno uno):'; $strSelectNumRows = 'nella query'; $strSelectTables = 'Seleziona Tables'; $strSend = 'Salva con nome...'; +$strServer = 'Server %s'; $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\').'; @@ -433,5 +434,4 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strServer = 'Server %s'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 2f176f921..1a2e7521d 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -347,6 +347,7 @@ $strSelectFields = 'Seleziona campi (almeno uno):'; $strSelectNumRows = 'nella query'; $strSelectTables = 'Seleziona Tables'; $strSend = 'Salva con nome...'; +$strServer = 'Server %s'; $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\').'; @@ -434,5 +435,4 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strServer = 'Server %s'; //to translate ?>