diff --git a/ChangeLog b/ChangeLog index c748ae35c..6d79bcd78 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-06-25 Marc Delisle + * libraries/export/pdf.php, libraries/plugin_interface.lib.php, lang/*: + bug #1504218: display an explanation for what is a PDF export + 2006-06-23 Marc Delisle * libraries/Config.class.php: bug #1501027, possible user/password disclosure when switching from http to https diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 189506882..2119a83a5 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index cc1e6407f..ca5db876e 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1020,4 +1020,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index fb1d0f046..aa9d3e8c7 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 9a622c82e..9abe53407 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index f111c38cf..aa78a1330 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1021,4 +1021,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index d7a286615..a9c68657c 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -1020,4 +1020,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 48117d796..b5c116509 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -1015,4 +1015,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 47508affa..1dedd4a1c 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index f027fa047..9af32e622 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -1012,4 +1012,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index ea92e7c51..9b86962d2 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1013,4 +1013,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index c34af1557..1a157c17e 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -999,4 +999,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/belarusian_cyrillic-windows-1251.inc.php b/lang/belarusian_cyrillic-windows-1251.inc.php index aa97b8342..eb4cb18c2 100644 --- a/lang/belarusian_cyrillic-windows-1251.inc.php +++ b/lang/belarusian_cyrillic-windows-1251.inc.php @@ -998,4 +998,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 3b6b2c791..33c255490 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -998,4 +998,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index c4e563d91..adb9f1769 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index c258134ca..269ae0077 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index c60863080..f70370944 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 2928ca455..a7344afe0 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 87ef7b656..3f416049f 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 23bfa7603..96b5b78eb 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index a9c415e10..138327329 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index 96a58551a..ec41b263d 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -996,4 +996,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 9a27e3bbd..239374f41 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -997,4 +997,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index 183fcbc75..56249f84a 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 61f613e56..f3c8a39de 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index be5344b4c..e26f413a8 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -997,4 +997,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index d499e0b9e..ec17e8944 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -998,4 +998,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index cb26f9939..0a19d20eb 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index de8a186b6..2efa0f2fd 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1017,4 +1017,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index f7c7d9664..f802b3886 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 256e8574d..f5507b45e 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -994,4 +994,5 @@ $strZip = '„zazipov $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 6ed5b69eb..701443fa8 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -995,4 +995,5 @@ $strZip = '„zazipováno“'; $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 545a74728..b398c6f09 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -994,4 +994,5 @@ $strZip = '„zazipov $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 2eb48c01a..1546d62e3 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -992,4 +992,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index a6a0cc1d7..3ce89b809 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -993,4 +993,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index c0455b194..65f45b7d9 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php index 333c1b47a..3b6f57997 100644 --- a/lang/dutch-iso-8859-15.inc.php +++ b/lang/dutch-iso-8859-15.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 6ea31171a..97584e980 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1017,4 +1017,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 33a60baf7..4107ad7ba 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -544,6 +544,7 @@ $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; $strPdfNoTables = 'No tables'; $strPDFOptions = 'PDF options'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; $strPDFReportTitle = 'Report title'; $strPerHour = 'per hour'; $strPerMinute = 'per minute'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index b43ac573e..2ff3a7f61 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -544,6 +544,7 @@ $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; $strPdfNoTables = 'No tables'; $strPDFOptions = 'PDF options'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; $strPDFReportTitle = 'Report title'; $strPerHour = 'per hour'; $strPerMinute = 'per minute'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 9e9741409..51bd9db48 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -545,6 +545,7 @@ $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; $strPdfNoTables = 'No tables'; $strPDFOptions = 'PDF options'; $strPDF = 'PDF'; +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; $strPDFReportTitle = 'Report title'; $strPerHour = 'per hour'; $strPerMinute = 'per minute'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index 005641e83..d176de400 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -1004,4 +1004,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index fe761a94c..bf79d46f8 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1005,4 +1005,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 65effb77a..e1e146379 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -1006,4 +1006,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index 4641e260e..b32e3b284 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -1006,4 +1006,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 716132977..53e0e96de 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1007,4 +1007,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 043c09e4b..0710da778 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -989,4 +989,5 @@ $strZip = '"zipp $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index c5acc6e73..c8f9f2bb2 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -989,4 +989,5 @@ $strZip = '"zipp $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 7e46f0282..b871ab995 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -990,4 +990,5 @@ $strZip = '"zippĂ©"'; $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index bc847c0b1..0d6320d25 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -996,4 +996,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 4fd16a8ca..5fdf1e197 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -997,4 +997,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index acc51d1e4..0210fa75f 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1021,4 +1021,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index d3653dc19..db1bffa63 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -1000,4 +1000,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index eb9b80583..196442a11 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -1000,4 +1000,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index d47bb5607..cea31d492 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1001,4 +1001,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index b8498f078..49338032f 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -1017,4 +1017,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 5fe7aba1d..4efd38a38 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index cadc8a2b3..0b70fd246 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -1012,4 +1012,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index d7a7737da..22dccd412 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1013,4 +1013,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 9f07e78f8..9d139a751 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1021,4 +1021,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 115caa6ed..c972aebff 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -1012,4 +1012,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 148e9d92c..55b21f3aa 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1013,4 +1013,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index 84cb317c0..6fdba4317 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -1010,4 +1010,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 7492fd3ea..eec45516d 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1011,4 +1011,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index f274058e4..6423335a3 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -1004,4 +1004,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index fc08cdf42..c5d913374 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -1004,4 +1004,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 48f9e0129..6389bf80c 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1005,4 +1005,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index f17fa4d55..551fbdefa 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -1006,4 +1006,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 749950b16..6200ab6a7 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -1006,4 +1006,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 9a937f690..2c422fcc7 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1006,4 +1006,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index ce72962eb..578b17f26 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -1015,4 +1015,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 0d57bc668..3979b7d01 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 33d7b905b..f0d78b91d 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 091ccb883..2e68eafb0 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -1017,4 +1017,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index d62f3ddb8..45a4ba728 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1011,4 +1011,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 1a3790063..8b298f549 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -1010,4 +1010,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index 0392d12c7..5bc76913b 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -1032,4 +1032,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 2020945ee..ec1624441 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1033,4 +1033,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 46d5dfbe4..5fc9ba32f 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 591a4d714..53acb1abd 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -1002,4 +1002,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index fe5ccee1d..2bf20222c 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1003,4 +1003,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index b005fcfaa..1564f9577 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1018,4 +1018,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index 53084b5f1..2007e7ba8 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -1017,4 +1017,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index f8279e2bf..32bbd7c2d 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -992,4 +992,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index bfef66a05..3307a7692 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -993,4 +993,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index 7fa99fb3c..c63e3eb3f 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -992,4 +992,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 5dad148f6..919780b30 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index f26604aec..77ee8de44 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index fa6173b6b..3fe3932db 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1020,4 +1020,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index bf0a29f75..6ac44b274 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -1013,4 +1013,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 7e78c886c..6f77b7143 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1014,4 +1014,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index a871ad7ec..3bc82a1a4 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -1019,4 +1019,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 26147ccfc..6a1bca800 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -1020,4 +1020,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 70f501079..087f19afd 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1021,4 +1021,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index a2a7b8a66..237dd51b4 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -1020,4 +1020,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 2c4bd77bb..70d551a95 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1017,4 +1017,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index cc13074d5..ba279a812 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 8e64096d4..67d89ef10 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1017,4 +1017,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index f48b46a26..56c5e59a6 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 3abf6513d..19215f771 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -1003,4 +1003,5 @@ $strXMLOptions = 'XML options'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 27a5f130b..16f072813 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1004,4 +1004,5 @@ $strXMLOptions = 'XML options'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index f9d1aeeaf..ff97b03c8 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -1003,4 +1003,5 @@ $strXMLOptions = 'XML options'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 9a7330e53..c53e607cc 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -1014,4 +1014,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index b96fbb7b6..4a6e41d5d 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1015,4 +1015,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 268c0bb5f..11e30ab79 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -1014,4 +1014,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 32c5f1dca..ada0ee3f3 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -994,4 +994,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index d3a616f4b..5999d9aa6 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -994,4 +994,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index a18bb9251..0343f414a 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -995,4 +995,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 98db2e2ab..fb7b18510 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -992,4 +992,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index eacb2edfb..670bbb227 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -993,4 +993,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/tatarish-iso-8859-9.inc.php b/lang/tatarish-iso-8859-9.inc.php index 55f1b3bcc..c3378c959 100644 --- a/lang/tatarish-iso-8859-9.inc.php +++ b/lang/tatarish-iso-8859-9.inc.php @@ -1006,4 +1006,5 @@ $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocu $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 28889c601..41139b4c0 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1007,4 +1007,5 @@ $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocu $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index 77efff983..9ec47fa39 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -1016,4 +1016,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 10901fc9b..8678e4f03 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1017,4 +1017,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 04b431a72..123a2200e 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -1041,4 +1041,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 2ebbc99d7..588c2a2fa 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1042,4 +1042,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 58d807bd0..c07a6efda 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1015,4 +1015,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 4cd11a3fb..b2f10a4e5 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -1014,4 +1014,5 @@ $strServers = 'Servers'; //to translate $strDelimiter = 'Delimiter'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate ?> diff --git a/libraries/export/pdf.php b/libraries/export/pdf.php index afd30853d..73ac4bc6c 100644 --- a/libraries/export/pdf.php +++ b/libraries/export/pdf.php @@ -13,6 +13,7 @@ if (isset($plugin_list)) { 'mime_type' => 'application/pdf', 'force_file' => true, 'options' => array( + array('type' => 'message_only', 'name' => 'explanation', 'text' => 'strPDFReportExplanation'), array('type' => 'text', 'name' => 'report_title', 'text' => 'strPDFReportTitle'), array('type' => 'hidden', 'name' => 'data'), ), diff --git a/libraries/plugin_interface.lib.php b/libraries/plugin_interface.lib.php index 1fc0b9aef..3b204f0b4 100644 --- a/libraries/plugin_interface.lib.php +++ b/libraries/plugin_interface.lib.php @@ -216,6 +216,11 @@ function PMA_pluginGetOneOption($section, $plugin_name, $id, &$opt) . (isset($opt['size']) ? ' size="' . $opt['size'] . '"' : '' ) . (isset($opt['len']) ? ' maxlength="' . $opt['len'] . '"' : '' ) . ' />'; $ret .= '' . "\n"; + } elseif ($opt['type'] == 'message_only') { + $ret .= '
' . "\n"; + $ret .= ''; + $ret .= '
' . "\n"; } elseif ($opt['type'] == 'select') { $ret .= '
' . "\n"; $ret .= '