added $strShowCols & $strShowTables

This commit is contained in:
Loïc Chapeaux
2001-09-16 20:06:33 +00:00
parent 041a81a8e1
commit cc378e20c1
28 changed files with 60 additions and 4 deletions

View File

@@ -312,4 +312,6 @@ $strYes = 'Da';
// To translate
$strIdxFulltext = 'Fulltext'; //to translate
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
?>