New transformation plugin: Download binary data.
2.5.6-dev only, will not be ported to QA.
This commit is contained in:
@@ -7,6 +7,11 @@ $Source$
|
|||||||
|
|
||||||
2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
|
2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
|
||||||
* export.php: Fixed Regex
|
* 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 <imreallyaway@cihar.com>
|
2003-12-11 Michal Cihar <imreallyaway@cihar.com>
|
||||||
* libraries/export/sql.php: Fix moving foreign key definition on Windows
|
* libraries/export/sql.php: Fix moving foreign key definition on Windows
|
||||||
|
@@ -733,4 +733,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -734,4 +734,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -728,4 +728,5 @@ $strZip = '"zipped" "ځقÛيك"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strZip = '"zipped" "
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strLatexLabel = 'Label key'; //to translate
|
|||||||
|
|
||||||
$strServerStatus = 'Runtime Information'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strLatexLabel = 'Label key'; //to translate
|
|||||||
|
|
||||||
$strServerStatus = 'Runtime Information'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -732,4 +732,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -730,4 +730,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -731,4 +731,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -730,4 +730,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strZip = '"comprimit amb zip"';
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"comprimit amb zip"';
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strZip = '"zazipov
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strZip = '"zazipováno"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strZip = '"zazipov
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -718,4 +718,5 @@ $strYes = 'Yes';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||||
$strZip = '"zipped"';
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strYes = 'Yes';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||||
$strZip = '"zipped"';
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -718,4 +718,5 @@ $strZip = '"zipitud"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strZip = '"zipitud"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -744,4 +744,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"zipp
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strZip = '"zippé"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strYes = 'Ja';
|
|||||||
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.';
|
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.';
|
||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
|
|
||||||
|
$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die bin<69>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 (\'\')';
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strYes = 'Ja';
|
|||||||
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
|
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
|
||||||
$strZip = 'Zip-komprimiert';
|
$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 (\'\')';
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -728,4 +728,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
|||||||
$strZip = '"zipped"' ; //to translate
|
$strZip = '"zipped"' ; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -732,4 +732,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strZip = '"Dikompress dengan Zip"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"Dikompress dengan Zip"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -732,4 +732,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strZip = 'Arhivēts ar zip';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strZip = 'Arhiv
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -744,4 +744,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -745,4 +745,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strZip = 'Komprimert (zip)';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strZip = 'Komprimert (zip)';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strZip = '"зиповано"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strZip = '"
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strZip = '"zipovano"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strZip = '"zipovano"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"zo zipovan
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strZip = '"zo zipované"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"zo zipovan
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -718,4 +718,5 @@ $strZip = '"comprimido con zip"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strZip = '"comprimido con zip"';
|
|||||||
|
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -731,4 +731,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -732,4 +732,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -731,4 +731,5 @@ $strZip = '"ziplenmi
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -732,4 +732,5 @@ $strZip = '"ziplenmiş"';
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strSQLExportType = 'Export type'; //to translate
|
|||||||
$strAddConstraints = 'Add constraints'; //to translate
|
$strAddConstraints = 'Add constraints'; //to translate
|
||||||
$strGeorgian = 'Georgian'; //to translate
|
$strGeorgian = 'Georgian'; //to translate
|
||||||
$strCzechSlovak = 'Chech-Slovak'; //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
|
||||||
?>
|
?>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user