Changeset 18358
- Timestamp:
- Sep 29, 2012, 8:01:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/language/cs_CZ/plugin.lang.php
r16819 r18358 54 54 $lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Archiv se nahrává, pokud nahrávání nezačne automaticky, prosím <a href="%s">stiskněte zde</a>'; 55 55 $lang['Total size'] = 'Celková velikost'; 56 $lang['Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.'] = 'Nelze najít ZipArchive PHP rozšíření, Dávkové stahování nemůže pracovat bez tohoto rozšíření';57 56 $lang['User collection'] = 'Uživatelský výběr'; 58 57 $lang['User groups'] = 'Uživatelské skupiny'; … … 65 64 $lang['hours'] = 'hodiny'; 66 65 $lang['real number of archives can differ'] = 'opravdový počet archivů se může lišit'; 66 $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Rozšíření ZipArchive PHP nenalezeno, Batch Downloader použije místo toho PclZip, ale výkon bude snížen.'; 67 67 ?>
Note: See TracChangeset
for help on using the changeset viewer.