bug 981359 optional hex for binary

This commit is contained in:
Marc Delisle
2004-07-01 01:30:37 +00:00
parent 4bcfd842ce
commit 0e8e84d8c0
107 changed files with 115 additions and 2 deletions

View File

@@ -8,6 +8,11 @@ $Source$
2004-06-30 Marc Delisle <lem9@users.sourceforge.net>
* left.php: fix against security alert, thanks to Garvin
* Documentation.html: FAQ 8.2 for security alert
* config.inc.php, lang/*, libraries/display_export.lib.php,
libraries/config_import.lib.php, libraries/common.lib.php,
libraries/export/sql.php: bug 981359: now the hexadecimal encoding
of binary fields is optional, because there are fields marked binary
that have text contents, like mysql.user
### 2.5.7-pl1 released
2004-06-30 Alexander M. Turek <me@derrabus.de>

View File

@@ -349,6 +349,7 @@ $cfg['Export']['sql_relation'] = FALSE;
$cfg['Export']['sql_columns'] = FALSE;
$cfg['Export']['sql_delayed'] = FALSE;
$cfg['Export']['sql_ignore'] = FALSE;
$cfg['Export']['sql_hex_for_binary'] = TRUE;
$cfg['Export']['sql_type'] = 'insert'; // insert/update/replace
$cfg['Export']['sql_extended'] = FALSE;
$cfg['Export']['sql_comments'] = FALSE;

View File

@@ -722,4 +722,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -723,4 +723,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -714,4 +714,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -716,4 +716,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -711,4 +711,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -712,4 +712,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -714,4 +714,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -737,4 +737,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -719,4 +719,5 @@ $strTakeIt = 'take it'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strTakeIt = 'take it'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -719,4 +719,5 @@ $strTakeIt = 'take it'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -707,4 +707,5 @@ $strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.';
$strZip = '"comprimit amb zip"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -708,4 +708,5 @@ $strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.';
$strZip = '"comprimit amb zip"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -714,4 +714,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -713,4 +713,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -714,4 +714,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -713,4 +713,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -735,4 +735,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -712,4 +712,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -713,4 +713,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '"zazipováno"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -712,4 +712,5 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -709,4 +709,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -710,4 +710,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -716,4 +716,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -268,6 +268,7 @@ $strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one Column to display';
$strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHost = 'Host';

View File

@@ -269,6 +269,7 @@ $strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one Column to display';
$strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHost = 'Host';

View File

@@ -707,4 +707,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -708,4 +708,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -733,4 +733,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -269,6 +269,7 @@ $strHasBeenAltered = 'a
$strHasBeenCreated = 'a <20>t<EFBFBD> cr<63><72>(e).';
$strHaveToShow = 'Vous devez choisir au moins une colonne <20> afficher';
$strHebrew = 'h<>breu';
$strHexForBinary = 'Encoder les champs binaires en hexad<61>cimal';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHost = 'Serveur';

View File

@@ -270,6 +270,7 @@ $strHasBeenAltered = 'a été modifié(e).';
$strHasBeenCreated = 'a été créé(e).';
$strHaveToShow = 'Vous devez choisir au moins une colonne à afficher';
$strHebrew = 'hébreu';
$strHexForBinary = 'Encoder les champs binaires en hexadécimal';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHost = 'Serveur';

View File

@@ -714,4 +714,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -736,4 +736,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.';
$strZip = 'Zip-komprimiert';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -716,4 +716,5 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -716,4 +716,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -717,4 +717,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -740,4 +740,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -711,4 +711,5 @@ $strYes = 'Igen';
$strZeroRemovesTheLimit = 'Megjegyz<79>s: A 0 (nulla) be<62>ll<6C>t<EFBFBD>sa t<>rli a limitet.';
$strZip = '"zippel t<>m<EFBFBD>r<EFBFBD>tve"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -711,4 +711,5 @@ $strYes = 'Igen';
$strZeroRemovesTheLimit = 'Megjegyzés: A 0 (nulla) beállítása törli a limitet.';
$strZip = '"zippel tömörítve"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -712,4 +712,5 @@ $strServerNotResponding = 'The server is not responding'; //to translate
$strTakeIt = 'take it'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -713,4 +713,5 @@ $strServerNotResponding = 'The server is not responding'; //to translate
$strTakeIt = 'take it'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -712,4 +712,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -713,4 +713,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -730,4 +730,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -713,4 +713,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -712,4 +712,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -708,4 +708,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -707,4 +707,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -731,4 +731,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -732,4 +732,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -714,4 +714,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -738,4 +738,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -737,4 +737,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -716,4 +716,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -727,4 +727,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -728,4 +728,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -708,4 +708,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -709,4 +709,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -716,4 +716,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -715,4 +715,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -718,4 +718,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -717,4 +717,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -718,4 +718,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -717,4 +717,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -709,4 +709,5 @@ $strYes = '
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastavenie t<>chto parametrov na 0 (nulu) odstr<74>ni obmedzenia.';
$strZip = '"zo zipovan<61>"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -710,4 +710,5 @@ $strYes = 'Áno';
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -709,4 +709,5 @@ $strYes = '
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastavenie t<>chto parametrov na 0 (nulu) odstr<74>ni obmedzenia.';
$strZip = '"zo zipovan<61>"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -709,4 +709,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -710,4 +710,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -709,4 +709,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -707,4 +707,5 @@ $strYes = 'S
$strZeroRemovesTheLimit = 'Nota: si cambia los par<61>metros de estas opciones a 0 (cero), remueve el l<>mite.';
$strZip = '"comprimido con zip"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -708,4 +708,5 @@ $strYes = 'Sí';
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -710,4 +710,5 @@ $strZip = '"zippad"';
$strTakeIt = 'take it'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -711,4 +711,5 @@ $strZip = '"zippad"';
$strTakeIt = 'take it'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -721,4 +721,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

View File

@@ -720,4 +720,5 @@ $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
?>

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