mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Clarify export selected
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@561 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -216,4 +216,5 @@ $translations = array(
|
||||
'Stop on error' => 'Zastavit při chybě',
|
||||
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Byl překročen maximální povolený počet polí. Zvyšte prosím %s a %s.',
|
||||
'(anywhere)' => '(kdekoliv)',
|
||||
'Export selected' => 'Export označených',
|
||||
);
|
||||
|
@@ -325,7 +325,7 @@ for (var i=0; <?php echo $i; ?> > i; i++) {
|
||||
echo " (" . lang('%d row(s)', $found_rows) . ")</p>\n";
|
||||
|
||||
echo ($_GET["db"] != "information_schema" ? "<fieldset><legend>" . lang('Edit') . "</legend><div><input type='submit' value='" . lang('Edit') . "' /> <input type='submit' name='clone' value='" . lang('Clone') . "' /> <input type='submit' name='delete' value='" . lang('Delete') . "'$confirm /></div></fieldset>\n" : "");
|
||||
echo "<fieldset><legend>" . lang('Export') . "</legend><div>$dump_options <input type='submit' name='export' value='" . lang('Export') . "' /></div></fieldset>\n";
|
||||
echo "<fieldset><legend>" . lang('Export selected') . "</legend><div>$dump_options <input type='submit' name='export' value='" . lang('Export') . "' /></div></fieldset>\n";
|
||||
}
|
||||
$result->free();
|
||||
echo "<fieldset><legend>" . lang('CSV Import') . "</legend><div><input type='hidden' name='token' value='$token' /><input type='file' name='csv_file' /> <input type='submit' name='import' value='" . lang('Import') . "' /></div></fieldset>\n";
|
||||
|
Reference in New Issue
Block a user