From 6ef24edd6a8a4031919cc2fc111b82334d18925c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 21 Jan 2010 15:17:12 +0000 Subject: [PATCH] rfe #1186511 [inrerface] Add link to reload navigation frame. --- 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 + navigation.php | 16 ++++++++++++++++ themes/original/css/theme_left.css.php | 8 ++++++++ 60 files changed, 82 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7951e3891..8b7ea57c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + rfe #2033616 [edit] Add option to just display insert query. + rfe #1435032 [interface] Move SSL status to the end, it is usually empty. + rfe #1340812 [interface] Show numbers of columns in table structure. ++ rfe #1186511 [inrerface] Add link to reload navigation frame. 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 a32a2edc2..38afa28ad 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1644,4 +1644,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index eafa044a0..610f93177 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1642,4 +1642,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 279e7230e..ed081ecf6 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1646,4 +1646,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 529024c91..a7ef5d74a 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index eb2e603b3..1208a34ed 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1643,4 +1643,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 7bcea7927..4becd50ae 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index d66d40ad9..601f635eb 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index fe1eb7d37..7695b7b0c 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1650,4 +1650,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index ff5cbb9e4..af9d6f387 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1644,4 +1644,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 6521a732f..c57d30b11 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 9b5365593..39a269b4e 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1644,4 +1644,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index b0373c08c..f24e1cf3b 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1630,4 +1630,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 57b0a172c..adb0c68ea 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1643,4 +1643,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 077c930ba..a9fe9b308 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1645,4 +1645,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 415541f0c..3e107da27 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 77f20915c..09a61fd50 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -749,6 +749,7 @@ $strRelationsForTable = 'RELACE PRO TABULKU'; $strRelations = 'Relace'; $strRelationView = 'Zobrazit relace'; $strReloadingThePrivileges = 'Načítám oprávnění'; +$strReloadNavi = 'Znovu nahrát navigační rám'; $strReloadPrivileges = 'Znovu načíst oprávnění'; $strReload = 'Znovu načíst'; $strRemoteServer = 'Vzdálený server'; diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 45dab65fa..deb7692e8 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 29e81f87f..17aa59e59 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 42c8f1113..4485edb2f 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -748,6 +748,7 @@ $strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelations = 'Relations'; $strRelationView = 'Relation view'; $strReloadingThePrivileges = 'Reloading the privileges'; +$strReloadNavi = 'Reload navigation frame'; $strReloadPrivileges = 'Reload privileges'; $strReload = 'Reload'; $strRemoteServer = 'Remote server'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 18c76411d..69b2fe1af 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1643,4 +1643,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index d43ba4256..fe9949688 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1620,4 +1620,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 3316be69f..00dfb9c7f 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1616,4 +1616,5 @@ $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 00cb9e447..7d37574a2 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1624,4 +1624,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 2f7d99228..829f4b4e8 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 43ace0923..2f69e7be1 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 2a3ccbeaa..7489f83a4 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1647,4 +1647,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 0a51a2302..a788825b6 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1639,4 +1639,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 5afbab0fc..08e57f72c 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1645,4 +1645,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 321ab59b7..20b74cec4 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 3d562a98c..8ad5f8a38 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index d2b628da5..7cf265896 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1638,4 +1638,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index a7043c661..cf10deb7d 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1643,4 +1643,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index a4d102383..decce2985 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 4c20475b2..32ac245b8 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1643,4 +1643,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 165bb8e89..a98b1ee42 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1636,4 +1636,5 @@ $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 01c41d8ab..71570e49f 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1644,4 +1644,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 3fe8f4337..fd74c0f07 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1657,4 +1657,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index f263f9f76..ed346bc0b 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1643,4 +1643,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 62fd3c3cb..76f509638 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1619,4 +1619,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 2c4052407..32feb6a3f 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1646,4 +1646,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index a2168de7f..8ae804dd4 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1629,4 +1629,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index c8ec857a1..8374d3855 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1647,4 +1647,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 17d7056e7..6089b3295 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 83232ddfd..07298f21e 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1622,4 +1622,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 5b7851458..422fc8fe4 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index b3315153c..223322ff4 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1641,4 +1641,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 149efcc81..4f512cc51 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1645,4 +1645,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 2a41037c9..7fbf3dca5 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index d6a3d8a22..7d9195dc8 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 17caa141d..6ff9d1f0b 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1632,4 +1632,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index f290fcea6..b9122e306 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1633,4 +1633,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 7af360198..c384e359c 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 27940cf25..29c0f44f2 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1642,4 +1642,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 3b58ff4e4..16dfc7d63 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1632,4 +1632,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 3ab9a5414..32b74bf66 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1640,4 +1640,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/uzbek_cyrillic-utf-8.inc.php b/lang/uzbek_cyrillic-utf-8.inc.php index dd1ef2441..cedbfe06c 100644 --- a/lang/uzbek_cyrillic-utf-8.inc.php +++ b/lang/uzbek_cyrillic-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/lang/uzbek_latin-utf-8.inc.php b/lang/uzbek_latin-utf-8.inc.php index 95a3ecc80..f8e3e359a 100644 --- a/lang/uzbek_latin-utf-8.inc.php +++ b/lang/uzbek_latin-utf-8.inc.php @@ -1637,4 +1637,5 @@ $strInsertIgnoreAsNewRow = 'Insert as new row and ignore errors'; //to translat $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 $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate +$strReloadNavi = 'Reload navigation frame'; //to translate ?> diff --git a/navigation.php b/navigation.php index 68edffbdc..ef884fa22 100644 --- a/navigation.php +++ b/navigation.php @@ -58,6 +58,22 @@ require_once './libraries/common.inc.php'; */ function PMA_exitNavigationFrame() { + $params = array('uniqid' => uniqid()); + if (!empty($GLOBALS['db'])) { + $params['db'] = $GLOBALS['db']; + } + echo '' . "\n"; echo ''; exit; } diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index d3d3f045e..2ffd38876 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -128,6 +128,7 @@ div#leftframelinks .icon { margin: 0; } +div#reloadlink a img, div#leftframelinks a img.icon { margin: 0; padding: 0.2em; @@ -224,3 +225,10 @@ div#left_tableList ul ul { background: ; color: ; } +#reloadlink { + clear: both; + float: ; + display: block; + padding: 1em; +} +