Changeset 23343


Ignore:
Timestamp:
Jun 18, 2013, 7:41:53 PM (11 years ago)
Author:
TranslationTeam
Message:

[batch_downloader] Update nl_NL, thanks to : Kees Hessels

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 met User Collections.
     1Sta 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  
    2626$lang['real number of archives can differ'] = 'Het werkelijke aantal archieven kan anders zijn';
    2727$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';
     28$lang['Maximum number of photos per download set'] = 'Maximaal aantal afbeeldingen per download set ';
     29$lang['Maximum photo size'] = 'Maximale afbeeldingsgrootte';
    3030$lang['Maximum size of each archive (in Megabytes)'] = 'Maximale grootte van elk archief (in Megabytes)';
    3131$lang['Random'] = 'Willekeurig';
     
    3434$lang['Return to download page'] = 'Ga terug naar download pagina';
    3535$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.';
    3737$lang['Total size'] = 'Totale grootte';
    38 $lang['User collection'] = 'Gebruiker collectie';
    39 $lang['User groups'] = 'Gebruiker groepen';
     38$lang['User collection'] = 'Gebruikerscollectie';
     39$lang['User groups'] = 'Gebruikersgroepen';
    4040$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.';
    4141$lang['Whole gallery'] = 'Hele galerie';
     
    5050$lang['Cancel this set'] = 'Voer deze set niet uit';
    5151$lang['Confirm the download of %d pictures?'] = 'Bevestig het downloaden van %d afbeeldingen?';
    52 $lang['Delete downloads after'] = 'Wis downloads na';
    53 $lang['Delete this set'] = 'Wis deze set';
     52$lang['Delete downloads after'] = 'Verwijder downloads na';
     53$lang['Delete this set'] = 'Verwijder deze set';
    5454$lang['Download all pictures of this selection'] = 'Download alle afbeeldingen uit deze selectie';
    5555$lang['Download history'] = 'Download historie';
    5656$lang['Download info'] = 'Download informatie';
    5757$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';
    6060$lang['Downloads'] = 'Downloads';
    6161$lang['Edit the set'] = 'Pas de set aan';
    6262$lang['Estimated number of archives'] = 'Geschat aantal archieven';
    6363$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';
    6666$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? ';
    6868$lang['Warning: Only registered users can use Batch Downloader.'] = 'Waarschuwing: Alleen geregistreerde gebruikers kunnen gebruik maken van Batch Downloader.';
    6969$lang['No result'] = 'Geen resultaat';
    7070$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';
    7179?>
Note: See TracChangeset for help on using the changeset viewer.