From 050406d7f6883f8f3136e42bbf0d3785add013d0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 10 May 2008 13:27:38 +0000 Subject: [PATCH] view row counting: better logic and message --- db_structure.php | 16 ++++------------ 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/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 +- libraries/footer.inc.php | 2 +- 56 files changed, 59 insertions(+), 67 deletions(-) diff --git a/db_structure.php b/db_structure.php index 7f8071c0c..0fab3f1bd 100644 --- a/db_structure.php +++ b/db_structure.php @@ -185,11 +185,8 @@ $row_count = 0; $hidden_fields = array(); $odd_row = true; -$at_least_one_view_exceeds_max_count = false; $sum_row_count_pre = ''; -$max_exact_count_note = PMA_showHint(PMA_sanitize(sprintf($strViewMaxExactCount, PMA_formatNumber($cfg['MaxExactCountViews'], 0), '[a@./Documentation.html#cfg_MaxExactCountViews@_blank]', '[/a]'))); - foreach ($tables as $keyname => $each_table) { // loic1: Patch from Joshua Nye to get valid // statistics whatever is the table type @@ -247,14 +244,10 @@ foreach ($tables as $keyname => $each_table) { // for a view, the ENGINE is null case null : case 'SYSTEM VIEW' : - if ($each_table['TABLE_ROWS'] < $GLOBALS['cfg']['MaxExactCountViews']) { - $each_table['COUNTED'] = true; - $each_table['TABLE_ROWS'] = PMA_Table::countRecords($db, + // countRecords() takes care of $cfg['MaxExactCountViews'] + $each_table['TABLE_ROWS'] = PMA_Table::countRecords($db, $each_table['TABLE_NAME'], $return = true, $force_exact = true, $is_view = true); - } else { - $each_table['COUNTED'] = false; - } $table_is_view = true; break; default : @@ -374,11 +367,10 @@ foreach ($tables as $keyname => $each_table) { // so ensure that we'll display "in use" below for a table // that needs to be repaired if (isset($each_table['TABLE_ROWS']) && ($each_table['ENGINE'] != null || $table_is_view)) { - if ($table_is_view && $each_table['TABLE_ROWS'] >= $cfg['MaxExactCountViews'] && (! $each_table['COUNTED'])) { - $at_least_one_view_exceeds_max_count = true; + if ($table_is_view) { $row_count_pre = '~'; $sum_row_count_pre = '~'; - $show_superscript = $max_exact_count_note; + $show_superscript = PMA_showHint(PMA_sanitize(sprintf($strViewHasAtLeast, '[a@./Documentation.html#cfg_MaxExactCountViews@_blank]', '[/a]'))); } elseif($each_table['ENGINE'] == 'InnoDB' && (! $each_table['COUNTED'])) { // InnoDB table: we did not get an accurate row count $row_count_pre = '~'; diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 73b180fcc..9b21aa16e 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -934,7 +934,6 @@ $strVar = 'Variable'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate @@ -1072,4 +1071,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index c9fae3cc1..71bacfd2b 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -942,7 +942,6 @@ $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1071,4 +1070,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 4839666f8..07b4f3c77 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -944,7 +944,6 @@ $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1073,4 +1072,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 2090c8cc9..265b612cb 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -938,7 +938,6 @@ $strUseThisValue = 'Use this value'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate @@ -1068,4 +1067,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 9b10555bc..fa3bea18b 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -936,7 +936,6 @@ $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1065,4 +1064,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 30e461b7f..15db99746 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -927,7 +927,6 @@ $strViewDumpDatabases = 'Праглядзець дамп (схему) базаў $strViewDumpDB = 'Праглядзець дамп (схуму) базы дадзеных'; $strViewDump = 'Праглядзець дамп (схему) табліцы'; $strViewHasBeenDropped = 'Выгляд %s быў выдалены'; -$strViewMaxExactCount = 'У гэтым праглядзе больш за %d радкоў. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s.'; $strWebServerUploadDirectoryError = 'Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў'; $strWebServerUploadDirectory = 'тэчка вэб-сэрвэра для загрузкі файлаў'; @@ -1048,4 +1047,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index eb78052d3..305a2e330 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -925,7 +925,6 @@ $strViewDumpDatabases = 'Prahladzieć damp (schiemu) bazaŭ dadzienych'; $strViewDumpDB = 'Prahladzieć damp (schumu) bazy dadzienych'; $strViewDump = 'Prahladzieć damp (schiemu) tablicy'; $strViewHasBeenDropped = 'Vyhlad %s byŭ vydaleny'; -$strViewMaxExactCount = 'U hetym prahladzie bolš za %d radkoŭ. Kali łaska, źviarniciesia da %sdakumentacyi%s.'; $strView = 'Vyhlad'; $strWebServerUploadDirectoryError = 'Niemahčyma adkryć paznačanuju vami tečku dla zahruzki fajłaŭ'; @@ -1047,4 +1046,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 52f0a020d..927791d18 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -942,7 +942,6 @@ $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1071,4 +1070,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 62af7ba6c..29587f465 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -987,7 +987,6 @@ $strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados'; $strViewDumpDB = 'Ver o esquema do Banco de Dados'; $strViewDump = 'Ver o esquema da tabela'; $strViewHasBeenDropped = 'Visão %s foi apagada'; -$strViewMaxExactCount = 'Essa visão tem mais que %s linhas. Veja referências na %sdocumentation%s.'; $strViewName = 'Nome da VISÃO'; $strView = 'Visão'; @@ -1045,4 +1044,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 0740dd157..ee8d8f6d9 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -742,7 +742,6 @@ $strViewDumpDatabases = 'Преглед на схемата на базата о $strViewDumpDB = 'Схема на БД'; $strViewDump = 'Схема на таблицата'; $strViewHasBeenDropped = 'Изглед %s беше изтрит'; -$strViewMaxExactCount = 'Този изглед има повече от %s реда. Моля, обърнете се към %sдокументацията%s.'; $strWebServerUploadDirectoryError = 'Директорията която сте указали за upload не може да бъде достигната'; $strWebServerUploadDirectory = 'директорията за upload на уеб сървъра'; @@ -1068,4 +1067,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index cbfabd9db..1838289e5 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -984,7 +984,6 @@ $strViewDumpDatabases = 'Veure volcat (esquema) de les bases de dades'; $strViewDumpDB = 'Veure l\'esquema de la base de dades'; $strViewDump = 'Veure un esquema de la taula'; $strViewHasBeenDropped = 'Vista %s esborrada'; -$strViewMaxExactCount = 'Aquesta vista té més de %d arxius. Consulteu a %sdocumentació%s.'; $strViewName = 'Nom de VISTA'; $strView = 'Vista'; @@ -1043,4 +1042,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 0c6c889ae..4fb485397 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -944,7 +944,6 @@ $strUsedPhpExtensions = 'Used PHP extensions'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1073,4 +1072,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 165cd8579..b030e4bb5 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -795,7 +795,6 @@ $strViewDump = '檢視資料表的備份概要 (dump schema)'; $strViewDumpDatabases = '顯示資料庫概要 (schema)'; $strViewDumpDB = '檢視資料庫的備份概要 (dump schema)'; $strViewHasBeenDropped = '檢視 %s 己被刪除.'; -$strViewMaxExactCount = '這個檢查已超過 %s 列, 詳情請參看此%s文件%s.'; $strWebServerUploadDirectory = 'Web 伺服器上載目錄'; $strWebServerUploadDirectoryError = '設定之上載目錄錯誤,未能使用'; @@ -1052,4 +1051,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 2239fefa9..ae0b3b70c 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -990,7 +990,6 @@ $strViewDumpDatabases = 'Prikaži ispis (shemu) baza podataka'; $strViewDumpDB = 'Prikaži ispis (shemu) baze podataka'; $strViewDump = 'Prikaži ispis (shemu) tablice'; $strViewHasBeenDropped = 'Index %s je ispušten'; -$strViewMaxExactCount = 'Ovaj prikaz sadrži više od %s redaka. Pogledajte %sdokumentaciju%s.'; $strViewName = 'Naziv prikaza'; $strView = 'Prikaz'; @@ -1046,4 +1045,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 88f6201f7..2671481bd 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1022,7 +1022,6 @@ $strViewDumpDatabases = 'Export databází'; $strViewDumpDB = 'Export databáze'; $strViewDump = 'Export tabulky'; $strViewHasBeenDropped = 'Pohled %s byl odstraněn'; -$strViewMaxExactCount = 'Tento pohled má více než %d záznamů. Viz %sdokumentace%s.'; $strViewName = 'Jméno pohledu'; $strView = 'Pohled'; @@ -1047,4 +1046,5 @@ $strZip = '„zazipováno“'; $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 558935e0e..4284015c4 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -986,7 +986,6 @@ $strViewDumpDatabases = 'Vis dump (skema) for databaser'; $strViewDumpDB = 'Vis dump (skema) af database'; $strViewDump = 'Vis dump (skema) over tabel'; $strViewHasBeenDropped = 'Visning %s er blevet droppet'; -$strViewMaxExactCount = 'Denne visning har mere end %d rækker. Se venligst %sdokumentationen%s.'; $strViewName = 'VIEW navn'; $strView = 'Visning'; @@ -1047,4 +1046,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 539e033d8..07f27335d 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -940,7 +940,6 @@ $strUsedPhpExtensions = 'Used PHP extensions'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1069,4 +1068,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 26a641791..ca7d902d7 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -1024,8 +1024,8 @@ $strVersionInformation = 'Version information'; $strViewDumpDatabases = 'View dump (schema) of databases'; $strViewDumpDB = 'View dump (schema) of database'; $strViewDump = 'View dump (schema) of table'; +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; $strViewHasBeenDropped = 'View %s has been dropped'; -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; $strViewName = 'VIEW name'; $strView = 'View'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 21d6c546d..089686b51 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -964,7 +964,6 @@ $strViewDumpDatabases = 'Näita andmebaaside sisu (skeemi)'; $strViewDumpDB = 'Vaata andmebaasi väljundit (skeemi)'; $strViewDump = 'Vaata tabeli väljundit (skeemi)'; $strViewHasBeenDropped = 'Vaade %s on kustutatud'; -$strViewMaxExactCount = 'Sellel vaatel on rohkem kui %s rida. Palun vaata %sdocumentation%s.'; $strView = 'Vaade'; $strWebServerUploadDirectoryError = 'Kataloog mille Te üleslaadimiseks sättisite ei ole ligipääsetav'; @@ -1053,4 +1052,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 5e979bb9e..3d11146f9 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1012,7 +1012,6 @@ $strViewDumpDatabases = 'Näytä tietokannoista vedos (skeema)'; $strViewDumpDB = 'Tee vedos tietokannasta'; $strViewDump = 'Tee vedos taulusta'; $strViewHasBeenDropped = "Näkymä %s on poistettu"; -$strViewMaxExactCount = 'Tässä näkymässä on yli %s riviä. Katso lisätietoja %sdokumentaatiosta%s.'; $strView = "Näkymä"; $strViewName = 'VIEW-arvon nimi'; @@ -1047,4 +1046,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index eb11faf7c..126418dde 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1019,7 +1019,6 @@ $strViewDump = 'Afficher le schéma de la table'; $strViewDumpDatabases = 'Schéma et/ou contenu des bases de données'; $strViewDumpDB = 'Schéma et données de la base '; $strViewHasBeenDropped = 'La vue %s a été supprimée'; -$strViewMaxExactCount = 'Cette vue comporte plus de %d enregistrements. Veuillez vous référer à la %sdocumentation%s.'; $strViewName = 'Nom de la vue'; $strView = 'Vue'; @@ -1044,4 +1043,5 @@ $strZip = '"zippé"'; $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index b0f7eb4f3..dc4a1022f 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -988,7 +988,6 @@ $strViewDumpDatabases = 'Ver o volcado das bases de datos'; $strViewDumpDB = 'Ver o esquema do volcado da base de datos'; $strViewDump = 'Ver o esquema do volcado da tabela'; $strViewHasBeenDropped = 'Deixouse a vista %s'; -$strViewMaxExactCount = 'Esta vista ten máis de %s fileiras. Consulte a %sdocumentación%.'; $strViewName = 'Nome da VISTA'; $strView = 'Vista'; @@ -1046,4 +1045,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 70ab03af0..4f69dd250 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -935,7 +935,6 @@ $strVar = 'Variable'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate @@ -1073,4 +1072,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 58e19ccff..c96db3cea 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1018,7 +1018,6 @@ $strViewDump = 'Dump (Schema) der Tabelle anzeigen'; $strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen'; $strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen'; $strViewHasBeenDropped = 'Die Ansicht %s wurde gelöscht'; -$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; $strViewName = 'VIEW Name'; $strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver'; @@ -1053,4 +1052,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index c442e5706..8acb112ab 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -941,7 +941,6 @@ $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1070,4 +1069,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 3410428e6..d1a0472b2 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -933,7 +933,6 @@ $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate @@ -1065,4 +1064,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 48dd3728f..25ffc16d4 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -934,7 +934,6 @@ $strViewDumpDatabases = 'View dump (schema) of databases';//to translate $strViewDumpDB = 'View dump (schema) of database'; //to translate $strViewDump = 'View dump (schema) of table'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate @@ -1073,4 +1072,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 0e5aa0359..d3ca33246 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -824,7 +824,6 @@ $strViewDumpDatabases = 'Adatbázis kiírás (séma) megtekintése'; $strViewDumpDB = 'Adatbázis kiírás (vázlat) megnézése'; $strViewDump = 'Tábla kiírás (vázlat) megnézése'; $strViewHasBeenDropped = '%s nézet eldobva'; -$strViewMaxExactCount = 'Ez a nézet több, mint %s sort tartalmaz. Nézz utána a %sdokumentációban%s.'; $strViewName = 'Nézet neve'; $strView = 'Nézet'; @@ -1064,4 +1063,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 462705658..d8d5d7251 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -937,7 +937,6 @@ $strUnsupportedCompressionDetected = 'You attempted to load file with unsupporte $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate $strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strQueryResultsOperations = 'Query results operations'; //to translate $strAddClause = 'Add %s'; //to translate @@ -1063,4 +1062,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 1b73e4776..c57ca6c94 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -990,7 +990,6 @@ $strViewDumpDatabases = 'Visualizza il dump (schema) dei databases'; $strViewDumpDB = 'Visualizza dump (schema) del database'; $strViewDump = 'Visualizza dump (schema) della tabella'; $strViewHasBeenDropped = 'La vista %s è stata eliminata'; -$strViewMaxExactCount = 'Questa vista ha più di %d righe. Per informazioni fare riferimento a %sdocumentation%s.'; $strViewName = 'Nome VISTA'; $strView = 'Vista'; @@ -1048,4 +1047,5 @@ $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index d2625cf5e..16f34e4c2 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -994,7 +994,6 @@ $strViewDumpDatabases = 'データベースのダンプ(スキーマ)表示'; $strViewDumpDB = 'DB のダンプ(スキーマ)表示'; $strViewDump = 'テーブルのダンプ(スキーマ)表示'; $strViewHasBeenDropped = 'ビュー %s を破棄しました'; -$strViewMaxExactCount = 'ビューの行数が %s を越えました。%sドキュメント%s をご覧ください'; $strViewName = 'VIEW の名前'; $strWebServerUploadDirectoryError = '指定したアップロードディレクトリが利用できません'; @@ -1064,4 +1063,5 @@ $strWebServerInformation = 'ウェブサーバ情報'; //to translate $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 04710f92b..9e4f6ff7d 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -934,7 +934,6 @@ $strUseThisValue = 'Use this value'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWestEuropean = 'West European'; //to translate @@ -1068,4 +1067,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 8850fd87e..3c3668fc3 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -941,7 +941,6 @@ $strUsedPhpExtensions = 'Used PHP extensions'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1070,4 +1069,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 44def4590..00c61289b 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -937,7 +937,6 @@ $strUnsupportedCompressionDetected = 'You attempted to load file with unsupporte $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate $strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strQueryResultsOperations = 'Query results operations'; //to translate $strAddClause = 'Add %s'; //to translate @@ -1063,4 +1062,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index ff735f0e7..3780d9433 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1009,7 +1009,6 @@ $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate $strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strViewName = 'VIEW name'; //to translate $strProfiling = 'Profiling'; //to translate $strPartitionDefinition = 'PARTITION definition'; //to translate @@ -1048,4 +1047,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 83f47d101..ca37089cb 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -949,7 +949,6 @@ $strUseThisValue = 'Use this value'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWestEuropean = 'West European'; //to translate @@ -1085,4 +1084,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 7eed2c2da..94a7742df 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -942,7 +942,6 @@ $strUnsupportedCompressionDetected = 'You attempted to load file with unsupporte $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate $strUsedPhpExtensions = 'Used PHP extensions'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strQueryResultsOperations = 'Query results operations'; //to translate $strAddClause = 'Add %s'; //to translate @@ -1068,4 +1067,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index e05fb4b97..b921bd61a 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1012,7 +1012,6 @@ $strViewDump = 'Vis dump (skjema) av tabell'; $strViewDumpDatabases = 'Vis dumpet skjema av databaser'; $strViewDumpDB = 'Vis dump (skjema) av database'; $strViewHasBeenDropped = 'Visningen %s har blitt slettet'; -$strViewMaxExactCount = 'Denne visningen har mer enn %d rader. Les i %sdocumentation%s.'; $strViewName = 'VIEW navn'; $strWebServerUploadDirectory = 'webtjener opplastingskatalog'; @@ -1045,4 +1044,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index ca5a057a0..cb25b9b3e 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -933,7 +933,6 @@ $strVar = 'Variable'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate @@ -1070,4 +1069,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 171943117..637a9299f 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -919,7 +919,6 @@ $strViewDumpDatabases = 'Zrzut baz danych'; $strViewDumpDB = 'Zrzut bazy danych'; $strViewDump = 'Zrzut tabeli'; $strViewHasBeenDropped = 'Perspektywa %s została usunięta'; -$strViewMaxExactCount = 'Perspektywa ma ponad %d rekordów. Proszę zajrzeć do %sdokumentacji%s.'; $strView = 'Perspektywa'; $strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosiągalny'; @@ -1041,4 +1040,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 6025e4806..155a0ae7f 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -943,7 +943,6 @@ $strValidatorError = 'The SQL validator could not be initialized. Please check i $strVersionInformation = 'Version information'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWildcard = 'wildcard'; //to translate @@ -1074,4 +1073,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 314f78111..17c363b2d 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1024,7 +1024,6 @@ $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize dire $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strViewName = 'VIEW name'; //to translate $strPartitionDefinition = 'PARTITION definition'; //to translate @@ -1062,4 +1061,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index e45d8b47a..5f93d681f 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -994,7 +994,6 @@ $strViewDump = 'Отобразить дамп (схему) таблицы'; $strViewDumpDatabases = 'Отобразить дамп (схему) баз данных'; $strViewDumpDB = 'Отобразить дамп (схему) базы данных'; $strViewHasBeenDropped = 'Представление %s было удалено'; -$strViewMaxExactCount = 'Это представление содержит больше %s строк. За разъяснениями, обратитесь к %sдокументации%s.'; $strViewName = 'VIEW название'; $strWebServerUploadDirectory = 'Из каталога загрузки'; @@ -1049,4 +1048,5 @@ $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 6e76f6e66..132e19838 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -990,7 +990,6 @@ $strViewDumpDatabases = 'Прикажи садржај (схему) базе'; $strViewDumpDB = 'Прикажи садржај (схему) базе'; $strViewDump = 'Прикажи садржај (схему) табеле'; $strViewHasBeenDropped = 'Поглед %s је одбачен'; -$strViewMaxExactCount = 'Овај поглед има више од %d редова. Молимо погледајте %sдокументацију%s.'; $strViewName = 'назив за VIEW'; $strView = 'Поглед'; @@ -1047,4 +1046,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 6496c8f52..69ec80e9c 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -990,7 +990,6 @@ $strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze'; $strViewDumpDB = 'Prikaži sadržaj (shemu) baze'; $strViewDump = 'Prikaži sadržaj (shemu) tabele'; $strViewHasBeenDropped = 'Pogled %s je odbačen'; -$strViewMaxExactCount = 'Ovaj pogled ima više od %d redova. Molimo pogledajte %sdokumentaciju%s.'; $strViewName = 'naziv za VIEW'; $strView = 'Pogled'; @@ -1047,4 +1046,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index bde89ed7f..c100c80db 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -927,7 +927,6 @@ $strViewDumpDatabases = 'View dump (schema) of databases'; $strViewDumpDB = 'View dump (schema) of database'; $strViewDump = 'View dump (schema) of table'; $strViewHasBeenDropped = 'View %s has been dropped'; -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; $strView = 'දර්ශනය කරන්න'; $strWebServerUploadDirectoryError = 'අප්ලෝඩ් කිරීම් සඳහා සැකසූ ඩිරෙක්ටරිය වෙත පිවිසිය නොහැක'; @@ -1050,4 +1049,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 5d5e86e18..07ab6f3e0 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -920,7 +920,6 @@ $strViewDumpDatabases = 'Export databáz'; $strViewDumpDB = 'Zobraziť dump (schému) databázy'; $strViewDump = 'Zobraziť dump (schému) tabuľky'; $strViewHasBeenDropped = 'Pohľad %s bol odstránený'; -$strViewMaxExactCount = 'Tento pohľad obsahuje viac ako %s riadkov. Viď %sdokumentácia%s.'; $strView = 'Pohľad'; $strWebServerUploadDirectoryError = 'Adresár určený pre upload súborov sa nedá otvoriť'; @@ -1048,4 +1047,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 9445f2e4d..11348c233 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -938,7 +938,6 @@ $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWriteRequests = 'Write requests'; //to translate @@ -1067,4 +1066,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 1d782d19d..763f44f67 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -986,7 +986,6 @@ $strViewDumpDatabases = 'Ver el volcado (schema) de la base de datos'; $strViewDumpDB = 'Ver el volcado esquema de la base de datos'; $strViewDump = 'Mostrar el volcado esquema de la tabla'; $strViewHasBeenDropped = 'Se descartó el modo de visualización %s'; -$strViewMaxExactCount = 'Esta visualización tiene más de %s filas. Por favor, refiérase a la %sdocumentación%s.'; $strViewName = '(VIEW) VER nombre'; $strView = 'Visualizar'; @@ -1043,4 +1042,5 @@ $strSuhosin = 'El servidor está utilizando Suhosin. Por favor, refiérase a %sd $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index df910e307..252f8a717 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -989,7 +989,6 @@ $strViewDumpDatabases = 'Visa SQL-satser för databaser'; $strViewDumpDB = 'Visa SQL-satser för databasen'; $strViewDump = 'Visa SQL-satser för tabellen'; $strViewHasBeenDropped = 'Vyn %s har tagits bort'; -$strViewMaxExactCount = 'Denna vy har mer än %s rader. Var god se %sdokumentationen%s.'; $strViewName = 'Namn på vy'; $strView = 'Vy'; @@ -1046,4 +1045,5 @@ $strSuhosin = 'Server körs med Suhosin. Se %sdokumentation%s för möjliga frå $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index d627bda5f..e890c8888 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -950,7 +950,6 @@ $strUnsupportedCompressionDetected = 'You attempted to load file with unsupporte $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strFunctions = 'Functions'; //to translate $strProcedures = 'Procedures'; //to translate @@ -1059,4 +1058,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index eb1fd5073..cdba18a12 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -939,7 +939,6 @@ $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move $strVersionInformation = 'Version information'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate @@ -1069,4 +1068,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index e73c6991f..2289a6d5b 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -995,7 +995,6 @@ $strViewDumpDatabases = 'Veritabanlarının dökümünü (şemasını) göster'; $strViewDumpDB = 'Veritabanının dökümünü (şemasını) göster'; $strViewDump = 'Tablonun dökümünü (şemasını) göster'; $strViewHasBeenDropped = '%s görünümü kaldırıldı'; -$strViewMaxExactCount = 'Bu görünüm %s satırdan daha fazla. Lütfen %sbelgelere%s başvurun.'; $strViewName = 'GÖRÜNÜM adı'; $strView = 'Görünüm'; @@ -1053,4 +1052,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 688e33919..1fc7e2efd 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -937,7 +937,6 @@ $strUseThisValue = 'Use this value'; //to translate $strVersionInformation = 'Version information'; //to translate $strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate $strView = 'View'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate @@ -1067,4 +1066,5 @@ $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s fo $strEvents = 'Events'; //to translate $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate ?> diff --git a/libraries/footer.inc.php b/libraries/footer.inc.php index 4ffb6ac84..458db2b11 100644 --- a/libraries/footer.inc.php +++ b/libraries/footer.inc.php @@ -1,7 +1,7 @@