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

Last change on this file since 13591 was 13591, checked in by TranslationTeam, 12 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: 3.8 KB
RevLine 
[10417]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 permissie toe';
25$lang['Who?'] = 'Wie?';
26$lang['any visitor'] = 'iedere bezoeker';
27$lang['any registered user'] = 'ieder 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'] = 'het aanmaken van subalbums ';
35$lang['Upload Permissions'] = 'Upload Permissies';
36$lang['Pending Photos'] = 'Foto\'s in de wachtrij';
37$lang['Permission added'] = 'Permissie toegevoegd';
38$lang['Permission removed'] = 'Permissie 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'] = 'geüploade foto\'s moeten worden bevestigd door een administrator';
43$lang['high trust'] = 'hoog vertrouwen';
44$lang['uploaded photos are directly displayed in the gallery'] = 'geüploade foto\'s worden meteen weergegeven in de galerij';
45$lang['%d photos validated'] = '%d foto\'s bevestigd';
46$lang['%d photos rejected'] = '%d foto\'s geweigerd';
47$lang['web size'] = 'web formaat';
48$lang['Zoom'] = 'Zoom';
49$lang['Upload your own photos'] = 'Upload uw eigen foto\'s';
50$lang['%d photos uploaded by %s'] = '%d foto\'s geüpload door %s';
51$lang['Validation page: %s'] = 'Bevestigingspagina: %s';
52$lang['%d photos uploaded into album "%s"'] = '%d foto\'s geüpload in album "%s"';
53$lang['Hi administrators,'] = 'Hoi administrators,';
54
55$lang['No album, this photo is orphan'] = 'Geen album, deze foto is wees';
56
57$lang['Cancel'] = 'Annuleer';
58$lang['Permission updated'] = 'Permissie geüpdate';
59$lang['Delete permission'] = 'Verwijder permissie';
60$lang['%u pending photos'] = '%u foto\'s in de wachtrij';
61$lang['Level 16'] = 'In de wachtrij';
[10726]62$lang['Edit a permission'] = 'Wijzig een permissie';
63$lang['Your photos are waiting for validation, administrators have been notified'] = 'Uw foto\'s wachten op goedkeuring, administrators hebben daarvan bericht ontvangen';
[10417]64
[10726]65
[13591]66$lang['Set Photo Properties'] = 'Stel de foto-eigenschappen in';
[10417]67?>
Note: See TracBrowser for help on using the repository browser.