Hledej polozku
authorThomas Mudrunka <tomas@mudrunka.cz>
Mon, 22 Oct 2012 18:19:33 +0000 (20:19 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Mon, 22 Oct 2012 18:19:33 +0000 (20:19 +0200)
index.php
locale/cs/messages.inc.php

index 43eae1c48f7aba114282e96faa56650bbf797c48..67f38433d2d94180567ac6d3767feaae392471d0 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -307,7 +307,7 @@ EOF;
 
        $html .= $this->form("$script/item", 'GET', array(
                array('q',$search,'text','regexp...','autofocus'),
-               array(false,'search','submit')
+               array(false,'search item','submit')
        ), 'style="float: left;"');
 
        $html .= '</div>';
index fb0f7f49ee69e45345d65394b83aab6e56b5db1a..d7a4b8a3be0e47a7ebc54ca5bd97a76d0661f976 100644 (file)
@@ -117,6 +117,7 @@ $LOCALE_MESSAGES = array(
                'SET-MARGIN' => 'PŘIRAZIT',
                'filter' => 'filtr',
                'search' => 'hledej',
+               'search item' => 'hledej položku',
                //'go' => 'jdi',
                'sure?' => 'opravdu?',
                'Logout' => 'Odhlásit',
This page took 0.111012 seconds and 4 git commands to generate.