From 8f1f392216f5f1ac4077809c1934abadb24a0677 Mon Sep 17 00:00:00 2001
From: Hans Zandbelt <hans.zandbelt@surfnet.nl>
Date: Thu, 27 Mar 2008 15:03:58 +0000
Subject: [PATCH] added dutch language; checkin before I have to merge again...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@447 44740490-163a-0410-bde0-09ae8108e29a
---
 dictionaries/attributes.php | 18 +++++++++++++++++-
 dictionaries/errors.php     | 18 +++++++++++++++++-
 dictionaries/frontpage.php  | 32 ++++++++++++++++++++++++++++++++
 dictionaries/login.php      | 10 ++++++++++
 4 files changed, 76 insertions(+), 2 deletions(-)

diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php
index 2f75ff387..8c9674189 100644
--- a/dictionaries/attributes.php
+++ b/dictionaries/attributes.php
@@ -7,11 +7,13 @@ $lang = array(
 		'no' => 'Tilhørighet',
 		'fr' => 'Affiliation',
 		'de' => 'Zugehörigkeit',
+		'nl' => 'Affiliatie',
 	),
 	
 	'attribute_title' => array(
 		'en' => 'Title',
 		'no' => 'Tittel',
+		'nl' => 'Titel',
 	),
 	
 	'attribute_uid' => array(
@@ -19,6 +21,7 @@ $lang = array(
 		'no' => 'Bruker ID',
 		'fr' => 'ID Utilisateur',
 		'de' => 'Nutzer ID',
+		'nl' => 'Gebruikers ID',
 	),
 	
 	'attribute_sn' => array(
@@ -27,6 +30,7 @@ $lang = array(
 		'dk' => 'Efternavn',
 		'fr' => 'Nom',
 		'de' => 'Nachname',
+		'nl' => 'Achternaam',
 	),
 	
 	'attribute_gn' => array(
@@ -35,6 +39,7 @@ $lang = array(
 		'dk' => 'Fornavne',
 		'fr' => 'Prénom',
 		'de' => 'Vorname',
+		'nl' => 'Voornaam',
 	),
 
 	'attribute_cn' => array(
@@ -43,6 +48,7 @@ $lang = array(
 		'dk' => 'Kaldenavn',
 		'fr' => 'Nom usuel',
 		'de' => 'Allgemeiner Name',
+		'nl' => 'Algemene Naam',
 	),
 	
 	'attribute_mail' => array(
@@ -51,6 +57,7 @@ $lang = array(
 		'dk' => 'Emailadresse',
 		'fr' => 'Courriel',
 		'de' => 'Emailadresse',
+		'nl' => 'E-mail',
 	),
 
 	'attribute_mobile' => array(
@@ -58,6 +65,7 @@ $lang = array(
 		'no' => 'Mobiltelefon',
 		'fr' => 'Mobile',
 		'de' => 'Mobiltelefon',
+		'nl' => 'Mobiel',
 	),
 	
 	'attribute_preferredlanguage' => array(
@@ -66,6 +74,7 @@ $lang = array(
 		'dk' => 'Foretrukne sprog',
 		'fr' => 'Langue préférée',
 		'de' => 'Bevorzugte Sprache',
+		'nl' => 'Voorkeurstaal',
 	),
 
 	'attribute_noredupersonnin' => array(
@@ -74,6 +83,7 @@ $lang = array(
 		'dk' => 'CPR nummer',
 		'fr' => 'Numéro de sécurité sociale',
 		'de' => 'Personalausweisnummer',
+		'nl' => 'Burgerservicenummer',
 	),
 	
 	'attribute_schachomeorganization' => array(
@@ -82,6 +92,7 @@ $lang = array(
 		'dk' => 'Hjemmeorganisationens entydige ID',
 		'fr' => 'Nom de l\'organisation',
 		'de' => 'Eindeutige ID der Heimorganisation',
+		'nl' => 'Unieke Organizatie ID',
 	),
 	
 	'attribute_organisationname' => array(
@@ -90,6 +101,7 @@ $lang = array(
 		'dk' => 'Hjemmeorganisationens kaldenavn',
 		'fr' => 'RĂ´les pour ce service',
 		'de' => 'Name der Organisation',
+		'nl' => 'Organizatie naam',
 	),
 	
 	'attribute_edupersonentitlement' => array(
@@ -97,7 +109,8 @@ $lang = array(
 		'no' => 'Rettighet',
 		'dk' => 'Specifik rolle i forhold til tjenesten',
 		'fr' => 'Appartenance Ă  un groupe',
-		'de' => 'Besondere Rolle fĂĽr den Service'
+		'de' => 'Besondere Rolle fĂĽr den Service',
+		'nl' => 'Recht',
 	),
 
 	'attribute_edupersonscopedaffiliation' => array(
@@ -106,6 +119,7 @@ $lang = array(
 		'dk' => 'Gruppemedlemskab',
 		'fr' => 'RĂ´les pour ce service',
 		'de' => 'Gruppenzugehörigkeit',
+		'nl' => 'Groep',
 	),
 
 
@@ -115,6 +129,7 @@ $lang = array(
 		'dk' => 'Vedholdende anonymt bruger-ID hos tjenesten',
 		'fr' => 'Identifiant persistent anonyme',
 		'de' => 'Persistente anonyme ID',
+		'nl' => 'Persistente anomieme ID',
 	),
 
 	'attribute_edupersonprincipalname' => array(
@@ -122,6 +137,7 @@ $lang = array(
 		'no' => 'Personlig ID hos organisasjonen',
 		'dk' => 'Bruger-ID hos hjemmeorganisationen',
 		'de' => 'Persönliche ID bei der Heimorganisation',
+		'nl' => 'Persoons ID bij organizatie',
 	),
 	
 );
diff --git a/dictionaries/errors.php b/dictionaries/errors.php
index c2a3d2b1c..18c61d9a6 100644
--- a/dictionaries/errors.php
+++ b/dictionaries/errors.php
@@ -9,6 +9,7 @@ $lang = array(
 		'dk' => 'simpleSAMLphp fejl',
 		'fr' => 'erreur de simpleSAMLphp',
 		'de' => 'simpleSAMLphp Fehler',
+		'nl' => 'simpleSAMLphp fout',
 	),
 	
 	'report_trackid' => array(
@@ -18,6 +19,7 @@ $lang = array(
 		'es' => 'Por favor, si informa de este error, mantenga el <emph>tracking ID</emph> que permite enonctrar su sesi&oacute;n en los registros de que dispone el administrador del sistema:',
 		'fr' => 'Si vous signalez cette erreur, veuillez aussi signaler l\'identifiant de suivi qui permet de trouver votre session dans les logs accessibles à l\'administrateur système :',
 		'de' => 'Falls Sie diesen Fehler melden, teilen Sie bitte ebenfalls diese Tracking ID mit, dadurch ist es dem Administrator möglich ihre Sitzung in den Logs zu finden:',
+		'nl' => 'Wanneer je deze fout rapporteert, geef dan AUB ook de volgende tracking ID door, waarmee het mogelijk is om jouw sessie in de logs terug te vinden:',
 	),
 	
 	'debuginfo_header' => array(
@@ -27,6 +29,7 @@ $lang = array(
 		'es' => 'Informaci&oacute;n de depuraci&oacute;n',
 		'fr' => 'Information de débugage',
 		'de' => 'Debug Information',
+		'nl' => 'Debug informatie',
 	),
 
 	'debuginfo_text' => array(
@@ -36,6 +39,7 @@ $lang = array(
 		'es' => 'La siguiente informaci&oacute; de depuraci;oacute;n puede ser de utilidad para el administrador del sistema o el centro de atenci&aucte;n a usuarios:',
 		'fr' => 'L\'information de débugage ci-dessous peut être intéressante pour l\'administrateur ou le help desk',
 		'de' => 'Die unten angegebene Debug Information kann von Interesse fĂĽr den Administrator oder das Help Desk sein:',
+		'nl' => 'Onderstaande debug informatie kan van belang zijn voor de beheerder / help desk:',
 	),
 	
 	'report_header' => array(
@@ -45,6 +49,7 @@ $lang = array(
 		'es' => 'Informar del error',
 		'fr' => 'Signaler les erreurs',
 		'de' => 'Fehler melden',
+		'nl' => 'Rapporteer fouten',
 	),
 
 	'report_text' => array(
@@ -54,6 +59,7 @@ $lang = array(
 		'es' => 'Si lo desea, indique su direcci&oacute;n electr;oacute;nica, para que los administradores puedan ponerse en contacto con usted y obtener datos adicionales de su problema',
 		'fr' => 'Facultativement vous pouvez entrer votre courriel, pour que les administrateurs puissent vous contacter par la suite à propose de votre problème :',
 		'de' => 'Geben Sie optional eine Emailadresse ein, so dass der Administrator Sie bei etwaigen RĂĽckfragen kontaktieren kann:',
+		'nl' => 'Voeg desgewenst je e-mail adres toe, zodat de beheerders contact kunnen zoeken voor verder informatie over dit probleem:',
 	),
 	
 	'report_email' => array(
@@ -63,6 +69,7 @@ $lang = array(
 		'es' => 'Correo-e:',
 		'fr' => 'Courriel :',
 		'de' => 'Emailadresse:',
+		'nl' => 'E-mail addres:',
 	),
 	
 	'report_explain' => array(
@@ -72,6 +79,7 @@ $lang = array(
 		'es' => 'Explique lo que ha hecho para llegar a este error...',
 		'fr' => 'Expliquez ce que vous faisiez pour obtenir cette erreur ...',
 		'de' => 'Erläutern Sie wodurch der Fehler auftrat...',
+		'nl' => 'Leg uit wat je deed toen deze foutmelding optrad...',
 	),
 	
 	'report_submit' => array(
@@ -81,6 +89,7 @@ $lang = array(
 		'es' => 'Send error report',
 		'fr' => 'Envoyer le rapport d\'erreur',
 		'de' => 'Fehlerbericht absenden',
+		'nl' => 'Verstuur het foutmeldingsrapport',
 	),
 	
 	'howto_header' => array(
@@ -88,6 +97,7 @@ $lang = array(
 		'no' => 'Hvordan fĂĄ hjelp',
 		'dk' => 'Hvordan få hjælp',
 		'fr' => 'Envoyer le rapport d\'erreur',
+		'nl' => 'Hoe kan ik hulp vragen',
 	),
 	
 	'howto_text' => array(
@@ -97,35 +107,41 @@ $lang = array(
 		'es' => 'Este erro se debe probablemente a un comportamiento inesperado o a una configuraci&oacute; incorrecta de simpleSAMLphp. P&oacute;ngase en contacto con el administrador de este servicio de conexi&oacute;n y env&iacute;ele el mensaje de error anterior.',
 		'fr' => 'Cette erreur est problablement causée par un comportement imprévu ou une mauvaise configuration de simpleSAMLphp.  Contactez l\'administrateur de ce service d\'identification et envoyez lui le message d\'erreur.',
 		'de' => 'Dieser Fehler ist wahrscheinlich auf Grund eines unvorhergesehenen Verhaltens oder einer Fehlkonfiguration von simpleSAMLphp aufgetreten. Kontaktieren Sie bitte den Administrator dieses Dienstes und schicken ihm die obige Fehlermeldung.',
+		'nl' => 'Deze foutmelding is waarschijnlijk ontstaan door onverwacht gedrag of door verkeerde configuratie van simpleSAMLphp. Meld dit bij de beheerder van deze authenticatie dienst, en geef bovenstaande melding door.',
 	),
 	
 	'title_CACHEAUTHNREQUEST' => array(
 		'en' => 'Error making single sign-on to service',
 		'es' => 'Error en el inicio de sesi—n œnico',
 		'de' => 'Fehler beim Anmelden am Single-Sign-On Dienst',
+		'nl' => 'Fout bij het afhandelen van Single-Signon',
 	),
 	'descr_CACHEAUTHNREQUEST' => array(
 		'en' => 'You can authenticated and are ready to be sent back to the service that requested authentication, but we could not find your cached authentication request. The request is only cached for a limited amount of time. If you leaved your browser open for hours before entering your username and password, this could be one possible explaination. If this could be the case in your situation, try to go back to the service you want to access, and start a new login process. If this issue continues, please report the problem.',
 		'es' => 'Has podido ser autenticado y est‡s listo para retornar al servicio que solicit— la autenticaci—n, pero no es posible encontrar tu solicitud de autenticaci—n en cachŽ. Esta solicitud s—lo se conserva en cachŽ por un periodo limitado de tiempo. Si dej— su navegador abierto durante horas antes de introducir el nombre de usuario y la contrase–a, esto pudo provocar este error. Si es esa la situaci—n, intente retornar al servicio que quer’a acceder e intente acceder de nuevo. Si el problema continœa, por favor informe del problema',
 		'de' => 'Sie können authentifiziert werden und sind breit zurück zu dem Dienst geschickt zu werden der die Authentifizierung erfordert hat, allerdings ist die gespeicherte Authentifizierungsanfrage nicht auffindbar. Diese Anfrage wird nur für einen begrenzten Zeitraum gespeichert. Eine mögliche Erklärung wäre, dass Sie ihren Browser für ein paar Stunden offen gelassen haben bevor sie Nutzername und Passwort eingegeben haben. Falls dies der Fall war versuchen Sie bitte erneut auf den Dienst zuzugreifen und starten sie somit einen erneuten Loginprozess. Bitte melden Sie das Problem, falls es weiterhin besteht', 
+		'nl' => 'Je ben succesvol geauthenticeerd en gereed om terug te gaan naar de dienst die de authenticatie vereiste, maar het opgeslagen authenticatie verzoek kon niet worden teruggevonden. Het verzoek wordt slechts voor een beperkte duur opgeslagen. Als je je browser al langere tijd open hebt laten staan voordat je je gebruikersnaam en wachtwoord intikte, zou dat de oorzaak kunnen zijn. Als dit het geval is, ga dan terug naar de dienst die je wilde gebruiken en start het login proces opnieuw. Als het probleem blijft bestaan, meld het dan.',
 	),
 	
 	'title_CREATEREQUEST' => array(
 		'en' => 'Error creating request',
 		'es' => 'Error en la creaci—n de la solictud',
 		'de' => 'Fehler beim Erzeugen der Anfrage',
+		'nl' => 'Fout bij nieuw request',
 	),
 	'descr_CREATEREQUEST' => array(
 		'en' => 'An error occured when trying to create the SAML request.',
 		'es' => 'Se ha producido un error al tratar de crear la petici—n SAML.',
 		'de' => 'Ein Fehler beim Erzeugen der SAML Anfrage ist aufgetreten',
+		'nl' => 'Er is een fout opgetreden bij het aanmaken van een SAML request.',
 	),
 	
 	'title_DISCOPARAMS' => array(
 		'en' => 'Bad request to discovery service',
 		'es' => 'Solicitud err—nea al servicio de descubrimiento',
 		'de' => 'UngĂĽltige Anfrage an den Discovery Service',
-	),
+		'nl' => 'Toegangsfout bij discovery service',
+	),	
 	'descr_DISCOPARAMS' => array(
 		'en' => 'The parameters sent to the discovery service were not following the specification.',
 		'es' => 'Los parametros enviados al servicio de descubrimiento no se ajustan a la especificaci—n
diff --git a/dictionaries/frontpage.php b/dictionaries/frontpage.php
index 2de8f3cc7..ad9dc7481 100644
--- a/dictionaries/frontpage.php
+++ b/dictionaries/frontpage.php
@@ -10,6 +10,7 @@ $lang = array(
 		'es' => '<strong>&iexcl;Felicidades!</strong>, ha instalado simpleSAMLphp con &eacute;xito. This &eacute;sta es la p&aacute;gina inicial de su instalaci&oacute;n, aqu&iacute; encontrar&aacute; enlaces a ejemplos de prueba, diagn&oacute;sticos, metadatos e incluso enlaces a la documentaci&oacute;n pertienente.',
 		'fr' => '<strong>Félicitations</strong>, vous avez installé simpleSAMLphp avec succès.  Ceci est la page de démarrage de votre installation, où vous trouverez des liens vers des exemples, des pages de diagnostic, les métadata et même vers de la documentation.',
 		'de' => '<strong>GlĂĽckwunsch</strong>, Sie haben erfolgreich simpleSAMLphp installiert. Dies ist die Startseite der Installation, hier gibts es Links zu Testbeispielen, Diagnose, Metadaten und anderer relevanten Dokumentation.',
+		'nl' => '<strong>Gefeliciteerd</strong>, simpleSAMLphp is succesvol geinstalleerd. Dit is de startpagina voor simpleSAMLphp, waar je links kan vinden naar voorbeelden, test-paginas, analyses, metadata en ook naar relevante documentatie.',
 	),
 	
 	'useful_links_header' => array(
@@ -20,6 +21,7 @@ $lang = array(
 		'es' => 'Enalces &uacute;tiles para su instalaci&oacute;n',
 		'fr' => 'Liens utiles pour votre installation',
 		'de' => 'NĂĽtzliche Links fĂĽr ihre Installation',
+		'nl' => 'Nuttige links',
 	),
 	'metadata_header' => array(
 		'en' => 'Metadata',
@@ -29,6 +31,7 @@ $lang = array(
 		'es' => 'Metadatos',
 		'fr' => 'Métadata',
 		'de' => 'Metadaten',
+		'nl' => 'Metadata',
 	),
 	'doc_header' => array(
 		'en' => 'Documentation',
@@ -38,6 +41,7 @@ $lang = array(
 		'es' => 'Documentaci&oacute;n',
 		'fr' => 'Documetnation',
 		'de' => 'Dokumentation',
+		'nl' => 'Documentatie',
 	),
 	'checkphp' => array(
 		'en' => 'Checking your PHP installation',
@@ -47,6 +51,7 @@ $lang = array(
 		'es' => 'Verificaci&oacute;n de su instalaci&oacute;n de PHP',
 		'fr' => 'Vérification de votre installation de PHP',
 		'de' => 'ĂśberprĂĽfen der PHP Installation',
+		'nl' => 'Test de PHP installatie',
 	),
 	'about_header' => array(
 		'en' => 'About simpleSAMLphp',
@@ -56,6 +61,7 @@ $lang = array(
 		'es' => 'Sobre simpleSAMLphp',
 		'fr' => 'Ă€ propos de simpleSAMLphp',
 		'de' => 'Ăśber simpleSAMLphp',
+		'nl' => 'Over simpleSAMLphp',
 	),
 	'about_text' => array(
 		'en' => 'This simpleSAMLphp thing is pretty cool, where can I read more about it? You can find more information about <a href="http://rnd.feide.no/simplesamlphp">simpleSAMLphp at the Feide RnD blog</a> over at <a href="http://uninett.no">UNINETT</a>.',
@@ -65,6 +71,7 @@ $lang = array(
 		'es' => '&iexcl;Eh! Esto del simpleSAMLphp est&aacute; interesante, &iquest;d&oacute;nde puedo averiguar m&aacute;a? Hay m&aacute;s informaci&oacute;n sobre <a href="http://rnd.feide.no/simplesamlphp">simpleSAMLphp en el blog de I+D de Feide</a> en <a href="http://uninett.no">UNINETT</a>.',
 		'fr' => 'Yeah! simpleSAMLphp est assez cool, oĂą puis-je en lire plus Ă  son sujet ?  Vous trouverez plus d\'informations sur  <a href="http://rnd.feide.no/simplesamlphp">simpleSAMLphp sur le blog de la R&amp;D de Feide</a> sur <a href=\"http://uninett.no\">UNINETT</a>.',
 		'de' => 'Hey, dieses simpleSAMLphp ist eine ziemlich coole Sache, wo kann ich mehr darĂĽber lesen? Sie finden mehr Informationen ĂĽber <a href="http://rnd.feide.no/simplesamlphp">simpleSAMLphp auf dem Feide RnD blog</a> auf <a href="http://uninett.no">UNINETT</a>.',
+		'nl' => 'He, dat simpleSAMLphp dingetje is vet cool, waar kan ik er meer over vinden? Je kan meer informatie over <a href="http://rnd.feide.no/simplesamlphp">simpleSAMLphp</a> vinden op de Feide RnD blog van <a href="http://uninett.no">UNINETT</a>.',
 	),
 	
 	'required' => array(
@@ -74,6 +81,7 @@ $lang = array(
 		'dk' => 'Påkrævet',
 		'fr' => 'Obligatoire',
 		'de' => 'Erforderlich',
+		'nl' => 'Vereist',
 	),
 	'required_ldap' => array(
 		'en' => 'Required for LDAP',
@@ -82,6 +90,7 @@ $lang = array(
 		'dk' => 'Påkrævet for LDAP',
 		'fr' => 'Obligatoire pour LDAP',
 		'de' => 'Erforderlich fĂĽr LDAP',
+		'nl' => 'Vereist voor LDAP',
 	),
 	'required_radius' => array(
 		'en' => 'Required for Radius',
@@ -90,6 +99,7 @@ $lang = array(
 		'dk' => 'Påkrævet for RADIUS',
 		'fr' => 'Obligatoire pour Radius',
 		'de' => 'Erforderlich fĂĽr Radius',
+		'nl' => 'Vereist voor Radius',
 	),
 	'optional' => array(
 		'en' => 'Optional',
@@ -98,6 +108,7 @@ $lang = array(
 		'dk' => 'Valgfrit',
 		'fr' => 'Facultatif',
 		'de' => 'Optional',
+		'nl' => 'Optioneel',
 	),
 	'reccomended' => array(
 		'en' => 'Recommended',
@@ -106,6 +117,7 @@ $lang = array(
 		'dk' => 'Anbefalet',
 		'fr' => 'Recommendé',
 		'de' => 'Empfohlen',
+		'nl' => 'Aanbevolen',
 	),	
 	
 	'warnings' => array(
@@ -116,6 +128,7 @@ $lang = array(
 		'es' => 'Avisos',
 		'fr' => 'Avertissements',
 		'de' => 'Warnungen',
+		'nl' => 'Waarschuwingen',
 	),
 	
 	'warnings_https' => array(
@@ -125,6 +138,7 @@ $lang = array(
 		'dk' => '<strong>Du benytter ikke HTTPS</strong>-krypteret kommunikation med brugeren. SimpleSAMLphp vil fungere uden problemer med HTTP alene, men hvis du anvende systemet i produktionssystemer, anbefales det stærkt at benytte sikker kommunikation i form af HTTPS. [ <a href="http://rnd.feide.no/content/simplesamlphp-maintenance-and-configuration">læs mere i dokumentet: simpleSAMLphp maintenance</a> ] ',
 		'fr' => '<strong>Vous n\'utilisez pas HTTPS</strong>, communications chiffrées avec l\'utilisateur.  Utiliser simpleSAMLphp marchera parfaitement avec HTTP pour des tests, mais si vous voulez l\'utiliser dans un environnement de production, vous devriez utiliser HTTPS. [  <a href="http://rnd.feide.no/content/simplesamlphp-maintenance-and-configuration">lire plus sur la maintenance de simpleSAMLphp</a> ]',
 		'de' => '<strong>Sie benutzen keine HTTPS</strong> - verschlüsselte Kommunikation mit dem Nutzer. simpleSAMLphp funktioniert zum Testen völlig perfekt mit HTTP , aber in einer Produktionsumgebung sollten Sie HTTPS benutzen. [ <a href="http://rnd.feide.no/content/simplesamlphp-maintenance-and-configuration">Lesen Sie mehr über die Verwaltung von simpleSAMLphp</a> ]',
+		'nl' => '<strong>Je gebruikt geen HTTPS</strong> - versleutelde communicatie met de gebruiker. simpleSAMLphp werkt prima op HTTP voor test doeleinden, maar als je simpleSAMLphp in een productie omgeving gaat gebruiken, zou je dat moeten doen over HTTPS. [ <a href="http://rnd.feide.no/content/simplesamlphp-maintenance-and-configuration">lees meer over simpleSAMLphp onderhoud</a> ]',
 	),
 	
 	
@@ -135,6 +149,7 @@ $lang = array(
 		'dk' => 'SAML 2.0 SP eksempel - test indlogning med SAML 2.0 via din IdP',
 		'fr' => 'SP SAML 2.0 d\'example - tester l\'identification via votre IdP',
 		'de' => 'SAML 2.0 SP Beispiel - Anmelden ĂĽber ihren IdP testen',
+		'nl' => 'SAML 2.0 SP voorbeeld - test inloggen via je IdP',
 	),
 	'link_shib13example' => array(
 		'en' => 'Shibboleth 1.3 SP example - test logging in through your Shib IdP',
@@ -143,6 +158,7 @@ $lang = array(
 		'dk' => 'Shibboleth 1.3 SP eksempel - test indlogning med Shibboleth 1.3 via din IdP',
 		'fr' => 'SP Shibboleth 1.3 d\'example - tester l\'identification via votre IdP',
 		'de' => 'Shibboleth 1.3 SP Beispiel - Anmelden ĂĽber ihren Shibboleth IdP testen',
+		'nl' => 'Shibboleth 1.3 SP voorbeeld - test inloggen via je Shibboleth 1.3 IdP',
 	),
 	'link_openidprovider' => array(
 		'en' => 'OpenID Provider site - Alpha version (test code)',
@@ -151,6 +167,7 @@ $lang = array(
 		'dk' => 'OpenID Provider side - Alpha version (testkode)',
 		'fr' => 'Site de fournisseur OpenID - version alpha (code de test)',
 		'de' => 'OpenID Provider Seite - Alpha Version (Testcode)',
+		'nl' => 'OpenID Provider site - Alpha versie (test code)',
 	),
 	'link_diagnostics' => array(
 		'en' => 'Diagnostics on hostname, port and protocol',
@@ -159,6 +176,7 @@ $lang = array(
 		'dk' => 'Diagnostisør hostnavn, port og protokol',
 		'fr' => 'Diagnostics sur le nom d\'hĂ´te, le port et le protocole',
 		'de' => 'Diagnose des Hostnamen, Ports und Protokolls',
+		'nl' => 'Inspectie op hostnaam, poort en protocol',
 	),
 	'link_phpinfo' => array(
 		'en' => 'PHP info',
@@ -167,6 +185,7 @@ $lang = array(
 		'dk' => 'PHPinfo',
 		'fr' => 'PHPinfo',
 		'de' => 'PHPinfo',
+		'nl' => 'PHP info',
 	),
 	
 	'link_meta_overview' => array(
@@ -176,6 +195,7 @@ $lang = array(
 		'dk' => 'Oversigt over metadata for din installation. Check metadatafilerne her',
 		'fr' => 'Aperçu des métadata de votre installation.  Diagnostic de vos fichiers de métadata.',
 		'de' => 'Ăśberblick ĂĽber die Metadaten dieser Installation. Diagnose der Metadaten.',
+		'nl' => 'Meta data overzicht voor jouw installatie. Inspecteer je meta data files',
 	),
 	
 	'link_meta_saml2sphosted' => array(
@@ -184,6 +204,7 @@ $lang = array(
 		'nn' => 'Hosted SAML 2.0 Service Provider Metadata (automatisk generert)',
 		'fr' => 'Métadata du fournisseur de service SAML 2.0 (automatiquement générée)',
 		'de' => 'Hosted SAML 2.0 Service Provider Metadaten (automatisch generiert)',
+		'nl' => 'Lokale SAML 2.0 Service Provider Metadata (automatisch gegenereerd)',
 	),
 	'link_meta_saml2idphosted' => array(
 		'en' => 'Hosted SAML 2.0 Identity Provider Metadata (automatically generated)',
@@ -192,6 +213,7 @@ $lang = array(
 		'dk' => 'Hosted SAML 2.0 Identity Provider Metadata (automatisk genereret)',
 		'fr' => 'Métadata du fournisseur d\'identités SAML 2.0 (automatiquement générée)',
 		'de' => 'Hosted SAML 2.0 Identity Provider Metadaten (automatisch generiert)',
+		'nl' => 'Lokale SAML 2.0 Identity Provider Metadata (automatisch gegenereerd)',
 	),
 	'link_meta_shib13sphosted' => array(
 		'en' => 'Hosted Shibboleth 1.3 Service Provider Metadata (automatically generated)',
@@ -200,6 +222,7 @@ $lang = array(
 		'dk' => 'Hosted Shibboleth 1.3 Service Provider Metadata (automatisk genereret)',
 		'fr' => 'Métadata du fournisseur de service Shibboleth 1.3 (automatiquement générée)',
 		'de' => 'Hosted Shibboleth 1.3 Service Provider Metadaten (automatisch generiert)',
+		'nl' => 'Lokale Shibboleth 1.3 Service Provider Metadata (automatisch gegenereerd)',
 	),
 	'link_meta_shib13idphosted' => array(
 		'en' => 'Hosted Shibboleth 1.3 Identity Provider Metadata (automatically generated)',
@@ -208,6 +231,7 @@ $lang = array(
 		'dk' => 'Hosted Shibboleth 1.3 Identity Provider Metadata (automatisk genereret)',
 		'fr' => 'Métadata du fournisseur d\'identités Shibboleth 1.3 (automatiquement générée)',
 		'de' => 'Hosted Shibboleth 1.3 Identity Provider Metadaten (automatisch generiert)',
+		'nl' => 'Lokale Shibboleth 1.3 Identity Provider Metadata (automatisch gegenereerd)',
 	),
 	'link_xmlconvert' => array(
 		'en' => 'XML to simpleSAMLphp metadata converter',
@@ -216,6 +240,7 @@ $lang = array(
 		'dk' => 'XML til simpleSAMLphp metadata oversætter',
 		'fr' => 'Convertiseur de métadata XML vers simpleSAMLphp',
 		'de' => 'XML zu simpleSAMLphp Metadaten Konvertierer',
+		'nl' => 'XML naar simpleSAMLphp metadata vertaling',
 	),
 	
 	
@@ -225,6 +250,7 @@ $lang = array(
 		'nn' => 'Installerer simpleSAMLphp',
 		'fr' => 'Installation de simpleSAMLphp',
 		'de' => 'simpleSAMLphp installieren',
+		'nl' => 'Installatie van simpleSAMLphp',
 	),
 	'link_doc_sp' => array(
 		'en' => 'Using simpleSAMLphp as a Service Provider',
@@ -232,6 +258,7 @@ $lang = array(
 		'nn' => 'Bruk simpleSAMLphp som Service Provider',
 		'fr' => 'Utilisation de simpleSAMLphp comme fournisseur de service',
 		'de' => 'simpleSAMLphp als Service Provider benutzen',
+		'nl' => 'Gebruik simpleSAMLphp als Service Provider',
 	),
 	'link_doc_idp' => array(
 		'en' => 'Using simpleSAMLphp as an Identity Provider',
@@ -239,6 +266,7 @@ $lang = array(
 		'nn' => 'Bruk simpleSAMLphp som Identity Provider',
 		'fr' => 'Utilisation de simpleSAMLphp comme fournisseur d\'identités',
 		'de' => 'simpleSAMLphp als Identitiy Provider benutzen',
+		'nl' => 'Gebruik simpleSAMLphp als Identity Provider',
 	),
 	'link_doc_shibsp' => array(
 		'en' => 'Configure Shibboleth 1.3 SP to work with simpleSAMLphp IdP',
@@ -246,6 +274,7 @@ $lang = array(
 		'nn' => 'Konfigurer Shibboleth 1.3 SP for ĂĄ fungere sammen med simpleSAMLphp IdP',
 		'fr' => 'Configurer un SP Shibboleth 1.3 pour fonctionner avec l\'IdP simpleSAMLphp',
 		'de' => 'Shibboleth 1.3 SP fĂĽr die Zusammenarbeit mit einem simpleSAMLphp IdP konfigurieren',
+		'nl' => 'Configureer een Shibboleth 1.3 SP voor de simpleSAMLphp IdP',
 	),
 	'link_doc_googleapps' => array(
 		'en' => 'simpleSAMLphp as an IdP for Google Apps for Education',
@@ -253,6 +282,7 @@ $lang = array(
 		'nn' => 'simpleSAMLphp som IdP for Google Apps for Education',
 		'fr' => 'simpleSAMLphp comme IdP pour les Google Apps for Education',
 		'de' => 'simpleSAMLphp als IdP fĂĽr Google Apps fĂĽr Education verwernden',
+		'nl' => 'simpleSAMLphp als IdP voor Google Apps for Education',
 	),
 	'link_doc_advanced' => array(
 		'en' => 'simpleSAMLphp Advanced Features',
@@ -260,6 +290,7 @@ $lang = array(
 		'nn' => 'simpleSAMLphp avansert funksjonalitet',
 		'fr' => 'Fonctionnalités avancées de simpleSAMLphp',
 		'de' => 'Fortgeschrittene Eigenschaften von simpleSAMLphp',
+		'nl' => 'simpleSAMLphp Geavanceerde Functies',
 	),
 	'link_doc_maintenance' => array(
 		'en' => 'simpleSAMLphp Maintenance and Configuration',
@@ -267,6 +298,7 @@ $lang = array(
 		'nn' => 'simpleSAMLphp vedlikehold og konfigurasjon',
 		'fr' => 'Maintenance et configuration de simpleSAMLphp',
 		'de' => 'Verwaltung und Konfiguration von simpleSAMLphp',
+		'nl' => 'simpleSAMLphp Onderhoud en Configuratie',
 	),
 	
 	
diff --git a/dictionaries/login.php b/dictionaries/login.php
index 120bfde21..ddb88cd3a 100644
--- a/dictionaries/login.php
+++ b/dictionaries/login.php
@@ -11,6 +11,7 @@ $lang = array(
 		'es' => 'Los datos que ha suministrado no son v&aacute;lidos',
 		'fr' => 'Erreur',
 		'de' => 'Fehler',
+		'nl' => 'Fout',
 	),
 	'user_pass_header' => array(
 		'en' => 'Enter your username and password',
@@ -20,6 +21,7 @@ $lang = array(
 		'es' => 'Indique su nombre de usuario y clave de acceso',
 		'fr' => 'Entrez votre identifiant et votre mot de passe',
 		'de' => 'Bitten geben sie ihren Nutzernamen und Passwort ein',
+		'nl' => 'Geef je gebruikersnaam en wachtwoord',
 	),
 	'user_pass_text' => array(
 		'en' => 'A service has requested you to authenticate your self. That means you need to enter your username and password in the form below.',
@@ -29,6 +31,7 @@ $lang = array(
 		'es' => 'Un servicio solicita que se autentique usted. Esto siginifica que debe indicar su nombre de usuario y su clave de acceso en el siguiente formulario.',
 		'fr' => "Un service a demandé à ce que vous vous authentifiez.  Cela signifie que vous devez entre votre identifiant et votre mot de passe dans le formulaire ci-dessous.",
 		'de' => 'Ein Dienst hat eine Authentifizierung angefordert. Bitte geben Sie daher unten ihren Nutzernamen und Passwort in der Form ein.',
+		'nl' => 'Voor deze dienst is authenticatie vereist. Geef je gebruikersnaam en wachtwoord in onderstaand formulier.',
 	),
 	'login_button' => array(
 		'en' => 'Login',
@@ -38,6 +41,7 @@ $lang = array(
 		'es' => 'Login',
 		'fr' => "S'identifier",
 		'de' => 'Einloggen',
+		'nl' => 'Inloggen',
 	),
 	'username' => array(
 		'en' => 'Username',
@@ -47,6 +51,7 @@ $lang = array(
 		'es' => 'Nombre de usuario',
 		'fr' => 'Identifiant',
 		'de' => 'Nutzername',
+		'nl' => 'Gebruikersnaam',
 	),
 	'password' => array(
 		'en' => 'Password',
@@ -56,6 +61,7 @@ $lang = array(
 		'es' => 'Clave de acceso',
 		'fr' => 'Mot de passe',
 		'de' => 'Passwort',
+		'nl' => 'Wachtwoord',
 	),
 
 	'help_header' => array(
@@ -66,6 +72,7 @@ $lang = array(
 		'es' => '&iexcl;Socorro! Se me ha olvidado mi clave de acceso.',
 		'fr' => 'Ă€ l\'aide !  Je ne me souviens plus de mon mot de passe.',
 		'de' => 'Hilfe, ich habe mein Passwort vergessen',
+		'nl' => 'Help! Ik weet mijn wachtwoord niet meer.',
 	),
 	'help_text' => array(
 		'en' => 'Too bad! - Without your username and password you cannot authenticate your self and access the service.
@@ -76,6 +83,7 @@ $lang = array(
 		'es' => '&iexcl;Muy mal! - Sin su nombre de usuario y su clave de acceso usted no se puede identificar y acceder al servicio. A lo mejor hay alguien que puede ayudarle. &iexcl;P&oacute;ngase en contacto con el centro de ayuda de su universidad!',
 		'fr' => 'Pas de chance !  Sans votre identifiant et votre mot de passe vous ne pouvez pas vous authentifier et accéder au service. Il y a peut-être quelqu\'un pour vous aider.  Contactez le help desk de votre université !',
 		'de' => 'Pech! - Ohne Nutzername und Passwort können Sie sich nicht authentifizieren und somit den Dienst nicht nutzen. Möglicherweise kann ihnen jemand helfen, kontaktieren Sie den Help-Desk in ihrer Einrichtung.',
+		'nl' => 'Vette pech! - Zonder je gebruikersnaam en wachtwoord kun je je niet authenticeren en dus niet gebruikmaken van deze dienst.',
 	),
 
 	'error_nopassword' => array(
@@ -85,6 +93,7 @@ $lang = array(
 		'dk' => 'Dit kodeord blev ikke sendt - prøv igen',
 		'fr' => 'Vous avez envoyé quelque chose sur la pge d\'identification mais pour une raison inconnue votre mot de passe n\'a pas été transmis.  Veuillez réessayer.',
 		'de' => 'Sie haben etwas an die Loginseite geschickt, aber aus irgendeinem Grund ist das Passwort nicht ĂĽbermittelt worden. Bitte versuchen Sie es erneut.',
+		'nl' => 'Je hebt wel iets ingetikt, maar blijkbaar is je wachtwoord niet verstuurd. Probeer het opnieuw AUB.',
 	),	
 
 	'error_wrongpassword' => array(
@@ -94,6 +103,7 @@ $lang = array(
 		'dk' => 'Forkert brugernavn eller kodeord',
 		'fr' => 'Mauvais identifiant au mot de passe.',
 		'de' => 'Falscher Nutzername oder Passwort.',
+		'nl' => 'Gebruikersnaam of wachtwoord niet bekend',
 	),	
 
 	
-- 
GitLab