Czech translation

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@172 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-14 07:19:48 +00:00
parent aa14be0645
commit f041128de6

View file

@ -119,6 +119,10 @@ function lang($idf = null, $number = null) {
'Add column' => 'Přidat sloupec',
'Alter' => 'Změnit',
'Add foreign key' => 'Přidat cizí klíč',
'ON DELETE' => 'ON DELETE',
'ON UPDATE' => 'ON UPDATE',
'Index Type' => 'Typ indexu',
'Column (length)' => 'Sloupec (délka)',
),
);
if (!isset($idf)) {