source: extensions/Ldap_Login/language/nl_NL/plugin.lang.php @ 31666

Last change on this file since 31666 was 31666, checked in by TranslationTeam, 8 years ago

Update nl_NL, thanks to watertoren5044

  • Property svn:executable set to *
File size: 6.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['Secure connexion'] = 'Veilige verbinding (ldaps)';
24$lang['Username'] = 'Je LDAP gebruikersnaam';
25$lang['Your password'] = 'Je LDAP wachtwoord';
26$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Alle LDAP gebruikers kunnen, indien nodig, hun LDAP wachtwoord overal in Piwigo gebruiken.';
27$lang['Ldap groups'] = 'LDAP groepen';
28$lang['Ldap port'] = 'LDAP poort';
29$lang['Ldap users'] = 'LDAP gebruikers';
30$lang['Search Ldap groups ?'] = 'LDAP-gebruikers zoeken? Als je je groepen rijkelijk hebt verdeeld over verschillende categorieën&euml;n of OU, dan heb je dit nodig. Als je het ontwijkt, dan houd je een LDAP-aanvraag. Je hebt het wellicht niet nodig als je LDAP-indeling simpel is (bijv.: cn=groepsnaam,ou=groepen,dc=voorbeeld,dc=com).';
31$lang['Search Ldap users ?'] = 'LDAP-gebruikers zoeken? Als je je gebruikers rijkelijk hebt verdeeld over verschillende categorieën&euml;n of OU, dan heb je dit nodig. Als je het ontwijkt, dan behoud je een LDAP-aanvraag. Je hebt het wellicht niet nodig als je LDAP-indeling simpel is (bijv.: uid=gebruiker,ou=mensen,dc=voorbeeld,dc=com).';
32$lang['Test Settings'] = 'Testinstellingen';
33$lang['To get them out of these roles, they must be sorted of the ldap group and then role updated in the <a href="admin.php?page=user_list">piwigo admin</a>. If a group is mandatory as described in the <a href="admin.php?page=plugin-Ldap_Login-newusers">new piwigo users tab</a>, then they must also belong to the users group.'] = 'Om ze uit deze rollen te krijgen moeten ze worden gesorteerd in de LDAP-groep en dan bijgewerkt overgaan in de <a href="admin.php?page=user_list">Piwigo-beheer</a>. Als een groep verplicht is, zoals beschreven in de <a href="admin.php?page=plugin-Ldap_Login-newusers">sectie voor nieuwe Piwigo-gebruikers, dan moeten zij ook behoren tot de gebruikersgroep.';
34$lang['Users branch'] = 'Categorie waar LDAP-gebruikers moeten worden gevonden (bijv.: ou=users):';
35$lang['Warning: LDAP Extension missing.'] = 'Waarschuwing: LDAP-extensie ontbreekt.';
36$lang['You must save the settings with the Save button just up there before testing here.'] = 'Voordat je de instellingen kunt testen moet je de instellingen opslaan door de bewaarknop hierboven te gebruiken.';
37$lang['Attribute corresponding to the user name'] = 'Attribuut dat overeenkomt met de gebruikersnaam.';
38$lang['Base DN'] = 'Base DN van LDAP-server';
39$lang['Bind DN, field in full ldap style'] = 'Bekrachtig DN in LDAP-stijl';
40$lang['Bind password'] = 'Bekrachtig wachtwoord';
41$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Moeten nieuwe Piwigo-gebruikers worden aangemaakt wanneer gebruikers succesvol authentiseren via LDAP?';
42$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Wil je dat beheerders via email op de hoogte worden gesteld bij de registratie van nieuwe gebruikers bij LDAP-logins?';
43$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Moeten nieuwe gebruikers mail ontvangen die ook reguliere Piwigo-gebruikers ontvangen?';
44$lang['Groups branch'] = 'Categorie waar LDAP-groepen kunnen worden gevonden (bijv.: ou=groepen):';
45$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Wanneer dit veld leeg is worden in de configuratie Localhost en standaard protocolpoorten gebruikt.';
46$lang['If empty, standard protocol ports will be used by the software.'] = 'Wanneer dit veld leeg is worden door de software Standaard protocolpoorten gebruikt.';
47$lang['If you create a <a href="admin.php?page=group_list">piwigo group</a> with the same name as an ldap one, all members of the ldap group will automatically join the piwigo group at their next authentication. This allows you to create <a href="admin.php?page=help&section=groups">specific right access management</a> (restrict access to a particaular album...).'] = 'Als je een <a href="admin.php?page=group_list">Piwigo-groep</a> aanmaakt met dezelfde naam als een LDAP-groep, dan zullen , bij de volgende authenticatie, alle leden van die LDAP-groep automatisch lid worden van de gelijknamige Piwigo-groep. Dit stelt je in staat om <a href="admin.php?page=help&section=groups">specifiek toegangsrechtenbeheer</a> toe te passen (het weigeren van toegang tot een specifiek album...). Om deze gebruikers automatisch lid te laten worden, moet je ze eerst uit de LDAP-groepen halen, zodat de Piwigo-groepen kunnen worden bijgewerkt.';
48$lang['Ldap connection credentials'] = 'LDAP-verbindings-gegevens';
49$lang['Ldap server host'] = 'LDAP-serverhost';
50$lang['Ldap server host connection'] = 'LDAP-serververbinding';
51$lang['Ldap_Login Plugin'] = 'Ldap_Login plug-in';
52$lang['Ldap_Login Test'] = 'Ldap_Login test';
53$lang['Ldap_Login configuration'] = 'Ldap_Login configuratie';
54$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Laat deze velden leeg als LDAP anonieme verbindingen accepteert.';
55$lang['New users when ldap auth is successfull'] = 'Nieuwe gebruikers als LDAP-autorisatie succesvol is ';
56$lang['Save'] = 'Bewaren';
Note: See TracBrowser for help on using the repository browser.