source: extensions/oAuth/language/nl_NL/plugin.lang.php @ 26943

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

[oauth] Update nl_NL, thanks to : Kees Hessels

  • Property svn:executable set to *
File size: 4.0 KB
RevLine 
[21134]1<?php
2// +-----------------------------------------------------------------------+
[26653]3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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// +-----------------------------------------------------------------------+
[26943]23$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Er is een fout opgetreden, meldt het de galerie eigenaar. <i>Error code : %s</i>';
[21134]24$lang['%s: invalid keys'] = '%s: ongeldige toetsen';
[26943]25$lang['Contacting <b>%s</b>. Please wait.'] = '<b>%s</b> u wordt verbonden. Even geduld aub';
26$lang['Display sign in buttons on the register page'] = 'Toon aanmeldknoppen op de registratiepagina';
[26558]27$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl extensie is nodig';
[26943]28$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: U dient de aanmeldgegevens in te stellen';
29$lang['Please enter your OpenID URL'] = 'Vul uw OpenID url in';
30$lang['Authentication canceled'] = 'Aanmelden geannuleerd';
31$lang['Display sign in buttons in the menubar'] = 'Toon aanmeldknoppen op de menubalk';
32$lang['Icon size on the identification page'] = 'Icoonformaat op de identificatie pagina';
33$lang['Logged with'] = 'Aangemeld met';
34$lang['Or sign in with'] = 'Of meldt u aan met';
35$lang['Please enter your username'] = 'Vul uw gebruikersnaam in';
36$lang['Providers'] = 'Providers';
37$lang['You registered with a %s account, please sign in with the same account.'] = 'U bent geregistreerd met een %s account, log aub in met hetzelfde account';
[21134]38$lang['Profile URL'] = 'Profiel URL';
[26943]39$lang['Sign in with %s'] = 'Meldt u aan met %s';
40$lang['Sorry, new registrations are blocked on this gallery.'] = 'Sorry, nieuwe aanmeldingen zijn geblokkeerd in deze galerie';
41$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Gebruikers mogen zich niet registreren in uw galerie, Social Connect zal niet goed werken.';
42$lang['Your registration is almost done, please complete the registration form.'] = 'Uw registratie is bijna klaar, vul het registratieformulier verder in.';
[21134]43$lang['Disabled'] = 'Uitgeschakeld';
44$lang['Enabled'] = 'Ingeschakeld';
45$lang['Error...'] = 'Fout...';
[26943]46$lang['Icon size in the menubar'] = 'Icoonformaat in de menubalk';
[21134]47$lang['Loading...'] = 'Laden..';
[26653]48$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Sta gebruikers toe om het bestaande account samen te voegen met de nieuwe <i> Social Connect </i> identiteit';
49$lang['Associate with an existing account'] = 'Koppelen aan een bestaand account';
50$lang['Cancel'] = 'Annuleer';
51$lang['Please enter your user ID'] = 'Geef uw gebruikers-ID';
[21134]52?>
Note: See TracBrowser for help on using the repository browser.