Added $strDeletedRows and $strInsertedRows

This commit is contained in:
Loïc Chapeaux
2001-08-20 23:28:07 +00:00
parent edbf058565
commit 393318196b
24 changed files with 73 additions and 23 deletions

View File

@@ -287,10 +287,12 @@ $strWrongUser = 'B
$strYes = 'Tak';
// To translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate
$strLengthSet = 'Length/Values*';
$strNoDatabases = 'No databases';
$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\').';
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strDatabasesStats = 'Databases statistics';//to translate
?>