PDF Pages: Allow to choose between Landscape and Portrait for Datadict.

Added one pt above and below text for rowheight in datadict
This commit is contained in:
Mike Beck
2002-12-06 17:39:43 +00:00
parent c10eb1bf5b
commit d027078e2c
93 changed files with 307 additions and 15 deletions

View File

@@ -520,7 +520,12 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
<input type="checkbox" name="all_tab_same_wide" id="all_tab_same_wide" /> <input type="checkbox" name="all_tab_same_wide" id="all_tab_same_wide" />
<label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?></label> <br /> <label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?></label> <br />
<input type="checkbox" name="with_doc" id="with_doc" checked="checked" /> <input type="checkbox" name="with_doc" id="with_doc" checked="checked" />
<label for="with_doc"><?php echo $strDataDict; ?></label> <label for="with_doc"><?php echo $strDataDict; ?></label> <br />
<?php echo $strShowDatadictAs; ?>
<select name="orientation">
<option value="L"><?php echo $strLandscape;?></option>
<option value="P"><?php echo $strPortrait;?></option>
</select>
&nbsp;&nbsp;<input type="submit" value="<?php echo $strGo; ?>" /> &nbsp;&nbsp;<input type="submit" value="<?php echo $strGo; ?>" />
</form> </form>
</li> </li>

View File

@@ -445,4 +445,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -446,4 +446,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -447,4 +447,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -448,4 +448,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -460,4 +460,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -459,4 +459,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -459,4 +459,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -460,4 +460,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -459,4 +459,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -460,4 +460,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -459,4 +459,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -439,4 +439,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -440,4 +440,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -443,4 +443,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -442,4 +442,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -458,4 +458,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -459,4 +459,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -458,4 +458,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strZip = '"zazipov
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strZip = '"zazipováno"';
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strZip = '"zazipov
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -453,4 +453,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -454,4 +454,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -443,4 +443,7 @@ $strYes = 'Ja';
$strZip = '"Gezipt"'; $strZip = '"Gezipt"';
// To translate // To translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strYes = 'Ja';
$strZip = '"Gezipt"'; $strZip = '"Gezipt"';
// To translate // To translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -438,4 +438,7 @@ $strYes = 'Yes';
$strZip = '"zipped"'; $strZip = '"zipped"';
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -439,4 +439,7 @@ $strYes = 'Yes';
$strZip = '"zipped"'; $strZip = '"zipped"';
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -437,4 +437,7 @@ $strZip = '"zipitud"';
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -438,4 +438,7 @@ $strZip = '"zipitud"';
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -438,4 +438,7 @@ $strYes = 'Oui';
$strZip = '"zipp<70>"'; $strZip = '"zipp<70>"';
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -439,4 +439,7 @@ $strYes = 'Oui';
$strZip = '"zippé"'; $strZip = '"zippé"';
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -446,4 +446,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -458,4 +458,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
$strYes = 'Ja'; $strYes = 'Ja';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -446,4 +446,7 @@ $strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
$strYes = 'Ja'; $strYes = 'Ja';
$strZip = 'Zip-komprimiert'; $strZip = 'Zip-komprimiert';
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -457,4 +457,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -458,4 +458,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -455,4 +455,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -469,4 +469,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -443,4 +443,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -441,4 +441,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -442,4 +442,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strZip = '"compresso con zip"';
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strZip = '"compresso con zip"';
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -448,4 +448,7 @@ $strZip = '"zip
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -448,4 +448,7 @@ $strZip = '"zip
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -448,4 +448,7 @@ $strZip = '"zipされる"';
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -457,4 +457,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -459,4 +459,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -458,4 +458,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -440,4 +440,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -439,4 +439,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -459,4 +459,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -460,4 +460,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -443,4 +443,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -439,4 +439,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -440,4 +440,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -454,4 +454,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -455,4 +455,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -439,4 +439,7 @@ $strYes = 'Da';
$strZip = '"arhivat"'; $strZip = '"arhivat"';
// To translate // To translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -440,4 +440,7 @@ $strYes = 'Da';
$strZip = '"arhivat"'; $strZip = '"arhivat"';
// To translate // To translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -446,4 +446,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -445,4 +445,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -461,4 +461,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -460,4 +460,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -441,4 +441,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -442,4 +442,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -441,4 +441,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -443,4 +443,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -438,4 +438,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -439,4 +439,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -442,4 +442,7 @@ $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -443,4 +443,7 @@ $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -443,4 +443,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -444,4 +444,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -446,4 +446,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -447,4 +447,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -440,4 +440,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -439,4 +439,7 @@ $strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate $strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate $strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
?> ?>

