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

Last change on this file since 23331 was 23331, checked in by TranslationTeam, 11 years ago

[batch_downloader] Update en_UK, thanks to : Kaare

File size: 4.4 KB
RevLine 
[16379]1<?php
2
[16598]3$lang['download'] = 'download';
4$lang['done'] = 'done';
5$lang['Whole gallery'] = 'Whole gallery';
6$lang['Random'] = 'Random';
7$lang['User collection'] = 'User collection';
[18373]8$lang['Number of images'] = 'Number of photos';
9$lang['Number of archives'] = 'Number of archives';
[16598]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';
[16609]34$lang['Estimated size'] = 'Estimated size';
[16598]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';
[16689]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.';
[17880]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.';
[16689]43$lang['Remove from download set'] = 'Remove from download set';
44$lang['Confirm the download of %d pictures?'] = 'Confirm the download of %d pictures?';
[16697]45$lang['Remove all finished downloads'] = 'Remove all finished downloads';
46$lang['hours'] = 'hours';
[18973]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 ?';
[20372]48$lang['Warning: Only registered users can use Batch Downloader.'] = 'Warning: Only registered users can use Batch Downloader.';
[21422]49$lang['What can be downloaded?'] = 'What can be downloaded?';
[21607]50$lang['No result'] = 'No result';
[23280]51$lang['Sorry, there is nothing to download. Some files may have been excluded because of <i title="Authorized types are : %s">filetype restrictions</i>.'] = 'Sorry, there is nothing to download. Some files may have been excluded because of <i title="Authorized types are : %s">filetype restrictions</i>.';
[23291]52$lang['Unknown'] = 'Unknown';
53$lang['Preparation'] = 'Preparation';
[23331]54$lang['Please wait, your download is being prepared. This page will refresh automatically refresh when it is ready.'] = 'Please wait, your download is being prepared. This page will refresh automatically when it is ready.';
[23291]55$lang['%d MB'] = '%d MB';
[23317]56$lang['Archive #%d (already downloaded)'] = 'Archive #%d (already downloaded)';
57$lang['Archive #%d (ready)'] = 'Archive #%d (ready)';
58$lang['Archive #%d (pending)'] = 'Archive #%d (pending)';
[16379]59
60?>
Note: See TracBrowser for help on using the repository browser.