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

@@ -292,4 +292,8 @@ $strWelcome = 'Willkommen bei ';
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
$strYes = 'Ja';
// To translate
$strDeletedRows = 'Deleted rows:';
$strInsertedRows = 'Inserted rows:';
?>