source: extensions/BatchDownloader/language/en_UK/plugin.lang.php @ 16689

Last change on this file since 16689 was 16689, checked in by mistic100, 12 years ago

-separate "archive_comment" in a new config parameter
-confirmation message before start download

File size: 3.0 KB
Line 
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 photos';
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 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 can\'t work without this extension.'] = 'Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.';
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
46?>
Note: See TracBrowser for help on using the repository browser.