]> git.joonet.de Git - adminer.git/commitdiff
Ambiguous word
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 11 Jul 2007 13:54:16 +0000 (13:54 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 11 Jul 2007 13:54:16 +0000 (13:54 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@131 7c3ca157-0c34-0410-bff1-cbf682f78f5c

lang.inc.php

index 0debcc8ed4b8ddc924ac43178ec71979ad7ff2ec..84c1484516a258c8e1f78ab741f8eddcbd02a1f2 100644 (file)
@@ -21,13 +21,13 @@ function lang($idf = null, $number = null) {
                        'Table has been dropped.' => 'Tabulka byla odstraněna.',
                        'Table has been altered.' => 'Tabulka byla změněna.',
                        'Table has been created.' => 'Tabulka byla vytvořena.',
-                       'Alter table' => 'Změnit tabulku',
+                       'Alter table' => 'Pozměnit tabulku',
                        'Create table' => 'Vytvořit tabulku',
                        'Unable to operate table' => 'Nepodařilo se zpracovat tabulku',
                        'Table name' => 'Název tabulky',
                        'engine' => 'typ tabulky',
                        'collation' => 'porovnávání',
-                       'Name' => 'Název',
+                       'Column name' => 'Název sloupce',
                        'Type' => 'Typ',
                        'Length' => 'Délka',
                        'NULL' => 'NULL',
@@ -40,7 +40,7 @@ function lang($idf = null, $number = null) {
                        'Database has been created.' => 'Databáze byla vytvořena.',
                        'Database has been renamed.' => 'Databáze byla přejmenová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',
                        'Unable to operate database' => 'Nepodařilo se zpracovat databázi',
                        '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' => '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ší',
                        'Language' => 'Jazyk',
                        'Select' => 'Vypsat',