diff --git a/ChangeLog b/ChangeLog index 05b6ec865..da0f7640f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2002-06-01 Alexander M. Turek * lang/indonesian.inc.php3: Updates, thanks to Rachim Tamsjadi. + * lang/italian.inc.php3: Updates, thanks again to + Pietro Danesi . 2002-05-31 Alexander M. Turek * lang/german.inc.php3: Small corrections. diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 8ff2801db..3f843ca1b 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -145,6 +145,7 @@ $strFormEmpty = 'Valore mancante nel form!'; $strFullText = 'Testo completo'; $strFunction = 'Funzione'; +$strGenBy = 'Generato da'; $strGenTime = 'Generato il'; $strGo = 'Esegui'; $strGrants = 'Permetti'; @@ -333,6 +334,7 @@ $strSpaceUsage = 'Spazio utilizzato'; $strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; $strSQL = 'SQL'; $strSQLQuery = 'query SQL'; +$strSQLResult = 'Risultato SQL'; $strStatement = 'Istruzioni'; $strStrucCSV = 'dati CSV'; $strStrucData = 'Struttura e dati'; @@ -390,7 +392,5 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strGenBy = 'Generated by'; //to translate -$strSQLResult = 'SQL result'; //to translate ?>