diff --git a/ChangeLog b/ChangeLog index 37de30879..c49c8e452 100755 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,8 @@ $Source$ selected columns (RFE #1275909). * libraries/common.lib.php: Do no try to parse empty SQL query (bug #1303994). + * tbl_create.php, lang/*: Do not allow to create table that already exists + (RFE #1255931). 2005-09-25 Marc Delisle * server_privileges.php: support MySQL 5 privileges diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 1551b60b3..d13451684 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -978,4 +978,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 67e474172..303539281 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -979,4 +979,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 3e3751700..ca767fc50 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -968,4 +968,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 9539d0e50..8f1ee4b7e 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 9ae4c55ef..dc9fb738b 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -972,4 +972,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 6a945593f..9a0b1d93b 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -971,4 +971,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index ad32f73e9..078877ebf 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -990,4 +990,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index afbfaf137..07492e3ad 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -991,4 +991,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 0a7fd3d70..fc0161f71 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -970,4 +970,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index a5f7e23f4..daa299ebe 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -971,4 +971,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 71d6b347e..3476fe0dd 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -970,4 +970,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/belarusian_cyrillic-windows-1251.inc.php b/lang/belarusian_cyrillic-windows-1251.inc.php index 90adb6499..e915dd75e 100644 --- a/lang/belarusian_cyrillic-windows-1251.inc.php +++ b/lang/belarusian_cyrillic-windows-1251.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index d368dc47a..60bebeefa 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -968,4 +968,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 5ec599dd8..3af199f0a 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -977,4 +977,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 2ccb7ecec..4b56886cc 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -976,4 +976,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index dba7d7b11..b4a06e77f 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -982,4 +982,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 24654b8a0..6bab8c4c7 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -983,4 +983,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index d1d95ac77..bb5ba43e3 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -989,4 +989,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index d6821708f..38d056a4c 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -990,4 +990,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index df8942ccb..e1b0abd31 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -989,4 +989,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index e1efb6be0..b7653fe35 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -949,4 +949,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 5030eae8d..104bdaeff 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -950,4 +950,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index a92ec6299..a3188f10c 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -985,4 +985,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 60ac27e13..6c55ff50c 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -986,4 +986,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 4da51eb1b..4256e193b 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 3d017dbf7..65c02a228 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -970,4 +970,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index ac665c642..924e58cf7 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -991,4 +991,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 054180270..e6eb0edaa 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -992,4 +992,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index de5bddbce..122eee669 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -991,4 +991,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 1b795dfff..3883942b6 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -382,6 +382,7 @@ $strInvalidColumnCount = 'Po $strInvalidCSVInput = 'Chybná CVS data, nepodařilo se je načíst!'; $strInvalidFieldAddCount = 'Musíte přidat alespoň jeden sloupec.'; $strInvalidFieldCount = 'Tabulka musí mít alespoň jeden sloupec.'; +$strInvalidLDIImport = 'Tento plugin nepodporuje komprimované soubory!'; $strInvalidRowNumber = '%d není platné číslo řádku.'; $strJapanese = 'Japonština'; @@ -408,6 +409,9 @@ $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'Nastavení exportu do LaTeXu'; $strLatexStructure = 'Struktura tabulky __TABLE__'; $strLatvian = 'Lotyština'; +$strLDI = 'CSV pomocí LOAD DATA'; +$strLDIImportOptions = 'Nastavení CSV importu pomocí LOAD DATA'; +$strLDILocal = 'Použít klíčové slovo LOCAL'; $strLengthSet = 'Délka/Množina*'; $strLimitNumRows = 'záznamů na stránku'; $strLineFeed = 'Ukončení řádků: \\n'; @@ -838,6 +842,7 @@ $strSwedish = ' $strSwitchToDatabase = 'Přepnout na zkopírovanou databázi'; $strSwitchToTable = 'Přepnout na zkopírovanou tabulku'; +$strTableAlreadyExists = 'Tabulka %s již existuje!'; $strTableComments = 'Komentář k tabulce'; $strTableEmpty = 'Jméno tabulky je prázdné!'; $strTableHasBeenDropped = 'Tabulka %s byla odstraněna'; @@ -968,8 +973,4 @@ $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite write $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 825bf21d3..012b0c6d5 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -383,6 +383,7 @@ $strInvalidColumnCount = 'Počet sloupcĹŻ musĂ­ bĂ˝t větĹĄĂ­ neĹž nula.'; $strInvalidCSVInput = 'ChybnĂĄ CVS data, nepodařilo se je načíst!'; $strInvalidFieldAddCount = 'MusĂ­te přidat alespoň jeden sloupec.'; $strInvalidFieldCount = 'Tabulka musĂ­ mĂ­t alespoň jeden sloupec.'; +$strInvalidLDIImport = 'Tento plugin nepodporuje komprimovanĂŠ soubory!'; $strInvalidRowNumber = '%d nenĂ­ platnĂŠ číslo řádku.'; $strJapanese = 'JaponĹĄtina'; @@ -409,6 +410,9 @@ $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'NastavenĂ­ exportu do LaTeXu'; $strLatexStructure = 'Struktura tabulky __TABLE__'; $strLatvian = 'LotyĹĄtina'; +$strLDI = 'CSV pomocĂ­ LOAD DATA'; +$strLDIImportOptions = 'NastavenĂ­ CSV importu pomocĂ­ LOAD DATA'; +$strLDILocal = 'PouŞít klíčovĂŠ slovo LOCAL'; $strLengthSet = 'DĂŠlka/MnoĹžina*'; $strLimitNumRows = 'zĂĄznamĹŻ na strĂĄnku'; $strLineFeed = 'UkončenĂ­ řádkĹŻ: \\n'; @@ -839,6 +843,7 @@ $strSwedish = 'Ĺ vĂŠdĹĄtina'; $strSwitchToDatabase = 'Přepnout na zkopĂ­rovanou databĂĄzi'; $strSwitchToTable = 'Přepnout na zkopĂ­rovanou tabulku'; +$strTableAlreadyExists = 'Tabulka %s jiĹž existuje!'; $strTableComments = 'Komentář k tabulce'; $strTableEmpty = 'JmĂŠno tabulky je prĂĄzdnĂŠ!'; $strTableHasBeenDropped = 'Tabulka %s byla odstraněna'; @@ -969,8 +974,4 @@ $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite write $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index c04122b9e..9d9aeaed9 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -382,6 +382,7 @@ $strInvalidColumnCount = 'Po $strInvalidCSVInput = 'Chybná CVS data, nepodařilo se je načíst!'; $strInvalidFieldAddCount = 'Musíte přidat alespoň jeden sloupec.'; $strInvalidFieldCount = 'Tabulka musí mít alespoň jeden sloupec.'; +$strInvalidLDIImport = 'Tento plugin nepodporuje komprimované soubory!'; $strInvalidRowNumber = '%d není platné číslo řádku.'; $strJapanese = 'Japonština'; @@ -408,6 +409,9 @@ $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'Nastavení exportu do LaTeXu'; $strLatexStructure = 'Struktura tabulky __TABLE__'; $strLatvian = 'Lotyština'; +$strLDI = 'CSV pomocí LOAD DATA'; +$strLDIImportOptions = 'Nastavení CSV importu pomocí LOAD DATA'; +$strLDILocal = 'Použít klíčové slovo LOCAL'; $strLengthSet = 'Délka/Množina*'; $strLimitNumRows = 'záznamů na stránku'; $strLineFeed = 'Ukončení řádků: \\n'; @@ -838,6 +842,7 @@ $strSwedish = ' $strSwitchToDatabase = 'Přepnout na zkopírovanou databázi'; $strSwitchToTable = 'Přepnout na zkopírovanou tabulku'; +$strTableAlreadyExists = 'Tabulka %s již existuje!'; $strTableComments = 'Komentář k tabulce'; $strTableEmpty = 'Jméno tabulky je prázdné!'; $strTableHasBeenDropped = 'Tabulka %s byla odstraněna'; @@ -968,8 +973,4 @@ $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite write $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 16eb86f12..d04452167 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index ec47b25ea..f0ba68e16 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -966,4 +966,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index b090477d4..0db15e662 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -967,4 +967,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php index 80aab01a5..e250d9ab3 100644 --- a/lang/dutch-iso-8859-15.inc.php +++ b/lang/dutch-iso-8859-15.inc.php @@ -967,4 +967,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 70a715c2d..54a6650a9 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -968,4 +968,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 386e30391..0783415c0 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -856,6 +856,7 @@ $strSwedish = 'Swedish'; $strSwitchToDatabase = 'Switch to copied database'; $strSwitchToTable = 'Switch to copied table'; +$strTableAlreadyExists = 'Table %s already exists!'; $strTableComments = 'Table comments'; $strTableEmpty = 'The table name is empty!'; $strTableHasBeenDropped = 'Table %s has been dropped'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 5afab8292..523f977d6 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -856,6 +856,7 @@ $strSwedish = 'Swedish'; $strSwitchToDatabase = 'Switch to copied database'; $strSwitchToTable = 'Switch to copied table'; +$strTableAlreadyExists = 'Table %s already exists!'; $strTableComments = 'Table comments'; $strTableEmpty = 'The table name is empty!'; $strTableHasBeenDropped = 'Table %s has been dropped'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index fb86ca58d..dd1cf082c 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -857,6 +857,7 @@ $strSwedish = 'Swedish'; $strSwitchToDatabase = 'Switch to copied database'; $strSwitchToTable = 'Switch to copied table'; +$strTableAlreadyExists = 'Table %s already exists!'; $strTableComments = 'Table comments'; $strTableEmpty = 'The table name is empty!'; $strTableHasBeenDropped = 'Table %s has been dropped'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index 5db7fc878..f8cd1703e 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index fe4de2793..09c5a0ea0 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -966,4 +966,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 0ff77682d..c20f9b6f5 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -976,4 +976,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index ec863bd97..abf1f8f6f 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -976,4 +976,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 6510dfe7a..95ad0862c 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -977,4 +977,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 8a46ce3e8..a5208811c 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index 218653453..612e1ce2b 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index d8234059c..90b592623 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -966,4 +966,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 2643fbf39..54f47af26 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -971,4 +971,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 14a2b5700..83bb29b94 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -972,4 +972,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index a7f85c953..15bb4c99d 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -992,4 +992,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 34f2b57cc..e82a19636 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -975,4 +975,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index db9e28e85..50689c826 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -975,4 +975,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index eb831bb7a..31becbc67 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -976,4 +976,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 46ffca02f..be7bcc009 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -972,4 +972,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 541b74d1b..77fa0684c 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -973,4 +973,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 67abe4f13..76ca1dddb 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -988,4 +988,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 1d60b4cf7..de48862b4 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -989,4 +989,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 3646d2bdb..ef7ffc807 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -996,4 +996,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 80a9b3fd3..3e2c38e4e 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -985,4 +985,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index d0f23d37e..295f2eb87 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -986,4 +986,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index 018e87910..b1d2cec55 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -964,4 +964,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 8688a631f..db6a44842 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 676257281..50a7add5c 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -971,4 +971,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index d00854fe0..dacdc391f 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -971,4 +971,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index f5dec0f77..8b8f69cfd 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -972,4 +972,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 5115925e6..805ea06bf 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -982,4 +982,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 30c6bb335..f19dd7e7e 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -983,4 +983,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 1cc4dab4c..504e41b3d 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -983,4 +983,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 67f2846e5..8aa0374b3 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -986,4 +986,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index fe2da0d59..cda28106b 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -987,4 +987,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 48d568bf3..7fc3d4e55 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -973,4 +973,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 0d601e00e..a06e77b02 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -972,4 +972,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 7536649cb..a5f8b76a2 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -976,4 +976,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index befd005eb..23810b2ca 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -975,4 +975,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index d2953b62a..328f65c25 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -987,4 +987,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 866943773..595b95af1 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -988,4 +988,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 0ea340ef5..605aaa340 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -971,4 +971,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index fa18b961d..af337b12b 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -967,4 +967,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 5dc53a90f..caca09757 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -968,4 +968,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 1afe31c4d..c86f598c6 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -993,4 +993,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index e44a614b3..040afadc5 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -992,4 +992,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index c5c60b6ad..66e5f6661 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -963,4 +963,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 7d4978c7d..23a5a0d7b 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -964,4 +964,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index 7233be945..6702f4fe8 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -963,4 +963,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index b4605a306..32ce847fe 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -983,4 +983,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index 92c7cf296..793401869 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -983,4 +983,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index eb71edeeb..3c057dc21 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -984,4 +984,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 49efed1ae..3a40fa0c9 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -968,4 +968,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 014c712a5..f880d2bcf 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index 81d6400e7..a45bc61f5 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -971,4 +971,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 2fa36096e..3fd0ba459 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -972,4 +972,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 4104d74f7..7c63e9410 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -973,4 +973,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index b79d91d11..814928500 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -972,4 +972,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index c3047055b..2fcf5e78a 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -970,4 +970,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 0e39edba2..8576da888 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 324830dde..c68d5df67 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -970,4 +970,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index a9ee7fd4e..170f540a6 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 4d589f118..26a2a765d 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -966,4 +966,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 1f9bb271f..c161e7980 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -967,4 +967,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 0dfa0c644..3e451df85 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -966,4 +966,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 708cde807..1ff217319 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 4d85c2760..1d6fb099a 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -966,4 +966,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 1bf978464..765fadd85 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 38ef794dc..c50290a54 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index fb437a5b4..c8016c855 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -965,4 +965,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index fe444581b..abb0605bb 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -966,4 +966,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 8677991a3..0fc109c8e 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -968,4 +968,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index c5b78db28..3909a5bb2 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/tatarish-iso-8859-9.inc.php b/lang/tatarish-iso-8859-9.inc.php index 749f99e25..12a66122c 100644 --- a/lang/tatarish-iso-8859-9.inc.php +++ b/lang/tatarish-iso-8859-9.inc.php @@ -968,4 +968,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index ee6f6738e..d19205a52 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index 170644d87..257fe3390 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -988,4 +988,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 14a8de141..fab5d3b80 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -989,4 +989,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 0bf9635fd..002e0942a 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -972,4 +972,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index ddc20d38f..cd3e94182 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -973,4 +973,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index acf5295ae..c5989f2a8 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -969,4 +969,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index d31a1e66a..4db3c7556 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -968,4 +968,5 @@ $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate +$strTableAlreadyExists = 'Table %s already exists!'; //to translate ?> diff --git a/tbl_create.php b/tbl_create.php index ad0c1258a..2080cc194 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -246,6 +246,10 @@ if ($abort == FALSE) { else if (empty($num_fields) || !is_int($num_fields)) { PMA_mysqlDie($strFieldsEmpty, '', '', $err_url); } + // No valid number of fields + else if (!(PMA_DBI_get_fields($db, $table) === FALSE)) { + PMA_mysqlDie(sprintf($strTableAlreadyExists, htmlspecialchars($table)), '', '', $err_url); + } // Table name and number of fields are valid -> show the form else { $action = 'tbl_create.php';