Add FOREIGN_KEY_CHECKS=0 to export (RFE #966038).
This commit is contained in:
@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-06-08 Michal Čihař <michal@cihar.com>
|
||||||
|
* config.inc.php, lang/*, libraries/common.lib.php,
|
||||||
|
libraries/config_import.lib.php, libraries/display_export.lib.php,
|
||||||
|
libraries/export/sql.php: Add FOREIGN_KEY_CHECKS=0 to export (RFE
|
||||||
|
#966038).
|
||||||
|
|
||||||
2004-06-08 Alexander M. Turek <me@derrabus.de>
|
2004-06-08 Alexander M. Turek <me@derrabus.de>
|
||||||
* libraries/common.lib.php: backwards compatibility.
|
* libraries/common.lib.php: backwards compatibility.
|
||||||
* config.inc.php: typo.
|
* config.inc.php: typo.
|
||||||
|
@@ -337,6 +337,7 @@ $cfg['Export']['latex_structure_label'] = 'tab:__TABLE__-structure';
|
|||||||
|
|
||||||
$cfg['Export']['sql_structure'] = TRUE;
|
$cfg['Export']['sql_structure'] = TRUE;
|
||||||
$cfg['Export']['sql_data'] = TRUE;
|
$cfg['Export']['sql_data'] = TRUE;
|
||||||
|
$cfg['Export']['sql_disable_fk'] = FALSE;
|
||||||
$cfg['Export']['sql_use_transaction'] = FALSE;
|
$cfg['Export']['sql_use_transaction'] = FALSE;
|
||||||
$cfg['Export']['sql_drop_database'] = FALSE;
|
$cfg['Export']['sql_drop_database'] = FALSE;
|
||||||
$cfg['Export']['sql_drop_table'] = FALSE;
|
$cfg['Export']['sql_drop_table'] = FALSE;
|
||||||
|
@@ -756,4 +756,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -757,4 +757,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -745,4 +745,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,4 +769,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,4 +769,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -207,6 +207,7 @@ $strDeleting = 'Odstra
|
|||||||
$strDescending = 'Sestupn<70>';
|
$strDescending = 'Sestupn<70>';
|
||||||
$strDescription = 'Popis';
|
$strDescription = 'Popis';
|
||||||
$strDictionary = 'slovn<76>k';
|
$strDictionary = 'slovn<76>k';
|
||||||
|
$strDisableForeignChecks = 'Vypnout kontrolu ciz<69>ch kl<6B><6C><EFBFBD>';
|
||||||
$strDisabled = 'Vypnuto';
|
$strDisabled = 'Vypnuto';
|
||||||
$strDisplay = 'Zobrazit';
|
$strDisplay = 'Zobrazit';
|
||||||
$strDisplayFeat = 'Zobrazen<65> funkc<6B>';
|
$strDisplayFeat = 'Zobrazen<65> funkc<6B>';
|
||||||
|
@@ -208,6 +208,7 @@ $strDeleting = 'Odstraňuji %s';
|
|||||||
$strDescending = 'Sestupně';
|
$strDescending = 'Sestupně';
|
||||||
$strDescription = 'Popis';
|
$strDescription = 'Popis';
|
||||||
$strDictionary = 'slovník';
|
$strDictionary = 'slovník';
|
||||||
|
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíčů';
|
||||||
$strDisabled = 'Vypnuto';
|
$strDisabled = 'Vypnuto';
|
||||||
$strDisplay = 'Zobrazit';
|
$strDisplay = 'Zobrazit';
|
||||||
$strDisplayFeat = 'Zobrazení funkcí';
|
$strDisplayFeat = 'Zobrazení funkcí';
|
||||||
|
@@ -207,6 +207,7 @@ $strDeleting = 'Odstra
|
|||||||
$strDescending = 'Sestupn<70>';
|
$strDescending = 'Sestupn<70>';
|
||||||
$strDescription = 'Popis';
|
$strDescription = 'Popis';
|
||||||
$strDictionary = 'slovn<76>k';
|
$strDictionary = 'slovn<76>k';
|
||||||
|
$strDisableForeignChecks = 'Vypnout kontrolu ciz<69>ch kl<6B><6C><EFBFBD>';
|
||||||
$strDisabled = 'Vypnuto';
|
$strDisabled = 'Vypnuto';
|
||||||
$strDisplay = 'Zobrazit';
|
$strDisplay = 'Zobrazit';
|
||||||
$strDisplayFeat = 'Zobrazen<65> funkc<6B>';
|
$strDisplayFeat = 'Zobrazen<65> funkc<6B>';
|
||||||
|
@@ -743,4 +743,5 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,4 +744,5 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strSQPBugSyntaxError = 'Syntax error'; //to translate
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,5 @@ $strSQPBugSyntaxError = 'Syntax error'; //to translate
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strZip = '"zipped"';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strZip = '"zipitud"';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strZip = '"zipitud"';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -766,4 +766,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -767,4 +767,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl
|
|||||||
$strZip = '"zipp<70>"';
|
$strZip = '"zipp<70>"';
|
||||||
|
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
|||||||
$strZip = '"zippé"';
|
$strZip = '"zippé"';
|
||||||
|
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -770,4 +770,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr
|
|||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
|
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,5 @@ $strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränku
|
|||||||
$strZip = 'Zip-komprimiert';
|
$strZip = 'Zip-komprimiert';
|
||||||
|
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -766,4 +766,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,4 +774,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strZip = '"Dikompress dengan Zip"';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strZip = '"Dikompress dengan Zip"';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -764,4 +764,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -765,4 +765,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,4 +747,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -765,4 +765,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -766,4 +766,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,4 +748,5 @@ $strZip = 'Komprimert (zip)';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strZip = 'Komprimert (zip)';
|
|||||||
|
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,4 +772,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,4 +771,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -761,4 +761,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -762,4 +762,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,4 +750,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,4 +749,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,4 +751,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,4 +744,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,4 +744,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -745,4 +745,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,4 +746,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,4 +755,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,4 +754,5 @@ $strNoRowsSelected = 'No rows selected'; //to translate
|
|||||||
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
$strSQPBugSyntaxError = 'Syntax error'; //to translate
|
||||||
$strSpanish = 'Spanish'; //to translate
|
$strSpanish = 'Spanish'; //to translate
|
||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
?>
|
?>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user