add a string

This commit is contained in:
Steve Alberty
2001-07-31 09:30:49 +00:00
parent a026e490ca
commit 739e2922ab
24 changed files with 26 additions and 2 deletions

View File

@@ -280,7 +280,8 @@ $strGzip = "\"GZip komprimiert\"";
$strOffSet = "Offset";
$strNbRecords = "Datensätze";
$strRowSize = "Zeilengröße";
$strShowThisQuery = "SQL Befehl hier wieder anzeigen"; //to translate
$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate
$strShowThisQuery = "SQL Befehl hier wieder anzeigen";
$strUseBackquotes=" Tabellen- und Feldnamen in einfachen Anf<6E>hrungszeichen "; //to translate
$strQueryOnDb=" SQL-query on database "; //to translate
$strFieldsEmpty=" Sie m<>ssen angeben wieviele Felder die Tabelle haben soll! ";
?>