Czech translation

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@230 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-23 13:29:14 +00:00
parent 6a682e38df
commit 5f1b4618a9

View file

@ -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',
),
);