From: jakubvrana
Date: Wed, 4 Mar 2009 16:06:09 +0000 (+0000)
Subject: Clarify export selected
X-Git-Tag: v3.0.0~959
X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=fa03c5f90fe34a8092162148c053fde6d0e57a13;p=adminer.git
Clarify export selected
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@561 7c3ca157-0c34-0410-bff1-cbf682f78f5c
---
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" ? "\n" : "");
- echo "\n";
+ echo "\n";
}
$result->free();
echo "\n";