From 0a26222205deb6b6b865693f4a99cf90b0619717 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 13 Jul 2009 22:42:47 +0000 Subject: [PATCH] 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 --- adminer/lang/cs.inc.php | 1 + adminer/sql.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 5925ba8e..2f8e89f5 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -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', ); diff --git a/adminer/sql.inc.php b/adminer/sql.inc.php index 5177df68..e1c2a6e8 100644 --- a/adminer/sql.inc.php +++ b/adminer/sql.inc.php @@ -82,7 +82,7 @@ if (!ini_get("file_uploads")) { echo lang('File uploads are disabled.'); } else { ?> : - +