strDropDatabaseStrongWarning

This commit is contained in:
Marc Delisle
2004-01-29 18:38:32 +00:00
parent 924f58ff25
commit d879ff452a
104 changed files with 133 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ if ($cfg['AllowUserDropDatabase']) {
. urlencode(sprintf($strDatabaseHasBeenDropped, htmlspecialchars(PMA_backquote($db))))
. '&goto=main.php&back=db_details' . $sub_part . '.php&reload=1&purge=1';
$att5 = 'class="drop" '
. 'onclick="return confirmLink(this, \'DROP DATABASE ' . PMA_jsFormat($db) . '\')"';
. 'onclick="return confirmLinkDropDB(this, \'DROP DATABASE ' . PMA_jsFormat($db) . '\')"';
}
else {
$lnk5 = '';

View File

@@ -54,6 +54,7 @@ if (empty($GLOBALS['is_header_sent'])) {
var errorMsg2 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strNotValidNumber']); ?>';
var noDropDbMsg = '<?php echo((!$GLOBALS['cfg']['AllowUserDropDatabase']) ? str_replace('\'', '\\\'', $GLOBALS['strNoDropDatabases']) : ''); ?>';
var confirmMsg = '<?php echo(($GLOBALS['cfg']['Confirm']) ? str_replace('\'', '\\\'', $GLOBALS['strDoYouReally']) : ''); ?>';
var confirmMsgDropDB = '<?php echo(($GLOBALS['cfg']['Confirm']) ? str_replace('\'', '\\\'', $GLOBALS['strDropDatabaseStrongWarning']) : ''); ?>';
//-->
</script>
<script src="libraries/functions.js" type="text/javascript" language="javascript"></script>

View File

@@ -735,4 +735,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -734,4 +734,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -749,4 +749,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -750,4 +750,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strZip = '"comprimit amb zip"';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strZip = '"comprimit amb zip"';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -748,4 +748,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -749,4 +749,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -748,4 +748,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '"zazipováno"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strZip = '"zipped"';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strZip = '"zipped"';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $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 = 'Max: %s%s';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
?>

View File

@@ -721,4 +721,5 @@ $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 = 'Max: %s%s';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
?>

View File

@@ -720,4 +720,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -745,4 +745,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -746,4 +746,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strZip = '"zipp
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strDropDatabaseStrongWarning = 'Vous <20>tes sur le point de D<>TRUIRE une base de donn<6E>es!';
?>

View File

@@ -726,4 +726,5 @@ $strZip = '"zippé"';
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
?>

View File

@@ -727,4 +727,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -749,4 +749,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -745,4 +745,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -753,4 +753,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -734,4 +734,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka
$strZip = '"Dikompress dengan Zip"';
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka
$strZip = '"Dikompress dengan Zip"';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strYes = ' Si ';
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strYes = ' Si ';
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -734,4 +734,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -743,4 +743,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -725,4 +725,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strZeroRemovesTheLimit = 'Pastaba: nėra jokių apribojimų jeigu reikšmė nur
$strZip = '"zip"';
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strZeroRemovesTheLimit = 'Pastaba: n
$strZip = '"zip"';
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -746,4 +746,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -747,4 +747,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -726,4 +726,5 @@ $strZip = 'Komprimert (zip)';
// To translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strZip = 'Komprimert (zip)';
// To translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -751,4 +751,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -750,4 +750,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -740,4 +740,5 @@ $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -741,4 +741,5 @@ $strWildcard = 'wildcard'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -729,4 +729,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -722,4 +722,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -724,4 +724,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s
$strZip = '"zippad"';
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll)
$strZip = '"zippad"';
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -734,4 +734,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
= 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

View File

@@ -734,4 +734,5 @@ $strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table 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
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
?>

Some files were not shown because too many files have changed in this diff Show More