From bf85a259c317c3b1a7b3fb9fb466c0a21f3edf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Thu, 25 Sep 2008 14:12:45 +0000 Subject: [PATCH] Fix in consent dictionary git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@895 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/consent.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dictionaries/consent.php b/dictionaries/consent.php index 8a841aeef..90e121150 100644 --- a/dictionaries/consent.php +++ b/dictionaries/consent.php @@ -72,8 +72,8 @@ $lang = array( 'consent_accept' => array ( 'no' => 'Du er nå i ferd med å logge inn på tjenesten SPNAME. I forbindelse med innloggingen vil vertsorganisasjonen sende attributter med informasjon om din identitet til tjenesteleverandøren. Vil du gi tillatelse til dette?', 'nn' => 'Du er i ferd med å logga inn på tenesta SPNAME. I løpet av innlogginga vil identitetsleverandøren (IdP) senda attributtar med informasjon om din identitet til denne tenesta. Gjev du samtykke til slik overføring?', - 'da' => 'Du er ved at logge ind på tjenesten SPNAME, som kræver at nedenstående oplysninger overføres fra IDPNAME. Vil du acceptere dette?', - 'en' => 'You are about to login to the service SPNAME. The service requires that the information below is transferred from IDPNAME. Do you accept this? ', + 'da' => 'Du er ved at logge ind på tjenesten SPNAME, som har til formål at SPDESC. SPNAME kræver at nedenstående oplysninger overføres fra IDPNAME. Vil du acceptere dette?', + 'en' => 'You are about to login to the service SPNAME. The purpose of SPNAME is SPDESC and SPNAME requires that the information below is transferred from IDPNAME. Do you accept this? ', 'de' => 'Sie sind dabei sich bei folgendem Service anzumelden: SPNAME. Das Service benötigt die Übertragung untenstehender Information von IDPNAME. Akzeptieren Sie das ?', 'sv' => 'Du är på väg att logga in i tjänsten SPNAME. Tjänsten kräver att informationen nedan skickas från IDPNAME. Är detta okej?', 'fi' => 'Olet kirjautumassa palveluun SPNAME. Kirjautuessasi Identity Provider haluaa lähettää attribuutteja joissa on henkilötietoja palvelun tarjoajalle. Hyväksytkö tämän?', -- GitLab