From ae03cd3b5f3f6ec32388dfe8a90ae6d711e52fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 22 Jan 2010 15:42:36 +0000 Subject: [PATCH] Show functional link when creating new table, not to the name of future table. --- lang/afrikaans-utf-8.inc.php | 2 ++ lang/albanian-utf-8.inc.php | 2 ++ lang/arabic-utf-8.inc.php | 2 ++ lang/azerbaijani-utf-8.inc.php | 2 ++ lang/bangla-utf-8.inc.php | 2 ++ lang/basque-utf-8.inc.php | 2 ++ lang/belarusian_cyrillic-utf-8.inc.php | 2 ++ lang/belarusian_latin-utf-8.inc.php | 2 ++ lang/bosnian-utf-8.inc.php | 2 ++ lang/brazilian_portuguese-utf-8.inc.php | 2 ++ lang/bulgarian-utf-8.inc.php | 2 ++ lang/catalan-utf-8.inc.php | 2 ++ lang/chinese_simplified-utf-8.inc.php | 2 ++ lang/chinese_traditional-utf-8.inc.php | 2 ++ lang/croatian-utf-8.inc.php | 2 ++ lang/czech-utf-8.inc.php | 2 ++ lang/danish-utf-8.inc.php | 2 ++ lang/dutch-utf-8.inc.php | 2 ++ lang/english-utf-8.inc.php | 2 ++ lang/estonian-utf-8.inc.php | 2 ++ lang/finnish-utf-8.inc.php | 2 ++ lang/french-utf-8.inc.php | 2 ++ lang/galician-utf-8.inc.php | 2 ++ lang/georgian-utf-8.inc.php | 2 ++ lang/german-utf-8.inc.php | 2 ++ lang/greek-utf-8.inc.php | 2 ++ lang/hebrew-utf-8.inc.php | 2 ++ lang/hindi-utf-8.inc.php | 2 ++ lang/hungarian-utf-8.inc.php | 2 ++ lang/indonesian-utf-8.inc.php | 2 ++ lang/italian-utf-8.inc.php | 2 ++ lang/japanese-utf-8.inc.php | 2 ++ lang/korean-utf-8.inc.php | 2 ++ lang/latvian-utf-8.inc.php | 2 ++ lang/lithuanian-utf-8.inc.php | 2 ++ lang/macedonian_cyrillic-utf-8.inc.php | 2 ++ lang/malay-utf-8.inc.php | 2 ++ lang/mongolian-utf-8.inc.php | 2 ++ lang/norwegian-utf-8.inc.php | 2 ++ lang/persian-utf-8.inc.php | 2 ++ lang/polish-utf-8.inc.php | 2 ++ lang/portuguese-utf-8.inc.php | 2 ++ lang/romanian-utf-8.inc.php | 2 ++ lang/russian-utf-8.inc.php | 2 ++ lang/serbian_cyrillic-utf-8.inc.php | 2 ++ lang/serbian_latin-utf-8.inc.php | 2 ++ lang/sinhala-utf-8.inc.php | 2 ++ lang/slovak-utf-8.inc.php | 2 ++ lang/slovenian-utf-8.inc.php | 2 ++ lang/spanish-utf-8.inc.php | 2 ++ lang/swedish-utf-8.inc.php | 2 ++ lang/tatarish-utf-8.inc.php | 2 ++ lang/thai-utf-8.inc.php | 2 ++ lang/turkish-utf-8.inc.php | 2 ++ lang/ukrainian-utf-8.inc.php | 2 ++ lang/uzbek_cyrillic-utf-8.inc.php | 2 ++ lang/uzbek_latin-utf-8.inc.php | 2 ++ libraries/header.inc.php | 11 ++++++++++- tbl_create.php | 2 +- 59 files changed, 125 insertions(+), 2 deletions(-) diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 38afa28ad..ecef682a1 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1645,4 +1645,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 610f93177..ce6baee81 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1643,4 +1643,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index ed081ecf6..1bf01147f 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1647,4 +1647,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index a7ef5d74a..c727442a4 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1642,4 +1642,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index 1208a34ed..a5c3d6758 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1644,4 +1644,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 4becd50ae..ea62503f1 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1639,4 +1639,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 601f635eb..2772c84ee 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1639,4 +1639,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 7695b7b0c..361d45978 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1651,4 +1651,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index af9d6f387..8559f78a1 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1645,4 +1645,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index c57d30b11..e3375d88c 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1639,4 +1639,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 39a269b4e..7dbe186b5 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1645,4 +1645,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index f24e1cf3b..f706afe1e 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1631,4 +1631,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index adb0c68ea..b065c6378 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1644,4 +1644,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index a9fe9b308..d7d025523 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1646,4 +1646,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 3e107da27..fd19e3a50 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1639,4 +1639,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 09a61fd50..6a6b2bf00 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1625,4 +1625,6 @@ $strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_e $strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index deb7692e8..acdb21fb7 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1642,4 +1642,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 17aa59e59..9b43dfd74 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1638,4 +1638,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 4485edb2f..ad5f83864 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -170,6 +170,7 @@ $strCreateIndex = 'Create an index on %s columns'; $strCreateIndexTopic = 'Create a new index'; $strCreateNewDatabase = 'Create new database'; $strCreateNewTable = 'Create new table on database %s'; +$strCreateNewTableShort = 'Create new table'; $strCreatePage = 'Create a new page'; $strCreatePdfFeat = 'Creation of PDFs'; $strCreateRelation = 'Create relation'; @@ -549,6 +550,7 @@ $strMySQLShowProcess = 'Show processes'; $strName = 'Name'; $strNavTableFilter = 'Filter'; +$strNewTable = 'New table'; $strNext = 'Next'; $strNoActivity = 'No activity within %s seconds; please log in again'; $strNoDatabases = 'No databases'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 69b2fe1af..c978779ca 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1644,4 +1644,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index fe9949688..b472fc35a 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1621,4 +1621,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 00dfb9c7f..1c2a24959 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1617,4 +1617,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 7d37574a2..815bb7deb 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1625,4 +1625,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 829f4b4e8..496e7ea48 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1642,4 +1642,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 2f69e7be1..22c429e93 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1642,4 +1642,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 7489f83a4..3ce765295 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1648,4 +1648,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index a788825b6..6650d404e 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1640,4 +1640,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 08e57f72c..93409ffb5 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1646,4 +1646,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 20b74cec4..e7c0a6e28 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1639,4 +1639,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 8ad5f8a38..56de72c0c 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1639,4 +1639,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 7cf265896..f83b392e3 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1639,4 +1639,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index cf10deb7d..a92f13f89 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1644,4 +1644,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index decce2985..44539ed77 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1641,4 +1641,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 32ac245b8..4bbe3beaa 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1644,4 +1644,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index a98b1ee42..8f6a7cc86 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1637,4 +1637,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 71570e49f..5a2eb0e2f 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1645,4 +1645,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index fd74c0f07..81d213c35 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1658,4 +1658,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index ed346bc0b..8b6297f98 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1644,4 +1644,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 76f509638..7cbbff7a8 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1620,4 +1620,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 32feb6a3f..2421ae8aa 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1647,4 +1647,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 8ae804dd4..d33a3bc1c 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1630,4 +1630,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 8374d3855..2fb7827ef 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1648,4 +1648,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 6089b3295..65748629a 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1638,4 +1638,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 07298f21e..6ab6da61f 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1623,4 +1623,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 422fc8fe4..1e878e581 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1642,4 +1642,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 223322ff4..3a78fc93b 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1642,4 +1642,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 4f512cc51..4afb42a43 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1646,4 +1646,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 7fbf3dca5..77f05d60d 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1638,4 +1638,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 7d9195dc8..5623507f3 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1641,4 +1641,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 6ff9d1f0b..9e0aa61cf 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1633,4 +1633,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index b9122e306..9eb4ba1f8 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1634,4 +1634,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index c384e359c..8b92dead2 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1638,4 +1638,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 29c0f44f2..fcf323efd 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1643,4 +1643,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 16dfc7d63..4f5e432c3 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1633,4 +1633,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 32b74bf66..e1ecc0b0a 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1641,4 +1641,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/uzbek_cyrillic-utf-8.inc.php b/lang/uzbek_cyrillic-utf-8.inc.php index cedbfe06c..497548133 100644 --- a/lang/uzbek_cyrillic-utf-8.inc.php +++ b/lang/uzbek_cyrillic-utf-8.inc.php @@ -1638,4 +1638,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/lang/uzbek_latin-utf-8.inc.php b/lang/uzbek_latin-utf-8.inc.php index f8e3e359a..ffabc0060 100644 --- a/lang/uzbek_latin-utf-8.inc.php +++ b/lang/uzbek_latin-utf-8.inc.php @@ -1638,4 +1638,6 @@ $strJavascriptDisabled = 'Javascript support is missing or disabled in your brow $strSQLExportUTC = 'Export time in UTC'; //to translate $strShowInsert = 'Show insert query'; //to translate $strReloadNavi = 'Reload navigation frame'; //to translate +$strNewTable = 'New table'; //to translate +$strCreateNewTableShort = 'Create new table'; //to translate ?> diff --git a/libraries/header.inc.php b/libraries/header.inc.php index 932fb80e4..ea8f1f2cc 100644 --- a/libraries/header.inc.php +++ b/libraries/header.inc.php @@ -106,7 +106,16 @@ if (empty($GLOBALS['is_header_sent'])) { $GLOBALS['strDatabase'], 's_db.png'); - if (strlen($GLOBALS['table'])) { + if ($GLOBALS['action'] == 'tbl_create.php') { + /* We're creating new table */ + echo $separator; + printf($item, + $action, + PMA_generate_common_url($GLOBALS['db']), + $strNewTable, + '', + 's_tbl.png'); + } elseif (strlen($GLOBALS['table'])) { require_once './libraries/tbl_info.inc.php'; echo $separator; diff --git a/tbl_create.php b/tbl_create.php index a98ce2fc2..1aa95bd3e 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -42,6 +42,7 @@ require_once './libraries/common.inc.php'; require_once './libraries/Table.class.php'; $GLOBALS['js_include'][] = 'functions.js'; +$action = 'tbl_create.php'; require_once './libraries/header.inc.php'; @@ -281,7 +282,6 @@ if (isset($_REQUEST['do_save_data'])) { /** * Displays the form used to define the structure of the table */ -$action = 'tbl_create.php'; require './libraries/tbl_properties.inc.php'; // Displays the footer require_once './libraries/footer.inc.php';