From 5b4ce35e69334d6da2e456c549d93f5fa063d941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Jan 2010 10:58:11 +0000 Subject: [PATCH] rfe #2838080 [interface] Show warning when javascript is disabled. --- ChangeLog | 1 + lang/afrikaans-utf-8.inc.php | 1 + lang/albanian-utf-8.inc.php | 1 + lang/arabic-utf-8.inc.php | 1 + lang/azerbaijani-utf-8.inc.php | 1 + lang/bangla-utf-8.inc.php | 1 + lang/basque-utf-8.inc.php | 1 + lang/belarusian_cyrillic-utf-8.inc.php | 1 + lang/belarusian_latin-utf-8.inc.php | 1 + lang/bosnian-utf-8.inc.php | 1 + lang/brazilian_portuguese-utf-8.inc.php | 1 + lang/bulgarian-utf-8.inc.php | 1 + lang/catalan-utf-8.inc.php | 1 + lang/chinese_simplified-utf-8.inc.php | 1 + lang/chinese_traditional-utf-8.inc.php | 1 + lang/croatian-utf-8.inc.php | 1 + lang/czech-utf-8.inc.php | 1 + lang/danish-utf-8.inc.php | 1 + lang/dutch-utf-8.inc.php | 1 + lang/english-utf-8.inc.php | 1 + lang/estonian-utf-8.inc.php | 1 + lang/finnish-utf-8.inc.php | 1 + lang/french-utf-8.inc.php | 1 + lang/galician-utf-8.inc.php | 1 + lang/georgian-utf-8.inc.php | 1 + lang/german-utf-8.inc.php | 1 + lang/greek-utf-8.inc.php | 1 + lang/hebrew-utf-8.inc.php | 1 + lang/hindi-utf-8.inc.php | 1 + lang/hungarian-utf-8.inc.php | 1 + lang/indonesian-utf-8.inc.php | 1 + lang/italian-utf-8.inc.php | 1 + lang/japanese-utf-8.inc.php | 1 + lang/korean-utf-8.inc.php | 1 + lang/latvian-utf-8.inc.php | 1 + lang/lithuanian-utf-8.inc.php | 1 + lang/macedonian_cyrillic-utf-8.inc.php | 1 + lang/malay-utf-8.inc.php | 1 + lang/mongolian-utf-8.inc.php | 1 + lang/norwegian-utf-8.inc.php | 1 + lang/persian-utf-8.inc.php | 1 + lang/polish-utf-8.inc.php | 1 + lang/portuguese-utf-8.inc.php | 1 + lang/romanian-utf-8.inc.php | 1 + lang/russian-utf-8.inc.php | 1 + lang/serbian_cyrillic-utf-8.inc.php | 1 + lang/serbian_latin-utf-8.inc.php | 1 + lang/sinhala-utf-8.inc.php | 1 + lang/slovak-utf-8.inc.php | 1 + lang/slovenian-utf-8.inc.php | 1 + lang/spanish-utf-8.inc.php | 1 + lang/swedish-utf-8.inc.php | 1 + lang/tatarish-utf-8.inc.php | 1 + lang/thai-utf-8.inc.php | 1 + lang/turkish-utf-8.inc.php | 1 + lang/ukrainian-utf-8.inc.php | 1 + lang/uzbek_cyrillic-utf-8.inc.php | 1 + lang/uzbek_latin-utf-8.inc.php | 1 + main.php | 9 +++++++++ 59 files changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04edd1ba3..8179107df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - [core] Updated mootools to fix some glitches with Safari. + rfe #2816943 [interface] Add REGEXP ^...$ to select dialog. + rfe #2924956 [interface] Add insert ignore option to editing row. ++ rfe #2838080 [interface] Show warning when javascript is disabled. 3.3.0.0 (not yet released) + rfe #2308632 [edit] Use hex for (var)binary fields, diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index e89a79abc..801ef0f0e 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 7f66c27a0..90ba7958c 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1639,4 +1639,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index fdba98e20..d365bce9d 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1643,4 +1643,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index ce15569a0..cb199ece0 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index 83667bb2e..d61137bb2 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 08d48def0..b033f6970 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1635,4 +1635,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 21aab667e..246b5ba9b 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1635,4 +1635,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 196ef3c76..46aeb1672 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1647,4 +1647,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index f517ee954..67df6763f 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 3edcae799..b722500bb 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1635,4 +1635,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index fb9ecf13e..5e0b0fe47 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index bf633ee53..979450e93 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1627,4 +1627,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index dd7a42ef2..722b72361 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 8da16aa62..05f8fd222 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1642,4 +1642,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 1fb5a6bc5..be7eac5ce 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1635,4 +1635,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 84fafe651..91b40e792 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1629,4 +1629,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 01fd4d6b7..722f535a1 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 99a30144a..98b4ae250 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1634,4 +1634,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 44a869741..92fd187b9 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -457,6 +457,7 @@ $strInvalidServerIndex = 'Invalid server index: "%s"'; $strInvalidTableName = 'Invalid table name'; $strJapanese = 'Japanese'; +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; $strJoins = 'Joins'; $strJumpToDB = 'Jump to database "%s".'; $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index a7535a0fc..976c1016b 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 16944efda..3d7155ac8 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1617,4 +1617,5 @@ $strZip = '"zip-pakattu"'; $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 87fb35142..44440e629 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1613,4 +1613,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index f1d612c9b..8ff8f2e41 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1621,4 +1621,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 6b32d1d02..e40154bb4 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 2a698ac11..29f78e3f3 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index d7e005c70..0ab015603 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1644,4 +1644,5 @@ $strRenameView = 'Rename view to'; //to translate $strSynchronizeDb = 'Synchronize Databases'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index a4bb8ed94..7974cdf8c 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1636,4 +1636,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index d55701ed0..344e39124 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1642,4 +1642,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 18c636438..d7e169ed4 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1635,4 +1635,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 28eb6c036..b62fa2f97 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1635,4 +1635,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index ad394de4c..addcaaa50 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1635,4 +1635,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index dc75cd1d9..6b4f4a0dc 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 2e746640b..0478a1e9a 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index d405741b7..8f48d4e3a 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index d52064c84..b76417d79 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1633,4 +1633,5 @@ $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate $strXMLExportTriggers = 'Export triggers'; //to translate $strXMLExportViews = 'Export views'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 485f37263..c5062143a 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 420c3135f..7e6d8dc2b 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1654,4 +1654,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 0a65b3c7b..879c409c0 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 52ffdc5f4..0cba47050 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1616,4 +1616,5 @@ $strZip = 'Komprimert (zip)'; $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 3c33851c2..8e791235e 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1643,4 +1643,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 4b6a60217..6e106acf2 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1626,4 +1626,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index e49cba63c..62fac99e2 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1644,4 +1644,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 56aae70a4..06a47d937 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1634,4 +1634,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index eca99e89b..22a5130e5 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1619,4 +1619,5 @@ $strZip = 'zip'; $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 56d0e01ff..7398c0922 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index ec8e5851e..31066381d 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 38e6e2d7e..c13bd1e64 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1642,4 +1642,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 67be3b931..ca890d19e 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1634,4 +1634,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 77db99b1f..73a60d6d0 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 14edbb113..65e8d6299 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1629,4 +1629,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 8edd50a3b..06e834fa6 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1630,4 +1630,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index bdf0bf86d..9c66f8cef 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1634,4 +1634,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 2ca14e5e1..0be9bcd61 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1639,4 +1639,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index a5d431843..28d8bfdbf 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1629,4 +1629,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 5a8a545a9..4e6f25841 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/uzbek_cyrillic-utf-8.inc.php b/lang/uzbek_cyrillic-utf-8.inc.php index 3d60d6582..50e9f8abc 100644 --- a/lang/uzbek_cyrillic-utf-8.inc.php +++ b/lang/uzbek_cyrillic-utf-8.inc.php @@ -1634,4 +1634,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/lang/uzbek_latin-utf-8.inc.php b/lang/uzbek_latin-utf-8.inc.php index 14a6fbf20..2eece1952 100644 --- a/lang/uzbek_latin-utf-8.inc.php +++ b/lang/uzbek_latin-utf-8.inc.php @@ -1634,4 +1634,5 @@ $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate $strRenameView = 'Rename view to'; //to translate $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translate +$strJavascriptDisabled = 'Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'; //to translate ?> diff --git a/main.php b/main.php index 1897dca09..59c2b3c07 100644 --- a/main.php +++ b/main.php @@ -330,6 +330,15 @@ if ($server > 0) { } // end if } +/** + * Show warning when javascript support is missing. + */ +echo ''; + /** * Warning about different MySQL library and server version * (a difference on the third digit does not count).