source: extensions/community/language/nl_NL/plugin.lang.php @ 23045

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

[community] Update nl_NL, thanks to : Kees Hessels

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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
24$lang['Add a permission'] = 'Voeg een toestemming toe';
25$lang['Who?'] = 'Wie?';
26$lang['any visitor'] = 'iedere bezoeker';
27$lang['any registered user'] = 'iedere geregistreerde gebruiker';
28$lang['a specific user'] = 'een specifieke gebruiker';
29$lang['a group'] = 'een groep';
30$lang['Where?'] = 'Waar?';
31$lang['The whole gallery'] = 'De hele galerij';
32$lang['ability to create sub-albums'] = 'Mogelijkheid om subalbums te maken';
33$lang['Which level of trust?'] = 'Welk niveau van vertrouwen?';
34$lang['sub-albums creation'] = 'aanmaken van subalbums ';
35$lang['Upload Permissions'] = 'Werk toestemmingen bij';
36$lang['Pending Photos'] = 'Afbeeldingen in de wachtrij';
37$lang['Permission added'] = 'Toestemming toegevoegd';
38$lang['Permission removed'] = 'Toestemming verwijderd';
39$lang['%s (the user)'] = '%s (de gebruiker)';
40$lang['%s (the group)'] = '%s (de groep)';
41$lang['low trust'] = 'laag vertrouwen';
42$lang['uploaded photos must be validated by an administrator'] = 'geuploade afbeeldingen moeten worden bevestigd door een administrator';
43$lang['high trust'] = 'hoog vertrouwen';
44$lang['uploaded photos are directly displayed in the gallery'] = 'geuploade afbeeldingen worden meteen weergegeven in de galerij';
45$lang['%d photos validated'] = '%d afbeeldingen bevestigd';
46$lang['%d photos rejected'] = '%d afbeeldingen geweigerd';
47$lang['web size'] = 'webformaat';
48$lang['Zoom'] = 'Zoom';
49$lang['Upload your own photos'] = 'Upload uw eigen afbeeldingen';
50$lang['%d photos uploaded by %s'] = '%d afbeeldingen geupload door %s';
51$lang['Validation page: %s'] = 'Bevestigingspagina: %s';
52$lang['%d photos uploaded into album "%s"'] = '%d afbeeldingen geupload in album "%s"';
53$lang['Hi administrators,'] = 'Hallo administrators,';
54
55$lang['No album, this photo is orphan'] = 'Geen album, deze afbeelding is wees';
56
57$lang['Cancel'] = 'Annuleer';
58$lang['Permission updated'] = 'Toestemming bijgewerkt';
59$lang['Delete permission'] = 'Verwijder permissie';
60$lang['%u pending photos'] = '%u afbeeldingen in de wachtrij';
61$lang['Level 16'] = 'In de wachtrij';
62$lang['Edit a permission'] = 'Wijzig een toestemming';
63$lang['Your photos are waiting for validation, administrators have been notified'] = 'Uw foto\'s wachten op goedkeuring, de administrators zijn geinformeerd';
64
65
66$lang['Set Photo Properties'] = 'Stel eigenschappen van afbeelding in';
67$lang['Available quota %s.'] = 'Beschikbaar quotum %s.';
68$lang['%s out of %s'] = '%s van de %s';
69$lang['Maximum number of photos reached (%u)'] = 'Maximum aantal afbeeldingen bereikt (%u)';
70$lang['no limit'] = 'geen limiet';
71$lang['up to %d photos (for each user)'] = 'tot %d afbeeldingen (voor elke gebruiker)';
72$lang['up to %dMB (for each user)'] = 'tot %dMB (voor elke gebruiker)';
73$lang['Available %s.'] = 'Beschikbaar %s.';
74$lang['Disk usage quota reached (%uMB)'] = 'Schijfgebruik-quotum bereikt (%uMB)';
75$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Bestand %s te groot (%uMB), quotum van %uMB bereikt';
76$lang['How many photos?'] = 'Hoeveel afbeeldingen?';
77$lang['How much disk space?'] = 'Hoeveel schijfruimte?';
78$lang['Photo %s rejected.'] = 'Afbeelding %s afgewezen.';
79?>
Note: See TracBrowser for help on using the repository browser.