This commit is contained in:
parent
bc478df209
commit
1d6918ea9d
@ -5,6 +5,12 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
|
||||
* 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_relation'] = FALSE;
|
||||
$cfg['Export']['sql_columns'] = FALSE;
|
||||
$cfg['Export']['sql_delayed'] = FALSE;
|
||||
$cfg['Export']['sql_extended'] = FALSE;
|
||||
$cfg['Export']['sql_comments'] = FALSE;
|
||||
$cfg['Export']['sql_mime'] = FALSE;
|
||||
|
||||
@ -728,4 +728,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
|
||||
$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
|
||||
|
||||
$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
|
||||
|
||||
$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
|
||||
|
||||
$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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
|
||||
$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
|
||||
|
||||
$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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||
?>
|
||||
|
||||
@ -185,6 +185,7 @@ $strDbSpecific = 'z
|
||||
$strDefault = 'Výchozí';
|
||||
$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?';
|
||||
$strDelayedInserts = 'Pou¾ívat zpo¾dìné inserty';
|
||||
$strDelete = 'Smazat';
|
||||
$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.';
|
||||
|
||||
@ -186,6 +186,7 @@ $strDbSpecific = 'závislé na databázi';
|
||||
$strDefault = 'Výchozí';
|
||||
$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?';
|
||||
$strDelayedInserts = 'Používat zpožděné inserty';
|
||||
$strDelete = 'Smazat';
|
||||
$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.';
|
||||
|
||||
@ -185,6 +185,7 @@ $strDbSpecific = 'z
|
||||
$strDefault = 'Výchozí';
|
||||
$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?';
|
||||
$strDelayedInserts = 'Používat zpoždìné inserty';
|
||||
$strDelete = 'Smazat';
|
||||
$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.';
|
||||
|
||||
@ -736,4 +736,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||
?>
|
||||
|
||||
@ -179,6 +179,7 @@ $strDbSpecific = 'database-specific';
|
||||
$strDefault = 'Default';
|
||||
$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?';
|
||||
$strDelayedInserts = 'Use delayed inserts';
|
||||
$strDelete = 'Delete';
|
||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
||||
$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 ';
|
||||
$strError = 'Error';
|
||||
$strEstonian = 'Estonian';
|
||||
$strExcelEdition = 'Excel edition';
|
||||
$strExcelOptions = 'Excel options';
|
||||
$strExecuteBookmarked = 'Execute bookmarked query';
|
||||
$strExplain = 'Explain SQL';
|
||||
@ -712,5 +714,4 @@ $strYes = 'Yes';
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||
$strZip = '"zipped"';
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
||||
@ -180,6 +180,7 @@ $strDbSpecific = 'database-specific';
|
||||
$strDefault = 'Default';
|
||||
$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?';
|
||||
$strDelayedInserts = 'Use delayed inserts';
|
||||
$strDelete = 'Delete';
|
||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
||||
$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 ';
|
||||
$strError = 'Error';
|
||||
$strEstonian = 'Estonian';
|
||||
$strExcelEdition = 'Excel edition';
|
||||
$strExcelOptions = 'Excel options';
|
||||
$strExecuteBookmarked = 'Execute bookmarked query';
|
||||
$strExplain = 'Explain SQL';
|
||||
@ -713,5 +715,4 @@ $strYes = 'Yes';
|
||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||
$strZip = '"zipped"';
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
?>
|
||||
|
||||
@ -714,4 +714,5 @@ $strZeroRemovesTheLimit = 'M
|
||||
$strZip = '"zipitud"';
|
||||
// To translate
|
||||
|
||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||
?>
|
||||
|
||||
@ -715,4 +715,5 @@ $strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate
|
||||
$strZip = '"zipitud"';
|
||||
// To translate
|
||||
|
||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||
?>
|
||||
|
||||
@ -738,4 +738,5 @@ $strBookmarkOptions = 'Bookmark options'; //to translate
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //to translate
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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';
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //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';
|
||||
$strCreationDates = 'Creation/Update/Check dates'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||
?>
|
||||
|
||||
@ -719,4 +719,5 @@ $strZip = 'Komprimert (zip)';
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||
?>
|
||||
|
||||
@ -720,4 +720,5 @@ $strZip = 'Komprimert (zip)';
|
||||
// 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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //to translate
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||
?>
|
||||
|
||||
@ -715,4 +715,5 @@ $strZip = '"arhivat"';
|
||||
// To translate
|
||||
|
||||
$strExcelEdition = 'Excel edition'; //to translate
|
||||
$strDelayedInserts = 'Use delayed inserts'; //to translate
|
||||
?>
|
||||
|
||||
@ -716,4 +716,5 @@ $strZip = '"arhivat"';
|
||||
// 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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
|
||||
$strCheckOverhead = 'Check overheaded'; //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
Loading…
Reference in New Issue
Block a user