mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'install_master' of git://github.com/amosbot/moodle
This commit is contained in:
commit
ab2da3f679
1 changed files with 7 additions and 7 deletions
|
@ -29,16 +29,16 @@
|
|||
*/
|
||||
|
||||
$string['cannotcreatelangdir'] = 'Nelze vytvořit adresář pro jazykové soubory';
|
||||
$string['cannotcreatetempdir'] = 'Nelze vytvořit dočasný adresář.';
|
||||
$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['downloadedfilecheckfailed'] = 'Kontrola staženého souboru dopadla negativně';
|
||||
$string['invalidmd5'] = 'Neplatný MD5 hash';
|
||||
$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['downloadedfilecheckfailed'] = 'Selhala kontrola staženého souboru';
|
||||
$string['invalidmd5'] = 'Ověření selhalo - zkuste to znovu';
|
||||
$string['missingrequiredfield'] = 'Chybí některé z povinných polí';
|
||||
$string['remotedownloaderror'] = 'Stahování komponenty na váš server selhalo. Prověřte nastavení proxy. Vřele doporučujeme PHP rozšíření cURL.<br /><br />Nyní musíte stáhnout soubor <a href="{$a->url}">{$a->url}</a> 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í';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue