source: extensions/BatchDownloader/language/mn_MN/advanced.html @ 27786

Last change on this file since 27786 was 27786, checked in by TranslationTeam, 10 years ago

[batch_downloader] Update mn_MN, thanks to : Ulzii

  • Property svn:executable set to *
File size: 1009 bytes
Line 
1<dt><span>$conf['batch_download_max_elements']</span></dt>
2<dd>Maximum value of the <b>Maximum number of photos per download set</b> slider.<br>
3<i>Default is <span>1000</span>.</i></dd>
4
5<dt><span>$conf['batch_download_max_size']</span></dt>
6<dd>Maximum value of the <b>Maximum size of each archive</b> slider.<br>
7<i>Default is <span>500</span>.</i></dd>
8
9<dt><span>$conf['batch_download_additional_ext']</span></dt>
10<dd>Array containing downloadable file extensions (case sensitive).<br>
11<i>Default is <span>$conf['picture_ext']</span>.</i></dd>
12
13<dt><span>$conf['batch_download_file_pattern']</span></dt>
14<dd>Pattern for filenames in the archive.<br>
15Available fields are <span>%id%, %filename%, %author%, %dimensions%</span>.<br>
16Available functions are <span>$escape(xxx), $upper(xxx), $lower(xxx), $strpad(xxx, z, c)</span>.<br>
17<i>Default value is <span>%id%_%filename%_%dimensions%</span>.</i><br>
18<i>Example: <span>$strpad(%id%,4,0)_$escape(%filename%)_$lower(%author%)_%dimensions%</span>.</i></dd>
Note: See TracBrowser for help on using the repository browser.