]> git.joonet.de Git - adminer.git/commitdiff
Improve description
authorJakub Vrana <jakub@vrana.cz>
Sat, 30 Oct 2010 13:25:30 +0000 (15:25 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sat, 30 Oct 2010 13:25:30 +0000 (15:25 +0200)
adminer/include/adminer.inc.php
adminer/lang/cs.inc.php
editor/include/adminer.inc.php

index d724f274513fe9f8d6e0122bd57f997037055a1c..c53cb2b58f4845aa2bba8933c05e56d79557f7f9 100644 (file)
@@ -139,7 +139,7 @@ document.getElementById('username').focus();
        */
        function selectQuery($query) {
                global $jush;
-               return "<p><a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('Page') . ": " . lang('last') . "'>&gt;&gt;</a> <code class='jush-$jush'>" . h(str_replace("\n", " ", $query)) . "</code> <a href='" . h(ME) . "sql=" . urlencode($query) . "'>" . lang('Edit') . "</a>\n";
+               return "<p><a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('Last page') . "'>&gt;&gt;</a> <code class='jush-$jush'>" . h(str_replace("\n", " ", $query)) . "</code> <a href='" . h(ME) . "sql=" . urlencode($query) . "'>" . lang('Edit') . "</a>\n";
        }
        
        /** Description of a row in a table
index 3c9ed5131c3f4e1f04249cb4b10e7897c7532c33..00f915ad72b7726dba4d6c5af34156fcdbabbb7b 100644 (file)
@@ -221,6 +221,7 @@ $translations = array(
        '%d row(s)' => array('%d řádek', '%d řádky', '%d řádků'),
        'Page' => 'Stránka',
        'last' => 'poslední',
+       'Last page' => 'Poslední stránka',
        'whole result' => 'celý výsledek',
        '%d byte(s)' => array('%d bajt', '%d bajty', '%d bajtů'),
        
index ba76c8602d756c66853c893581cc7ca530ce1113..ec3a8e8855ca82968d13824b76fc742ed4a07170 100644 (file)
@@ -62,7 +62,7 @@ document.getElementById('username').focus();
                if (isset($set)) {
                        echo '<p class="tabs"><a href="' . h(ME . 'edit=' . urlencode($TABLE) . $set) . '">' . lang('New item') . "</a>\n";
                }
-               echo "<a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('Page') . ": " . lang('last') . "'>&gt;&gt;</a>\n";
+               echo "<a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('Last page') . "'>&gt;&gt;</a>\n";
        }
        
        function foreignKeys($table) {