From 53b42120406b79504d3d2dbcae7b3090b3ef5c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 13 May 2003 09:41:54 +0000 Subject: [PATCH] Behave correctly if no file is given for loading. --- ChangeLog | 3 ++- lang/afrikaans-iso-8859-1.inc.php3 | 1 + lang/afrikaans-utf-8.inc.php3 | 1 + lang/albanian-iso-8859-1.inc.php3 | 1 + lang/albanian-utf-8.inc.php3 | 1 + lang/arabic-utf-8.inc.php3 | 1 + lang/arabic-windows-1256.inc.php3 | 1 + lang/brazilian_portuguese-iso-8859-1.inc.php3 | 1 + lang/brazilian_portuguese-utf-8.inc.php3 | 1 + lang/bulgarian-koi8-r.inc.php3 | 1 + lang/bulgarian-utf-8.inc.php3 | 1 + lang/bulgarian-windows-1251.inc.php3 | 1 + lang/catalan-iso-8859-1.inc.php3 | 1 + lang/catalan-utf-8.inc.php3 | 1 + lang/chinese_big5-utf-8.inc.php3 | 1 + lang/chinese_big5.inc.php3 | 1 + lang/chinese_gb-utf-8.inc.php3 | 1 + lang/chinese_gb.inc.php3 | 1 + lang/croatian-iso-8859-2.inc.php3 | 1 + lang/croatian-utf-8.inc.php3 | 1 + lang/croatian-windows-1250.inc.php3 | 1 + lang/czech-iso-8859-2.inc.php3 | 1 + lang/czech-utf-8.inc.php3 | 1 + lang/czech-windows-1250.inc.php3 | 1 + lang/danish-iso-8859-1.inc.php3 | 1 + lang/danish-utf-8.inc.php3 | 1 + lang/dutch-iso-8859-1.inc.php3 | 1 + lang/dutch-utf-8.inc.php3 | 1 + lang/english-iso-8859-1.inc.php3 | 1 + lang/english-utf-8.inc.php3 | 1 + lang/estonian-iso-8859-1.inc.php3 | 1 + lang/estonian-utf-8.inc.php3 | 1 + lang/farsi-utf-8.inc.php3 | 1 + lang/farsi-windows-1256.inc.php3 | 1 + lang/finnish-iso-8859-1.inc.php3 | 1 + lang/finnish-utf-8.inc.php3 | 1 + lang/french-iso-8859-1.inc.php3 | 1 + lang/french-utf-8.inc.php3 | 1 + lang/galician-iso-8859-1.inc.php3 | 1 + lang/galician-utf-8.inc.php3 | 1 + lang/georgian-utf-8.inc.php3 | 1 + lang/german-iso-8859-1.inc.php3 | 1 + lang/german-utf-8.inc.php3 | 1 + lang/greek-iso-8859-7.inc.php3 | 1 + lang/greek-utf-8.inc.php3 | 1 + lang/hebrew-iso-8859-8-i.inc.php3 | 1 + lang/hindi-utf-8.inc.php3 | 1 + lang/hungarian-iso-8859-2.inc.php3 | 1 + lang/hungarian-utf-8.inc.php3 | 1 + lang/indonesian-iso-8859-1.inc.php3 | 1 + lang/indonesian-utf-8.inc.php3 | 1 + lang/italian-iso-8859-1.inc.php3 | 1 + lang/italian-utf-8.inc.php3 | 1 + lang/japanese-euc.inc.php3 | 1 + lang/japanese-sjis.inc.php3 | 1 + lang/japanese-utf-8.inc.php3 | 1 + lang/korean-ks_c_5601-1987.inc.php3 | 1 + lang/latvian-utf-8.inc.php3 | 1 + lang/latvian-windows-1257.inc.php3 | 1 + lang/lithuanian-utf-8.inc.php3 | 1 + lang/lithuanian-windows-1257.inc.php3 | 1 + lang/malay-iso-8859-1.inc.php3 | 1 + lang/malay-utf-8.inc.php3 | 1 + lang/norwegian-iso-8859-1.inc.php3 | 1 + lang/norwegian-utf-8.inc.php3 | 1 + lang/polish-iso-8859-2.inc.php3 | 1 + lang/polish-utf-8.inc.php3 | 1 + lang/portuguese-iso-8859-1.inc.php3 | 1 + lang/portuguese-utf-8.inc.php3 | 1 + lang/romanian-iso-8859-1.inc.php3 | 1 + lang/romanian-utf-8.inc.php3 | 1 + lang/russian-dos-866.inc.php3 | 1 + lang/russian-koi8-r.inc.php3 | 1 + lang/russian-utf-8.inc.php3 | 1 + lang/russian-windows-1251.inc.php3 | 1 + lang/serbian-utf-8.inc.php3 | 1 + lang/serbian-windows-1250.inc.php3 | 1 + lang/slovak-iso-8859-2.inc.php3 | 1 + lang/slovak-utf-8.inc.php3 | 1 + lang/slovak-windows-1250.inc.php3 | 1 + lang/slovenian-iso-8859-2.inc.php3 | 1 + lang/slovenian-utf-8.inc.php3 | 1 + lang/slovenian-windows-1250.inc.php3 | 1 + lang/spanish-iso-8859-1.inc.php3 | 1 + lang/spanish-utf-8.inc.php3 | 1 + lang/swedish-iso-8859-1.inc.php3 | 1 + lang/swedish-utf-8.inc.php3 | 1 + lang/thai-tis-620.inc.php3 | 1 + lang/thai-utf-8.inc.php3 | 1 + lang/turkish-iso-8859-9.inc.php3 | 1 + lang/turkish-utf-8.inc.php3 | 1 + lang/ukrainian-utf-8.inc.php3 | 1 + lang/ukrainian-windows-1251.inc.php3 | 1 + ldi_check.php3 | 7 ++++++- 94 files changed, 100 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d75659d45..8885ca2b8f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,9 +15,10 @@ $Source$ 2003-05-13 Michal Cihar * left.php3: Fixed displaying of tables with quote in name. * main.php3: $pma_uri_parts['scheme'] might be sometimes unset... - * tbl_move_copy.php3, lang/: Check for same table and db name when moving + * tbl_move_copy.php3, lang/*: Check for same table and db name when moving (RFE #734985). * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory. + * ldi_check.php3, lang/*: Behave correctly if no file is given for loading. 2003-05-12 Garvin Hicking * queryframe.php3: Remove left/bottom margin to better fit the link title diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index be2710b7ff..e44124e55f 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -642,4 +642,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index a0a137f6a8..c070aab046 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -643,4 +643,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index fa9ec32e8f..26fd23a0ba 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -634,4 +634,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index bba2cf94e1..84510a32de 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -635,4 +635,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index d219497eb8..c9702cb481 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -657,4 +657,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 454e783902..d509219f1e 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -656,4 +656,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 9f050b87e8..424bd6ef27 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -656,4 +656,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 2f21fde335..4698e8807e 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -657,4 +657,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 0380e0881f..2700cae73e 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -649,4 +649,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 3fd9c10e29..056540adc2 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -650,4 +650,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 63f5d0978f..2c91ec02d2 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -649,4 +649,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 95f90ffd55..fe4db3ae58 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 698e5dc6c7..dc88017a50 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -631,4 +631,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 3d32d09e76..76ddc0c693 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 2d3736cf7d..0c015e95c6 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -653,4 +653,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 2498c6eda4..3a6f441878 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -634,4 +634,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 0b04619199..e7713743c7 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -633,4 +633,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 193777c1df..0e54ea4a55 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -655,4 +655,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 6d3c2786e4..bd75d407dc 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -656,4 +656,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 2e5b7164ae..2b81b7366e 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -655,4 +655,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 5152dac7b3..7634db11d8 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -635,4 +635,5 @@ $strZip = '"zazipov $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index fd8c2d91ad..a93470fdf0 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -636,4 +636,5 @@ $strZip = '"zazipováno"'; $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 0b29ea8d9a..702e4ef7f1 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -635,4 +635,5 @@ $strZip = '"zazipov $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 6b46f9e7fe..c767960ba8 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -650,4 +650,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 2d6bf4d2da..296ead177b 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -651,4 +651,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 244936833b..11c80a6481 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -645,4 +645,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index f3a49c4a66..52363f8c2f 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -646,4 +646,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 8f5c30e558..564053155f 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -628,4 +628,5 @@ $strZip = '"zipped"'; $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 57e6d2f905..800847f95a 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -629,4 +629,5 @@ $strZip = '"zipped"'; $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 8b9c3785b2..929264b2cf 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 40a6776912..f9c494e837 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -631,4 +631,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/farsi-utf-8.inc.php3 b/lang/farsi-utf-8.inc.php3 index df3fd546c9..86bbfc08e8 100644 --- a/lang/farsi-utf-8.inc.php3 +++ b/lang/farsi-utf-8.inc.php3 @@ -631,4 +631,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/farsi-windows-1256.inc.php3 b/lang/farsi-windows-1256.inc.php3 index 90761e621f..53841ec84f 100644 --- a/lang/farsi-windows-1256.inc.php3 +++ b/lang/farsi-windows-1256.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 54efb1367c..1890fa7efd 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -652,4 +652,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index ba56f91440..8b7319bd38 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 42c4db2b67..5e471d95f7 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 9da2fc6eeb..1f731ef44a 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -631,4 +631,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 4a1948894d..9e210bef89 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -636,4 +636,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index baa7110bc6..bc8723e7b3 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -637,4 +637,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 4acc9bedb3..6aa70672e3 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index f38d5d4e36..ac8c7db60f 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -637,4 +637,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 22830899a8..b5e043686e 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -638,4 +638,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 4f14fd7d45..44bdd84db1 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -654,4 +654,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index b25f086344..91c7aeda3e 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index af5a019de8..52bb3e77de 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -652,4 +652,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index 80b67c03b6..c462735973 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -666,4 +666,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index d47c82480a..d27a0f6db0 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -640,4 +640,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index cc0cbe49f5..98b8c794b3 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index c829ea35d3..5bac763834 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -629,4 +629,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 7fb0d7be77..a255b322c0 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 3954ad7818..225800d467 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -634,4 +634,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index e888e7523d..36c37be886 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -635,4 +635,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index e74396ed3d..c05e368686 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -640,4 +640,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index 125e7f8e07..f2e3d475d0 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -640,4 +640,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index a08b5d3266..04c9cd1aa9 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 3819d254d5..4be0c223a8 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -654,4 +654,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 86e8593ed3..1f4cc51d51 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -634,4 +634,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 3c1744060e..fc1b8d727e 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -633,4 +633,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 70c7232eb6..334938cb50 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -633,4 +633,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index ee43a7d67c..9607de8add 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -632,4 +632,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 9a75935456..635738a427 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -651,4 +651,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index dd11e899cd..57f78e74c7 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -652,4 +652,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 6ecc4a5734..b36b80de03 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -633,4 +633,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 18960902c9..579158f0f4 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -634,4 +634,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index f71b8a1350..a1f0e5273d 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -629,4 +629,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index d41b092224..a2e1b9e0ba 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 47e2c24eb1..9845bb9f35 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -651,4 +651,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 0a4b13cd47..534efe82fa 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -652,4 +652,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index e7bf6e955d..e2cf7e1800 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 632374879e..bf558b7564 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -631,4 +631,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 8255a8383d..042c16c23a 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -638,4 +638,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index b5b561625a..d17f605ae1 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -636,4 +636,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index dbecb90b33..c3f1cf4ed1 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -637,4 +637,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 65cd8347f4..3f65d497c6 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -636,4 +636,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index 7abfc8dd6f..c20aeefa0e 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -658,4 +658,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index f521c5b448..d3d4a7cb99 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -657,4 +657,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index f9da4c5a53..cdd48801a7 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -629,4 +629,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 8e3634fc0f..e46a045356 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index b354a1a18b..c8bb5914fe 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -629,4 +629,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 6df5a03fdd..2cdebe2236 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -635,4 +635,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 135a7447e3..22b841c926 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -636,4 +636,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 93ab84213e..e0457c2000 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -635,4 +635,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 144110465f..592be79cd3 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -629,4 +629,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 96309c60b1..0938e05f25 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 25754e23a5..c4cbf38139 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -629,4 +629,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 77c67d5e2d..88870d740d 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 621f78b866..25b0378e3f 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -640,4 +640,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 6adf267f88..c2dd80852d 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 3260fdec09..a610d163b5 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -653,4 +653,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index f34293cb52..065862c92a 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 978850bcce..2f28ad2b0d 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -631,4 +631,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index a4b56bcb21..b70ae18ee7 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -630,4 +630,5 @@ $strLaTeXOptions = 'LaTeX options'; //to translate $strRelations = 'Relations'; //to translate $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate +$strMustSelectFile = 'You should select file which you want to insert.'; //to translate ?> diff --git a/ldi_check.php3 b/ldi_check.php3 index cb9f39231e..41065f4187 100755 --- a/ldi_check.php3 +++ b/ldi_check.php3 @@ -87,7 +87,12 @@ if (isset($btnLDI) && isset($local_textfile) && $local_textfile != '') { /** * The form used to define the query has been submitted -> do the work */ -if (isset($btnLDI) && ($textfile != 'none')) { +if (isset($btnLDI) && empty($textfile)) { + $js_to_run = 'functions.js'; + include('./header.inc.php3'); + $message = $strMustSelectFile; + include('./ldi_table.php3'); +} elseif (isset($btnLDI) && ($textfile != 'none')) { if (!isset($replace)) { $replace = ''; }