making the verbose mode of relation.lib more beautiful

This commit is contained in:
Mike Beck
2002-07-26 16:20:54 +00:00
parent e434248c15
commit 1ecf48c138
85 changed files with 541 additions and 34 deletions

View File

@@ -410,4 +410,10 @@ $strZip = '"compresso con zip"';
// To translate
$strPdfNoTables = 'No tables'; //to translate
$strGeneralRelationFeat = 'Genereal Relation Features'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strDisabled = 'Disabled'; //to translate
$strEnabled = 'Enabled'; //to translate
?>