diff options
Diffstat (limited to 'apps/user_ldap/l10n/nl.php')
-rw-r--r-- | apps/user_ldap/l10n/nl.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/nl.php b/apps/user_ldap/l10n/nl.php index ea4efa443d6..8b9c5bc672d 100644 --- a/apps/user_ldap/l10n/nl.php +++ b/apps/user_ldap/l10n/nl.php @@ -12,10 +12,14 @@ $TRANSLATIONS = array( "Deletion failed" => "Verwijderen mislukt", "Take over settings from recent server configuration?" => "Overnemen instellingen van de recente serverconfiguratie?", "Keep settings?" => "Instellingen bewaren?", +"{nbServer}. Server" => "{nbServer}. Server", "Cannot add server configuration" => "Kon de serverconfiguratie niet toevoegen", "mappings cleared" => "vertaaltabel leeggemaakt", "Success" => "Succes", "Error" => "Fout", +"Please specify a Base DN" => "Geef een Base DN op", +"Could not determine Base DN" => "Kon de Base DN niet vaststellen", +"Please specify the port" => "Geef de poort op", "Configuration OK" => "Configuratie OK", "Configuration incorrect" => "Configuratie onjuist", "Configuration incomplete" => "Configuratie incompleet", @@ -30,6 +34,9 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("%s gebruiker gevonden","%s gebruikers gevonden"), "Invalid Host" => "Ongeldige server", "Could not find the desired feature" => "Kon de gewenste functie niet vinden", +"Server" => "Server", +"User Filter" => "Gebruikersfilter", +"Login Filter" => "Inlogfilter", "Group Filter" => "Groep Filter", "Save" => "Bewaren", "Test Configuration" => "Test configuratie", @@ -46,7 +53,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP e-mailadres:", "Other Attributes:" => "Overige attributen:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Definiëert het toe te passen filter als er geprobeerd wordt in te loggen. %%uid vervangt de gebruikersnaam bij het inloggen. Bijvoorbeeld: \"uid=%%uid\"", +"1. Server" => "1. Server", +"%s. Server:" => "%s. Server:", "Add Server Configuration" => "Toevoegen serverconfiguratie", +"Delete Configuration" => "Verwijder configuratie", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Je kunt het protocol weglaten, tenzij je SSL vereist. Start in dat geval met ldaps://", "Port" => "Poort", @@ -61,6 +71,7 @@ $TRANSLATIONS = array( "users found" => "gebruikers gevonden", "Back" => "Terug", "Continue" => "Verder", +"Expert" => "Expert", "Advanced" => "Geavanceerd", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Waarschuwing:</b> De Apps user_ldap en user_webdavauth zijn incompatible. U kunt onverwacht gedrag ervaren. Vraag uw beheerder om een van beide apps de deactiveren.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Waarschuwing:</b> De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren.", |