Ambiguous word

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@131 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-11 13:54:16 +00:00
parent 8f052722e4
commit fecc76a5fb

View file

@ -21,13 +21,13 @@ function lang($idf = null, $number = null) {
'Table has been dropped.' => 'Tabulka byla odstraněna.', 'Table has been dropped.' => 'Tabulka byla odstraněna.',
'Table has been altered.' => 'Tabulka byla změněna.', 'Table has been altered.' => 'Tabulka byla změněna.',
'Table has been created.' => 'Tabulka byla vytvořena.', 'Table has been created.' => 'Tabulka byla vytvořena.',
'Alter table' => 'Změnit tabulku', 'Alter table' => 'Pozměnit tabulku',
'Create table' => 'Vytvořit tabulku', 'Create table' => 'Vytvořit tabulku',
'Unable to operate table' => 'Nepodařilo se zpracovat tabulku', 'Unable to operate table' => 'Nepodařilo se zpracovat tabulku',
'Table name' => 'Název tabulky', 'Table name' => 'Název tabulky',
'engine' => 'typ tabulky', 'engine' => 'typ tabulky',
'collation' => 'porovnávání', 'collation' => 'porovnávání',
'Name' => 'Název', 'Column name' => 'Název sloupce',
'Type' => 'Typ', 'Type' => 'Typ',
'Length' => 'Délka', 'Length' => 'Délka',
'NULL' => 'NULL', 'NULL' => 'NULL',
@ -40,7 +40,7 @@ function lang($idf = null, $number = null) {
'Database has been created.' => 'Databáze byla vytvořena.', 'Database has been created.' => 'Databáze byla vytvořena.',
'Database has been renamed.' => 'Databáze byla přejmenována.', 'Database has been renamed.' => 'Databáze byla přejmenována.',
'Database has been altered.' => 'Databáze byla změněna.', 'Database has been altered.' => 'Databáze byla změněna.',
'Alter database' => 'Změnit databázi', 'Alter database' => 'Pozměnit databázi',
'Create database' => 'Vytvořit databázi', 'Create database' => 'Vytvořit databázi',
'Unable to operate database' => 'Nepodařilo se zpracovat databázi', 'Unable to operate database' => 'Nepodařilo se zpracovat databázi',
'SQL command' => 'SQL příkaz', 'SQL command' => 'SQL příkaz',
@ -64,7 +64,7 @@ function lang($idf = null, $number = null) {
'Indexes has been altered.' => 'Indexy byly změněny.', 'Indexes has been altered.' => 'Indexy byly změněny.',
'Indexes' => 'Indexy', 'Indexes' => 'Indexy',
'Unable to operate indexes' => 'Nepodařilo se zpracovat indexy', 'Unable to operate indexes' => 'Nepodařilo se zpracovat indexy',
'Alter indexes' => 'Změnit indexy', 'Alter indexes' => 'Pozměnit indexy',
'Add next' => 'Přidat další', 'Add next' => 'Přidat další',
'Language' => 'Jazyk', 'Language' => 'Jazyk',
'Select' => 'Vypsat', 'Select' => 'Vypsat',