added $strInstructions (used in db_readdump)

This commit is contained in:
Olivier Müller
2001-08-19 12:47:42 +00:00
parent 4ab699c90f
commit e3844359a7
24 changed files with 25 additions and 1 deletions

View File

@@ -294,4 +294,5 @@ $strShowPHPInfo = 'Show PHP information'; // To translate
$strShowThisQuery = ' Show this query here again '; //to translate
$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strInstructions = 'Instructions';//to translate
?>