diff --git a/ChangeLog b/ChangeLog index d093a255f..dbdbea016 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,10 @@ $Id$ $Source$ 2002-07-16 Mike Beck * pdf_pages.php3: if a page is edit it can also be shown - + * pdf_schema.php3: now it is possible to have all tables + displayed with the same (maximum) width + (feature request 576537) + 2002-07-16 Mike Beck * libraries/relation.lib.php3: verbose mode * db_details_structure.php3: show message if relation doesn't work diff --git a/db_details_structure.php3 b/db_details_structure.php3 index c333ddd03..b7e64f567 100644 --- a/db_details_structure.php3 +++ b/db_details_structure.php3 @@ -495,7 +495,9 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
- +
+ +    diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index d1d5b11c4..9ef7a38f1 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -405,4 +405,5 @@ $strZip = '"kompresuar me zip"'; // To translate $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 ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 72115fb21..f2ca306fa 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -406,4 +406,5 @@ $strZip = '"kompresuar me zip"'; // To translate $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 ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index f66f0eecd..e5f21c7cf 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -407,4 +407,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index ffc3fa238..85e02f981 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -406,4 +406,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index e6d9d5a83..a86d557fd 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -404,4 +404,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 0a5053427..a1bed31eb 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -405,4 +405,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 96c0bdc5c..aa2b50b66 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -405,4 +405,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index a1f5a5892..da1f39158 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -406,4 +406,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 705973dae..d467a4eac 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -405,4 +405,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 09ec29917..2591a482d 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -400,4 +400,5 @@ $strZip = '"comprimit amb zip"'; // 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 ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 65f9685f9..d990898c1 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -401,4 +401,5 @@ $strZip = '"comprimit amb zip"'; // 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 ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index b39e99400..92a52add1 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -407,4 +407,5 @@ $strZip = '"zipped"'; // 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 ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 38ab0d479..528fd6c4a 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -406,4 +406,5 @@ $strZip = '"zipped"'; // 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 ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index f9a869972..6304ac4ed 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -407,4 +407,5 @@ $strZip = '"zipped"'; // 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 ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 4df3899c0..3085b647b 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -406,4 +406,5 @@ $strZip = '"zipped"'; // 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 ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 47782f7ca..61e31e47c 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -405,4 +405,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 85c16723b..eb0c0241b 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -406,4 +406,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index bc275ad4f..0517089f2 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -405,4 +405,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 5a24b2606..d1d2b2cd2 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -405,4 +405,5 @@ $strZip = '"zazipov // 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 ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 46a6277a4..c3de58870 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -406,4 +406,5 @@ $strZip = '"zazipováno"'; // 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 ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index acac87ec9..1aedee804 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -405,4 +405,5 @@ $strZip = '"zazipov // 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 ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index be9ab2fee..82f4d3de4 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -399,4 +399,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index bfa0de056..7a86de9bf 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -400,4 +400,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 96671493c..fbd92155b 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -401,4 +401,5 @@ $strYes = 'Ja'; $strZip = '"Gezipt"'; $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 ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index aebd872b4..7b8221840 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -402,4 +402,5 @@ $strYes = 'Ja'; $strZip = '"Gezipt"'; $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 ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 10698fdad..541cf18cc 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -398,4 +398,5 @@ $strYes = 'Yes'; $strZip = '"zipped"'; $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 ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 6f065d7ba..4e2e0c2e3 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -399,4 +399,5 @@ $strYes = 'Yes'; $strZip = '"zipped"'; $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 ?> diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index c8a2fb7eb..a250bc2e3 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -400,4 +400,5 @@ $strZip = '"zipitud"'; // 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 ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 32dba1531..cfbc97f75 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -401,4 +401,5 @@ $strZip = '"zipitud"'; // 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 ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 2cb46a4e8..acf9a92fb 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -403,4 +403,5 @@ $strYes = 'Kyll $strZip = '"zip-pakattu"'; $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 ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index a6be8abc1..0fcb1fc23 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -404,4 +404,5 @@ $strYes = 'Kyllä'; $strZip = '"zip-pakattu"'; $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 ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index a3767bbca..80ff7abfa 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -399,4 +399,5 @@ $strYes = 'Oui'; $strZip = '"zipp"'; $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 ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 71eff3983..728059dd0 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -400,4 +400,5 @@ $strYes = 'Oui'; $strZip = '"zippé"'; $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 ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 862b03d0e..d6231cb90 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -404,4 +404,5 @@ $strZip = 'comprimido no formato "zipped"'; // 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 ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 39a53eb0a..ebeed008d 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -405,4 +405,5 @@ $strZip = 'comprimido no formato "zipped"'; // 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 ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 2c17c7949..a4c34a26c 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -382,4 +382,5 @@ $strWrongUser = 'არასწორი სახელი/პაროლი. $strYes = 'კი'; $strZip = '"zip-ში შეკუმშვა"'; $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 ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 1d90a12e4..176d5975d 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -408,4 +408,5 @@ $strZip = 'Zip komprimiert'; // 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 ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 90d001a0c..cd613ffdc 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -409,4 +409,5 @@ $strZip = 'Zip komprimiert'; // 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 ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index d6c5963d7..4b1eac73d 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -376,4 +376,5 @@ $strYes = ' $strZip = ' zip'; // 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 ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index de5b4e5a6..0d8c4f6dd 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -377,4 +377,5 @@ $strYes = 'Ναι'; $strZip = 'συμπίεση «zip»'; // 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 ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index ebb9db96c..7e023f91a 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -400,4 +400,5 @@ $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to tra $strShowGrid = 'Show grid'; //to translate $strShowTableDimension = 'Show dimension of tables'; //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 ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 64a497dfb..74a6a1fdc 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -403,4 +403,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index b1c8640af..d15e01851 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -404,4 +404,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 238aab7ff..cbd45cd22 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -402,4 +402,5 @@ $strZip = '"Dikompress dengan Zip"'; // 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 ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 17685e6e1..1383da2ae 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -403,4 +403,5 @@ $strZip = '"Dikompress dengan Zip"'; // 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 ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index ee8264827..251ba85d2 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -407,4 +407,5 @@ $strZip = '"compresso con zip"'; // 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 ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 313b290e6..3f8803efc 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -408,4 +408,5 @@ $strZip = '"compresso con zip"'; // 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 ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 8679cb386..b81d26b02 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -409,4 +409,5 @@ $strXkana = ' // 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 ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 3c1714035..7fcfa4967 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -409,4 +409,5 @@ $strXkana = ' // 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 ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 5323e1499..d470a0c9e 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -410,4 +410,5 @@ $strXkana = '全角カナへ変換する'; // convert to X208-kana // 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 ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 66a7931c9..51f30c318 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -401,4 +401,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index e3c8ea7e1..23d8ebb48 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -405,4 +405,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index e95311ce3..95657fb0b 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -404,4 +404,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 12aec9a91..5efdb77ca 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -401,4 +401,5 @@ $strZip = '"zip"'; //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 ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 80a0b1f6a..02234d267 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -400,4 +400,5 @@ $strZip = '"zip"'; //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 ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 4abb539c3..a7c7d801e 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -404,4 +404,5 @@ $strZip = 'Komprimert (zip)'; // 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 ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 4eb1dea4c..884e8c6aa 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -405,4 +405,5 @@ $strZip = 'Komprimert (zip)'; // 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 ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 8be0b7309..f2da996ad 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -400,4 +400,5 @@ $strZip = '".zip"'; // 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 ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 74405301d..60142097d 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -401,4 +401,5 @@ $strZip = '".zip"'; // 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 ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 827af64b4..167e228d6 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -407,4 +407,5 @@ $strCantUseRecodeIconv = 'N $strCantLoadRecodeIconv = 'No possvel carregar iconv ou recodificar a extenso necessria para a converso do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extenses ou desligue a converso do mapa de caracteres no phpmyadmin.'; $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 ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 1680827cf..eb9d8bde5 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -408,4 +408,5 @@ $strCantUseRecodeIconv = 'Não é possível usar iconv nem libiconv diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 77fe3aa61..ce67412e3 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -400,4 +400,5 @@ $strZip = '"arhivat"'; // 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 ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 5ed051a05..385ce2055 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -401,4 +401,5 @@ $strZip = '"arhivat"'; // 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 ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index afb9f35da..fe37d17f9 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -405,4 +405,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 058f9f1a6..575e118d2 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -406,4 +406,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 0c5822e73..ba30e854a 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -405,4 +405,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index 30cab993b..cee3a4668 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -407,4 +407,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index fc9b6d02b..38737a8b3 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -406,4 +406,5 @@ $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string funct $strMySQLCharset = 'MySQL Charset'; //to translate $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 ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 27a3e007a..d8d20a30c 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -405,4 +405,5 @@ $strZip = '"zo zipovan // 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 ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index afb5c1534..89879f091 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -406,4 +406,5 @@ $strZip = '"zo zipované"'; // 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 ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 8458b8628..1cfb46d22 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -405,4 +405,5 @@ $strZip = '"zo zipovan // 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 ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index e06115904..e7c79537a 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -398,4 +398,5 @@ $strZip = '"comprimido con zip"'; // 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 ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 6b3c9eaf5..226542d4d 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -399,4 +399,5 @@ $strZip = '"comprimido con zip"'; // 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 ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 90e194f9f..61c4a42bf 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -401,4 +401,5 @@ $strZip = '"zippad"'; // 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 ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index a499c9ca8..90029e4cb 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -402,4 +402,5 @@ $strZip = '"zippad"'; // 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 ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 8819d47db..3ffc2357d 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -405,4 +405,5 @@ $strYes = ' $strZip = '"١պѴ (zip)"'; $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 ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 4a36260f8..f39059a2a 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -406,4 +406,5 @@ $strYes = 'ใช่'; $strZip = '"ถูกบีบอัดอยู่ (zip)"'; $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 ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 5eb984040..88343ee09 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -400,4 +400,5 @@ $strZip = '"ziplenmi // 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 ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 9067131cf..9225213b4 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -401,4 +401,5 @@ $strZip = '"ziplenmiş"'; // 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 ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index e67387605..d28f7956c 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -402,4 +402,5 @@ $strZip = 'запакувати в "zip"'; $strMySQLCharset = 'MySQL Charset'; $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 ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 2999a6abb..348d2628c 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -401,4 +401,5 @@ $strZip = ' $strMySQLCharset = 'MySQL Charset'; $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 ?> diff --git a/libraries/relation.lib.php3 b/libraries/relation.lib.php3 index b14cadddd..f3bd5dc43 100644 --- a/libraries/relation.lib.php3 +++ b/libraries/relation.lib.php3 @@ -140,7 +140,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ $cfg['Server']['pmadb'] = FALSE; } if($verbose==TRUE){ - $shit='not OK [ Help ]'; + $shit='not OK [ ' . $strDocu . ' ]'; $hit ='OK'; echo 'checking PMA Database ...',$cfg['Server']['pmadb'] == FALSE?sprintf($shit,'pmadb'):$hit,'
'; echo 'checking relation Table ...',isset($cfgRelation['relation'])?$hit:sprintf($shit,'relation'),'
'; diff --git a/pdf_pages.php3 b/pdf_pages.php3 index a86fbe709..ebda38559 100755 --- a/pdf_pages.php3 +++ b/pdf_pages.php3 @@ -266,7 +266,9 @@ if ($cfgRelation['pdfwork']) {
- +
+ +    ' . "\n" - . '' . $strDocu . '' . "\n"; - exit(); -} - -if (!$cfgRelation['displaywork']) { - echo sprintf($strNotSet, 'table_info', 'config.inc.php3') . '
' . "\n" - . '' . $strDocu . '' . "\n"; - exit(); -} - -if (!isset($cfgRelation['table_coords'])){ - echo sprintf($strNotSet, 'table_coords', 'config.inc.php3') . '
' . "\n" - . '' . $strDocu . '' . "\n"; - exit(); -} -if (!isset($cfgRelation['pdf_pages'])) { - echo sprintf($strNotSet, 'pdf_page', 'config.inc.php3') . '
' . "\n" - . '' . $strDocu . '' . "\n"; - exit(); +if (!$cfgRelation['allworks']) { + echo '' . $strError . '
'; + $urltogoto = ''; + echo sprintf($strRelationNotWorking,$urltogoto,''); } @@ -357,6 +340,8 @@ class PMA_RT_Table */ function PMA_RT_Table_setWidth($ff) { + // this looks buggy to me... does it really work if + // there are fields that require wider cells than the name of the table? global $pdf; reset($this->fields); @@ -393,10 +378,13 @@ class PMA_RT_Table * * @see PMA_PDF */ - function PMA_RT_Table_draw($show_info, $ff) + function PMA_RT_Table_draw($show_info, $ff, $same_wide=0) { - global $pdf; + global $pdf, $rt; + if(isset($rt->tablewidth)&& $rt->tablewidth>0 && $same_wide==1){ + $this->width=$rt->tablewidth; + } $pdf->PMA_PDF_setXyScale($this->x, $this->y); $pdf->SetFont($ff, 'B'); $pdf->SetTextColor(200); @@ -449,7 +437,7 @@ class PMA_RT_Table */ function PMA_RT_Table($table_name, $ff) { - global $pdf, $pdf_page_number, $cfgRelation, $db; + global $rt, $pdf, $pdf_page_number, $cfgRelation, $db; $this->table_name = $table_name; $sql = 'DESCRIBE ' . PMA_backquote($table_name); @@ -465,7 +453,9 @@ class PMA_RT_Table //height and width $this->PMA_RT_Table_setWidth($ff); $this->PMA_RT_Table_setHeight(); - + if($rt->tablewidth<$this->width){ + $rt->tablewidth=$this->width; + } //x and y $sql = 'SELECT x, y FROM ' . PMA_backquote($cfgRelation['table_coords']) @@ -669,7 +659,8 @@ class PMA_RT var $b_marg = 10; var $l_marg = 10; var $r_marg = 10; - + var $tablewidth; + var $same_wide = 0; /** * Sets X and Y minimum and maximum for a table cell @@ -783,7 +774,7 @@ class PMA_RT { reset($this->tables); while (list(, $table) = each($this->tables)) { - $table->PMA_RT_Table_draw($show_info, $this->ff); + $table->PMA_RT_Table_draw($show_info, $this->ff,$this->same_wide); } } // end of the "PMA_RT_drawTables()" method @@ -828,14 +819,14 @@ class PMA_RT * * @see PMA_PDF */ - function PMA_RT($scale, $which_rel, $show_info = 0, $change_color = 0 , $show_grid = 0) + function PMA_RT($scale, $which_rel, $show_info = 0, $change_color = 0 , $show_grid = 0, $all_tab_same_wide = 0) { global $pdf, $db, $cfgRelation;; // Font face depends on the current language $this->ff = str_replace('"', '', substr($GLOBALS['right_font_family'], 0, strpos($GLOBALS['right_font_family'], ','))); - - // Initializes a new document + $this->same_wide = $all_tab_same_wide; + // Initializes a new document $pdf = new PMA_PDF('L'); $pdf->title = sprintf($GLOBALS['strPdfDbSchema'], $GLOBALS['db'], $which_rel); $pdf->cMargin = 0; @@ -881,7 +872,8 @@ class PMA_RT reset ($alltables); while (list(, $table) = each ($alltables)) { $this->tables[$table] = new PMA_RT_Table($table, $this->ff); - $this->PMA_RT_setMinMax($this->tables[$table]); + $curr_table_obj =&$this->tables[$table]; + $this->PMA_RT_setMinMax($curr_table_obj); } $norelations = TRUE; } // end if... else... @@ -924,8 +916,9 @@ if (!isset($pdf_page_number)) { $show_grid = (isset($show_grid) && $show_grid == 'on') ? 1 : 0; $show_color = (isset($show_color) && $show_color == '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; PMA_mysql_select_db($db); -$rt = new PMA_RT('auto', $pdf_page_number, $show_table_dimension, $show_color, $show_grid); +$rt = new PMA_RT('auto', $pdf_page_number, $show_table_dimension, $show_color, $show_grid, $all_tab_same_wide); ?>