lang/*: added $strSelectAll / $strUnselectAll, used in db_details.php3

This commit is contained in:
Olivier Müller
2002-01-11 14:01:45 +00:00
parent 76eb333e7c
commit 965a949d8a
33 changed files with 68 additions and 3 deletions

View File

@@ -344,4 +344,6 @@ $strZip = '"zipped"';
// To translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>