This commit is contained in:
Alexander M. Turek
2002-06-01 10:23:58 +00:00
parent 2456586bad
commit 60bc6f8953
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2002-06-01 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/indonesian.inc.php3: Updates, thanks to Rachim Tamsjadi.
* lang/italian.inc.php3: Updates, thanks again to
Pietro Danesi <danone@users.sourceforge.net>.
2002-05-31 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german.inc.php3: Small corrections.

View File

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