Vypis textu misto prazdne tabulky
authorThomas Mudrunka <tomas@mudrunka.cz>
Tue, 22 Nov 2011 20:11:28 +0000 (21:11 +0100)
committerThomas Mudrunka <tomas@mudrunka.cz>
Tue, 22 Nov 2011 20:11:28 +0000 (21:11 +0100)
index.php
locale/cs/messages.inc.php

index 8ee47b8b099b87bbe4d00ac747fe51a29bb6c7a1..a6bca88694479642d9fc7645b27a936fc6acabfd 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -365,6 +365,7 @@ EOF;
        }
 
        function render_item_table($table,$class=false) {
+               if(empty($table)) return '<h3>'.T('holy primordial emptiness is all you can find here...').'</h3><br />';
                $this->table_add_images($table);
                if($class) $this->table_add_relations($table,$class);
                $this->table_add_barcodes($table);
index 9f992169d4144d2888620965bb65bc4477f74446..2a76d1469b8c322daf1812350c93ace1e4148cf2 100644 (file)
@@ -9,6 +9,7 @@ $LOCALE_MESSAGES = array(
                'SAFE INCLUDE: Securityfuck.' => '[Inkluze] Nejeb tu.',
                'SAFE INCLUDE: Fuckfound.' => '[Inkluze] Kryptohovno nenalezeno!',
                'Record not found!' => 'Položka nenalezena!',
+               'holy primordial emptiness is all you can find here...' => 'věz, že zde nenajdeš více než nekonečnou laskavost prapůvodní prázdnoty...',
 
                'item_id' => 'č.položky',
                'item_serial' => 'Sériové č.',
This page took 0.116555 seconds and 4 git commands to generate.