From fa03c5f90fe34a8092162148c053fde6d0e57a13 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 4 Mar 2009 16:06:09 +0000 Subject: [PATCH] Clarify export selected git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@561 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- lang/cs.inc.php | 1 + select.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/cs.inc.php b/lang/cs.inc.php index 7c97aaf2..a5915774 100644 --- a/lang/cs.inc.php +++ b/lang/cs.inc.php @@ -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', ); diff --git a/select.inc.php b/select.inc.php index 536db267..f8fb064c 100644 --- a/select.inc.php +++ b/select.inc.php @@ -325,7 +325,7 @@ for (var i=0; > i; i++) { echo " (" . lang('%d row(s)', $found_rows) . ")

\n"; echo ($_GET["db"] != "information_schema" ? "
" . lang('Edit') . "
\n" : ""); - echo "
" . lang('Export') . "
$dump_options
\n"; + echo "
" . lang('Export selected') . "
$dump_options
\n"; } $result->free(); echo "
" . lang('CSV Import') . "
\n";