diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php
index 1756cbf60..ec68a1252 100644
--- a/lang/czech-utf-8.inc.php
+++ b/lang/czech-utf-8.inc.php
@@ -661,6 +661,10 @@ $strPHPVersion = 'Verze PHP';
$strPhp = 'Vytvořit PHP kód';
$strPlayAudio = 'Přehrát zvuk';
$strPleaseSelectPrimaryOrUniqueKey = 'Zvolte, prosím, primární nebo unikátní klíč';
+$strPmadbCreateConfig = 'Zapněte rozšířené funkce v konfiguračním souboru (config.inc.php
), můžete se inspirovat v config.sample.inc.php
.';
+$strPmadbCreateHelp = 'Stručný návod pro zapnutí rozšířených funkcí:';
+$strPmadbCreateTables = 'Vytvořte potřebné tabulky pomocí skriptu script/create_tables.sql
.';
+$strPmadbCreateUser = 'Vytvořte uživatele pma a přidělte mu oprávnění na tyto tabulky.';
$strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr $cfg[\'PmaAbsoluteUri\'] MUSÍ být nastaven v konfiguračním souboru!';
$strPolish = 'Polština';
@@ -1627,8 +1631,4 @@ $strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_e
$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
-$strPmadbCreateHelp = 'Quick steps to setup advanced features:'; //to translate
-$strPmadbCreateTables = 'Create the needed tables with the script/create_tables.sql
.'; //to translate
-$strPmadbCreateUser = 'Create a pma user and give access to these tables.'; //to translate
-$strPmadbCreateConfig = 'Enable advanced features in configuration file (config.inc.php
), for example by starting from config.sample.inc.php
.'; //to translate
?>