diff --git a/ChangeLog b/ChangeLog index 51fd68add..7be424671 100755 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ $Source$ * Documentation.html: Add example for redirects like /phpMyAdmin/database/table (RFE #1278312). * 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 * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a diff --git a/import.php b/import.php index a3edbb559..e5fafbc5e 100644 --- a/import.php +++ b/import.php @@ -36,6 +36,15 @@ if (!empty($sql_query)) { $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 PMA_checkParameters(array('import_type', 'what')); diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 26f7d8990..75235c421 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -982,4 +982,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index cc40f880e..ec0f095fe 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -983,4 +983,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 00a031b3f..6fc4d5f43 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 51e4e6fe9..f53045462 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 95877f042..5c82760fe 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index d02a9dc7c..78919ab27 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 262432fe3..8e8e0dac7 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -993,4 +993,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index ec905ad8d..aa4814691 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -994,4 +994,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 2f5ff45d0..3f22b1d45 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 5aca2e6a6..172888ad3 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 4d8c8742b..c8bbd6750 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/belarusian_cyrillic-windows-1251.inc.php b/lang/belarusian_cyrillic-windows-1251.inc.php index 076fb0396..1c7b40bc4 100644 --- a/lang/belarusian_cyrillic-windows-1251.inc.php +++ b/lang/belarusian_cyrillic-windows-1251.inc.php @@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 8ff4ce730..099c40002 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index d5189fdd4..4ee90dd4c 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -981,4 +981,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 002d5327d..85e0c6130 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -980,4 +980,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 54caecadc..0bba6023b 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -981,4 +981,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index cb4a7b529..afd1d2b98 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -980,4 +980,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index eb0b571d6..7d1966e97 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -995,4 +995,5 @@ $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //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 ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 061859f6c..3e2bcfa8e 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -996,4 +996,5 @@ $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //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 ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index ae1185fd9..fa9cafb80 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -995,4 +995,5 @@ $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //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 ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index b8a977aed..b9047b799 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -967,4 +967,5 @@ $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cac $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate $strInnoDBPages = 'pages'; //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 ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 2e9d92833..84109e49c 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -968,4 +968,5 @@ $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cac $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate $strInnoDBPages = 'pages'; //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 ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index 924597cc8..bb2a6cbdd 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -989,4 +989,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 0509abfd2..453b3705f 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -990,4 +990,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 5575417c7..defa3cd3f 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index dc003fa5e..b30acc6f6 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index c550ea9c3..0ee4d2d81 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -995,4 +995,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 5e02b6a31..575966861 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -996,4 +996,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index b71d6c76a..55ab9becf 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -995,4 +995,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 9ac335d70..44b71caa3 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -927,6 +927,7 @@ $strUpdateProfileMessage = 'P $strUpdateQuery = 'Aktualizovat dotaz'; $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ąąí.'; +$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á'; $strUseBackquotes = 'Pouľít zpětné uvozovky u jmen tabulek a sloupců'; $strUseHostTable = 'Pouľít tabulku s počítači'; diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 775b17f91..49dcb511f 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -928,6 +928,7 @@ $strUpdateProfileMessage = 'Přístup byl zmÄ›nÄ›n.'; $strUpdateQuery = 'Aktualizovat dotaz'; $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šší.'; +$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á'; $strUseBackquotes = 'Použít zpÄ›tnĂ© uvozovky u jmen tabulek a sloupcĹŻ'; $strUseHostTable = 'Použít tabulku s poÄŤĂ­taÄŤi'; diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index b40e68d55..ab13079a0 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -927,6 +927,7 @@ $strUpdateProfileMessage = 'P $strUpdateQuery = 'Aktualizovat dotaz'; $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šší.'; +$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á'; $strUseBackquotes = 'Použít zpětné uvozovky u jmen tabulek a sloupců'; $strUseHostTable = 'Použít tabulku s počítači'; diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index a6c1a506e..d247401e6 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -968,4 +968,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index ed1b84c65..39d0ee764 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -969,4 +969,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 1d158fa77..daf026abe 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -971,4 +971,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php index d612729c0..c49e9dc45 100644 --- a/lang/dutch-iso-8859-15.inc.php +++ b/lang/dutch-iso-8859-15.inc.php @@ -971,4 +971,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index dd85f2b6a..2363dd930 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 410ef20a6..6f2f98a9d 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -921,6 +921,7 @@ $strUpdateProfileMessage = 'The profile has been updated.'; $strUpdateQuery = 'Update Query'; $strUpdComTab = 'Please see the documentation on how to update your column_comments table'; $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'; $strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseHostTable = 'Use Host Table'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index ae715d83d..2feeaba65 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -921,6 +921,7 @@ $strUpdateProfileMessage = 'The profile has been updated.'; $strUpdateQuery = 'Update Query'; $strUpdComTab = 'Please see the documentation on how to update your column_comments table'; $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'; $strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseHostTable = 'Use Host Table'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index ca3b53fa7..d07d472ed 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -922,6 +922,7 @@ $strUpdateProfileMessage = 'The profile has been updated.'; $strUpdateQuery = 'Update Query'; $strUpdComTab = 'Please see the documentation on how to update your column_comments table'; $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'; $strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseHostTable = 'Use Host Table'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index dd2ffe614..454f28bc8 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -969,4 +969,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 5a7e1977d..a41b6d584 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -970,4 +970,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 9d3211973..0051dd001 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -981,4 +981,5 @@ $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //to translate $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //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 ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index 6ab175173..7d0f51855 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -981,4 +981,5 @@ $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //to translate $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //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 ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index dc79be4a8..50cb6856a 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -982,4 +982,5 @@ $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //to translate $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //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 ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 20234f44c..12dd4da63 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -968,4 +968,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index cca0fcafe..e9b50a31c 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -968,4 +968,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 4d8a14341..6c327c834 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -969,4 +969,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 54ca06cb4..664f37edc 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 085830170..c414aff77 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index ba6845b29..308d1ab92 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -996,4 +996,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index d438b7bc7..7d0ad8800 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -979,4 +979,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index 73a4731e6..aea6da5bf 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -979,4 +979,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 498b6c59a..f32ead0dc 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -980,4 +980,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 05e602b3f..85b74e40f 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 9a964b765..ae387c946 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -977,4 +977,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 7706cc333..d15b55179 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -989,4 +989,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'îńôř ůăĺú'; $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 ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 1ff754fd3..0006d6f6a 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -990,4 +990,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'מספר שדות'; $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 ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 5ed87eb53..ce793d2f3 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1000,4 +1000,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 71f6f0abc..e3a273e91 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -988,4 +988,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 547b2285d..5670cd64b 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -989,4 +989,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index 31dc4bac9..59e81a132 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -967,4 +967,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index a109d54f1..0309ece92 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -968,4 +968,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 2d3d411b0..10dcf61c4 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index 2c98fd431..4a0106dd3 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index d954f172b..d7cd40af5 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 80c6d217b..13fe0eea2 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -982,4 +982,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index ab08740da..9fa6632bf 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -983,4 +983,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index a39e99214..b5098b3d1 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -983,4 +983,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 5b4ab9cbc..1aefe8817 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -990,4 +990,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index de2b64f1d..3dd89ddee 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -991,4 +991,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index b5d15bb81..24e964a3d 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -977,4 +977,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index b06b75d42..1a49493f4 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 423e73000..f9a26bc8a 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -980,4 +980,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index b110ad0bc..720944c5b 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -979,4 +979,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index b703b98f9..0a52aa7b5 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -991,4 +991,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 718513dcf..b4a961598 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -992,4 +992,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index de14f0f8a..b7e32f8a9 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 0fb861e1a..744a1ab4d 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -970,4 +970,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 65f916e00..77b68c2ee 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -971,4 +971,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index e1f938146..ba78e103f 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -997,4 +997,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index e7a29872f..907f94f78 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -996,4 +996,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index edd58638f..b5d9225ea 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -967,4 +967,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index dae06568a..232a40301 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -968,4 +968,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index 0297dd244..7bd2de2d8 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -967,4 +967,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 4d164228e..4a554faae 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -987,4 +987,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index 1bc366d7f..1f2784f44 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -987,4 +987,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index f603185dd..e7e6a6418 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -988,4 +988,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 91389e546..476b0a1b3 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 90bcef5b8..464c89b75 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index 3e1b7de65..5bf3491e7 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -975,4 +975,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 5ff86c9ec..7f00fb201 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 2591a2d1a..533177b5c 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -977,4 +977,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index a58bcbae2..3a61b49e2 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -976,4 +976,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 00e2c4119..eb7676921 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 78be6e052..b6a431acb 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 9e7a66bee..988ed1476 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -974,4 +974,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 466827ff9..a91f20c0f 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 7af761c93..06846c756 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -970,4 +970,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index d94f37254..5a6bee422 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -971,4 +971,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 3b9c08f09..f6286144d 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -970,4 +970,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 63789d8b3..144981d88 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -969,4 +969,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 987dbd1e7..cbb1ad5de 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -970,4 +970,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 198b7b81f..e147ab772 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -969,4 +969,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index eb2323dbf..309c388a2 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -967,4 +967,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index a67cb9c13..ed64f9f54 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -967,4 +967,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index e12079835..2b33558bd 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -968,4 +968,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 2276f1b33..c1fa6d0ee 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -971,4 +971,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 1f7bb95ca..5d3e08be6 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -972,4 +972,5 @@ $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //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 ?> diff --git a/lang/tatarish-iso-8859-9.inc.php b/lang/tatarish-iso-8859-9.inc.php index 7fcb19d51..0f41df0e5 100644 --- a/lang/tatarish-iso-8859-9.inc.php +++ b/lang/tatarish-iso-8859-9.inc.php @@ -971,4 +971,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 0eb330535..123123900 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index ac589e903..e95009615 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -992,4 +992,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 946578522..96a8c4cb0 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -993,4 +993,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index cfdf5b261..ab4ec9fb4 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -997,4 +997,5 @@ $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //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 ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 87a217fe1..92cfcdb2d 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -998,4 +998,5 @@ $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //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 ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 150d3456b..07985d9ab 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -973,4 +973,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index a1164908d..6373ea655 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -972,4 +972,5 @@ $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //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 ?>