From f055f9957a4ca264065349818c22ce6a7412339e Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 12 Dec 2003 13:32:37 +0000 Subject: [PATCH] New transformation plugin: Download binary data. 2.5.6-dev only, will not be ported to QA. --- ChangeLog | 5 ++++ lang/afrikaans-iso-8859-1.inc.php | 1 + lang/afrikaans-utf-8.inc.php | 1 + lang/albanian-iso-8859-1.inc.php | 1 + lang/albanian-utf-8.inc.php | 1 + lang/arabic-utf-8.inc.php | 1 + lang/arabic-windows-1256.inc.php | 1 + lang/azerbaijani-iso-8859-9.inc.php | 1 + lang/azerbaijani-utf-8.inc.php | 1 + lang/basque-iso-8859-1.inc.php | 1 + lang/basque-utf-8.inc.php | 1 + lang/bosnian-utf-8.inc.php | 1 + lang/bosnian-windows-1250.inc.php | 1 + lang/brazilian_portuguese-iso-8859-1.inc.php | 1 + lang/brazilian_portuguese-utf-8.inc.php | 1 + lang/bulgarian-koi8-r.inc.php | 1 + lang/bulgarian-utf-8.inc.php | 1 + lang/bulgarian-windows-1251.inc.php | 1 + lang/catalan-iso-8859-1.inc.php | 1 + lang/catalan-utf-8.inc.php | 1 + lang/chinese_big5-utf-8.inc.php | 1 + lang/chinese_big5.inc.php | 1 + lang/chinese_gb-utf-8.inc.php | 1 + lang/chinese_gb.inc.php | 1 + lang/croatian-iso-8859-2.inc.php | 1 + lang/croatian-utf-8.inc.php | 1 + lang/croatian-windows-1250.inc.php | 1 + lang/czech-iso-8859-2.inc.php | 1 + lang/czech-utf-8.inc.php | 1 + lang/czech-windows-1250.inc.php | 1 + lang/danish-iso-8859-1.inc.php | 1 + lang/danish-utf-8.inc.php | 1 + lang/dutch-iso-8859-1.inc.php | 1 + lang/dutch-utf-8.inc.php | 1 + lang/english-iso-8859-1.inc.php | 1 + lang/english-utf-8.inc.php | 1 + lang/estonian-iso-8859-1.inc.php | 1 + lang/estonian-utf-8.inc.php | 1 + lang/finnish-iso-8859-1.inc.php | 1 + lang/finnish-utf-8.inc.php | 1 + lang/french-iso-8859-1.inc.php | 1 + lang/french-utf-8.inc.php | 1 + lang/galician-iso-8859-1.inc.php | 1 + lang/galician-utf-8.inc.php | 1 + lang/georgian-utf-8.inc.php | 1 + lang/german-iso-8859-1.inc.php | 1 + lang/german-utf-8.inc.php | 1 + lang/greek-iso-8859-7.inc.php | 1 + lang/greek-utf-8.inc.php | 1 + lang/hebrew-iso-8859-8-i.inc.php | 1 + lang/hindi-utf-8.inc.php | 1 + lang/hungarian-iso-8859-2.inc.php | 1 + lang/hungarian-utf-8.inc.php | 1 + lang/indonesian-iso-8859-1.inc.php | 1 + lang/indonesian-utf-8.inc.php | 1 + lang/italian-iso-8859-1.inc.php | 1 + lang/italian-utf-8.inc.php | 1 + lang/japanese-euc.inc.php | 1 + lang/japanese-sjis.inc.php | 1 + lang/japanese-utf-8.inc.php | 1 + lang/korean-ks_c_5601-1987.inc.php | 1 + lang/latvian-utf-8.inc.php | 1 + lang/latvian-windows-1257.inc.php | 1 + lang/lithuanian-utf-8.inc.php | 1 + lang/lithuanian-windows-1257.inc.php | 1 + lang/malay-iso-8859-1.inc.php | 1 + lang/malay-utf-8.inc.php | 1 + lang/norwegian-iso-8859-1.inc.php | 1 + lang/norwegian-utf-8.inc.php | 1 + lang/persian-utf-8.inc.php | 1 + lang/persian-windows-1256.inc.php | 1 + lang/polish-iso-8859-2.inc.php | 1 + lang/polish-utf-8.inc.php | 1 + lang/portuguese-iso-8859-1.inc.php | 1 + lang/portuguese-utf-8.inc.php | 1 + lang/romanian-iso-8859-1.inc.php | 1 + lang/romanian-utf-8.inc.php | 1 + lang/russian-dos-866.inc.php | 1 + lang/russian-koi8-r.inc.php | 1 + lang/russian-utf-8.inc.php | 1 + lang/russian-windows-1251.inc.php | 1 + lang/serbian_cyrillic-utf-8.inc.php | 1 + lang/serbian_cyrillic-windows-1251.inc.php | 1 + lang/serbian_latin-utf-8.inc.php | 1 + lang/serbian_latin-windows-1250.inc.php | 1 + lang/slovak-iso-8859-2.inc.php | 1 + lang/slovak-utf-8.inc.php | 1 + lang/slovak-windows-1250.inc.php | 1 + lang/slovenian-iso-8859-2.inc.php | 1 + lang/slovenian-utf-8.inc.php | 1 + lang/slovenian-windows-1250.inc.php | 1 + lang/spanish-iso-8859-1.inc.php | 1 + lang/spanish-utf-8.inc.php | 1 + lang/swedish-iso-8859-1.inc.php | 1 + lang/swedish-utf-8.inc.php | 1 + lang/thai-tis-620.inc.php | 1 + lang/thai-utf-8.inc.php | 1 + lang/turkish-iso-8859-9.inc.php | 1 + lang/turkish-utf-8.inc.php | 1 + lang/ukrainian-utf-8.inc.php | 1 + lang/ukrainian-windows-1251.inc.php | 1 + libraries/display_tbl.lib.php | 1 + .../application_octetstream__download.inc.php | 29 +++++++++++++++++++ transformation_wrapper.php | 11 ++++++- 104 files changed, 145 insertions(+), 1 deletion(-) create mode 100644 libraries/transformations/application_octetstream__download.inc.php diff --git a/ChangeLog b/ChangeLog index 91f530d03..4afb67ed4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ $Source$ 2003-12-12 Garvin Hicking * export.php: Fixed Regex + * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php, + libraries/transformations/application_octetstream__download.inc.php: + Added a new transformation to download blob/binary field contents + with customized filenames. Needed two minor tweeks to the general + system. 2003-12-11 Michal Cihar * libraries/export/sql.php: Fix moving foreign key definition on Windows diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 43793b5c9..d499492c6 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -733,4 +733,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 3c9d9d7b8..64ece1f98 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -734,4 +734,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 21167c2f4..dcba7eb20 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 49fcc3d97..a9fd587ff 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 94df012a9..0881b1802 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -728,4 +728,5 @@ $strZip = '"zipped" "ځقÛيك"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index c01594b4c..e744d6e05 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -727,4 +727,5 @@ $strZip = '"zipped" " $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 2beed6172..445384730 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -722,4 +722,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 3e74d400d..a256282c3 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -723,4 +723,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 1b0fb0087..e08db19b9 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -725,4 +725,5 @@ $strLatexLabel = 'Label key'; //to translate $strServerStatus = 'Runtime Information'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 22f6e6308..98f3b2465 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -726,4 +726,5 @@ $strLatexLabel = 'Label key'; //to translate $strServerStatus = 'Runtime Information'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index a9a9c9bae..eb825b214 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -732,4 +732,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 816b6e79d..994d9c994 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 243c7d64b..e969b5384 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -747,4 +747,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 82e21f5f3..e462a5799 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -748,4 +748,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 1e5c17bf7..6c1033487 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -730,4 +730,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index b383d543b..074155d9e 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -731,4 +731,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index b9c79840d..93cefaa6a 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -730,4 +730,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index ac3024996..45a7dcfb5 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -719,4 +719,5 @@ $strZip = '"comprimit amb zip"'; $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index af93057f5..1eafbee7b 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -720,4 +720,5 @@ $strZip = '"comprimit amb zip"'; $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php b/lang/chinese_big5-utf-8.inc.php index 2b79ffe32..494f2d063 100644 --- a/lang/chinese_big5-utf-8.inc.php +++ b/lang/chinese_big5-utf-8.inc.php @@ -725,4 +725,5 @@ $strZip = '"zipped"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/chinese_big5.inc.php b/lang/chinese_big5.inc.php index 86b22021b..389435c44 100644 --- a/lang/chinese_big5.inc.php +++ b/lang/chinese_big5.inc.php @@ -726,4 +726,5 @@ $strZip = '"zipped"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php b/lang/chinese_gb-utf-8.inc.php index a60b6e674..f0f89d82f 100644 --- a/lang/chinese_gb-utf-8.inc.php +++ b/lang/chinese_gb-utf-8.inc.php @@ -725,4 +725,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/chinese_gb.inc.php b/lang/chinese_gb.inc.php index 8348dff66..f1aa186a7 100644 --- a/lang/chinese_gb.inc.php +++ b/lang/chinese_gb.inc.php @@ -724,4 +724,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 464e23a7c..1518bf545 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -746,4 +746,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index f659a38f2..1c30fd63c 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -747,4 +747,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 806fb794a..93809d319 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -746,4 +746,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 2659928f3..ee122969a 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -724,4 +724,5 @@ $strZip = '"zazipov $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 8663d56b3..5e986d95a 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -725,4 +725,5 @@ $strZip = '"zazipováno"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 2659928f3..ee122969a 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -724,4 +724,5 @@ $strZip = '"zazipov $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 3dc0172f3..d3e0c2245 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -719,4 +719,5 @@ $strZip = '"zipped"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 2e947db27..0ae748f9f 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -720,4 +720,5 @@ $strZip = '"zipped"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 66ae391d9..263c6b79d 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 89c399be8..629c5454c 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index dc4f6ec07..4368e6d2f 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -718,4 +718,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 6beb22886..75ed57516 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -719,4 +719,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index ba8cff0d1..9504870e2 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -718,4 +718,5 @@ $strZip = '"zipitud"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index d72a13d67..d802fc889 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -719,4 +719,5 @@ $strZip = '"zipitud"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 9f5a9c766..662edf50a 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -743,4 +743,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 5d22a8ace..5b484e29d 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -744,4 +744,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index e8117a6d0..1f80622bb 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -720,4 +720,5 @@ $strZip = '"zipp $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 3d0e9868d..3008b926e 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -721,4 +721,5 @@ $strZip = '"zippé"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index ffddf6ceb..6eb8e18ab 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -725,4 +725,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 1af152819..70c45863e 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index b2279a0f2..b86536600 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -747,4 +747,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 37ac1699d..dcf588f2f 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -726,4 +726,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschrnkung.'; $strZip = 'Zip-komprimiert'; +$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binren Daten eines Feldes downloaden zu knnen. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')'; ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 0909c33c3..234f273e5 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -727,4 +727,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.'; $strZip = 'Zip-komprimiert'; +$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binären Daten eines Feldes downloaden zu können. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')'; ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index a4cbdcb5a..4d95edd2e 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index b69491da3..be61a8f0d 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -728,4 +728,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index ddd6509b3..c47ab4971 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -743,4 +743,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index f71a3609f..4b3f5db42 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -751,4 +751,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l $strZip = '"zipped"' ; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index ee22feac2..2a7224c68 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 22ec41ae5..4ac16b525 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -732,4 +732,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index 83d54000f..61db89602 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -719,4 +719,5 @@ $strZip = '"Dikompress dengan Zip"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index bddfcea22..b3eb9efb9 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -720,4 +720,5 @@ $strZip = '"Dikompress dengan Zip"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 9047b6675..78e914941 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 481dfe033..6be238111 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index dc2c0cdce..c70159a81 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index fa3f88fe9..258317ded 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 8b06a27fe..c6d3a6b18 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -732,4 +732,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php b/lang/korean-ks_c_5601-1987.inc.php index a9b68bc11..dad051106 100644 --- a/lang/korean-ks_c_5601-1987.inc.php +++ b/lang/korean-ks_c_5601-1987.inc.php @@ -741,4 +741,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index ade3a97c3..5242e71b7 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -724,4 +724,5 @@ $strZip = 'Arhivēts ar zip'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 834296b6d..444805e07 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -723,4 +723,5 @@ $strZip = 'Arhiv $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 82ee17763..c0eca32d5 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -721,4 +721,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 98c51013a..7c76e10dd 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -720,4 +720,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index 91742f8d2..9d1b54275 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -744,4 +744,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 6d0fd7472..6f487e8cb 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -745,4 +745,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index d23d7e097..8255f6027 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -724,4 +724,5 @@ $strZip = 'Komprimert (zip)'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index bfb231c9c..6367dfae6 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -725,4 +725,5 @@ $strZip = 'Komprimert (zip)'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index cf308b9a6..0133f00e1 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -749,4 +749,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index 2641ea283..26c845b28 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -748,4 +748,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 0a7c27f07..dfd6a05c7 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -719,4 +719,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 09a1744bb..b0c0112b8 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -720,4 +720,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 57dd8b35c..67f28dc7d 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -746,4 +746,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 4d22a4bc4..17840b22b 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -747,4 +747,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 3951f91e3..ee3b163e4 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -720,4 +720,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 11185e9ff..fb828e512 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -721,4 +721,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php b/lang/russian-dos-866.inc.php index 82a9280ef..b70628f12 100644 --- a/lang/russian-dos-866.inc.php +++ b/lang/russian-dos-866.inc.php @@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index be1de99d3..3b0156847 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 940ec61fc..90f39eac7 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index 17fade368..a9cf1af8b 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index a51b8296a..ce3db35d4 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -726,4 +726,5 @@ $strZip = '"зиповано"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index c95755036..73d2f6053 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -725,4 +725,5 @@ $strZip = '" $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 278cba842..e2af25482 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -726,4 +726,5 @@ $strZip = '"zipovano"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index e453a1e88..a636e36a1 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -725,4 +725,5 @@ $strZip = '"zipovano"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index d59b8bc9c..05921a9e2 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -720,4 +720,5 @@ $strZip = '"zo zipovan $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index a04290c79..51d72ea1a 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -721,4 +721,5 @@ $strZip = '"zo zipované"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index c53b4332e..448ebad3c 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -720,4 +720,5 @@ $strZip = '"zo zipovan $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 1edf6ef1c..216d90f89 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -721,4 +721,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 3a00e4f35..055eeddd6 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -722,4 +722,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 234e68ebd..af85a289d 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -721,4 +721,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 478083383..09d62de6f 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -718,4 +718,5 @@ $strZip = '"comprimido con zip"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index f5939bdf9..095841c7d 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -719,4 +719,5 @@ $strZip = '"comprimido con zip"'; $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index b2ca8c194..2d9baf241 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -719,4 +719,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index bd3f9a50d..15a5b2a48 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -720,4 +720,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index aaaec6dad..5a49a5a17 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 4d91ef0e5..343b6d7aa 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -732,4 +732,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 10a6633cd..cfa8ffff1 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -731,4 +731,5 @@ $strZip = '"ziplenmi $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 8281f0632..6ff95ca5e 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -732,4 +732,5 @@ $strZip = '"ziplenmiş"'; $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 7e0813be3..1981b948e 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -724,4 +724,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index c1ef7c137..4ce5a6e1a 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -723,4 +723,5 @@ $strSQLExportType = 'Export type'; //to translate $strAddConstraints = 'Add constraints'; //to translate $strGeorgian = 'Georgian'; //to translate $strCzechSlovak = 'Chech-Slovak'; //to translate +$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate ?> diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index f12c62a5b..d8b7bed2d 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -943,6 +943,7 @@ function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) global $sql_query, $pos, $session_max_rows, $fields_meta, $fields_cnt; global $vertical_display, $disp_direction, $repeat_cells, $highlight_columns; global $dontlimitchars; + global $row; // mostly because of browser transformations, to make the row-data accessible in a plugin if (!is_array($map)) { $map = array(); diff --git a/libraries/transformations/application_octetstream__download.inc.php b/libraries/transformations/application_octetstream__download.inc.php new file mode 100644 index 000000000..de8e2f82f --- /dev/null +++ b/libraries/transformations/application_octetstream__download.inc.php @@ -0,0 +1,29 @@ +%s', + + $options['wrapper_link'], + urlencode($cn), + htmlspecialchars($cn), + htmlspecialchars($cn) + ); +} + +?> diff --git a/transformation_wrapper.php b/transformation_wrapper.php index 2b3b5fc6d..bf53de343 100644 --- a/transformation_wrapper.php +++ b/transformation_wrapper.php @@ -62,7 +62,16 @@ if ($cfgRelation['commwork'] && $cfgRelation['mimework']) { require_once('./libraries/header_http.inc.php'); // [MIME] -$content_type = 'Content-Type: ' . (isset($mime_map[urldecode($transform_key)]['mimetype']) ? str_replace('_', '/', $mime_map[urldecode($transform_key)]['mimetype']) : $default_ct) . (isset($mime_options['charset']) ? $mime_options['charset'] : ''); +if (isset($ct) && !empty($ct)) { + $content_type = 'Content-Type: ' . urldecode($ct); +} else { + $content_type = 'Content-Type: ' . (isset($mime_map[urldecode($transform_key)]['mimetype']) ? str_replace('_', '/', $mime_map[urldecode($transform_key)]['mimetype']) : $default_ct) . (isset($mime_options['charset']) ? $mime_options['charset'] : ''); +} + +if (isset($cn) && !empty($cn)) { + $content_type .= "\n" . 'Content-Disposition: attachment; filename=' . urldecode($cn); +} + header($content_type); if (!isset($resize)) {