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

@@ -281,10 +281,13 @@ $strGzip = '"gzipped"'; //to translate
// To translate
$strAffectedRows = 'Affected rows:';
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
$strDisplayOrder = 'Display order:';
$strExtendedInserts = 'Extended inserts';
$strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate
$strNbRecords = 'no. of records';
$strNoDatabases = 'No databases';
@@ -298,5 +301,4 @@ $strShowThisQuery = ' Show this query here again '; //to translate
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strDatabasesStats = 'Databases statistics';//to translate
?>