From 0e8e84d8c0f0dcc2bd519a7d595838204b57d8f8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 1 Jul 2004 01:30:37 +0000 Subject: [PATCH] bug 981359 optional hex for binary --- ChangeLog | 5 +++++ config.inc.php | 1 + lang/afrikaans-iso-8859-1.inc.php | 1 + lang/afrikaans-utf-8.inc.php | 1 + lang/albanian-iso-8859-1.inc.php | 1 + lang/albanian-utf-8.inc.php | 1 + lang/arabic-utf-8.inc.php | 1 + lang/arabic-windows-1256.inc.php | 1 + lang/azerbaijani-iso-8859-9.inc.php | 1 + lang/azerbaijani-utf-8.inc.php | 1 + lang/basque-iso-8859-1.inc.php | 1 + lang/basque-utf-8.inc.php | 1 + lang/bosnian-utf-8.inc.php | 1 + lang/bosnian-windows-1250.inc.php | 1 + lang/brazilian_portuguese-iso-8859-1.inc.php | 1 + lang/brazilian_portuguese-utf-8.inc.php | 1 + lang/bulgarian-koi8-r.inc.php | 1 + lang/bulgarian-utf-8.inc.php | 1 + lang/bulgarian-windows-1251.inc.php | 1 + lang/catalan-iso-8859-1.inc.php | 1 + lang/catalan-utf-8.inc.php | 1 + lang/chinese_big5-utf-8.inc.php | 1 + lang/chinese_big5.inc.php | 1 + lang/chinese_gb-utf-8.inc.php | 1 + lang/chinese_gb.inc.php | 1 + lang/croatian-iso-8859-2.inc.php | 1 + lang/croatian-utf-8.inc.php | 1 + lang/croatian-windows-1250.inc.php | 1 + lang/czech-iso-8859-2.inc.php | 1 + lang/czech-utf-8.inc.php | 1 + lang/czech-windows-1250.inc.php | 1 + lang/danish-iso-8859-1.inc.php | 1 + lang/danish-utf-8.inc.php | 1 + lang/dutch-iso-8859-1.inc.php | 1 + lang/dutch-utf-8.inc.php | 1 + lang/english-iso-8859-1.inc.php | 1 + lang/english-utf-8.inc.php | 1 + lang/estonian-iso-8859-1.inc.php | 1 + lang/estonian-utf-8.inc.php | 1 + lang/finnish-iso-8859-1.inc.php | 1 + lang/finnish-utf-8.inc.php | 1 + lang/french-iso-8859-1.inc.php | 1 + lang/french-utf-8.inc.php | 1 + lang/galician-iso-8859-1.inc.php | 1 + lang/galician-utf-8.inc.php | 1 + lang/georgian-utf-8.inc.php | 1 + lang/german-iso-8859-1.inc.php | 1 + lang/german-utf-8.inc.php | 1 + lang/greek-iso-8859-7.inc.php | 1 + lang/greek-utf-8.inc.php | 1 + lang/hebrew-iso-8859-8-i.inc.php | 1 + lang/hindi-utf-8.inc.php | 1 + lang/hungarian-iso-8859-2.inc.php | 1 + lang/hungarian-utf-8.inc.php | 1 + lang/indonesian-iso-8859-1.inc.php | 1 + lang/indonesian-utf-8.inc.php | 1 + lang/italian-iso-8859-1.inc.php | 1 + lang/italian-utf-8.inc.php | 1 + lang/japanese-euc.inc.php | 1 + lang/japanese-sjis.inc.php | 1 + lang/japanese-utf-8.inc.php | 1 + lang/korean-euc-kr.inc.php | 1 + lang/korean-utf-8.inc.php | 1 + lang/latvian-utf-8.inc.php | 1 + lang/latvian-windows-1257.inc.php | 1 + lang/lithuanian-utf-8.inc.php | 1 + lang/lithuanian-windows-1257.inc.php | 1 + lang/malay-iso-8859-1.inc.php | 1 + lang/malay-utf-8.inc.php | 1 + lang/norwegian-iso-8859-1.inc.php | 1 + lang/norwegian-utf-8.inc.php | 1 + lang/persian-utf-8.inc.php | 1 + lang/persian-windows-1256.inc.php | 1 + lang/polish-iso-8859-2.inc.php | 1 + lang/polish-utf-8.inc.php | 1 + lang/portuguese-iso-8859-1.inc.php | 1 + lang/portuguese-utf-8.inc.php | 1 + lang/romanian-iso-8859-1.inc.php | 1 + lang/romanian-utf-8.inc.php | 1 + lang/russian-cp-866.inc.php | 1 + lang/russian-koi8-r.inc.php | 1 + lang/russian-utf-8.inc.php | 1 + lang/russian-windows-1251.inc.php | 1 + lang/serbian_cyrillic-utf-8.inc.php | 1 + lang/serbian_cyrillic-windows-1251.inc.php | 1 + lang/serbian_latin-utf-8.inc.php | 1 + lang/serbian_latin-windows-1250.inc.php | 1 + lang/slovak-iso-8859-2.inc.php | 1 + lang/slovak-utf-8.inc.php | 1 + lang/slovak-windows-1250.inc.php | 1 + lang/slovenian-iso-8859-2.inc.php | 1 + lang/slovenian-utf-8.inc.php | 1 + lang/slovenian-windows-1250.inc.php | 1 + lang/spanish-iso-8859-1.inc.php | 1 + lang/spanish-utf-8.inc.php | 1 + lang/swedish-iso-8859-1.inc.php | 1 + lang/swedish-utf-8.inc.php | 1 + lang/thai-tis-620.inc.php | 1 + lang/thai-utf-8.inc.php | 1 + lang/turkish-iso-8859-9.inc.php | 1 + lang/turkish-utf-8.inc.php | 1 + lang/ukrainian-utf-8.inc.php | 1 + lang/ukrainian-windows-1251.inc.php | 1 + libraries/common.lib.php | 2 +- libraries/config_import.lib.php | 3 +++ libraries/display_export.lib.php | 3 +++ libraries/export/sql.php | 2 +- 107 files changed, 115 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06abae9c1..78f84add0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,11 @@ $Source$ 2004-06-30 Marc Delisle * 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 diff --git a/config.inc.php b/config.inc.php index e73350499..afb5932d9 100644 --- a/config.inc.php +++ b/config.inc.php @@ -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; diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index d52a5193c..3e18a0934 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index b49f4130f..5280164dc 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -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 ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index e5305c40c..50e6213ce 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 0c68e8690..fa4ac5b3a 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -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 ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index d9ec07f71..b55ae9109 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -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 ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 5663c0073..4e585bf1a 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -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 ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 53ff43a19..eb340939b 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -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 ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 2f8650072..63103ffe8 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -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 ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 40c79abf5..642de8b86 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 601f15512..27b042f9e 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -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 ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index a20aa8e95..e36597d56 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -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 ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 73333329f..0652f9e4e 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -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 ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 8440730e3..1a1cbb53f 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 7757dca60..a335646a8 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -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 ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 25e0c47c2..01e3adc59 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -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 ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 6f33a0ea8..ca0b638ff 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -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 ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index fa61767dc..004adf302 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -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 ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index f4dc9309a..2973a1668 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 524511eaf..7fbf7ed3e 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -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 ?> diff --git a/lang/chinese_big5-utf-8.inc.php b/lang/chinese_big5-utf-8.inc.php index 896b795dd..ce84f7aec 100644 --- a/lang/chinese_big5-utf-8.inc.php +++ b/lang/chinese_big5-utf-8.inc.php @@ -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 ?> diff --git a/lang/chinese_big5.inc.php b/lang/chinese_big5.inc.php index b8183555a..38e6a4c35 100644 --- a/lang/chinese_big5.inc.php +++ b/lang/chinese_big5.inc.php @@ -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 ?> diff --git a/lang/chinese_gb-utf-8.inc.php b/lang/chinese_gb-utf-8.inc.php index af571cb60..02cf1fb0e 100644 --- a/lang/chinese_gb-utf-8.inc.php +++ b/lang/chinese_gb-utf-8.inc.php @@ -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 ?> diff --git a/lang/chinese_gb.inc.php b/lang/chinese_gb.inc.php index e45b76ae8..50dc0871e 100644 --- a/lang/chinese_gb.inc.php +++ b/lang/chinese_gb.inc.php @@ -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 ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 75855ce58..cf73c4387 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -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 ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 71c8ad1b5..c0cdea3a8 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -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 ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index ad6b334dd..b96c9d8e7 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -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 ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 4e580e38c..97a9c6f89 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -712,4 +712,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 ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 0b5c6b1cc..6aa179556 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -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 ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 315bfebda..d75a20c37 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -712,4 +712,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 ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 39ec757ac..134a37296 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index cb33c30c9..ef00fa70c 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -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 ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 511b9a21b..1c1d308cb 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 035e3c471..66d294129 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -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 ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 74cdf473f..484db9b4f 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -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'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index cd134de5d..bc0014674 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -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'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index 814b1268b..13871e592 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 186dbe05a..9911a7a86 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -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 ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 02455193c..ea23c4185 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 61483b12c..f8d1dd756 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -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 ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index ce309d8db..51c09a001 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -269,6 +269,7 @@ $strHasBeenAltered = 'a $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'; diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index b55d44c64..24e5469c2 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -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'; diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index c6f11cb8f..f9a735ded 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 795fa93d1..2aebc65d3 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -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 ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 35a987f55..99313ac25 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -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 ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index e85699ce9..03129541e 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -715,4 +715,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.'; $strZip = 'Zip-komprimiert'; +$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 3e4a94b4c..b1558567b 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -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 ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index d1d43109c..94cd8e01d 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -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 ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index e66b1c01e..118c26233 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -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 ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 30d87b009..8774e5084 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -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 ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index ff745e6b7..59dcd2e2f 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -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 ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index eed5a8deb..290f5e1ab 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -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 ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 79932c270..ae0582a27 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -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 ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index ec77672cd..7dec923d4 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 3ed691ff9..4ccc11331 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -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 ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 8fcb8ff40..a3d64ba5d 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 5c65bb2ef..ba7942b8e 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -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 ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 78aaf8e95..99f35ad3c 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -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 ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index dac7a3522..b124866be 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -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 ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 577c08d56..1f9051fd5 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -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 ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index bb5327cca..e1a901049 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -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 ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index a68f1f615..67884fe40 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -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 ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index ff7a4302f..e90eb4e30 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -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 ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 1225ccf2f..1a45f9344 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -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 ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index ec00f703e..726fc6358 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -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 ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 6d40540c7..395d49df2 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -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 ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index b5c3186d2..4af36f21d 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 92ea172b1..d7f7d64f3 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -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 ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 752baa78b..8df5f4459 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index b219e7cde..02db61255 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -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 ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 2a50d13da..babc8c24d 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -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 ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index e1b4ce7c0..268f26fc4 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -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 ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 1cdabf4a8..ac2967f21 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -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 ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 9d86635df..0be23c422 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -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 ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 764bbcbd6..2ff429575 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index faf01dbab..a78a3c15a 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -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 ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 3a0691f50..284ebe7b0 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -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 ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 78725d193..f7da26a43 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -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 ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index f76b78ae2..00bae923a 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -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 ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 381470e4c..2b4e2da3d 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -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 ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 306c0bb35..85a7c5145 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -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 ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index c715c77df..2fd0c5754 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -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 ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index b4c1e50cc..7d6abd06d 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -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 ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 67ad50816..b145c07aa 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -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 ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 3a61ec5c3..0cc4aa16c 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -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 ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 0ea8eb7f1..7bbd00d7a 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -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 ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index bf65e2624..e9f74b2a0 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -709,4 +709,5 @@ $strYes = ' $strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.'; $strZip = '"zo zipované"'; +$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 6f4e18aa6..549142713 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -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 ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 080d4438e..8542fd770 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -709,4 +709,5 @@ $strYes = ' $strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.'; $strZip = '"zo zipované"'; +$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index a31fc0ec1..a2069d279 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -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 ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 83637d09a..ab8ffb394 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -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 ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index b19afc15c..133f39c9b 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -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 ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index ecca0265a..bc26f23dc 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -707,4 +707,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 ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index f4682cc8b..e13ba203c 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -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 ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 9cdbbf964..dd19e3ad4 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -710,4 +710,5 @@ $strZip = '"zippad"'; $strTakeIt = 'take it'; //to translate $strTheme = 'Theme / Style'; //to translate +$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index b84c4b2c7..34dafeaf8 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -711,4 +711,5 @@ $strZip = '"zippad"'; $strTakeIt = 'take it'; //to translate $strTheme = 'Theme / Style'; //to translate +$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index baf36d56a..0c78d3315 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -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 ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 2f79510de..cbb7a6920 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -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 ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 2fc143531..f3bbeb1eb 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -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 ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 54ab3ddef..356435b16 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -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 ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index b1929e779..f225d053a 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -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 ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 91f364816..888d5dc94 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -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 ?> diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 977ac7b9c..990664814 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -142,7 +142,7 @@ if (isset($cfg['FileRevision'])) { } else { $cfg['FileRevision'] = array(1, 1); } -if ($cfg['FileRevision'][0] < 2 || ($cfg['FileRevision'][0] == 2 && $cfg['FileRevision'][1] < 34)) { +if ($cfg['FileRevision'][0] < 2 || ($cfg['FileRevision'][0] == 2 && $cfg['FileRevision'][1] < 36)) { require_once('./libraries/config_import.lib.php'); } diff --git a/libraries/config_import.lib.php b/libraries/config_import.lib.php index a78ec06c2..fb69b4ae3 100644 --- a/libraries/config_import.lib.php +++ b/libraries/config_import.lib.php @@ -1372,6 +1372,9 @@ if (!isset($cfg['Export']['sql_delayed'])) { if (!isset($cfg['Export']['sql_ignore'])) { $cfg['Export']['sql_ignore'] = FALSE; } +if (!isset($cfg['Export']['sql_hex_for_binary'])) { + $cfg['Export']['sql_hex_for_binary'] = TRUE; +} if (!isset($cfg['Export']['sql_type'])) { $cfg['Export']['sql_type'] = 'insert'; } diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php index 74a54cafa..52b8ac398 100644 --- a/libraries/display_export.lib.php +++ b/libraries/display_export.lib.php @@ -272,6 +272,9 @@ if (!$hide_structure) { ?>      style="vertical-align: middle" />
+      style="vertical-align: middle" /> +
+