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

@@ -408,4 +408,10 @@ $strComments = 'Comments'; //to translate
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strAllTableSameWidth = 'display all Tables with same width?'; //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
?>