From 56ca207aa1d1e5b2b52fdf7c5db97a22b69f01e1 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Mon, 22 Oct 2012 20:19:33 +0200 Subject: [PATCH] Hledej polozku --- index.php | 2 +- locale/cs/messages.inc.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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', -- 2.30.2