From 5f1b4618a9f157ee961df16fc6a9c1e44533d26c Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 23 Jul 2007 13:29:14 +0000 Subject: [PATCH] Czech translation git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@230 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- lang.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', ), );