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['Nb images'] = 'Nb images'; |
---|
9 | $lang['Nb archives'] = 'Nb 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 number of archives'] = 'Estimated number of archives'; |
---|
35 | $lang['real number of archives can differ'] = 'real number of archives can differ'; |
---|
36 | $lang['Download links'] = 'Download links'; |
---|
37 | $lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>Warning:</b> all files will be deleted within %d hours'; |
---|
38 | $lang['Cancel this download'] = 'Cancel this download'; |
---|
39 | $lang['Return to download page'] = 'Return to download page'; |
---|
40 | |
---|
41 | ?> |
---|