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

@@ -289,4 +289,5 @@ $strOffSet = 'offset'; // To translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strTables = '%s table(s)'; //to translate
$strInstructions = 'Instructions';//to translate
?>