From: Thomas Mudrunka Date: Mon, 22 Oct 2012 18:19:33 +0000 (+0200) Subject: Hledej polozku X-Git-Url: http://git.harvie.cz/?p=mirrors%2FSokoMan.git;a=commitdiff_plain;h=56ca207aa1d1e5b2b52fdf7c5db97a22b69f01e1 Hledej polozku --- diff --git a/index.php b/index.php index 43eae1c..67f3843 100755 --- 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 .= ''; diff --git a/locale/cs/messages.inc.php b/locale/cs/messages.inc.php index fb0f7f4..d7a4b8a 100644 --- a/locale/cs/messages.inc.php +++ b/locale/cs/messages.inc.php @@ -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',