Rename execute button by file upload in SQL command

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@821 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-07-13 22:42:47 +00:00
parent 67b4653c2d
commit 0a26222205
2 changed files with 2 additions and 1 deletions

View file

@ -221,4 +221,5 @@ $translations = array(
'Subject' => 'Předmět',
'Send' => 'Odeslat',
'%d e-mail(s) have been sent.' => array('Byl odeslán %d e-mail.', 'Byly odeslány %d e-maily.', 'Bylo odesláno %d e-mailů.'),
'Run file' => 'Spustit soubor',
);

View file

@ -82,7 +82,7 @@ if (!ini_get("file_uploads")) {
echo lang('File uploads are disabled.');
} else { ?>
<?php echo lang('File upload'); ?>: <input type="file" name="sql_file">
<input type="submit" name="file" value="<?php echo lang('Execute'); ?>">
<input type="submit" name="file" value="<?php echo lang('Run file'); ?>">
<?php } ?>
<?php