View File

@@ -276,7 +276,12 @@ if ($cfgRelation['pdfwork']) {
<input type="checkbox" name="all_tab_same_wide" id="all_tab_same_wide" /> <input type="checkbox" name="all_tab_same_wide" id="all_tab_same_wide" />
<label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?></label><br /> <label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?></label><br />
<input type="checkbox" name="with_doc" id="with_doc" checked="checked" /> <input type="checkbox" name="with_doc" id="with_doc" checked="checked" />
<label for="with_doc"><?php echo $strDataDict; ?></label> <label for="with_doc"><?php echo $strDataDict; ?></label> <br />
<?php echo $strShowDatadictAs; ?>
<select name="orientation">
<option value="L"><?php echo $strLandscape;?></option>
<option value="P"><?php echo $strPortrait;?></option>
</select>
&nbsp;&nbsp;<input type="submit" value="<?php echo $strGo; ?>" /> &nbsp;&nbsp;<input type="submit" value="<?php echo $strGo; ?>" />
</form> </form>
<?php <?php

View File

@@ -105,7 +105,7 @@ class PMA_PDF extends FPDF
* *
* @see FPDF::FPDF() * @see FPDF::FPDF()
*/ */
function PMA_PDF($orientation = 'P', $unit = 'mm', $format = 'A4') function PMA_PDF($orientation = 'L', $unit = 'mm', $format = 'A4')
{ {
$this->Alias = array() ; $this->Alias = array() ;
$this->FPDF($orientation, $unit, $format); $this->FPDF($orientation, $unit, $format);
@@ -474,7 +474,7 @@ function Row($data,$links)
for($i=0;$i<count($data);$i++) for($i=0;$i<count($data);$i++)
$nb=max($nb,$this->NbLines($this->widths[$i],$data[$i])); $nb=max($nb,$this->NbLines($this->widths[$i],$data[$i]));
$il = 2.7; $il = 2.7;
$h=$il*$nb; $h=$il*$nb+2;
// page break if necessary // page break if necessary
$this->CheckPageBreak($h); $this->CheckPageBreak($h);
// draw the cells // draw the cells
@@ -489,7 +489,7 @@ function Row($data,$links)
if (isset($links[$i])) if (isset($links[$i]))
$this->Link($x,$y,$w,$h,$links[$i]); $this->Link($x,$y,$w,$h,$links[$i]);
// print text // print text
$this->MultiCell($w,$il,$data[$i],0,'L'); $this->MultiCell($w,$il+1,$data[$i],0,'L');
// go to right side // go to right side
$this->SetXY($x+$w,$y); $this->SetXY($x+$w,$y);
} }
@@ -1087,7 +1087,7 @@ class PMA_RT
* *
* @see PMA_PDF * @see PMA_PDF
*/ */
function PMA_RT($scale, $which_rel, $show_info = 0, $change_color = 0 , $show_grid = 0, $all_tab_same_wide = 0) function PMA_RT($scale, $which_rel, $show_info = 0, $change_color = 0 , $show_grid = 0, $all_tab_same_wide = 0, $orientation = 'L')
{ {
global $pdf, $db, $cfgRelation, $with_doc; global $pdf, $db, $cfgRelation, $with_doc;
@@ -1191,7 +1191,7 @@ class PMA_RT
} // end of the "PMA_RT" class } // end of the "PMA_RT" class
function PMA_RT_DOC($alltables ){ function PMA_RT_DOC($alltables ){
global $db, $pdf; global $db, $pdf, $orientation;
//TOC //TOC
$pdf->addpage("P"); $pdf->addpage("P");
$pdf->Cell(0,9, $GLOBALS['strTableOfContents'],1,0,'C'); $pdf->Cell(0,9, $GLOBALS['strTableOfContents'],1,0,'C');
@@ -1224,7 +1224,7 @@ function PMA_RT_DOC($alltables ){
$z = 0; $z = 0;
foreach($alltables as $table ){ foreach($alltables as $table ){
$z++; $z++;
$pdf->addpage("P"); $pdf->addpage($GLOBALS['orientation']);
$pdf->Bookmark($table); $pdf->Bookmark($table);
$pdf->SetAlias('{'.sprintf("%02d", $z).'}', $pdf->PageNo()) ; $pdf->SetAlias('{'.sprintf("%02d", $z).'}', $pdf->PageNo()) ;
$pdf->PMA_links['RT'][$table]['-'] =$pdf->AddLink(); $pdf->PMA_links['RT'][$table]['-'] =$pdf->AddLink();
@@ -1341,6 +1341,17 @@ function PMA_RT_DOC($alltables ){
$i = 0; $i = 0;
$pdf->SetFont('', 'B'); $pdf->SetFont('', 'B');
if (isset($orientation) && $orientation == 'L') {
$pdf->Cell(25,8,ucfirst($GLOBALS['strField']),1,0,'C');
$pdf->Cell(20,8,ucfirst($GLOBALS['strType']),1,0,'C');
$pdf->Cell(20,8,ucfirst($GLOBALS['strAttr']),1,0,'C');
$pdf->Cell(10,8,ucfirst($GLOBALS['strNull']),1,0,'C');
$pdf->Cell(20,8,ucfirst($GLOBALS['strDefault']),1,0,'C');
$pdf->Cell(25,8,ucfirst($GLOBALS['strExtra']),1,0,'C');
$pdf->Cell(45,8,ucfirst($GLOBALS['strLinksTo']),1,0,'C');
$pdf->Cell(100,8,ucfirst($GLOBALS['strComments']),1,1,'C');
$pdf->SetWidths(array(25,20,20,10,20,25,45,100));
} else {
$pdf->Cell(20,8,ucfirst($GLOBALS['strField']),1,0,'C'); $pdf->Cell(20,8,ucfirst($GLOBALS['strField']),1,0,'C');
$pdf->Cell(20,8,ucfirst($GLOBALS['strType']),1,0,'C'); $pdf->Cell(20,8,ucfirst($GLOBALS['strType']),1,0,'C');
$pdf->Cell(20,8,ucfirst($GLOBALS['strAttr']),1,0,'C'); $pdf->Cell(20,8,ucfirst($GLOBALS['strAttr']),1,0,'C');
@@ -1349,8 +1360,9 @@ function PMA_RT_DOC($alltables ){
$pdf->Cell(15,8,ucfirst($GLOBALS['strExtra']),1,0,'C'); $pdf->Cell(15,8,ucfirst($GLOBALS['strExtra']),1,0,'C');
$pdf->Cell(30,8,ucfirst($GLOBALS['strLinksTo']),1,0,'C'); $pdf->Cell(30,8,ucfirst($GLOBALS['strLinksTo']),1,0,'C');
$pdf->Cell(60,8,ucfirst($GLOBALS['strComments']),1,1,'C'); $pdf->Cell(60,8,ucfirst($GLOBALS['strComments']),1,1,'C');
$pdf->SetFont('', '');
$pdf->SetWidths(array(20,20,20,10,15,15,30,60)); $pdf->SetWidths(array(20,20,20,10,15,15,30,60));
}
$pdf->SetFont('', '');
while ($row = PMA_mysql_fetch_array($result)) { while ($row = PMA_mysql_fetch_array($result)) {
$bgcolor = ($i % 2) ?$GLOBALS['cfg']['BgcolorOne'] : $GLOBALS['cfg']['BgcolorTwo']; $bgcolor = ($i % 2) ?$GLOBALS['cfg']['BgcolorOne'] : $GLOBALS['cfg']['BgcolorTwo'];
@@ -1451,8 +1463,8 @@ $show_color = (isset($show_color) && $show_color == 'on') ? 1 : 0;
$show_table_dimension = (isset($show_table_dimension) && $show_table_dimension == 'on') ? 1 : 0; $show_table_dimension = (isset($show_table_dimension) && $show_table_dimension == 'on') ? 1 : 0;
$all_tab_same_wide = (isset($all_tab_same_wide) && $all_tab_same_wide == 'on') ? 1 : 0; $all_tab_same_wide = (isset($all_tab_same_wide) && $all_tab_same_wide == 'on') ? 1 : 0;
$with_doc = (isset($with_doc) && $with_doc == 'on') ? 1 : 0; $with_doc = (isset($with_doc) && $with_doc == 'on') ? 1 : 0;
$orientation = (isset($orientation) && $orientation == 'P') ? 'P' : 'L';
PMA_mysql_select_db($db); PMA_mysql_select_db($db);
$rt = new PMA_RT('auto', $pdf_page_number, $show_table_dimension, $show_color, $show_grid, $all_tab_same_wide); $rt = new PMA_RT('auto', $pdf_page_number, $show_table_dimension, $show_color, $show_grid, $all_tab_same_wide, $orientation);
?> ?>