Ignore:
Timestamp:
Jun 20, 2013, 2:10:51 AM (11 years ago)
Author:
mistic100
Message:

new parameters on config screen "photo_size", "one_archive", "force_pclzip", "direct"

Location:
extensions/BatchDownloader/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/BatchDownloader/language/en_UK/advanced.html

    r23288 r23383  
    55<dd>Maximum value of the <b>Maximum size of each archive</b> slider. <i>Default is <span>500</span>.</i></dd>
    66
    7 <dt><span>$conf['batch_download_force_pclzip']</span></dt>
    8 <dd>If <span>true</span>, forces the usage of <b>PclZip</b> instead of <b>ZipArchive</b> as ZIP library. <i>Default is <span>false</span>.</i></dd>
    9 
    10 <dt><span>$conf['batch_download_direct']</span></dt>
    11 <dd>If <span>true</span>, delivers ZIP files with HTTP redirection instead of PHP flow. <i>Default is <span>false</span>.</i></dd>
    12 
    137<dt><span>$conf['batch_download_additional_ext']</span></dt>
    148<dd>Array containing downloadable file extensions (case sensitive). <i>Default is <span>$conf['picture_ext']</span>.</i></dd>
  • extensions/BatchDownloader/language/en_UK/plugin.lang.php

    r23359 r23383  
    2323$lang['Archives'] = 'Archives';
    2424$lang['Maximum photo size'] = 'Maximum photo size';
    25 $lang['Delete downloads after'] = 'Delete downloads after';
     25$lang['Delete downloads after'] = 'Delete archives after';
    2626$lang['Maximum number of photos per download set'] = 'Maximum number of photos per download set';
    2727$lang['Maximum size of each archive (in Megabytes)'] = 'Maximum size of each archive (in Megabytes)';
     
    5757$lang['Archive #%d (ready)'] = 'Archive #%d (ready)';
    5858$lang['Archive #%d (pending)'] = 'Archive #%d (pending)';
     59$lang['Delete previous archive when starting to download another one'] = 'Delete previous archive when starting to download another one';
     60$lang['It saves space on the server but doesn\'t allow to restart failed downloads.'] = 'It saves space on the server but doesn\'t allow to restart failed downloads.';
     61$lang['Force the usage of PclZip instead of ZipArchive as ZIP library'] = 'Force the usage of PclZip instead of ZipArchive as ZIP library';
     62$lang['Only check if you are experiencing corrupted archives with ZipArchive.'] = 'Only check if you are experiencing corrupted archives with ZipArchive.';
     63$lang['Don\'t download archives through PHP'] = 'Don\'t download archives through PHP';
     64$lang['Only check if your host complains about high PHP usage.'] = 'Only check if your host complains about high PHP usage.';
    5965
    6066?>
Note: See TracChangeset for help on using the changeset viewer.