Language tags for Table Types & Table Maintance

This commit is contained in:
Robin Johnson
2001-05-06 01:04:21 +00:00
parent a513263722
commit 9df389a089
21 changed files with 178 additions and 72 deletions

View File

@@ -113,4 +113,10 @@ $strStrucCSV = "dades CSV ";
$strSend = "enviar";
$strRecords = "Registres";
$strDocu = "Documentació";
$strCheckTable = "Check table"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strRepairTable = "Repair table"; //to translate
$strOptimizeTable = "Optimize table"; //to translate
$strTableType = "Table type"; //to translate
?>