maximum upload size

This commit is contained in:
Marc Delisle
2003-12-12 16:54:52 +00:00
parent f055f9957a
commit 5e15b1f73a
103 changed files with 188 additions and 1 deletions

View File

@@ -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,

View File

@@ -78,8 +78,11 @@ if ($is_upload) {
echo ' <i>' . $strOr . '</i> ' . $strLocationTextfile . '&nbsp;:<br />' . "\n";
?>
<div style="margin-bottom: 5px">
<input type="file" name="sql_file" class="textfield" /><br />
<input type="file" name="sql_file" class="textfield" />&nbsp;<?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) {

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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';
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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
?>

View File

@@ -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