diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-03 12:44:12 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-03 12:44:12 -0500 |
commit | 07e540613e1445451ace78e639be36a1c1e7e58f (patch) | |
tree | e5c5744bca2ba245f9ebe03874933712d8b18c39 /apps/user_ldap/l10n/nl.php | |
parent | 7125bfba21b957b7c9ee96f0405e78ecb6b1e4f9 (diff) | |
download | nextcloud-server-07e540613e1445451ace78e639be36a1c1e7e58f.tar.gz nextcloud-server-07e540613e1445451ace78e639be36a1c1e7e58f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/nl.php')
-rw-r--r-- | apps/user_ldap/l10n/nl.php | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/apps/user_ldap/l10n/nl.php b/apps/user_ldap/l10n/nl.php index 3a637905497..e2b6c04c73b 100644 --- a/apps/user_ldap/l10n/nl.php +++ b/apps/user_ldap/l10n/nl.php @@ -4,7 +4,10 @@ $TRANSLATIONS = array( "Failed to delete the server configuration" => "Verwijderen serverconfiguratie mislukt", "The configuration is valid and the connection could be established!" => "De configuratie is geldig en de verbinding is geslaagd!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "De configuratie is geldig, maar Bind mislukte. Controleer de serverinstellingen en inloggegevens.", -"The configuration is invalid. Please look in the ownCloud log for further details." => "De configuratie is ongeldig. Controleer de ownCloud log voor meer details.", +"No action specified" => "Geen actie opgegeven", +"No configuration specified" => "Geen configuratie opgegeven", +"No data specified" => "Geen gegevens verstrekt", +" Could not set configuration %s" => "Kon configuratie %s niet instellen", "Deletion failed" => "Verwijderen mislukt", "Take over settings from recent server configuration?" => "Overnemen instellingen van de recente serverconfiguratie?", "Keep settings?" => "Instellingen bewaren?", @@ -13,14 +16,29 @@ $TRANSLATIONS = array( "Success" => "Succes", "Error" => "Fout", "Select groups" => "Selecteer groepen", +"Select object classes" => "Selecteer objectklasse", +"Select attributes" => "Selecteer attributen", "Connection test succeeded" => "Verbindingstest geslaagd", "Connection test failed" => "Verbindingstest mislukt", "Do you really want to delete the current Server Configuration?" => "Wilt u werkelijk de huidige Serverconfiguratie verwijderen?", "Confirm Deletion" => "Bevestig verwijderen", -"_%s group found_::_%s groups found_" => array("",""), -"_%s user found_::_%s users found_" => array("",""), +"_%s group found_::_%s groups found_" => array("%s groep gevonden","%s groepen gevonden"), +"_%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", "Test Configuration" => "Test configuratie", "Help" => "Help", +"Limit the access to %s to groups meeting this criteria:" => "Beperk toegang tot %s tot groepen die voldoen aan deze criteria:", +"only those object classes:" => "alleen deze objectklassen", +"only from those groups:" => "alleen van deze groepen:", +"Edit raw filter instead" => "Bewerk raw filter", +"Raw LDAP filter" => "Raw LDAP filter", +"The filter specifies which LDAP groups shall have access to the %s instance." => "Dit filter geeft aan welke LDAP groepen toegang hebben tot %s.", +"groups found" => "groepen gevonden", +"What attribute shall be used as login name:" => "Welk attribuut moet worden gebruikt als inlognaam:", +"LDAP Username:" => "LDAP Username:", +"LDAP Email Address:" => "LDAP e-mailadres:", +"Other Attributes:" => "Overige attributen:", "Add Server Configuration" => "Toevoegen serverconfiguratie", "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://", @@ -31,6 +49,9 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "Voor anonieme toegang, laat de DN en het wachtwoord leeg.", "One Base DN per line" => "Een Base DN per regel", "You can specify Base DN for users and groups in the Advanced tab" => "Je kunt het Base DN voor gebruikers en groepen specificeren in het tab Geavanceerd.", +"Limit the access to %s to users meeting this criteria:" => "Beperk toegang tot %s tot gebruikers die voldoen aan deze criteria:", +"The filter specifies which LDAP users shall have access to the %s instance." => "Dit filter geeft aan welke LDAP gebruikers toegang hebben tot %s.", +"users found" => "gebruikers gevonden", "Back" => "Terug", "Continue" => "Verder", "<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.", |