Try to detect that upload failed because of limits (RFE #1240480).

This commit is contained in:
Michal Čihař
2005-10-08 13:47:19 +00:00
parent db40959fd2
commit f4a8fafc98
119 changed files with 128 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ $Source$
* Documentation.html: Add example for redirects like * Documentation.html: Add example for redirects like
/phpMyAdmin/database/table (RFE #1278312). /phpMyAdmin/database/table (RFE #1278312).
* libraries/import.lib.php: Fix execution of single large queries. * libraries/import.lib.php: Fix execution of single large queries.
* import.php, lang/*: Try to detect that upload failed because of limits
(RFE #1240480).
2005-10-07 Marc Delisle <lem9@users.sourceforge.net> 2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a

View File

@@ -36,6 +36,15 @@ if (!empty($sql_query)) {
$what = 'sql'; $what = 'sql';
} }
// If we didn't get any parameters, either user called this directly, or
// upload limit has been reached, let's assume the second possibility.
if ($_POST == array() && $_GET == array()) {
require_once('./header.inc.php');
$show_error_header = TRUE;
PMA_showMessage(sprintf($strUploadLimit, '[a@./Documentation.html#faq1_16@_blank]', '[/a]'));
require('./footer.inc.php');
}
// Check needed parameters // Check needed parameters
PMA_checkParameters(array('import_type', 'what')); PMA_checkParameters(array('import_type', 'what'));

View File

@@ -982,4 +982,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -983,4 +983,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -993,4 +993,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -994,4 +994,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -981,4 +981,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -980,4 +980,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -981,4 +981,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -980,4 +980,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -995,4 +995,5 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -996,4 +996,5 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -995,4 +995,5 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate $strWriteRequests = 'Write requests'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -967,4 +967,5 @@ $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cac
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -968,4 +968,5 @@ $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cac
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate $strInnoDBPages = 'pages'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -989,4 +989,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -990,4 +990,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -995,4 +995,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -996,4 +996,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -995,4 +995,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -927,6 +927,7 @@ $strUpdateProfileMessage = 'P
$strUpdateQuery = 'Aktualizovat dotaz'; $strUpdateQuery = 'Aktualizovat dotaz';
$strUpdComTab = 'Pod<6F>vejte se pros<6F>m do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupc<70>ch (tabulka column_comments)'; $strUpdComTab = 'Pod<6F>vejte se pros<6F>m do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupc<70>ch (tabulka column_comments)';
$strUpgrade = 'M<>li byste aktualizovat %s na verzi %s nebo vy<76><79><EFBFBD>.'; $strUpgrade = 'M<>li byste aktualizovat %s na verzi %s nebo vy<76><79><EFBFBD>.';
$strUploadLimit = 'Pravd<76>podobn<62> jste se pokusili nahr<68>t p<><70>li<6C> velk<6C> soubor. P<>e<EFBFBD>t<EFBFBD>te si pros<6F>m %sdokumentaci%s, jak toto omezen<65> obej<65>t.';
$strUsage = 'Pou<6F><75>v<EFBFBD>'; $strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u&nbsp;jmen tabulek a sloupc<70>'; $strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u&nbsp;jmen tabulek a sloupc<70>';
$strUseHostTable = 'Pou<6F><75>t tabulku s&nbsp;po<70><6F>ta<74>i'; $strUseHostTable = 'Pou<6F><75>t tabulku s&nbsp;po<70><6F>ta<74>i';

View File

@@ -928,6 +928,7 @@ $strUpdateProfileMessage = 'Přístup byl změněn.';
$strUpdateQuery = 'Aktualizovat dotaz'; $strUpdateQuery = 'Aktualizovat dotaz';
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupcích (tabulka column_comments)'; $strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupcích (tabulka column_comments)';
$strUpgrade = 'Měli byste aktualizovat %s na verzi %s nebo vyšší.'; $strUpgrade = 'Měli byste aktualizovat %s na verzi %s nebo vyšší.';
$strUploadLimit = 'Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si prosím %sdokumentaci%s, jak toto omezení obejít.';
$strUsage = 'Používá'; $strUsage = 'Používá';
$strUseBackquotes = 'Použít zpětné uvozovky u&nbsp;jmen tabulek a sloupců'; $strUseBackquotes = 'Použít zpětné uvozovky u&nbsp;jmen tabulek a sloupců';
$strUseHostTable = 'Použít tabulku s&nbsp;počítači'; $strUseHostTable = 'Použít tabulku s&nbsp;počítači';

View File

@@ -927,6 +927,7 @@ $strUpdateProfileMessage = 'P
$strUpdateQuery = 'Aktualizovat dotaz'; $strUpdateQuery = 'Aktualizovat dotaz';
$strUpdComTab = 'Pod<6F>vejte se pros<6F>m do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupc<70>ch (tabulka column_comments)'; $strUpdComTab = 'Pod<6F>vejte se pros<6F>m do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupc<70>ch (tabulka column_comments)';
$strUpgrade = 'M<>li byste aktualizovat %s na verzi %s nebo vy<76><79><EFBFBD>.'; $strUpgrade = 'M<>li byste aktualizovat %s na verzi %s nebo vy<76><79><EFBFBD>.';
$strUploadLimit = 'Pravd<76>podobn<62> jste se pokusili nahr<68>t p<><70>li<6C> velk<6C> soubor. P<>e<EFBFBD>t<EFBFBD>te si pros<6F>m %sdokumentaci%s, jak toto omezen<65> obej<65>t.';
$strUsage = 'Pou<6F><75>v<EFBFBD>'; $strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u&nbsp;jmen tabulek a sloupc<70>'; $strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u&nbsp;jmen tabulek a sloupc<70>';
$strUseHostTable = 'Pou<6F><75>t tabulku s&nbsp;po<70><6F>ta<74>i'; $strUseHostTable = 'Pou<6F><75>t tabulku s&nbsp;po<70><6F>ta<74>i';

View File

@@ -968,4 +968,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to
$strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -969,4 +969,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to
$strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -971,4 +971,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -971,4 +971,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -921,6 +921,7 @@ $strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query'; $strUpdateQuery = 'Update Query';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; $strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.'; $strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage'; $strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseBackquotes = 'Enclose table and field names with backquotes';
$strUseHostTable = 'Use Host Table'; $strUseHostTable = 'Use Host Table';

View File

@@ -921,6 +921,7 @@ $strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query'; $strUpdateQuery = 'Update Query';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; $strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.'; $strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage'; $strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseBackquotes = 'Enclose table and field names with backquotes';
$strUseHostTable = 'Use Host Table'; $strUseHostTable = 'Use Host Table';

View File

@@ -922,6 +922,7 @@ $strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query'; $strUpdateQuery = 'Update Query';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; $strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.'; $strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage'; $strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseBackquotes = 'Enclose table and field names with backquotes';
$strUseHostTable = 'Use Host Table'; $strUseHostTable = 'Use Host Table';

View File

@@ -969,4 +969,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -970,4 +970,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -981,4 +981,5 @@ $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -981,4 +981,5 @@ $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -982,4 +982,5 @@ $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -968,4 +968,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to
$strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -968,4 +968,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to
$strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -969,4 +969,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to
$strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -996,4 +996,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -979,4 +979,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -979,4 +979,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -980,4 +980,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -977,4 +977,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -989,4 +989,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strNumberOfFields = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -990,4 +990,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'מספר שדות'; $strNumberOfFields = 'מספר שדות';
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -1000,4 +1000,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -988,4 +988,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -989,4 +989,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -967,4 +967,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -968,4 +968,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -982,4 +982,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -983,4 +983,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -983,4 +983,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -990,4 +990,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -991,4 +991,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -977,4 +977,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -980,4 +980,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -979,4 +979,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -991,4 +991,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -992,4 +992,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -970,4 +970,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to
$strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -971,4 +971,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to
$strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -997,4 +997,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -996,4 +996,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -967,4 +967,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -968,4 +968,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -967,4 +967,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -987,4 +987,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -987,4 +987,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -988,4 +988,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -977,4 +977,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

View File

@@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate $strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
?> ?>

Some files were not shown because too many files have changed in this diff Show More