Ignore:
Timestamp:
Oct 3, 2014, 8:28:16 AM (10 years ago)
Author:
TranslationTeam
Message:

[ldap_login] Update nl_NL, thanks to : Blackbird

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Ldap_Login/language/nl_NL/plugin.lang.php

    r29513 r29874  
    2828$lang['Ldap port'] = 'LDAP poort';
    2929$lang['Ldap users'] = 'LDAP gebruikers';
     30$lang['Search Ldap groups ?'] = 'LDAP-gebruikers zoeken? Als je je groepen rijkelijk hebt verdeeld over verschillende categorieën of OU, dan heb je dit nodig. Als je het ontwijkt, dan behoud je een LDAP-aanvraag. Je zou het niet nodig kunnen hebben 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 of OU, dan heb je dit nodig. Als je het ontwijkt, dan behoud je een LDAP-aanvraag. Je zou het niet nodig kunnen hebben 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-administratie</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.'] = 'Je moet de instellingen opslaan door de bewaarknop hierboven te gebruiken, voordat je de instellingen kunt testen.';
     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 administrators op de hoogte worden gesteld via email 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 welke 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.'] = 'Localhost en standaard protocolpoorten zullen worden gebruikt in de configuratie wanneer dit veld leeg is.';
     46$lang['If empty, standard protocol ports will be used by the software.'] = 'Standaard protocolpoorten zullen worden gebruikt door de software wanneer dit veld leeg is.';
     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 alle leden van die LDAP-groep automatisch lid worden van de gelijknamige Piwigo-groep bij de volgende authenticatie. Dit staat je toe 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-connectiegegevens';
     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 wanneer LDAP anonieme verbindingen accepteert.';
     55$lang['New users when ldap auth is successfull'] = 'Nieuwe gebruikers als LDAP-autorisatie succesvol is ';
     56$lang['Save'] = 'Opslaan';
Note: See TracChangeset for help on using the changeset viewer.