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

@@ -348,4 +348,6 @@ $strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>