. /** * Automatically generated strings for Moodle installer * * Do not edit this file manually! It contains just a subset of strings * needed during the very first steps of installation. This file was * generated automatically by export-installer.php (which is part of AMOS * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the * list of strings defined in /install/stringnames.txt. * * @package installer * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['cannotcreatedboninstall'] = '
Nelze vytvořit databázi.
Určená databáze neexistuje a uživatel nemá oprávnění k vytvoření databáze.
Správce stránek by měl ověřit konfiguraci databáze.
'; $string['cannotcreatelangdir'] = 'Nelze vytvořit adresář pro jazykové soubory'; $string['cannotcreatetempdir'] = 'Nelze vytvořit dočasný adresář'; $string['cannotdownloadcomponents'] = 'Nelze stáhnout komponenty'; $string['cannotdownloadzipfile'] = 'Nelze stáhnout soubor ZIP'; $string['cannotfindcomponent'] = 'Komponenta nenalezena'; $string['cannotsavemd5file'] = 'Nelze uložit soubor MD5'; $string['cannotsavezipfile'] = 'Nelze uložit soubor ZIP'; $string['cannotunzipfile'] = 'Nelze dekomprimovat soubor'; $string['componentisuptodate'] = 'Komponenta je aktuální'; $string['dmlexceptiononinstall'] = 'Došlo k chybě databáze [{$a->errorcode}].
{$a->debuginfo}
Stahování komponenty na váš server selhalo. Prověřte nastavení proxy. Vřele doporučujeme PHP rozšíření cURL.
Nyní musíte stáhnout soubor {$a->url} ručně, překopírovat jej do "{$a->dest}" na vašem serveru a tam jej rozbalit.
'; $string['wrongdestpath'] = 'Chybné cílové umístění'; $string['wrongsourcebase'] = 'Chybné URL zdrojového serveru'; $string['wrongzipfilename'] = 'Chybné jméno souboru ZIP';