source: extensions/header_manager/language/nl_NL/plugin.lang.php @ 26307

Last change on this file since 26307 was 26307, checked in by TranslationTeam, 10 years ago

[header_manager] Update nl_NL, thanks to : Kees Hessels

  • Property svn:executable set to *
File size: 4.1 KB
Line 
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['Add a banner'] = 'Voeg een banner toe';
24$lang['Banner added'] = 'Banner toegevoegd';
25$lang['Banner deleted'] = 'Banner verwijderd';
26$lang['Banner'] = 'Banner';
27$lang['Choose an image from your computer'] = 'Kies een afbeelding op uw computer';
28$lang['Choose the part of the image you want to use as your header.'] = 'Kies het deel van de afbeelding dat u wilt gebruiken.';
29$lang['Crop banner image'] = 'Banner-afbeelding bijsnijden';
30$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Voor MontBlancXL en BlancMontXL is de aanbevolen grootte 900&times;190.';
31$lang['Gallery title above image'] = 'Titel van de galerie boven de afbeelding';
32$lang['Image only'] = 'Alleen afbeelding';
33$lang['Incorrect file type,'] = 'Fout bestandstype.';
34$lang['No banner added yet'] = 'Nog geen banner toegevoegd';
35$lang['Picture id.'] = 'Afbeeldings-id';
36$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Plaats <b>%header_manager%</b> op de plek waar u de afbeelding wilt tonen.';
37$lang['Random'] = 'Willekeurig';
38$lang['Select an image'] = 'Kies een afbeelding';
39$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'De numerieke identificatie kun je vinden op de afbeeldingsbewerkingspagina, in de buurt van het klikplaatje.';
40$lang['Unknown picture id'] = 'Onbekend afbeeldings-id';
41$lang['Use'] = 'Gebruik';
42$lang['With text'] = 'Met tekst';
43$lang['You can customize the display by adding CSS rules to'] = 'U kunt het venster aanpassen door CSS-regels toe te voegen aan ';
44$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'U kunt een aangepaste bannerafbeelding uploaden of een afbeelding kiezen uit uw galerie. In het volgende scherm kunt u de afbeelding bijsnijden.';
45$lang['or choose a picture from the gallery'] = 'of kies een afbeelding uit de galerie';
46$lang['Default banner'] = 'Standaard banner';
47$lang['Display banner on photo page'] = 'Geef de banner weer op de foto-pagina';
48$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Om een specifieke banner toe te kunnen voegen, gaat u naar de beheerpagina van het gewenste album.';
49$lang['Non recursive'] = 'Niet herhalend';
50$lang['Recursive'] = 'Herhalend';
51$lang['Restore default banner'] = 'Terug naar de standaardinstellingen van de banner';
52$lang['Album specific banners'] = 'Album specifieke banner';
53$lang['Banner size'] = 'Bannergrootte';
54$lang['Respect %s aspect ratio'] = 'Bewaar %s beeldverhouding';
55?>
Note: See TracBrowser for help on using the repository browser.