1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['done'] = 'Klaar'; |
---|
24 | $lang['download'] = 'Download'; |
---|
25 | $lang['hours'] = 'Uren'; |
---|
26 | $lang['real number of archives can differ'] = 'Het werkelijke aantal archieven kan anders zijn'; |
---|
27 | $lang['Generate ZIP'] = 'Maak ZIP'; |
---|
28 | $lang['Maximum number of photos per download set'] = 'Maximum aantal foto\'s per download set'; |
---|
29 | $lang['Maximum photo size'] = 'Maximale foto grootte'; |
---|
30 | $lang['Maximum size of each archive (in Megabytes)'] = 'Maximale grootte van elk archief (in Megabytes)'; |
---|
31 | $lang['Random'] = 'Willekeurig'; |
---|
32 | $lang['Remove all finished downloads'] = 'Verwijder alle beëindigde downloads'; |
---|
33 | $lang['Remove from download set'] = 'Verwijder uit download set'; |
---|
34 | $lang['Return to download page'] = 'Ga terug naar download pagina'; |
---|
35 | $lang['Set type'] = 'Stel type in'; |
---|
36 | $lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Het archief wordt gedownload, als de download niet automatisch start <a href="%s">hier klikken</a> a.u.b.'; |
---|
37 | $lang['Total size'] = 'Totale grootte'; |
---|
38 | $lang['User collection'] = 'Gebruiker collectie'; |
---|
39 | $lang['User groups'] = 'Gebruiker groepen'; |
---|
40 | $lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Waarschuwing: ZipArchive accepteert geen speciale tekens zoals accenten, groter/kleiner dan(») en non-latin karakters.'; |
---|
41 | $lang['Whole gallery'] = 'Hele gallerij'; |
---|
42 | $lang['You can not edit this set'] = 'U kunt deze set niet aanpassen'; |
---|
43 | $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.'] = 'Je hebt gekozen om %d plaatjes te downloaden, maar het systeem is gelimiteerd op %d. U kunt de set aanpassen of de laatste %d plaatjes worden niet gedownload.'; |
---|
44 | $lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>Waarschuwing:</b>alle bestanden worden binnen %d uur gewist'; |
---|
45 | $lang['Archive comment'] = 'Archief commentaar'; |
---|
46 | $lang['Archive prefix'] = 'Archief prefix'; |
---|
47 | $lang['Archives'] = 'Archieven'; |
---|
48 | $lang['Batch Downloader'] = 'Batch Downloader'; |
---|
49 | $lang['Cancel this download'] = 'Voer download niet uit'; |
---|
50 | $lang['Cancel this set'] = 'Voer deze set niet uit'; |
---|
51 | $lang['Confirm the download of %d pictures?'] = 'Bevestig downloaden van %d plaatjes?'; |
---|
52 | $lang['Delete downloads after'] = 'Wis downloads na'; |
---|
53 | $lang['Delete this set'] = 'Wis deze set'; |
---|
54 | $lang['Download all pictures of this selection'] = 'Download alle plaatjes uit deze selectie'; |
---|
55 | $lang['Download history'] = 'Download historie'; |
---|
56 | $lang['Download info'] = 'Download informatie'; |
---|
57 | $lang['Download links'] = 'Download links'; |
---|
58 | $lang['Download permissions'] = 'Download permissies'; |
---|
59 | $lang['Download set deleted'] = 'Download set gewist'; |
---|
60 | $lang['Downloads'] = 'Downloads'; |
---|
61 | $lang['Edit the set'] = 'Pas de set aan'; |
---|
62 | $lang['Estimated number of archives'] = 'Geschat aantal archieven'; |
---|
63 | $lang['Estimated size'] = 'Geschatte grootte'; |
---|
64 | $lang['Number of archives'] = 'aantal archieven'; |
---|
65 | $lang['Number of images'] = 'aantal fotos'; |
---|
66 | $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'kan ZipArchive PHP extensie niet vinden, Batch downlaoder zal PclZip gebruiken, dit zorgt voor verminderde prestaties.'; |
---|
67 | $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Wanneer je start met het downloaden van archief #%d, verwijdert het archief #%d, doorgaan? '; |
---|
68 | ?> |
---|