diff --git a/adminer/dump.inc.php b/adminer/dump.inc.php index 6c4e6d29..ceb5563a 100644 --- a/adminer/dump.inc.php +++ b/adminer/dump.inc.php @@ -158,18 +158,17 @@ page_header(lang('Export'), "", (strlen($_GET["export"]) ? array("table" => $_GE
diff --git a/adminer/include/export.inc.php b/adminer/include/export.inc.php index 11a98ea1..7026b577 100644 --- a/adminer/include/export.inc.php +++ b/adminer/include/export.inc.php @@ -157,6 +157,6 @@ function dump_headers($identifier, $multi_table = false) { return $ext; } -$dump_output = "" . optionlist(array('text' => lang('open'), 'file' => lang('save'))) . ""; -$dump_format = "" . optionlist(array('sql' => lang('SQL'), 'csv' => lang('CSV'))) . ""; +$dump_output = "" . optionlist(array('text' => lang('open'), 'file' => lang('save'))) . "" + . " " . optionlist(array('sql' => 'SQL', 'csv' => 'CSV')) . "" $max_packet = 1048576; // default, minimum is 1024 diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 4adeaa74..b24bea9f 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Výstup', 'open' => 'otevřít', 'save' => 'uložit', - 'Format' => 'Formát', - 'SQL' => 'SQL', - 'CSV' => 'CSV', 'Tables' => 'Tabulky', 'Data' => 'Data', 'Event has been dropped.' => 'Událost byla odstraněna.', diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index 7b49b316..90891642 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Ergebnis', 'open' => 'anzeigen', 'save' => 'Datei', - 'Format' => 'Format', - 'SQL' => 'SQL', - 'CSV' => 'CSV', 'Tables' => 'Tabellen', 'Data' => 'Daten', 'Event has been dropped.' => 'Ereignis entfernt.', diff --git a/adminer/lang/es.inc.php b/adminer/lang/es.inc.php index 0fbfa93d..21270bd5 100644 --- a/adminer/lang/es.inc.php +++ b/adminer/lang/es.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Salida', 'open' => 'mostrar', 'save' => 'archivo', - 'Format' => 'Formato', - 'SQL' => 'SQL', - 'CSV' => 'CSV', 'Tables' => 'Tablas', 'Data' => 'Datos', 'Event has been dropped.' => 'Evento eliminado.', diff --git a/adminer/lang/et.inc.php b/adminer/lang/et.inc.php index 1ff8f028..7e1b63a4 100644 --- a/adminer/lang/et.inc.php +++ b/adminer/lang/et.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Väljund', 'open' => 'näita brauseris', 'save' => 'salvesta failina', - 'Format' => 'Formaat', - 'SQL' => 'SQL', - 'CSV' => 'CSV', 'Functions' => 'Funktsioonid', 'Aggregation' => 'Liitmine', 'Event has been dropped.' => 'Sündmus on edukalt kustutatud.', diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index fd5dc5df..6f8ba457 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Sortie', 'open' => 'ouvrir', 'save' => 'sauvegarder', - 'Format' => 'Formatter', - 'SQL' => 'SQL', - 'CSV' => 'CVS', 'Functions' => 'Fonctions', 'Aggregation' => 'Agrégation', 'Event has been dropped.' => 'L\'évènement a été supprimé.', diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index 9c47872c..ffe8ee32 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Risultato', 'open' => 'apri', 'save' => 'salva', - 'Format' => 'Formato', - 'SQL' => 'SQL', - 'CSV' => 'CSV', 'Tables' => 'Tabelle', 'Data' => 'Dati', 'Event has been dropped.' => 'Evento eliminato.', diff --git a/adminer/lang/nl.inc.php b/adminer/lang/nl.inc.php index 5befed99..7a981217 100644 --- a/adminer/lang/nl.inc.php +++ b/adminer/lang/nl.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Uitvoer', 'open' => 'openen', 'save' => 'opslaan', - 'Format' => 'Formaat', - 'SQL' => 'SQL', - 'CSV' => 'CSV', 'Functions' => 'Functies', 'Aggregation' => 'Totalen', 'Event has been dropped.' => 'Event werd verwijderd.', diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index 740b95d1..51b86a6f 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Выходные данные', 'open' => 'открыть', 'save' => 'сохранить', - 'Format' => 'Формат', - 'SQL' => 'SQL', - 'CSV' => 'CSV', 'Tables' => 'Таблицы', 'Data' => 'Данные', 'Event has been dropped.' => 'Событие было удалено.', diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index cc21aadf..4945b6b5 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => 'Výstup', 'open' => 'otvoriť', 'save' => 'uložiť', - 'Format' => 'Formát', - 'SQL' => 'SQL', - 'CSV' => 'CSV', 'Tables' => 'Tabuľky', 'Data' => 'Dáta', 'Event has been dropped.' => 'Udalosť bola odstránená.', diff --git a/adminer/lang/zh-tw.inc.php b/adminer/lang/zh-tw.inc.php index 9c32277e..2c66e6ba 100644 --- a/adminer/lang/zh-tw.inc.php +++ b/adminer/lang/zh-tw.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => '輸出', 'open' => '打開', 'save' => '儲存', - 'Format' => '格式', - 'SQL' => 'SQL', - 'CSV' => 'CVS', 'Functions' => '函數', 'Aggregation' => '集合', 'Event has been dropped.' => '已丟棄事件。', diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index add1c201..518f5c5f 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -155,9 +155,6 @@ $translations = array( 'Output' => '输出', 'open' => '打开', 'save' => '保存', - 'Format' => '格式', - 'SQL' => 'SQL', - 'CSV' => 'CVS', 'Functions' => '函数', 'Aggregation' => '集合', 'Event has been dropped.' => '已丢弃事件。', diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 1eec2639..3a8cbc58 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -298,7 +298,7 @@ if (!$columns) { echo " (" . lang('%d row(s)', $found_rows) . ') ' . lang('whole result') . "\n"; echo (information_schema($_GET["db"]) ? "" : "