1 | <?php |
---|
2 | |
---|
3 | $lang['download'] = 'download'; |
---|
4 | $lang['done'] = 'done'; |
---|
5 | $lang['Whole gallery'] = 'Whole gallery'; |
---|
6 | $lang['Random'] = 'Random'; |
---|
7 | $lang['User collection'] = 'User collection'; |
---|
8 | $lang['Number of images'] = 'Number of photos'; |
---|
9 | $lang['Number of archives'] = 'Number of archives'; |
---|
10 | $lang['Total size'] = 'Total size'; |
---|
11 | $lang['Download history'] = 'Download history'; |
---|
12 | $lang['Download set deleted'] = 'Download set deleted'; |
---|
13 | $lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'; |
---|
14 | $lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'; |
---|
15 | $lang['You can not edit this set'] = 'You can not edit this set'; |
---|
16 | $lang['Batch Downloader'] = 'Batch Downloader'; |
---|
17 | $lang['Generate ZIP'] = 'Generate ZIP'; |
---|
18 | $lang['Edit the set'] = 'Edit the set'; |
---|
19 | $lang['Download all pictures of this selection'] = 'Download all pictures of this selection'; |
---|
20 | $lang['Downloads'] = 'Downloads'; |
---|
21 | $lang['Download permissions'] = 'Download permissions'; |
---|
22 | $lang['User groups'] = 'User groups'; |
---|
23 | $lang['Archives'] = 'Archives'; |
---|
24 | $lang['Maximum photo size'] = 'Maximum photo size'; |
---|
25 | $lang['Delete downloads after'] = 'Delete downloads after'; |
---|
26 | $lang['Maximum number of photos per download set'] = 'Maximum number of photos per download set'; |
---|
27 | $lang['Maximum size of each archive (in Megabytes)'] = 'Maximum size of each archive (in Megabytes)'; |
---|
28 | $lang['Archive prefix'] = 'Archive prefix'; |
---|
29 | $lang['Archive comment'] = 'Archive comment'; |
---|
30 | $lang['Set type'] = 'Set type'; |
---|
31 | $lang['Delete this set'] = 'Delete this set'; |
---|
32 | $lang['Cancel this set'] = 'Cancel this set'; |
---|
33 | $lang['Download info'] = 'Download info'; |
---|
34 | $lang['Estimated size'] = 'Estimated size'; |
---|
35 | $lang['Estimated number of archives'] = 'Estimated number of archives'; |
---|
36 | $lang['real number of archives can differ'] = 'real number of archives can differ'; |
---|
37 | $lang['Download links'] = 'Download links'; |
---|
38 | $lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>Warning:</b> all files will be deleted within %d hours'; |
---|
39 | $lang['Cancel this download'] = 'Cancel this download'; |
---|
40 | $lang['Return to download page'] = 'Return to download page'; |
---|
41 | $lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'; |
---|
42 | $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'; |
---|
43 | $lang['Remove from download set'] = 'Remove from download set'; |
---|
44 | $lang['Confirm the download of %d pictures?'] = 'Confirm the download of %d pictures?'; |
---|
45 | $lang['Remove all finished downloads'] = 'Remove all finished downloads'; |
---|
46 | $lang['hours'] = 'hours'; |
---|
47 | $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'; |
---|
48 | $lang['Warning: Only registered users can use Batch Downloader.'] = 'Warning: Only registered users can use Batch Downloader.'; |
---|
49 | $lang['What can be downloaded?'] = 'What can be downloaded?'; |
---|
50 | $lang['No result'] = 'No result'; |
---|
51 | |
---|
52 | ?> |
---|