From 06b99dff39676111d7baa46210dad87caa9b66fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 2 Jun 2003 08:46:07 +0000 Subject: [PATCH] Better text on button for executing bookmark (bug #745993). --- ChangeLog | 4 ++++ 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/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 + libraries/display_tbl.lib.php3 | 2 +- 92 files changed, 95 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d081e39484..94f2d00356 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-06-02 Michal Cihar + * libraries/display_tbl.lib.php3, lang/*: Better text on button for + executing bookmark (bug #745993). + 2003-06-02 Marc Delisle ### 2.5.1 released diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 2fdac81a42..812e93acc6 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -652,4 +652,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index db33d7ce54..a7136b1b74 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index c0254d4f17..7a66a49d7b 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -644,4 +644,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 7581a033f1..9f63593bb2 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -645,4 +645,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index e424637033..a15d308405 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -667,4 +667,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 6e23d7aaa5..8708b3d794 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -666,4 +666,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 00b275a2f7..b04877e54f 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -666,4 +666,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index b6fc604363..454147a907 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -667,4 +667,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 24a06c9874..8d0c649b9d 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -646,4 +646,5 @@ $strZip = '"zip- $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 6730a4b621..11f72c34d4 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -647,4 +647,5 @@ $strZip = '"zip-нато"'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index e8f0136954..b048115909 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -646,4 +646,5 @@ $strZip = '"zip- $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 64d321b52c..ffa099fc91 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -640,4 +640,5 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l $strZip = '"comprimit amb zip"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index aaf3d3ef03..18272efbbe 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l $strZip = '"comprimit amb zip"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index dc0f4ff85e..af703244f3 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -666,4 +666,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 246e91ffee..19392f4457 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -665,4 +665,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 9016198097..8b9b20dc74 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -642,4 +642,5 @@ $strYes = '是'; $strZeroRemovesTheLimit = '注意:将这些选项设为 0 (零)将删除限制。'; $strZip = '"zipped"'; +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 87a0754457..8c6b8d6f74 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -642,4 +642,5 @@ $strYes = ' $strZeroRemovesTheLimit = 'ע⣺ЩѡΪ 0 ()ɾơ'; $strZip = '"zipped"'; +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 4558f9d094..cbc4e17c8f 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -665,4 +665,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 69e0697264..c8bdb449e9 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -666,4 +666,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 7ae1076081..2658085e01 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -665,4 +665,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index f04601003a..2bb5bba204 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -198,6 +198,7 @@ $strEndCut = 'KONEC V $strEndRaw = 'KONEC VPISU'; $strEnglishPrivileges = 'Poznmka: nzvy oprvnn v MySQL jsou uvdny anglicky'; $strError = 'Chyba'; +$strExecuteBookmarked = 'Spustit oblben dotaz'; $strExplain = 'Vysvtlit (EXPLAIN) SQL'; $strExport = 'Export'; $strExportToXML = 'Export do XML'; diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 6152d71e59..0e7fc63e2a 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -199,6 +199,7 @@ $strEndCut = 'KONEC VÝPISU'; $strEndRaw = 'KONEC VÝPISU'; $strEnglishPrivileges = 'Poznámka: názvy oprávnění v MySQL jsou uváděny anglicky'; $strError = 'Chyba'; +$strExecuteBookmarked = 'Spustit oblíbený dotaz'; $strExplain = 'Vysvětlit (EXPLAIN) SQL'; $strExport = 'Export'; $strExportToXML = 'Export do XML'; diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 2e7a39ad14..477b67412a 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -198,6 +198,7 @@ $strEndCut = 'KONEC V $strEndRaw = 'KONEC VPISU'; $strEnglishPrivileges = 'Poznmka: nzvy oprvnn v MySQL jsou uvdny anglicky'; $strError = 'Chyba'; +$strExecuteBookmarked = 'Spustit oblben dotaz'; $strExplain = 'Vysvtlit (EXPLAIN) SQL'; $strExport = 'Export'; $strExportToXML = 'Export do XML'; diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 98fc53ff7f..eb9e5cec78 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -660,4 +660,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 138b5d195d..29367c62ee 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -661,4 +661,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 819505c6de..6835a3ad60 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -655,4 +655,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index e25f00aa60..0fb64d8c9e 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -656,4 +656,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 6d0e00a604..99bf801be8 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -192,6 +192,7 @@ $strEndCut = 'END CUT'; $strEndRaw = 'END RAW'; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strError = 'Error'; +$strExecuteBookmarked = 'Execute bookmarked query'; $strExplain = 'Explain SQL'; $strExport = 'Export'; $strExportToXML = 'Export to XML format'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 2e410e598d..664a193209 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -193,6 +193,7 @@ $strEndCut = 'END CUT'; $strEndRaw = 'END RAW'; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strError = 'Error'; +$strExecuteBookmarked = 'Execute bookmarked query'; $strExplain = 'Explain SQL'; $strExport = 'Export'; $strExportToXML = 'Export to XML format'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index d16dfe130c..b886ac70b1 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -639,4 +639,5 @@ $strZip = '"zipitud"'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 750b26cb56..f9489acfb1 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -640,4 +640,5 @@ $strZip = '"zipitud"'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 3431189e91..40f59bb5b6 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -662,4 +662,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 5a456e284c..7727bcc928 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -663,4 +663,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 8ab8cc23ab..98227e0ad3 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -640,4 +640,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl $strZip = '"zipp"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 7585c02f16..a71b6ed2e3 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 5ae8f382aa..3f165a8c4d 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -646,4 +646,5 @@ $strSwitchToTable = 'Switch to copied table'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 3739f9ce0d..a2dd66d163 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -647,4 +647,5 @@ $strSwitchToTable = 'Switch to copied table'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 7944f30e0d..49d7279806 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -665,4 +665,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index a8cc054d93..6e37566bf6 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -646,4 +646,5 @@ $strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.'; $strInsertedRowId = 'Letzte automatisch eingefgte ID:'; $strLoadMethod = 'LOAD-Methode'; $strLoadExplanation = 'Die beste Methode zur Verarbeitung der hochgeladenen Datei durch MySQL ist standardmig aktiviert. Whlen Sie bei Problemen bitte die andere Methode.'; +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 1ef0999437..3da8f56afe 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -647,4 +647,5 @@ $strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.'; $strInsertedRowId = 'Letzte automatisch eingefügte ID:'; $strLoadMethod = 'LOAD-Methode'; $strLoadExplanation = 'Die beste Methode zur Verarbeitung der hochgeladenen Datei durch MySQL ist standardmäßig aktiviert. Wählen Sie bei Problemen bitte die andere Methode.'; +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 3a7bf12c43..11edd7cd53 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -664,4 +664,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 7ad3944efa..b97a6010ba 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -665,4 +665,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index b66e43df01..fdc2841f8b 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -662,4 +662,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index fc28c334b8..5cae342e8a 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -676,4 +676,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index b92b68992d..381520c9e2 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -650,4 +650,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 7d9bce5657..7963630b16 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -651,4 +651,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 0bee387daa..47c9d233c9 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -639,4 +639,5 @@ $strZip = '"Dikompress dengan Zip"'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 58aac0316c..e744c130f4 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -640,4 +640,5 @@ $strZip = '"Dikompress dengan Zip"'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 18cc1a1f4b..e8fe3f19de 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -644,4 +644,5 @@ $strZip = '"compresso con zip"'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index b40181947e..fbb9e81ecb 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -645,4 +645,5 @@ $strZip = '"compresso con zip"'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 725f9f8725..e3a1694a12 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -650,4 +650,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index f28269791e..5937e2a110 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -650,4 +650,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 45db5a3350..1e9e63ae4f 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -651,4 +651,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 495a720ae6..28776751bc 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -660,4 +660,5 @@ $strXML = 'XML';//to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 02c12a5902..71f991ec3a 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -644,4 +644,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index de56f84b91..826af6fa37 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -643,4 +643,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 0c1dbdc8ac..fb90c6b591 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strZip = '"zip"'; $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate $strLoadMethod = 'LOAD method'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index af261747ce..a8c9896414 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -640,4 +640,5 @@ $strZip = '"zip"'; $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate $strLoadMethod = 'LOAD method'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 00c5b7c570..88b01a98a5 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -661,4 +661,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 34d2382669..86d0ca6afb 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -662,4 +662,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 4d28b3e6fb..63159495a5 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -643,4 +643,5 @@ $strZip = 'Komprimert (zip)'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index e851ee4c30..857026ccce 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -644,4 +644,5 @@ $strZip = 'Komprimert (zip)'; $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 4a8f507d67..2c3739b230 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -639,4 +639,5 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni $strZip = '".zip"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index d5b4de2b0a..75503c2637 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -640,4 +640,5 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni $strZip = '".zip"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 5d39260f2b..d496defcba 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -661,4 +661,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index ad249fc839..39caf4d0e8 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -662,4 +662,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 59ba9448a6..831fbdc49f 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -640,4 +640,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index e863623781..b8f549a560 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 5208e2cadd..e69a5bc999 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -648,4 +648,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index e2b4460eff..c52f080ad0 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -646,4 +646,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index a883d7242f..9953deebb0 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -647,4 +647,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index dff1c5ff2f..0d48863882 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -646,4 +646,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index 6c75a490bb..b65d17df1b 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -668,4 +668,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 23084c2852..e5830d96a6 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -667,4 +667,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index bc7dd46bad..153f41aec6 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -648,4 +648,5 @@ $strSaveOnServer = 'Save on server in %s directory'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 490f1ccd86..367523367f 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -649,4 +649,5 @@ $strSaveOnServer = 'Save on server in %s directory'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 991e3e3af3..9bea9b4a20 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -648,4 +648,5 @@ $strSaveOnServer = 'Save on server in %s directory'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 4062ef4be7..79b6f1396b 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -645,4 +645,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 9120618969..05fc34ad9a 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -646,4 +646,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index bfdb817c60..5c0579d7df 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -645,4 +645,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 16a4576277..24749e02e4 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -640,4 +640,5 @@ $strUpdComTab = 'Please see Documentation on how to update your Column_comments $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 7a34ec8773..cc19111794 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strUpdComTab = 'Please see Documentation on how to update your Column_comments $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index f00a922128..8d7e24d1b6 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -639,4 +639,5 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s $strZip = '"zippad"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index f16da8f689..7580be8128 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -640,4 +640,5 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) $strZip = '"zippad"'; // To translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 3611460a71..6e6b48502f 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -650,4 +650,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index ce40e76b72..ba94dd7a3f 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -651,4 +651,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index a4bcd2f682..302cc5cce1 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -661,4 +661,5 @@ $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 2cbfbbad1b..96090fdf8c 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -662,4 +662,5 @@ $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 4f4c253963..d4cb81fafc 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -641,4 +641,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 6b2a2147df..9d277fd169 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -640,4 +640,5 @@ $strNoSpace = 'Insufficient space to save the file %s.'; //to translate $strInsertedRowId = 'Inserted row id:'; //to translate $strLoadMethod = 'LOAD method'; //to translate $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate +$strExecuteBookmarked = 'Execute bookmarked query'; //to translate ?> diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index 3eedbd4115..4a58524599 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -1021,7 +1021,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')) { . PMA_generate_common_hidden_inputs($row['dbase'], '') . '' . '' - . '' + . '' . ''; } else { $bookmark_go = '';