]> git.joonet.de Git - adminer.git/commitdiff
Clarify export selected
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 4 Mar 2009 16:06:09 +0000 (16:06 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 4 Mar 2009 16:06:09 +0000 (16:06 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@561 7c3ca157-0c34-0410-bff1-cbf682f78f5c

lang/cs.inc.php
select.inc.php

index 7c97aaf274bbddb3d314db3176a82a4d8de15b33..a5915774a09f92a1072248d63948a1226f48ab51 100644 (file)
@@ -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',
 );
index 536db2671c57432f17d43f438021b4cf310f2563..f8fb064c30a8f15ca51b6a0f5628adb714e332c1 100644 (file)
@@ -325,7 +325,7 @@ for (var i=0; <?php echo $i; ?> > i; i++) {
                        echo " (" . lang('%d row(s)', $found_rows) . ")</p>\n";
                        
                        echo ($_GET["db"] != "information_schema" ? "<fieldset><legend>" . lang('Edit') . "</legend><div><input type='submit' value='" . lang('Edit') . "' /> <input type='submit' name='clone' value='" . lang('Clone') . "' /> <input type='submit' name='delete' value='" . lang('Delete') . "'$confirm /></div></fieldset>\n" : "");
-                       echo "<fieldset><legend>" . lang('Export') . "</legend><div>$dump_options <input type='submit' name='export' value='" . lang('Export') . "' /></div></fieldset>\n";
+                       echo "<fieldset><legend>" . lang('Export selected') . "</legend><div>$dump_options <input type='submit' name='export' value='" . lang('Export') . "' /></div></fieldset>\n";
                }
                $result->free();
                echo "<fieldset><legend>" . lang('CSV Import') . "</legend><div><input type='hidden' name='token' value='$token' /><input type='file' name='csv_file' /> <input type='submit' name='import' value='" . lang('Import') . "' /></div></fieldset>\n";