maximum upload size
This commit is contained in:
@@ -5,6 +5,13 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-12-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* db_details.php, libraries/common.lib.php, lang/*:
|
||||
new feature to display the maximum upload size
|
||||
TODO: - put this everywhere we can upload
|
||||
- detect also the max based on *BLOB max field size
|
||||
- detect if upload succeeded
|
||||
|
||||
2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
|
||||
* export.php: Fixed Regex
|
||||
* transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
|
||||
|
@@ -78,8 +78,11 @@ if ($is_upload) {
|
||||
echo ' <i>' . $strOr . '</i> ' . $strLocationTextfile . ' :<br />' . "\n";
|
||||
?>
|
||||
<div style="margin-bottom: 5px">
|
||||
<input type="file" name="sql_file" class="textfield" /><br />
|
||||
<input type="file" name="sql_file" class="textfield" /> <?php echo PMA_displayMaximumUploadSize($max_upload_size);?><br />
|
||||
<?php
|
||||
// some browsers should respect this :)
|
||||
echo ' ' . PMA_generateHiddenMaxFileSize($max_upload_size) . "\n";
|
||||
|
||||
$is_gzip = ($cfg['GZipDump'] && @function_exists('gzopen'));
|
||||
$is_bzip = ($cfg['BZipDump'] && @function_exists('bzdecompress'));
|
||||
if ($is_bzip || $is_gzip) {
|
||||
|
@@ -734,4 +734,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -735,4 +735,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -723,4 +723,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -748,4 +748,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -749,4 +749,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -747,4 +747,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -748,4 +748,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -747,4 +747,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -719,4 +719,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
||||
$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
|
||||
$strMaximumSize = 'Maximum size: %s%s';
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
||||
$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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -744,4 +744,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -745,4 +745,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -748,4 +748,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr
|
||||
$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 (\'\')';
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränku
|
||||
$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 (\'\')';
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -729,4 +729,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -744,4 +744,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -752,4 +752,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -742,4 +742,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -725,4 +725,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -724,4 +724,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -745,4 +745,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -746,4 +746,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -726,4 +726,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -750,4 +750,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -749,4 +749,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -747,4 +747,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -748,4 +748,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -728,4 +728,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -727,4 +727,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -723,4 +723,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -722,4 +722,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -720,4 +720,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -721,4 +721,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -732,4 +732,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //to translate
|
||||
?>
|
||||
|
@@ -733,4 +733,5 @@ $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
|
||||
$strMaximumSize = 'Maximum size: %s%s'; //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