Support for creating UPDATE and REPLACE statements in export (RFE #838828).
This commit is contained in:
@@ -10,6 +10,11 @@ $Source$
|
|||||||
* libraries/export/sql.php3, libraries/config_import.lib.php3,
|
* libraries/export/sql.php3, libraries/config_import.lib.php3,
|
||||||
libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
|
libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
|
||||||
config.inc.php3: Allow delayed inserts (RFE #841298).
|
config.inc.php3: Allow delayed inserts (RFE #841298).
|
||||||
|
* libraries/export/sql.php3, libraries/common.lib.php3,
|
||||||
|
libraries/config_import.lib.php3, libraries/display_export.lib.php3,
|
||||||
|
lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
|
||||||
|
statements in export (RFE #838828).
|
||||||
|
* lang/remove_message.sh: Checks for parameter count.
|
||||||
|
|
||||||
2003-11-12 Michal Cihar <nijel@users.sourceforge.net>
|
2003-11-12 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
|
* libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
|
||||||
|
@@ -332,6 +332,7 @@ $cfg['Export']['sql_dates'] = FALSE;
|
|||||||
$cfg['Export']['sql_relation'] = FALSE;
|
$cfg['Export']['sql_relation'] = FALSE;
|
||||||
$cfg['Export']['sql_columns'] = FALSE;
|
$cfg['Export']['sql_columns'] = FALSE;
|
||||||
$cfg['Export']['sql_delayed'] = FALSE;
|
$cfg['Export']['sql_delayed'] = FALSE;
|
||||||
|
$cfg['Export']['sql_type'] = 'insert'; // insert/update/replace
|
||||||
$cfg['Export']['sql_extended'] = FALSE;
|
$cfg['Export']['sql_extended'] = FALSE;
|
||||||
$cfg['Export']['sql_comments'] = FALSE;
|
$cfg['Export']['sql_comments'] = FALSE;
|
||||||
$cfg['Export']['sql_mime'] = FALSE;
|
$cfg['Export']['sql_mime'] = FALSE;
|
||||||
|
@@ -729,4 +729,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -730,4 +730,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strLatexCaption = 'Table caption'; //to translate
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strLatexCaption = 'Table caption'; //to translate
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -730,4 +730,5 @@ $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -729,4 +729,5 @@ $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -718,4 +718,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -728,4 +728,5 @@ $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,4 +744,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -547,6 +547,7 @@ $strRunning = 'na %s';
|
|||||||
$strRussian = 'Ru<52>tina';
|
$strRussian = 'Ru<52>tina';
|
||||||
|
|
||||||
$strSQL = 'SQL';
|
$strSQL = 'SQL';
|
||||||
|
$strSQLExportType = 'Typ vytvo<76>en<65>ch dotaz<61>';
|
||||||
$strSQLOptions = 'Nastaven<65> SQL exportu';
|
$strSQLOptions = 'Nastaven<65> SQL exportu';
|
||||||
$strSQLParserBugMessage = 'Je mo<6D>n<EFBFBD>, <20>e jste na<6E>li chybu v SQL parseru. Pros<6F>m prozkoumejte podrobn<62> SQL dotaz, p<>edev<65><76>m jestli jsou spr<70>vn<76> uvozovky a jestli nejsou proh<6F>zen<65>. Dal<61><6C> mo<6D>nost selh<6C>n<EFBFBD> je pokud nahr<68>v<EFBFBD>te soubor s bin<69>rn<72>mi daty nezapsan<61>mi v uvozovk<76>ch. M<><4D>ete tak<61> vyzkou<6F>et p<><70>kazovou <20><>dku MySQL. N<><4E>e uveden<65> v<>stup z MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu. Pokud st<73>le m<>te probl<62>my nebo pokud SQL parser ohl<68>s<EFBFBD> chybu u dotazu, kter<65> na p<><70>kazov<6F> <20><>dce funguje, pros<6F>m pokuste se zredukovat dotaz na co nejmen<65><6E>, ve kter<65>m se probl<62>m je<6A>t<EFBFBD> vyskytne, a ohla<6C>te chybu na str<74>nk<6E>ch phpMyAdmina spolu se sekc<6B> V<>PIS uvedenou n<><6E>e:';
|
$strSQLParserBugMessage = 'Je mo<6D>n<EFBFBD>, <20>e jste na<6E>li chybu v SQL parseru. Pros<6F>m prozkoumejte podrobn<62> SQL dotaz, p<>edev<65><76>m jestli jsou spr<70>vn<76> uvozovky a jestli nejsou proh<6F>zen<65>. Dal<61><6C> mo<6D>nost selh<6C>n<EFBFBD> je pokud nahr<68>v<EFBFBD>te soubor s bin<69>rn<72>mi daty nezapsan<61>mi v uvozovk<76>ch. M<><4D>ete tak<61> vyzkou<6F>et p<><70>kazovou <20><>dku MySQL. N<><4E>e uveden<65> v<>stup z MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu. Pokud st<73>le m<>te probl<62>my nebo pokud SQL parser ohl<68>s<EFBFBD> chybu u dotazu, kter<65> na p<><70>kazov<6F> <20><>dce funguje, pros<6F>m pokuste se zredukovat dotaz na co nejmen<65><6E>, ve kter<65>m se probl<62>m je<6A>t<EFBFBD> vyskytne, a ohla<6C>te chybu na str<74>nk<6E>ch phpMyAdmina spolu se sekc<6B> V<>PIS uvedenou n<><6E>e:';
|
||||||
$strSQLParserUserError = 'Pravd<76>podobn<62> m<>te v SQL dotazu chybu. N<><4E>e uveden<65> v<>stup MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu';
|
$strSQLParserUserError = 'Pravd<76>podobn<62> m<>te v SQL dotazu chybu. N<><4E>e uveden<65> v<>stup MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu';
|
||||||
|
@@ -548,6 +548,7 @@ $strRunning = 'na %s';
|
|||||||
$strRussian = 'Ruština';
|
$strRussian = 'Ruština';
|
||||||
|
|
||||||
$strSQL = 'SQL';
|
$strSQL = 'SQL';
|
||||||
|
$strSQLExportType = 'Typ vytvořených dotazů';
|
||||||
$strSQLOptions = 'Nastavení SQL exportu';
|
$strSQLOptions = 'Nastavení SQL exportu';
|
||||||
$strSQLParserBugMessage = 'Je možné, že jste našli chybu v SQL parseru. Prosím prozkoumejte podrobně SQL dotaz, především jestli jsou správně uvozovky a jestli nejsou proházené. Další možnost selhání je pokud nahráváte soubor s binárními daty nezapsanými v uvozovkách. Můžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u dotazu, který na příkazové řádce funguje, prosím pokuste se zredukovat dotaz na co nejmenší, ve kterém se problém ještě vyskytne, a ohlašte chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou níže:';
|
$strSQLParserBugMessage = 'Je možné, že jste našli chybu v SQL parseru. Prosím prozkoumejte podrobně SQL dotaz, především jestli jsou správně uvozovky a jestli nejsou proházené. Další možnost selhání je pokud nahráváte soubor s binárními daty nezapsanými v uvozovkách. Můžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u dotazu, který na příkazové řádce funguje, prosím pokuste se zredukovat dotaz na co nejmenší, ve kterém se problém ještě vyskytne, a ohlašte chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou níže:';
|
||||||
$strSQLParserUserError = 'Pravděpodobně máte v SQL dotazu chybu. Níže uvedený výstup MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému';
|
$strSQLParserUserError = 'Pravděpodobně máte v SQL dotazu chybu. Níže uvedený výstup MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému';
|
||||||
|
@@ -547,6 +547,7 @@ $strRunning = 'na %s';
|
|||||||
$strRussian = 'Ru<52>tina';
|
$strRussian = 'Ru<52>tina';
|
||||||
|
|
||||||
$strSQL = 'SQL';
|
$strSQL = 'SQL';
|
||||||
|
$strSQLExportType = 'Typ vytvo<76>en<65>ch dotaz<61>';
|
||||||
$strSQLOptions = 'Nastaven<65> SQL exportu';
|
$strSQLOptions = 'Nastaven<65> SQL exportu';
|
||||||
$strSQLParserBugMessage = 'Je mo<6D>n<EFBFBD>, <20>e jste na<6E>li chybu v SQL parseru. Pros<6F>m prozkoumejte podrobn<62> SQL dotaz, p<>edev<65><76>m jestli jsou spr<70>vn<76> uvozovky a jestli nejsou proh<6F>zen<65>. Dal<61><6C> mo<6D>nost selh<6C>n<EFBFBD> je pokud nahr<68>v<EFBFBD>te soubor s bin<69>rn<72>mi daty nezapsan<61>mi v uvozovk<76>ch. M<><4D>ete tak<61> vyzkou<6F>et p<><70>kazovou <20><>dku MySQL. N<><4E>e uveden<65> v<>stup z MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu. Pokud st<73>le m<>te probl<62>my nebo pokud SQL parser ohl<68>s<EFBFBD> chybu u dotazu, kter<65> na p<><70>kazov<6F> <20><>dce funguje, pros<6F>m pokuste se zredukovat dotaz na co nejmen<65><6E>, ve kter<65>m se probl<62>m je<6A>t<EFBFBD> vyskytne, a ohla<6C>te chybu na str<74>nk<6E>ch phpMyAdmina spolu se sekc<6B> V<>PIS uvedenou n<><6E>e:';
|
$strSQLParserBugMessage = 'Je mo<6D>n<EFBFBD>, <20>e jste na<6E>li chybu v SQL parseru. Pros<6F>m prozkoumejte podrobn<62> SQL dotaz, p<>edev<65><76>m jestli jsou spr<70>vn<76> uvozovky a jestli nejsou proh<6F>zen<65>. Dal<61><6C> mo<6D>nost selh<6C>n<EFBFBD> je pokud nahr<68>v<EFBFBD>te soubor s bin<69>rn<72>mi daty nezapsan<61>mi v uvozovk<76>ch. M<><4D>ete tak<61> vyzkou<6F>et p<><70>kazovou <20><>dku MySQL. N<><4E>e uveden<65> v<>stup z MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu. Pokud st<73>le m<>te probl<62>my nebo pokud SQL parser ohl<68>s<EFBFBD> chybu u dotazu, kter<65> na p<><70>kazov<6F> <20><>dce funguje, pros<6F>m pokuste se zredukovat dotaz na co nejmen<65><6E>, ve kter<65>m se probl<62>m je<6A>t<EFBFBD> vyskytne, a ohla<6C>te chybu na str<74>nk<6E>ch phpMyAdmina spolu se sekc<6B> V<>PIS uvedenou n<><6E>e:';
|
||||||
$strSQLParserUserError = 'Pravd<76>podobn<62> m<>te v SQL dotazu chybu. N<><4E>e uveden<65> v<>stup MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu';
|
$strSQLParserUserError = 'Pravd<76>podobn<62> m<>te v SQL dotazu chybu. N<><4E>e uveden<65> v<>stup MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu';
|
||||||
|
@@ -737,4 +737,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -738,4 +738,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -541,6 +541,7 @@ $strRunning = 'running on %s';
|
|||||||
$strRussian = 'Russian';
|
$strRussian = 'Russian';
|
||||||
|
|
||||||
$strSQL = 'SQL';
|
$strSQL = 'SQL';
|
||||||
|
$strSQLExportType = 'Export type';
|
||||||
$strSQLOptions = 'SQL options';
|
$strSQLOptions = 'SQL options';
|
||||||
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';
|
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';
|
||||||
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
|
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
|
||||||
|
@@ -542,6 +542,7 @@ $strRunning = 'running on %s';
|
|||||||
$strRussian = 'Russian';
|
$strRussian = 'Russian';
|
||||||
|
|
||||||
$strSQL = 'SQL';
|
$strSQL = 'SQL';
|
||||||
|
$strSQLExportType = 'Export type';
|
||||||
$strSQLOptions = 'SQL options';
|
$strSQLOptions = 'SQL options';
|
||||||
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';
|
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';
|
||||||
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
|
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '"zipitud"';
|
|||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strZip = '"zipitud"';
|
|||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -739,4 +739,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -740,4 +740,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -717,4 +717,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strBookmarkOptions = 'Optionen zur Speicherung der SQL-Abfrage';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strBookmarkOptions = 'Optionen zur Speicherung der SQL-Abfrage';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -739,4 +739,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,4 +753,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -728,4 +728,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -728,4 +728,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -737,4 +737,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -717,4 +717,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -740,4 +740,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = 'Komprimert (zip)';
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strZip = 'Komprimert (zip)';
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -745,4 +745,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,4 +744,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -738,4 +738,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -739,4 +739,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strZip = '"arhivat"';
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -717,4 +717,5 @@ $strZip = '"arhivat"';
|
|||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -717,4 +717,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -717,4 +717,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -718,4 +718,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -717,4 +717,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -714,4 +714,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -728,4 +728,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -728,4 +728,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
|
$strSQLExportType = 'Export type'; //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