added $strSelectADb

This commit is contained in:
Loïc Chapeaux
2002-01-19 23:19:49 +00:00
parent 993514bdcd
commit b4bb48e981
31 changed files with 105 additions and 75 deletions

View File

@@ -345,9 +345,10 @@ $strCookiesRequired = 'Cookies must be enabled past this point.';
$strLogin = 'Login';
$strLogPassword = 'Password:';
$strLogUsername = 'Username:';
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
$strRowsModeVertical = 'vertical'; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = ' in %s mode and repeat headers after %s cells'; //to translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?>