Changeset 23343
- Timestamp:
- Jun 18, 2013, 7:41:53 PM (11 years ago)
- Location:
- extensions/BatchDownloader/language/nl_NL
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/language/nl_NL/description.txt
r17618 r23343 1 Sta gebruikers toe om plaatjes sets te downloaden als ZIP. Compatibel metUser Collections.1 Sta gebruikers toe om meerdere afbeeldingen tegelijk te downloaden als ZIP. Werkt goed samen met pluging: User Collections. -
extensions/BatchDownloader/language/nl_NL/plugin.lang.php
r22002 r23343 26 26 $lang['real number of archives can differ'] = 'Het werkelijke aantal archieven kan anders zijn'; 27 27 $lang['Generate ZIP'] = 'Maak ZIP'; 28 $lang['Maximum number of photos per download set'] = 'Maxim um aantal foto\'s per download set';29 $lang['Maximum photo size'] = 'Maximale fotogrootte';28 $lang['Maximum number of photos per download set'] = 'Maximaal aantal afbeeldingen per download set '; 29 $lang['Maximum photo size'] = 'Maximale afbeeldingsgrootte'; 30 30 $lang['Maximum size of each archive (in Megabytes)'] = 'Maximale grootte van elk archief (in Megabytes)'; 31 31 $lang['Random'] = 'Willekeurig'; … … 34 34 $lang['Return to download page'] = 'Ga terug naar download pagina'; 35 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.';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 37 $lang['Total size'] = 'Totale grootte'; 38 $lang['User collection'] = 'Gebruiker 39 $lang['User groups'] = 'Gebruiker 38 $lang['User collection'] = 'Gebruikerscollectie'; 39 $lang['User groups'] = 'Gebruikersgroepen'; 40 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 41 $lang['Whole gallery'] = 'Hele galerie'; … … 50 50 $lang['Cancel this set'] = 'Voer deze set niet uit'; 51 51 $lang['Confirm the download of %d pictures?'] = 'Bevestig het downloaden van %d afbeeldingen?'; 52 $lang['Delete downloads after'] = ' Wisdownloads na';53 $lang['Delete this set'] = ' Wisdeze set';52 $lang['Delete downloads after'] = 'Verwijder downloads na'; 53 $lang['Delete this set'] = 'Verwijder deze set'; 54 54 $lang['Download all pictures of this selection'] = 'Download alle afbeeldingen uit deze selectie'; 55 55 $lang['Download history'] = 'Download historie'; 56 56 $lang['Download info'] = 'Download informatie'; 57 57 $lang['Download links'] = 'Download links'; 58 $lang['Download permissions'] = 'Download permissies';59 $lang['Download set deleted'] = 'Download set gewist';58 $lang['Download permissions'] = 'Download toestemmingen'; 59 $lang['Download set deleted'] = 'Download set verwijderd'; 60 60 $lang['Downloads'] = 'Downloads'; 61 61 $lang['Edit the set'] = 'Pas de set aan'; 62 62 $lang['Estimated number of archives'] = 'Geschat aantal archieven'; 63 63 $lang['Estimated size'] = 'Geschatte grootte'; 64 $lang['Number of archives'] = ' aantal archieven';65 $lang['Number of images'] = ' aantal fotos';64 $lang['Number of archives'] = 'Aantal archieven'; 65 $lang['Number of images'] = 'Aantal afbeeldingen'; 66 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? ';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, zal archief #%d verwijderd worden. Zorg er voor dat de download beëindigd is. Doorgaan? '; 68 68 $lang['Warning: Only registered users can use Batch Downloader.'] = 'Waarschuwing: Alleen geregistreerde gebruikers kunnen gebruik maken van Batch Downloader.'; 69 69 $lang['No result'] = 'Geen resultaat'; 70 70 $lang['What can be downloaded?'] = 'Wat kan er gedownload worden?'; 71 $lang['Archive #%d (already downloaded)'] = 'Archief #%d (reeds gedownload)'; 72 $lang['Archive #%d (pending)'] = 'Archief #%d (wachten)'; 73 $lang['Archive #%d (ready)'] = 'Archief #%d (klaar)'; 74 $lang['Please wait, your download is being prepared. This page will refresh automatically refresh when it is ready.'] = 'Even geduld, uw download wordt voorbereid. Deze pagina wordt automtisch bijgewerkt op het moment dat de download klaar is.'; 75 $lang['Preparation'] = 'Voorbereiding'; 76 $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, er is niets te downloaden. Mogelijk dat sommige bestanden niet gedownload kunnen worden in verband met <i title="Toegestane bestandstypes : %s">bestandstype beperkingen</i>.'; 77 $lang['Unknown'] = 'Onbekend'; 78 $lang['%d MB'] = '%d MB'; 71 79 ?>
Note: See TracChangeset
for help on using the changeset viewer.