Kosmeticka uprava po novinkach
authorThomas Mudrunka <tomas@mudrunka.cz>
Tue, 24 Jul 2012 13:51:01 +0000 (15:51 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Tue, 24 Jul 2012 13:51:01 +0000 (15:51 +0200)
index.php
locale/cs/messages.inc.php

index cf901858d367923fd915860b24f4b87c78a6ae13..b90738f1ff2884e1d79c671e3229ce5ba29ec1c8 100755 (executable)
--- 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;
index f2a0b7bf1455673e5cba6c1757bb5781b27d7a02..26273f43bde69b977d2275dc1fb2517c01c8d05f 100644 (file)
@@ -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]',
This page took 0.136913 seconds and 4 git commands to generate.