From: Thomas Mudrunka Date: Tue, 24 Jul 2012 13:51:01 +0000 (+0200) Subject: Kosmeticka uprava po novinkach X-Git-Url: http://git.harvie.cz/?p=mirrors%2FSokoMan.git;a=commitdiff_plain;h=c6831f3495cabc16fffce7d6fbb42e97cd69ac01 Kosmeticka uprava po novinkach --- diff --git a/index.php b/index.php index cf90185..b90738f 100755 --- a/index.php +++ b/index.php @@ -267,7 +267,7 @@ EOF; if($count) $assistants[$item] = "assistant/$item"; } - $tables=array('item','model','category','producer','vendor','room','status','location'); + $tables=array('item','barcode','model','category','producer','vendor','room','status','location'); foreach($tables as $table) { $listable[$table] = $table; diff --git a/locale/cs/messages.inc.php b/locale/cs/messages.inc.php index f2a0b7b..26273f4 100644 --- a/locale/cs/messages.inc.php +++ b/locale/cs/messages.inc.php @@ -25,6 +25,9 @@ $LOCALE_MESSAGES = array( 'item_valid_till' => 'Položka platná do', 'item_valid_from' => 'Položka platná od', + 'barcode_name' => 'Čárový kód modelu', + 'barcode_name:' => 'Čárový kód modelu:', + 'model_image' => 'Obrázek', 'model_name' => 'Model', 'model_descript' => 'Popis modelu', @@ -67,6 +70,7 @@ $LOCALE_MESSAGES = array( 'item_quantity_to_buy' => 'Nakoupit minimálně', 'item' => '[položka]', + 'barcode' => '[čárový kód]', 'producer' => '[výrobce]', 'room' => '[sklad]', 'status' => '[stav]',