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

@@ -282,8 +282,11 @@ $strYes = '
// To translate
$strAffectedRows = 'Affected rows:'; // To translate
$strBzip = '"bzipped"'; // To translate
$strGzip = '"gzipped"'; // To translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
$strExtendedInserts = 'Extended inserts';
$strGzip = '"gzipped"'; // To translate
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate
$strLengthSet = 'Length/Values*'; // To translate
$strNoDatabases = 'No databases';
@@ -293,5 +296,4 @@ $strSetEnumVal = 'If field type is "enum" or "set", please enter the values usin
$strShowPHPInfo = 'Show PHP information'; // To translate
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTables = '%s table(s)'; //to translate
$strDatabasesStats = 'Databases statistics';//to translate
?>