From: jakubvrana Date: Mon, 23 Jul 2007 13:29:14 +0000 (+0000) Subject: Czech translation X-Git-Tag: v3.0.0~1280 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=5f1b4618a9f157ee961df16fc6a9c1e44533d26c;p=adminer.git Czech translation git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@230 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/lang.inc.php b/lang.inc.php index 2c4576e1..00a66fad 100644 --- a/lang.inc.php +++ b/lang.inc.php @@ -24,7 +24,7 @@ static $translations = array( 'Create table' => 'Vytvořit tabulku', 'Unable to operate table' => 'Nepodařilo se zpracovat tabulku', 'Table name' => 'Název tabulky', - 'engine' => 'typ tabulky', + 'engine' => 'úložiště', 'collation' => 'porovnávání', 'Column name' => 'Název sloupce', 'Type' => 'Typ', @@ -142,7 +142,7 @@ static $translations = array( 'Alter function' => 'Změnit funkci', 'Alter procedure' => 'Změnit proceduru', 'Unable to operate routine' => 'Nepořadilo se zpracovat proceduru', - 'Return type' => '', + 'Return type' => 'Návratový typ', ), );