This commit is contained in:
@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-11-13 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
|
* libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
|
||||||
|
* libraries/export/sql.php3, libraries/config_import.lib.php3,
|
||||||
|
libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
|
||||||
|
config.inc.php3: Allow delayed inserts (RFE #841298).
|
||||||
|
|
||||||
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).
|
||||||
* libraries/export/latex.php3: Unique fields are bold (patch #840089).
|
* libraries/export/latex.php3: Unique fields are bold (patch #840089).
|
||||||
|
@@ -331,6 +331,7 @@ $cfg['Export']['sql_backquotes'] = TRUE;
|
|||||||
$cfg['Export']['sql_dates'] = FALSE;
|
$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_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;
|
||||||
|
@@ -728,4 +728,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -729,4 +729,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strLatexCaption = 'Table caption'; //to translate
|
$strLatexCaption = 'Table caption'; //to translate
|
||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strCreationDates = 'Creation/Update/Check dates'; //to translate
|
|||||||
$strLatexCaption = 'Table caption'; //to translate
|
$strLatexCaption = 'Table caption'; //to translate
|
||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -729,4 +729,5 @@ $strSortByKey = 'Sort by key'; //to translate
|
|||||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -728,4 +728,5 @@ $strSortByKey = 'Sort by key'; //to translate
|
|||||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -717,4 +717,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -718,4 +718,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strSortByKey = 'Sort by key'; //to translate
|
|||||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strSortByKey = 'Sort by key'; //to translate
|
|||||||
$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -724,4 +724,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -714,4 +714,5 @@ $strZip = '"comprimit amb zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '"comprimit amb zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strBookmarkOptions = '書籤選項';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -725,4 +725,5 @@ $strBookmarkOptions = '
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -741,4 +741,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -185,6 +185,7 @@ $strDbSpecific = 'z
|
|||||||
$strDefault = 'V<>choz<6F>';
|
$strDefault = 'V<>choz<6F>';
|
||||||
$strDefaultValueHelp = 'V<>choz<6F> hodnotu zadejte jen jednu hodnotu bez uvozovek a escapov<6F>n<EFBFBD> znak<61>, nap<61><70>klad: a';
|
$strDefaultValueHelp = 'V<>choz<6F> hodnotu zadejte jen jednu hodnotu bez uvozovek a escapov<6F>n<EFBFBD> znak<61>, nap<61><70>klad: a';
|
||||||
$strDelOld = 'Aktu<74>ln<6C> str<74>nka se odkazuje na tabulky, kter<65> ji<6A> neexistuj<75>. Chcete odstranit tyto odkazy?';
|
$strDelOld = 'Aktu<74>ln<6C> str<74>nka se odkazuje na tabulky, kter<65> ji<6A> neexistuj<75>. Chcete odstranit tyto odkazy?';
|
||||||
|
$strDelayedInserts = 'Pou<6F><75>vat zpo<70>d<EFBFBD>n<EFBFBD> inserty';
|
||||||
$strDelete = 'Smazat';
|
$strDelete = 'Smazat';
|
||||||
$strDeleteAndFlush = 'Odstranit u<>ivatele a znovuna<6E><61>st opr<70>vn<76>n<EFBFBD>.';
|
$strDeleteAndFlush = 'Odstranit u<>ivatele a znovuna<6E><61>st opr<70>vn<76>n<EFBFBD>.';
|
||||||
$strDeleteAndFlushDescr = 'Toto je nej<65>ist<73><74> <20>e<EFBFBD>en<65>, ale na<6E><61>t<EFBFBD>n<EFBFBD> opr<70>vn<76>n<EFBFBD> m<><6D>e trvat dlouho.';
|
$strDeleteAndFlushDescr = 'Toto je nej<65>ist<73><74> <20>e<EFBFBD>en<65>, ale na<6E><61>t<EFBFBD>n<EFBFBD> opr<70>vn<76>n<EFBFBD> m<><6D>e trvat dlouho.';
|
||||||
|
@@ -186,6 +186,7 @@ $strDbSpecific = 'závislé na databázi';
|
|||||||
$strDefault = 'Výchozí';
|
$strDefault = 'Výchozí';
|
||||||
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znaků, například: a';
|
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znaků, například: a';
|
||||||
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
|
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
|
||||||
|
$strDelayedInserts = 'Používat zpožděné inserty';
|
||||||
$strDelete = 'Smazat';
|
$strDelete = 'Smazat';
|
||||||
$strDeleteAndFlush = 'Odstranit uživatele a znovunačíst oprávnění.';
|
$strDeleteAndFlush = 'Odstranit uživatele a znovunačíst oprávnění.';
|
||||||
$strDeleteAndFlushDescr = 'Toto je nejčistčí řešení, ale načítání oprávnění může trvat dlouho.';
|
$strDeleteAndFlushDescr = 'Toto je nejčistčí řešení, ale načítání oprávnění může trvat dlouho.';
|
||||||
|
@@ -185,6 +185,7 @@ $strDbSpecific = 'z
|
|||||||
$strDefault = 'V<>choz<6F>';
|
$strDefault = 'V<>choz<6F>';
|
||||||
$strDefaultValueHelp = 'V<>choz<6F> hodnotu zadejte jen jednu hodnotu bez uvozovek a escapov<6F>n<EFBFBD> znak<61>, nap<61><70>klad: a';
|
$strDefaultValueHelp = 'V<>choz<6F> hodnotu zadejte jen jednu hodnotu bez uvozovek a escapov<6F>n<EFBFBD> znak<61>, nap<61><70>klad: a';
|
||||||
$strDelOld = 'Aktu<74>ln<6C> str<74>nka se odkazuje na tabulky, kter<65> ji<6A> neexistuj<75>. Chcete odstranit tyto odkazy?';
|
$strDelOld = 'Aktu<74>ln<6C> str<74>nka se odkazuje na tabulky, kter<65> ji<6A> neexistuj<75>. Chcete odstranit tyto odkazy?';
|
||||||
|
$strDelayedInserts = 'Pou<6F><75>vat zpo<70>d<EFBFBD>n<EFBFBD> inserty';
|
||||||
$strDelete = 'Smazat';
|
$strDelete = 'Smazat';
|
||||||
$strDeleteAndFlush = 'Odstranit u<>ivatele a znovuna<6E><61>st opr<70>vn<76>n<EFBFBD>.';
|
$strDeleteAndFlush = 'Odstranit u<>ivatele a znovuna<6E><61>st opr<70>vn<76>n<EFBFBD>.';
|
||||||
$strDeleteAndFlushDescr = 'Toto je nej<65>ist<73><74> <20>e<EFBFBD>en<65>, ale na<6E><61>t<EFBFBD>n<EFBFBD> opr<70>vn<76>n<EFBFBD> m<><6D>e trvat dlouho.';
|
$strDeleteAndFlushDescr = 'Toto je nej<65>ist<73><74> <20>e<EFBFBD>en<65>, ale na<6E><61>t<EFBFBD>n<EFBFBD> opr<70>vn<76>n<EFBFBD> m<><6D>e trvat dlouho.';
|
||||||
|
@@ -736,4 +736,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -737,4 +737,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -179,6 +179,7 @@ $strDbSpecific = 'database-specific';
|
|||||||
$strDefault = 'Default';
|
$strDefault = 'Default';
|
||||||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
||||||
|
$strDelayedInserts = 'Use delayed inserts';
|
||||||
$strDelete = 'Delete';
|
$strDelete = 'Delete';
|
||||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
||||||
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
|
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
|
||||||
@@ -223,6 +224,7 @@ $strEnglish = 'English';
|
|||||||
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
||||||
$strError = 'Error';
|
$strError = 'Error';
|
||||||
$strEstonian = 'Estonian';
|
$strEstonian = 'Estonian';
|
||||||
|
$strExcelEdition = 'Excel edition';
|
||||||
$strExcelOptions = 'Excel options';
|
$strExcelOptions = 'Excel options';
|
||||||
$strExecuteBookmarked = 'Execute bookmarked query';
|
$strExecuteBookmarked = 'Execute bookmarked query';
|
||||||
$strExplain = 'Explain SQL';
|
$strExplain = 'Explain SQL';
|
||||||
@@ -712,5 +714,4 @@ $strYes = 'Yes';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -180,6 +180,7 @@ $strDbSpecific = 'database-specific';
|
|||||||
$strDefault = 'Default';
|
$strDefault = 'Default';
|
||||||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
||||||
|
$strDelayedInserts = 'Use delayed inserts';
|
||||||
$strDelete = 'Delete';
|
$strDelete = 'Delete';
|
||||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
||||||
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
|
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
|
||||||
@@ -224,6 +225,7 @@ $strEnglish = 'English';
|
|||||||
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
||||||
$strError = 'Error';
|
$strError = 'Error';
|
||||||
$strEstonian = 'Estonian';
|
$strEstonian = 'Estonian';
|
||||||
|
$strExcelEdition = 'Excel edition';
|
||||||
$strExcelOptions = 'Excel options';
|
$strExcelOptions = 'Excel options';
|
||||||
$strExecuteBookmarked = 'Execute bookmarked query';
|
$strExecuteBookmarked = 'Execute bookmarked query';
|
||||||
$strExplain = 'Explain SQL';
|
$strExplain = 'Explain SQL';
|
||||||
@@ -713,5 +715,4 @@ $strYes = 'Yes';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -714,4 +714,5 @@ $strZeroRemovesTheLimit = 'M
|
|||||||
$strZip = '"zipitud"';
|
$strZip = '"zipitud"';
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate
|
|||||||
$strZip = '"zipitud"';
|
$strZip = '"zipitud"';
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -738,4 +738,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -739,4 +739,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '"zipp
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strZip = '"zippé"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -742,4 +742,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strConstraintsForTable = 'Constraints der Tabelle';
|
|||||||
$strBookmarkOptions = 'Optionen zur Speicherung der SQL-Abfrage';
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strConstraintsForTable = 'Constraints der Tabelle';
|
|||||||
$strBookmarkOptions = 'Optionen zur Speicherung der SQL-Abfrage';
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -723,4 +723,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -738,4 +738,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -752,4 +752,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -714,4 +714,5 @@ $strZip = '"Dikompress dengan Zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '"Dikompress dengan Zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strZip = '"compresso con zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"compresso con zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -736,4 +736,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strBookmarkOptions = 'Žymių parinktys';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strBookmarkOptions = '
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -739,4 +739,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -740,4 +740,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strZip = 'Komprimert (zip)';
|
|||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = 'Komprimert (zip)';
|
|||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,4 +744,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -743,4 +743,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -714,4 +714,5 @@ $strZip = '".zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '".zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -737,4 +737,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -738,4 +738,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '"arhivat"';
|
|||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strZip = '"arhivat"';
|
|||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strExcelEdition = 'Excel edition'; //to translate
|
$strExcelEdition = 'Excel edition'; //to translate
|
||||||
|
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strZip = '
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strZip = '
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -722,4 +722,5 @@ $strZip = 'архивировать в zip';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strZip = '
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strZip = '"
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -721,4 +721,5 @@ $strZip = '"zipovano"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -720,4 +720,5 @@ $strZip = '"zipovano"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '"zo zipovan
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strZip = '"zo zipované"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '"zo zipovan
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strZip = '"zipano"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -717,4 +717,5 @@ $strZip = '"zipano"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -716,4 +716,5 @@ $strZip = '"zipano"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -713,4 +713,5 @@ $strZip = '"comprimido con zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -714,4 +714,5 @@ $strZip = '"comprimido con zip"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -714,4 +714,5 @@ $strZip = '"zippad"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -715,4 +715,5 @@ $strZip = '"zippad"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -726,4 +726,5 @@ $strZip = '"ziplenmi
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -727,4 +727,5 @@ $strZip = '"ziplenmiş"';
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -719,4 +719,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -718,4 +718,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
|||||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
$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
|
||||||
?>
|
?>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user