Try to detect that upload failed because of limits (RFE #1240480).
This commit is contained in:
@@ -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
|
||||||
|
@@ -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'));
|
||||||
|
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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 informacemi o sloupc<70>ch (tabulka column_comments)';
|
$strUpdComTab = 'Pod<6F>vejte se pros<6F>m do dokumentace, jak aktualizovat tabulku s informacemi o 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 jmen tabulek a sloupc<70>';
|
$strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmen tabulek a sloupc<70>';
|
||||||
$strUseHostTable = 'Pou<6F><75>t tabulku s po<70><6F>ta<74>i';
|
$strUseHostTable = 'Pou<6F><75>t tabulku s po<70><6F>ta<74>i';
|
||||||
|
@@ -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 informacemi o sloupcích (tabulka column_comments)';
|
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s informacemi o 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 jmen tabulek a sloupců';
|
$strUseBackquotes = 'Použít zpětné uvozovky u jmen tabulek a sloupců';
|
||||||
$strUseHostTable = 'Použít tabulku s počítači';
|
$strUseHostTable = 'Použít tabulku s počítači';
|
||||||
|
@@ -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 informacemi o sloupc<70>ch (tabulka column_comments)';
|
$strUpdComTab = 'Pod<6F>vejte se pros<6F>m do dokumentace, jak aktualizovat tabulku s informacemi o 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 jmen tabulek a sloupc<70>';
|
$strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmen tabulek a sloupc<70>';
|
||||||
$strUseHostTable = 'Pou<6F><75>t tabulku s po<70><6F>ta<74>i';
|
$strUseHostTable = 'Pou<6F><75>t tabulku s po<70><6F>ta<74>i';
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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';
|
||||||
|
@@ -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';
|
||||||
|
@@ -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';
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
||||||
?>
|
?>
|
||||||
|
@@ -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
Reference in New Issue
Block a user