]> git.joonet.de Git - adminer.git/commitdiff
Rename execute button by file upload in SQL command
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 13 Jul 2009 22:42:47 +0000 (22:42 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 13 Jul 2009 22:42:47 +0000 (22:42 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@821 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/lang/cs.inc.php
adminer/sql.inc.php

index 5925ba8ea4b09c8ad28e1476647db0299bad32da..2f8e89f54dbaf322df9547395dbdf2cfebd3ec89 100644 (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',
 );
index 5177df6864d3f5a7c150ceb84641ab47c651295a..e1c2a6e8aa7d522ea59eceb28030d9274017fec2 100644 (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