diff --git a/bin/build-release.sh b/bin/build-release.sh index 738bc00035de3501ef70a49ddafc41713b0ea843..ae05fb7057a9614dd3484a1ee16c5c5b47903361 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -54,6 +54,7 @@ php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp- php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authx509 php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authwindowslive php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-cdc +php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-consent php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-memcookie php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-oauth php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-riak diff --git a/composer.json b/composer.json index 8a42ce37a00e71c44d4709ce4ea310724f6e620a..765003b0bbece246ac4ba46162a9bfd8835305ed 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,7 @@ "simplesamlphp/simplesamlphp-module-authwindowslive": "^1.0", "simplesamlphp/simplesamlphp-module-authx509": "^1.0.0", "simplesamlphp/simplesamlphp-module-cdc": "^1.0", + "simplesamlphp/simplesamlphp-module-consent": "^1.0", "simplesamlphp/simplesamlphp-module-memcookie": "^1.2", "simplesamlphp/simplesamlphp-module-oauth": "^1.0", "simplesamlphp/simplesamlphp-module-riak": "^1.0.0", diff --git a/modules/consent/default-disable b/modules/consent/default-disable deleted file mode 100644 index fa0bd82e2df7bd79d57593d35bc53c1f9d3ef71f..0000000000000000000000000000000000000000 --- a/modules/consent/default-disable +++ /dev/null @@ -1,3 +0,0 @@ -This file indicates that the default state of this module -is disabled. To enable, create a file named enable in the -same directory as this file. diff --git a/modules/consent/dictionaries/consent.definition.json b/modules/consent/dictionaries/consent.definition.json deleted file mode 100644 index 6c445161046037f3264377dd668270ad384332b8..0000000000000000000000000000000000000000 --- a/modules/consent/dictionaries/consent.definition.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "yes": { - "en": "Yes, continue" - }, - "no": { - "en": "No, cancel" - }, - "remember": { - "en": "Remember" - }, - "consent_accept": { - "en": "SPNAME requires that the information below is transferred." - }, - "login": { - "en": "login" - }, - "service_providers_for": { - "en": "Service Providers for" - }, - "service_provider_header": { - "en": "Service Provider" - }, - "status_header": { - "en": "Consent status" - }, - "show_hide_attributes": { - "en": "show\/hide attributes" - }, - "consent_privacypolicy": { - "en": "Privacy policy for the service" - }, - "noconsent_title": { - "en": "No consent given" - }, - "noconsent_text": { - "en": "You did not give consent for transfering your attributes to SPNAME." - }, - "noconsent_return": { - "en": "Return to consent page" - }, - "consent_header": { - "en": "Consent about releasing personal information" - }, - "consent_attributes_header": { - "en": "Information that will be sent to SPNAME" - }, - "show_attributes": { - "en": "Show attributes" - }, - "noconsent_goto_about": { - "en": "Go to information page for the service" - }, - "consent_purpose": { - "en": "The purpose of SPNAME is SPDESC" - }, - "table_caption": { - "en": "User information" - }, - "table_summary": { - "en": "List the information about you that is about to be transmitted to the service you are going to login to" - }, - "show_attribute": { - "en": "Show content" - }, - "abort": { - "en": "Abort login to SPNAME" - } -} diff --git a/modules/consent/dictionaries/consent.php b/modules/consent/dictionaries/consent.php deleted file mode 100644 index 90932786ab4f957ea168a9c613f742d863d07907..0000000000000000000000000000000000000000 --- a/modules/consent/dictionaries/consent.php +++ /dev/null @@ -1,378 +0,0 @@ -<?php - -$lang = [ - 'yes' => [ - 'no' => 'Ja, fortsett', - 'nn' => 'Ja, fortsett', - 'da' => 'Ja, jeg accepterer', - 'en' => 'Yes, continue', - 'de' => 'Ja, ich stimmte zu', - 'sv' => 'Ja', - 'fi' => 'Kyllä', - 'es' => 'SĂ', - 'fr' => 'Oui', - 'nl' => 'Ja, ik ga akkoord', - 'lb' => 'Jo', - 'sl' => 'Da, nadaljuj', - 'hr' => 'Da, prihvaćam', - 'hu' => 'Igen, elfogadom', - 'pl' => 'Tak, akceptujÄ™', - 'pt' => 'Sim, Aceito', - 'pt-br' => 'Sim, Aceito', - 'tr' => 'Evet, devam et', - ], - 'no' => [ - 'no' => 'Nei, avbryt', - 'nn' => 'Nei, avbryt', - 'da' => 'Nej, jeg accepterer ikke', - 'en' => 'No, cancel', - 'de' => 'Nein, ich stimmte nicht zu', - 'sv' => 'Nej', - 'fi' => 'ei', - 'es' => 'No', - 'fr' => 'Non', - 'nl' => 'Nee, ik weiger', - 'lb' => 'Nee', - 'sl' => 'Ne, prekliÄŤi', - 'hr' => 'Ne privaćam', - 'hu' => 'Nem, nem fogadom el', - 'pl' => 'Nie, nie akceptujÄ™', - 'pt' => 'NĂŁo aceito', - 'pt-br' => 'NĂŁo, nĂŁo aceito', - 'tr' => 'Hayır, iptal et', - ], - 'remember' => [ - 'no' => 'Godta ogsĂĄ for fremtiden', - 'nn' => 'Godta ogsĂĄ for framtida', - 'da' => 'Husk samtykke', - 'en' => 'Remember', - 'de' => 'Zustimmung merken', - 'sv' => 'Spara samtycke', - 'fi' => 'Muista', - 'es' => 'Recordar el consentimiento', - 'fr' => 'Se souvenir du consentement', - 'nl' => 'Bewaar toestemming', - 'lb' => 'ZoustĂ«mmung verhalen', - 'sl' => 'Zapomni si privolitev.', - 'hr' => 'Zapamti dozvole', - 'hu' => 'EmlĂ©kezzen a hozzájárulásra', - 'pl' => 'PamiÄ™taj mojÄ… zgodÄ™', - 'pt' => 'Lembrar a minha escolha', - 'pt-br' => 'Lembrar Consentimento', - 'tr' => 'Hatırla', - ], - 'consent_header' => [ - 'no' => 'Samtykke om overføring av personinformasjon', - 'nn' => 'Samtykke til overføring av personinformasjon', - 'da' => 'Samtykke til at frigive personlige oplysninger', - 'en' => 'Consent about releasing personal information', - 'de' => 'Zustimmung zur Weitergabe persönlicher Daten ', - 'sv' => 'Samtycke gällande överföring av personinformation', - 'fi' => 'Henkilötietojen luovutuksen hyväksyntä', - 'es' => 'Consentimiento para la liberaciĂłn de informaciĂłn personal', - 'nl' => 'Toestemming voor het vrijgeven van persoonsgegevens', - 'sl' => 'OdloÄŤitev o privolitvi posredovanja vaših osebnih podatkov', - 'hr' => 'Dozvola za isporuku osobnih podataka', - 'hu' => 'Hozzájárulás szemĂ©lyes adatok kiadásához', - 'pl' => 'Zgoda na wysĹ‚anie danych osobistych', - 'pt' => 'Consentimento do envio de informação pessoal', - 'tr' => 'KiĹźisel bilgilerin verilmesi hakkında onay', - ], - 'consent_accept' => [ - 'no' => 'For ĂĄ fullføre innloggingen mĂĄ du godta at opplysningene nedenfor sendes til SPNAME.', - 'nn' => 'For ĂĄ fullføra innlogginga mĂĄ du godta at opplysningane under blir sende til SPNAME', - 'da' => 'SPNAME kræver at nedenstĂĄende oplysninger overføres fra IDPNAME. Vil du acceptere dette?', - 'en' => 'SPNAME requires that the information below is transferred.', - 'de' => 'SPNAME erfordert 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. Identiteetilähteesi henkilötietojasi palvelun tarjoajalle. Hyväksytkö tietojen siirron?', - 'es' => 'Está a punto de acceder al servicio SPNAME. El servicio requiere que la informaciĂłn que se muestra a continuaciĂłn sea transferida desde IDPNAME. ÂżAcepta esto? ', - 'fr' => 'Vous ĂŞtes sur le point de vous connecter au service SPNAME. Lors de l\'ouverture de session, le fournisseur d\'identitĂ© enverra des informations sur votre identitĂ© Ă ce service. Acceptez-vous cela ?', - 'nl' => 'U gaat inloggen bij een dienst SPNAME. Tijdens het loginproces stuurt de identity provider zgn. attributen met daarin informatie over uw identiteit voor deze dienst. Bent u het daarmee eens?', - 'lb' => 'Daer sid dobai aerch um service unzemellen SPNAME. Waerend dem Login Prozess schĂ©ckt den Identity Provider Attributer, dĂ©i Informatiounen iwert aer IdentitĂ©it enthaalen. AkzeptĂ©ier daer daat?', - 'sl' => 'Pravkar se nameravate prijaviti v storitev SPNAME. Med postopkom prijave bo IdP tej storitvi posredoval atribute, ki vsebujejo informacije o vaši identiteti. Ali se s tem strinjate? ', - 'hr' => 'U tijeku je proces prijave za pristup servisu SPNAME. Servis zahtjeva da IDPNAME isporuÄŤi dolje navedene podatke. SlaĹľete li se s time?', - 'hu' => 'Ă–n azonosĂtja magát ehhez a szolgáltatáshoz SPNAME. Az azonosĂtás során IDPNAME az alábbi adatokat fogja kĂĽldeni a szolgáltatásnak. EngedĂ©lyezi?', - 'pl' => 'SPNAME wymaga aby poniĹĽsza informacja zostaĹ‚a przesĹ‚ana.', - 'pt' => 'O serviço SPNAME necessita que a informação apresentada em baixo seja transferida.', - 'pt-br' => 'VocĂŞ está prestes a acessar o serviço SPNAME. O serviço exige que as informações a seguir sejam transferidas do IDPNAME. VocĂŞ aceita isso?', - 'tr' => 'SPNAME aĹźağıdaki bilgilerin gönderilmesine ihtiyaç duyuyor.', - ], - 'consent_purpose' => [ - 'no' => 'FormĂĄlet med SPNAME er SPDESC', - 'nn' => 'Hensikta med SPNAME er SPDESC', - 'da' => 'SPNAME har til formĂĄl at SPDESC', - 'en' => 'The purpose of SPNAME is SPDESC', - 'de' => 'Der Zweck von SPNAME ist SPDESC', - 'sv' => 'Syftet med SPNAME är SPDESC', - 'fi' => 'Palvelun SPNAME käyttötarkoitus on SPDESC', - 'es' => 'El propĂłsito de SPNAME es SPDESC', - 'nl' => 'Het doel van SPNAME is SPDESC', - 'sl' => 'Namen %SPNAME%: %SPDESC%', - 'hr' => 'Svrha SPNAME je SPDESC', - 'hu' => 'A szolgáltatás (SPNAME) ezt a cĂ©lt szolgálja: SPDESC', - 'pl' => 'Celem SPNAME jest SPDESC', - 'pt' => 'O propĂłsito de SPNAME Ă© SPDESC', - 'tr' => 'SPNAME\'in amacı SPDESC\'tir', - ], - 'consent_privacypolicy' => [ - 'no' => 'Personvern for tjenesten', - 'nn' => 'Personvern for tenesta', - 'da' => 'Tjenestens politik vedrørende personoplysninger', - 'en' => 'Privacy policy for the service', - 'de' => 'Datenschutzrichtlinie des Dienstes', - 'sv' => 'Tjänstens policy för personlig integritet', - 'fi' => 'Tietosuojaseloste palvelulle', - 'es' => 'PolĂtica de privacidad para el servicio', - 'nl' => 'Privacybeleid voor de dienst', - 'sl' => 'Politika zasebnosti za ta SP', - 'hr' => 'Politika zaštite privatnosti', - 'hu' => 'A szolgáltatás adatvádelmi nyilatkozata', - 'pl' => 'Polityka prywatnoĹ›ci dla serwisu', - 'pt' => 'PolĂtica de privacidade do serviço', - 'pt-br' => 'PolĂtica de Privacidade deste serviço', - 'tr' => 'Servis için gizlilik politikası', - ], - 'consent_attributes_header' => [ - 'no' => 'Opplysninger som vil bli sendt til SPNAME', - 'nn' => 'Opplysningar som blir sende til SPNAME', - 'da' => 'Attributter som bliver sendt til SPNAME', - 'en' => 'Information that will be sent to SPNAME', - 'de' => 'Informationen, die an SPNAME gesandt werden', - 'sv' => 'Attribut som kommer att skickas till tjänsten', - 'fi' => 'Tiedot lähetetään palvelulle SPNAME', - 'es' => 'Atributos que serán enviados al servicio', - 'nl' => 'Informatie die naar SPNAME zal worden gestuurd', - 'sl' => 'Atributi, ki bodo poslani SPju', - 'hr' => 'Atributi koji će biti poslani servisu', - 'hu' => 'A(z) SPNAME szolgáltatĂłnak kĂĽldött adatok', - 'pl' => 'Atrybuty, ktĂłre zostanÄ… przesĹ‚ane do serwisu', - 'pt' => 'Informação que irá ser enviada para SPNAME', - 'tr' => 'SPNAME\'e gönderilecek bilgiler', - ], - 'show_attributes' => [ - 'no' => 'Vis opplysninger', - 'nn' => 'Vis opplysingar', - 'da' => 'Vis attributter', - 'en' => 'Show attributes', - 'de' => 'Attribute zeigen', - 'sv' => 'Visa attribut', - 'fi' => 'Näytä henkilötiedot', - 'es' => 'Mostrar atributos', - 'nl' => 'Toon attributen', - 'sl' => 'PrikaĹľi atribute', - 'hr' => 'PrikaĹľi atribute', - 'hu' => 'Mutasd az attribĂştumokat', - 'pl' => 'WyĹ›wietl atrybuty', - 'pt' => 'Mostrar atributos', - 'tr' => 'Ă–zellikleri göster', - ], - 'show_attribute' => [ - 'no' => 'Vis innhold', - 'nn' => 'Vis innhald', - 'da' => 'Vis indhold', - 'en' => 'Show content', - 'sv' => 'Visa samtycke', - 'es' => 'Mostrart consentimiento', - 'nl' => 'Toon inhoud', - 'sl' => 'PrikaĹľi vsebino', - ], - 'login' => [ - 'no' => 'innlogging', - 'nn' => 'Logg inn', - 'da' => 'login', - 'en' => 'login', - 'de' => 'anmelden', - 'sv' => 'Logga in', - 'fi' => 'Tunnus', - 'es' => 'login', - 'fr' => 'ouvrir une session', - 'nl' => 'Login', - 'lb' => 'anloggen', - 'sl' => 'Prijava', - 'hr' => 'prijava', - 'hu' => 'bejelentkezĂ©s', - 'pl' => 'login', - 'pt' => 'Entrar', - 'pt-br' => 'login', - 'tr' => 'GiriĹź', - ], - 'service_providers_for' => [ - 'no' => 'Tjenesteleverandør for', - 'nn' => 'Tenesteleverandørar for', - 'da' => 'Tjenesteudbyder for', - 'en' => 'Service Providers for', - 'de' => 'Service-Provider fĂĽr', - 'sv' => 'Tjänsteleverantörer för', - 'fi' => 'Palveluntarjoaja', - 'es' => 'Proveedores de servicio para', - 'fr' => 'Fournisseurs de services pour', - 'nl' => 'Service Providers voor', - 'lb' => 'Service Provider fir', - 'sl' => 'SP za', - 'hr' => 'Davatelji usluge za', - 'hu' => 'AlkalmazásszolgáltatĂłk a következĹ‘ számára', - 'pl' => 'Dostawca Serwisu dla', - 'pt' => 'Fornecedores de Serviço (SP) para', - 'pt-br' => 'Provedor de serviços para', - 'tr' => 'için Servis SaÄźlayıcılar', - ], - 'service_provider_header' => [ - 'no' => 'Tjenesteleverandør', - 'nn' => 'Tenesteleverandør', - 'da' => 'Tjenesteudbyder', - 'en' => 'Service Provider', - 'de' => 'Service-Provider', - 'sv' => 'Tjänsteleverantör', - 'fi' => 'Palveluntarjoaja', - 'es' => 'Proveedor de servicio', - 'fr' => 'Fournisseur de service', - 'nl' => 'Service Provider', - 'lb' => 'Service Provider', - 'sl' => 'SP', - 'hr' => 'Davatelj usluge', - 'hu' => 'AlkalmazásszolgáltatĂł', - 'pl' => 'Dostawca serwisu', - 'pt' => 'Fornecedor de Serviço (SP)', - 'pt-br' => 'Provedor de Serviços', - 'tr' => 'Servis SaÄźlayıcı', - ], - 'status_header' => [ - 'no' => 'Samtykke-status', - 'nn' => 'Samtykkestatus', - 'da' => 'Samtykke status', - 'en' => 'Consent status', - 'de' => 'Zustimmungsstatus', - 'sv' => 'Status för samtycke', - 'fi' => 'Hyväksynnään tila', - 'es' => 'Estado del consentimiento', - 'fr' => 'État des consentements', - 'nl' => 'Toestemming status', - 'lb' => 'ZoustĂ«mmungsstatus', - 'sl' => 'Stanje privolitve', - 'hr' => 'Status dozvole', - 'hu' => 'Hozzájárulás állapota', - 'pl' => 'Status zgody', - 'pt' => 'Consentimento', - 'pt-br' => 'Status do Consentimento', - 'tr' => 'Onay durumu', - ], - 'show_hide_attributes' => [ - 'no' => 'Vis/skjul opplysninger', - 'nn' => 'Vis/skjul opplysningar', - 'da' => 'vis/skjul attributter', - 'en' => 'show/hide attributes', - 'de' => 'zeige/verstecke Eigenschaften', - 'sv' => 'visa/göm attribut', - 'fi' => 'Näytä/piilota attribuutteja', - 'es' => 'Mostrar/ocultar atributos', - 'fr' => 'montrer/cacher les attributs', - 'nl' => 'toon/verberg attributen', - 'lb' => 'Attributer weisen/verstoppen', - 'sl' => 'prikaĹľi/skrij atribute', - 'hr' => 'prikaĹľi/sakrij atribute', - 'hu' => 'attribĂştumok mutatása/elrejtĂ©se', - 'pl' => 'pokaĹĽ/ukryj atrybuty', - 'pt' => 'Mostrar/Ocultar atributos', - 'pt-br' => 'mostra/esconder Atributos', - 'tr' => 'bilgileri göster/gizle ', - ], - 'noconsent_title' => [ - 'no' => 'Ikke akseptert overføring av informasjon', - 'nn' => 'Ikkje akseptert overføring av informasjon', - 'da' => 'Manglende samtykke', - 'en' => 'No consent given', - 'de' => 'Zustimmung verweigert', - 'sv' => 'Inget samtycket givet', - 'fi' => 'Lupaa ei annettu', - 'es' => 'No se diĂł el consentimiento', - 'nl' => 'Geen toestemming gegeven', - 'sl' => 'Privolitev ni bila dana.', - 'hr' => 'Nema pristanka', - 'hu' => 'Nincs hozzájárulás', - 'pl' => 'Nie wyraĹĽono zgody', - 'pt' => 'Consentimento negado', - 'pt-br' => 'Nenhum consentimento dado', - 'tr' => 'Onay verilmemiĹź', - ], - 'noconsent_text' => [ - 'no' => 'Du har ikke akseptert ĂĄ overlevere opplysninger til tjenesteleverandøren.', - 'nn' => 'Du har ikkje akseptert til at dine opplysningar kan sendast til tenesteleverandøren', - 'da' => 'Du har ikke givet samtykke til overleveringen af oplysninger til tjenesten', - 'en' => 'You did not give consent for transfering your attributes to the service provider.', - 'de' => 'Sie haben der Weitergabe ihrer Daten an den Service Provider nicht zugestimmt.', - 'sv' => 'Du gav inte samtycke för att överföra dina attribut till tjänsteleverantören.', - 'fi' => 'Et antanut lupaa siirtää henkilötietojasi palveluntarjoajalle', - 'es' => 'No ha dado su consentimiento para tranferir sus atributos al proveedor de servicio.', - 'nl' => 'U heeft geen toestemming gegeven om uw attributen naar de Service Provider te versturen', - 'sl' => 'Niste podali privolitve za posredovanje atributov SP-ju.', - 'hr' => 'Niste dali pristanak da se vaši podaci isporuÄŤe davatelju usluge.', - 'hu' => 'Nem adta hozzájárulását, hogy adatait továbbadjuk a szolgáltatĂłnak.', - 'pl' => 'Nie wyraziĹ‚eĹ› zgody na przesĹ‚anie Twoich atrybutĂłw do Dostawcy Serwisu.', - 'pt' => 'Negou o consentimento para a transferĂŞncia dos seus atributos para o fornecedor de serviço.', - 'pt-br' => 'VocĂŞ nĂŁo deu o consentimento para a transferĂŞncia de seus atributos para o provedor de serviços.', - 'tr' => 'Bilgilerinizin servis saÄźlayıcıya gönderilmesi için onay vermediniz.', - ], - 'noconsent_return' => [ - 'no' => 'GĂĄ tilbake til aksept-siden med opplysninger', - 'nn' => 'GĂĄ tilbake til aksept-sida for overføring av opplysningar', - 'da' => 'GĂĄ tilbage', - 'en' => 'Return to consent page', - 'de' => 'ZurĂĽck', - 'sv' => 'Ă…ter till sidan för samtycke', - 'fi' => 'Palaa hyväksyntäsivulle', - 'es' => 'Volver a la página de consentimiento', - 'nl' => 'Keer terug naar de toestemmingspagina', - 'sl' => 'Vrnitev na privolitveno stran', - 'hr' => 'Povratak na stranicu s dozvolama', - 'hu' => 'Vissza az hozzájárulás-kezelĹ‘ oldalra', - 'pl' => 'PowrĂłt do strony wydania zezwolenia.', - 'pt' => 'Voltar Ă página de consentimento', - 'pt-br' => 'Retornar a página de consentimento', - 'tr' => 'Onay sayfasına geri dön', - ], - 'noconsent_goto_about' => [ - 'no' => 'GĂĄ til informasjonsside om tjenesten', - 'nn' => 'GĂĄ til informasjonssida for tenesta', - 'da' => 'GĂĄ til side med information om tjenesten', - 'en' => 'Go to information page for the service', - 'de' => 'Gehe zur Informationsseite dieses Dienstes', - 'sv' => 'GĂĄ till tjänstens informationssida', - 'fi' => 'Siirry palvelun tiedot -sivulle', - 'es' => 'Ir a la página de informaciĂłn del servicio', - 'nl' => 'Ga naar de informatiepagina voor de service', - 'sl' => 'Pojdi na spletno stran z informacijami o storitvi', - 'hr' => 'Idi na stranicu s informacijama o servisu', - 'hu' => 'A szolgáltatás informáciĂłs oldalára', - 'pl' => 'PrzejdĹş do strony informacyjnej dla tego serwisu', - 'pt' => 'Ir para página de informação do serviço', - 'tr' => 'Servis için bilgi sayfasına git', - ], - 'table_caption' => [ - 'no' => 'Bruker innformasjon', - 'da' => 'Bruger information', - 'en' => 'User information', - 'de' => 'Benutzerdaten', - 'sv' => 'Användarinformation', - 'fi' => 'Käyttäjätiedot', - 'es' => 'InformaciĂłn del usuario', - 'nl' => 'Gerbuikersinformatie', - 'sl' => 'Podatki o uporabniku', - 'hu' => 'FelhasználĂłi informáciĂłk', - 'pt' => 'Informação do utilizador', - 'tr' => 'Kullanıcı bilgisi', - ], - 'table_summary' => [ - 'no' => 'Her listes den innformasjonen om deg som blir send til den tjenesten du er i ferd med ĂĄ logge pĂĄ', - 'da' => 'Informationer som vil blive sendt til den service du er ved at logge in pĂĄ', - 'en' => 'List the information about you that is about to be transmitted to the service you are going to login to', - 'sv' => 'Visa den nformation om din användare som kommer att skickas till tjänsten som du är pĂĄ väg att logga in i', - 'fi' => 'Näytä tietosi, joita ollaan siirtämässä palveluun', - 'es' => 'Muestra que informaciĂłn relativa a usted va a ser transmitida al servicio en el que se va a identificar', - 'nl' => 'De informatie die over jou bekend is en naar de service waarop je wilt inloggen verstuurd zal worden', - 'sl' => 'Seznam podatkov o vas, ki bodo posredovani storitvi, v katero se nameravate prijaviti', - 'hu' => 'Ezeket az adatokat fogjuk elkĂĽldeni Ă–nrĹ‘l annak a szolgáltatásnak, ahová be kĂván jelentkezni', - 'pt' => 'Listar a informação acerca de si que será enviada para o serviço no qual se está autenticar', - 'tr' => 'Girmek istediÄźiniz servise gönderilecek bilginizi listeleyin', - ], -]; diff --git a/modules/consent/dictionaries/consent.translation.json b/modules/consent/dictionaries/consent.translation.json deleted file mode 100644 index 9901beb5a221777eeae38353ee41d20cab764ef2..0000000000000000000000000000000000000000 --- a/modules/consent/dictionaries/consent.translation.json +++ /dev/null @@ -1,807 +0,0 @@ -{ - "yes": { - "no": "Ja, fortsett", - "nn": "Ja, fortsett", - "sv": "Ja", - "es": "S\u00ed", - "fr": "Oui", - "de": "Ja, ich stimme zu", - "nl": "Ja, ik ga akkoord", - "lb": "Jo", - "sl": "Da, nadaljuj", - "da": "Ja, jeg accepterer", - "hr": "Da, nastavi", - "hu": "Igen, elfogadom", - "fi": "Kyll\u00e4", - "pt-br": "Sim, Aceito", - "pt": "Sim, Aceito", - "pl": "Tak, akceptuj\u0119", - "cs": "Ano, akceptuji", - "tr": "Evet, devam et", - "it": "S\u00ec, continuare", - "lt": "Taip, t\u0119sti", - "ja": "\u306f\u3044\u3001\u7d9a\u3051\u307e\u3059", - "zh-tw": "\u662f\uff0c\u7e7c\u7e8c", - "et": "Jah, j\u00e4tka", - "he": "\u05db\u05df, \u05d4\u05de\u05e9\u05da", - "ru": "\u0414\u0430, \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c", - "zh": "\u662f\u7684\uff0c\u7ee7\u7eed", - "ar": "\u0646\u0639\u0645\u060c \u0648\u0627\u0635\u0644", - "lv": "J\u0101, turpin\u0101t", - "id": "Yam lanjutkan", - "sr": "Da, nastavi", - "ro": "Da, continu\u0103", - "eu": "Bai, jarraitu", - "af": "Ja, voortgaan", - "el": "\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae", - "zu": "Yebo, qhubeka", - "xh": "Ewe, qhubeka" - }, - "no": { - "no": "Nei, avbryt", - "nn": "Nei, avbryt", - "sv": "Nej", - "es": "No", - "fr": "Non", - "de": "Nein, ich stimme nicht zu", - "nl": "Nee, ik weiger", - "lb": "Nee", - "sl": "Ne, prekli\u010di", - "da": "Nej, jeg accepterer ikke", - "hr": "Ne, odustani", - "hu": "Nem, nem fogadom el", - "fi": "ei", - "pt-br": "N\u00e3o, n\u00e3o aceito", - "pt": "N\u00e3o aceito", - "pl": "Nie, nie akceptuj\u0119", - "cs": "Ne, neakceptuji", - "tr": "Hay\u0131r, iptal et", - "it": "No, cancellare", - "lt": "Ne, nutraukti", - "ja": "\u3044\u3044\u3048\u3001\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u307e\u3059", - "zh-tw": "\u4e0d\uff0c\u53d6\u6d88", - "et": "Ei, loobu", - "he": "\u05dc\u05d0, \u05d1\u05d8\u05dc", - "ru": "\u041d\u0435\u0442, \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c", - "zh": "\u4e0d\uff0c\u53d6\u6d88", - "ar": "\u0644\u0627\u060c \u0627\u0644\u063a", - "lv": "N\u0113, atcelt", - "id": "Tidak, batalkan", - "sr": "Ne, odustani", - "ro": "Nu, renun\u021b", - "eu": "Ez, utzi", - "af": "Nee, kanselleer", - "el": "\u0391\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7", - "xh": "Hayi, rhoxisa", - "zu": "Cha, khansela" - }, - "remember": { - "no": "Godta ogs\u00e5 for fremtiden", - "nn": "Godta ogs\u00e5 for framtida", - "sv": "Spara samtycke", - "es": "Recordar el consentimiento", - "fr": "Se souvenir du consentement", - "de": "Zustimmung merken", - "nl": "Bewaar toestemming", - "lb": "Zoust\u00ebmmung verhalen", - "sl": "Zapomni si privolitev.", - "da": "Husk samtykke", - "hr": "Zapamti moj odabir", - "hu": "Eml\u00e9kezzen a hozz\u00e1j\u00e1rul\u00e1sra", - "fi": "Muista", - "pt-br": "Lembrar Consentimento", - "pt": "Lembrar a minha escolha", - "pl": "Pami\u0119taj moj\u0105 zgod\u0119", - "cs": "Zapamatuj", - "tr": "Hat\u0131rla", - "it": "Ricordare", - "lt": "\u012esiminti", - "ja": "\u8a18\u61b6\u3059\u308b", - "zh-tw": "\u8a18\u4f4f", - "et": "J\u00e4ta meelde", - "he": "\u05d6\u05db\u05d5\u05e8", - "ru": "\u0417\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c", - "zh": "\u8bb0\u4f4f", - "ar": "\u062a\u0630\u0643\u0631\u0623\u0644\u063a\u062a \u0630\u0643\u0631", - "lv": "Atcer\u0113ties", - "id": "Ingat", - "sr": "Zapamti moj izbor", - "ro": "\u021aine minte", - "eu": "Onespena gogoratu", - "af": "Onthou", - "el": "\u039d\u03b1 \u03b8\u03c5\u03bc\u03ac\u03c3\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03bc\u03bf\u03c5", - "zu": "Khumbula", - "xh": "Khumbula" - }, - "consent_accept": { - "no": "For \u00e5 fullf\u00f8re innloggingen m\u00e5 du godta at opplysningene nedenfor sendes til SPNAME.", - "nn": "For \u00e5 fullf\u00f8ra innlogginga m\u00e5 du godta at opplysningane under blir sende til SPNAME", - "sv": "Du \u00e4r p\u00e5 v\u00e4g att logga in i tj\u00e4nsten SPNAME. Tj\u00e4nsten kr\u00e4ver att informationen nedan skickas fr\u00e5n IDPNAME. \u00c4r detta okej?", - "es": "Est\u00e1 a punto de acceder al servicio SPNAME. El servicio requiere que la informaci\u00f3n que se muestra a continuaci\u00f3n sea transferida desde IDPNAME. \u00bfAcepta esto?", - "fr": "Vous \u00eates sur le point de vous connecter au service SPNAME. Lors de l'ouverture de session, le fournisseur d'identit\u00e9 enverra des informations sur votre identit\u00e9 \u00e0 ce service. Acceptez-vous cela ?", - "de": "SPNAME erfordert die \u00dcbertragung untenstehender Information von IDPNAME. Akzeptieren Sie das?", - "nl": "U gaat inloggen bij een dienst SPNAME. Tijdens het loginproces stuurt de identity provider zgn. attributen met daarin informatie over uw identiteit voor deze dienst. Bent u het daarmee eens?", - "lb": "Daer sid dobai aerch um service unzemellen SPNAME. Waerend dem Login Prozess sch\u00e9ckt den Identity Provider Attributer, d\u00e9i Informatiounen iwert aer Identit\u00e9it enthaalen. Akzept\u00e9ier daer daat?", - "sl": "Pravkar se nameravate prijaviti v storitev SPNAME. Med postopkom prijave bo IdP tej storitvi posredoval atribute, ki vsebujejo informacije o va\u0161i identiteti. Ali se s tem strinjate? ", - "da": "SPNAME kr\u00e6ver at nedenst\u00e5ende oplysninger overf\u00f8res fra IDPNAME. Vil du acceptere dette?", - "hr": "Servis SPNAME zahtjeva isporuku dolje navedenih podataka.", - "hu": "\u00d6n azonos\u00edtja mag\u00e1t ehhez a szolg\u00e1ltat\u00e1shoz SPNAME. Az azonos\u00edt\u00e1s sor\u00e1n IDPNAME az al\u00e1bbi adatokat fogja k\u00fcldeni a szolg\u00e1ltat\u00e1snak. Enged\u00e9lyezi?", - "fi": "Olet kirjautumassa palveluun SPNAME. Identiteetil\u00e4hteesi henkil\u00f6tietojasi palvelun tarjoajalle. Hyv\u00e4ksytk\u00f6 tietojen siirron?", - "pt-br": "Voc\u00ea est\u00e1 prestes a acessar o servi\u00e7o SPNAME. O servi\u00e7o exige que as informa\u00e7\u00f5es a seguir sejam transferidas do IDPNAME. Voc\u00ea aceita isso?", - "pt": "O servi\u00e7o SPNAME necessita que a informa\u00e7\u00e3o apresentada em baixo seja transferida.", - "pl": "SPNAME wymaga aby poni\u017csza informacja zosta\u0142a przes\u0142ana.", - "cs": "M\u016f\u017eete se p\u0159ihl\u00e1sit do slu\u017eby SPNAME", - "tr": "SPNAME a\u015fa\u011f\u0131daki bilgilerin g\u00f6nderilmesine ihtiya\u00e7 duyuyor.", - "it": "SPNAME richiede che l'informazione sotto riportata sia trasferita.", - "lt": "SPNAME reikalauja persi\u0173sti \u017eemiau pateikt\u0105 informacij\u0105", - "ja": "SPNAME\u306f\u4ee5\u4e0b\u306e\u5909\u63db\u3055\u308c\u305f\u60c5\u5831\u3092\u8981\u6c42\u3057\u307e\u3059\u3002", - "zh-tw": "SPNAME \u8981\u6c42\u8a72\u8cc7\u8a0a\u65bc\u9019\u500b\u50b3\u9001\u3002", - "et": "SPNAME n\u00f5uab allpool oleva info edastamist.", - "he": "SPNAME \u05d3\u05d5\u05e8\u05e9 \u05e9\u05de\u05d9\u05d3\u05e2 \u05d4\u05e0\"\u05dc \u05d9\u05d5\u05e2\u05d1\u05e8", - "ru": "SPNAME \u0442\u0440\u0435\u0431\u0443\u0435\u0442, \u0447\u0442\u043e\u0431\u044b \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f, \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u043d\u0438\u0436\u0435, \u0431\u044b\u043b\u0430 \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u0430.", - "zh": "SPNAME\u8bf7\u6c42\u7684\u4fe1\u606f\u5df2\u7ecf\u88ab\u4f20\u8f93\u51fa\u53bb", - "ar": "\u064a\u062d\u062a\u0627\u062c SPNAME \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0623\u062f\u0646\u0627\u0647 ", - "lv": "SPNAME prasa p\u0101rraid\u012bt pa t\u012bklu zem\u0101k eso\u0161o inform\u0101ciju.", - "id": "SPNAME mensyaratkan informasi dibawah ini harus ditransder.", - "sr": "Servis SPNAME zahteva slanje dole navedenih podataka.", - "ro": "SPNAME solicit\u0103 trimiterea informa\u021biilor de mai jos.", - "eu": "Zerbitzuak, hemen agertzen den informazioa lekualdatzea eskatzen du.", - "af": "SPNAME vereis dat die inligting hieronder oorgedra word.", - "el": "\u0395\u03ac\u03bd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5\u002c \u03c4\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd \u03b8\u03b1 \u03b4\u03b9\u03b1\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 <b>SPNAME<\/b>. \u03a3\u03c5\u03bc\u03c6\u03c9\u03bd\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c0\u03b5\u03bb\u03b5\u03c5\u03b8\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03b1\u03c5\u03c4\u03ce\u03bd \u03c3\u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03c6\u03bf\u03c1\u03ac \u03c0\u03bf\u03c5 \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u003b", - "xh": "I-SPNAME idinga ukuba inkcazelo engezantsi idluliselwe.", - "zu": "I-SPNAME idinga ukuthi ulwazi olungezansi ludluliswe." - }, - "login": { - "no": "innlogging", - "nn": "Logg inn", - "sv": "Logga in", - "es": "login", - "fr": "ouvrir une session", - "de": "anmelden", - "nl": "Login", - "lb": "anloggen", - "sl": "Prijava", - "da": "login", - "hr": "prijavi se", - "hu": "bejelentkez\u00e9s", - "fi": "Tunnus", - "pt-br": "login", - "pt": "Entrar", - "pl": "login", - "cs": "Login", - "tr": "Giri\u015f", - "it": "connessione", - "lt": "Prisijungti", - "ja": "\u30ed\u30b0\u30a4\u30f3", - "zh-tw": "\u767b\u5165", - "et": "logi sisse", - "he": "\u05db\u05e0\u05d9\u05e1\u05d4", - "ru": "\u041b\u043e\u0433\u0438\u043d", - "zh": "\u767b\u5f55", - "ar": "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", - "lv": "piesl\u0113gties", - "id": "login", - "sr": "prijavi se", - "ro": "autentificare", - "eu": "hasi saioa", - "af": "meld aan", - "el": "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2", - "xh": "ngena", - "zu": "ngena" - }, - "service_providers_for": { - "no": "Tjenesteleverand\u00f8r for", - "nn": "Tenesteleverand\u00f8rar for", - "sv": "Tj\u00e4nsteleverant\u00f6rer f\u00f6r", - "es": "Proveedores de servicio para", - "fr": "Fournisseurs de services pour", - "de": "Service-Provider f\u00fcr", - "nl": "Service Providers voor", - "lb": "Service Provider fir", - "sl": "SP za", - "da": "Tjenesteudbyder for", - "hr": "Davatelji usluge za", - "hu": "Alkalmaz\u00e1sszolg\u00e1ltat\u00f3k a k\u00f6vetkez\u0151 sz\u00e1m\u00e1ra", - "fi": "Palveluntarjoaja", - "pt-br": "Provedor de servi\u00e7os para", - "pt": "Fornecedores de Servi\u00e7o (SP) para", - "pl": "Dostawca Serwisu dla", - "cs": "Poskytovatel slu\u017eby pro", - "tr": "i\u00e7in Servis Sa\u011flay\u0131c\u0131lar", - "it": "Service Provider per", - "lt": "Paslaug\u0173 teik\u0117jai", - "ja": "\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0: ", - "zh-tw": "\u7d66\u670d\u52d9\u63d0\u4f9b\u8005", - "et": "Teenusepakkujad", - "he": "\u05e1\u05e4\u05e7\u05d9 \u05e9\u05d9\u05e8\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8", - "ru": "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0438 \u0443\u0441\u043b\u0443\u0433 \u0434\u043b\u044f", - "zh": "\u670d\u52a1\u63d0\u4f9b\u8005\u7ed9", - "ar": "\u0645\u0642\u062f\u0645\u064a \u062e\u062f\u0645\u0627\u062a \u0644", - "lv": "Servisa pieg\u0101d\u0101t\u0101ji priek\u0161", - "id": "Service Provider untuk", - "sr": "Davaoci Servisa za", - "ro": "Furnizor de servicii pentru", - "eu": "Zerbitzu hornitzaileak hontarako: ", - "af": "Diens Verskaffers vir", - "el": "\u03a0\u03ac\u03c1\u03bf\u03c7\u03bf\u03b9 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd \u03b3\u03b9\u03b1", - "zu": "Abahlinzeki Besevisi bokuthi", - "xh": "Umboneleli enkonzo we-" - }, - "service_provider_header": { - "no": "Tjenesteleverand\u00f8r", - "nn": "Tenesteleverand\u00f8r", - "sv": "Tj\u00e4nsteleverant\u00f6r", - "es": "Proveedor de servicio", - "fr": "Fournisseur de service", - "de": "Service-Provider", - "nl": "Service Provider", - "lb": "Service Provider", - "sl": "SP", - "da": "Tjenesteudbyder", - "hr": "Davatelj usluge", - "hu": "Alkalmaz\u00e1sszolg\u00e1ltat\u00f3", - "fi": "Palveluntarjoaja", - "pt-br": "Provedor de Servi\u00e7os", - "pt": "Fornecedor de Servi\u00e7o (SP)", - "pl": "Dostawca serwisu", - "cs": "Poskytovatel slu\u017eby", - "tr": "Servis Sa\u011flay\u0131c\u0131", - "it": "Service Provider", - "lt": "Paslaugos teik\u0117jas", - "ja": "\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0", - "zh-tw": "\u670d\u52d9\u63d0\u4f9b\u8005", - "et": "Teenusepakkuja", - "he": "\u05e1\u05e4\u05e7 \u05e9\u05d9\u05e8\u05d5\u05ea", - "ru": "\u041f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0443\u0441\u043b\u0443\u0433", - "zh": "\u670d\u52a1\u63d0\u4f9b\u8005", - "ar": "\u0645\u0642\u062f\u0645 \u062e\u062f\u0645\u0627\u062a", - "lv": "Servisa pieg\u0101d\u0101t\u0101js", - "id": "Service Provider", - "sr": "Davalac Servisa", - "ro": "Furnizor de servicii", - "eu": "Zerbitzu hornitzailea", - "af": "Diens Verskaffer", - "el": "\u03a0\u03ac\u03c1\u03bf\u03c7\u03bf\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2", - "zu": "Umhlinzeki Wesevisi", - "xh": "Umboneleli Wenkonzo" - }, - "status_header": { - "no": "Samtykke-status", - "nn": "Samtykkestatus", - "sv": "Status f\u00f6r samtycke", - "es": "Estado del consentimiento", - "fr": "\u00c9tat des consentements", - "de": "Zustimmungsstatus", - "nl": "Toestemming status", - "lb": "Zoust\u00ebmmungsstatus", - "sl": "Stanje privolitve", - "da": "Samtykke status", - "hr": "Status odobrenja", - "hu": "Hozz\u00e1j\u00e1rul\u00e1s \u00e1llapota", - "fi": "Hyv\u00e4ksynn\u00e4\u00e4n tila", - "pt-br": "Status do Consentimento", - "pt": "Consentimento", - "pl": "Status zgody", - "cs": "Status souhlasu", - "tr": "Onay durumu", - "it": "Stato del consenso", - "lt": "Leidimo b\u016bsena", - "ja": "\u627f\u8a8d\u30b9\u30c6\u30fc\u30bf\u30b9", - "zh-tw": "\u540c\u610f\u72c0\u614b", - "et": "N\u00f5usoleku olek", - "he": "\u05de\u05e6\u05d1 \u05d4\u05e1\u05db\u05de\u05d4", - "ru": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0441\u0442\u0430\u0442\u0443\u0441", - "zh": "\u540c\u610f\u72b6\u6001", - "ar": "\u062d\u0627\u0644\u0629 \u0645\u0648\u0627\u0641\u0642\u0629", - "lv": "Noteikumu statuss", - "id": "Status persetujuan", - "sr": "Status odobrenja", - "ro": "Stare acord", - "eu": "Onespen egoera", - "af": "Toestemming status", - "el": "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7\u03c2", - "zu": "Isimo semvume", - "xh": "Ubume bemvume" - }, - "show_hide_attributes": { - "no": "Vis\/skjul opplysninger", - "nn": "Vis\/skjul opplysningar", - "sv": "visa\/g\u00f6m attribut", - "es": "Mostrar\/ocultar atributos", - "fr": "montrer\/cacher les attributs", - "de": "zeige\/verstecke Eigenschaften", - "nl": "toon\/verberg attributen", - "lb": "Attributer weisen\/verstoppen", - "sl": "prika\u017ei\/skrij atribute", - "da": "vis\/skjul attributter", - "hr": "prika\u017ei\/sakrij atribute", - "hu": "attrib\u00fatumok mutat\u00e1sa\/elrejt\u00e9se", - "fi": "N\u00e4yt\u00e4\/piilota attribuutteja", - "pt-br": "mostra\/esconder Atributos", - "pt": "Mostrar\/Ocultar atributos", - "pl": "poka\u017c\/ukryj atrybuty", - "cs": "zobraz\/skryj atributy", - "tr": "bilgileri g\u00f6ster\/gizle ", - "it": "Mostra\/nascondi attributi", - "lt": "rodyti\/sl\u0117pti atributus", - "ja": "\u8868\u793a\/\u975e\u8868\u793a\u5c5e\u6027", - "zh-tw": "\u986f\u793a\/\u96b1\u85cf\u5c6c\u6027", - "et": "n\u00e4ita\/peida atribuudid", - "he": "\u05d4\u05e8\u05d0\u05d4\\\u05d4\u05e1\u05ea\u05e8 \u05ea\u05db\u05d5\u05e0\u05d5\u05ea ", - "ru": "\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\/\u0441\u043a\u0440\u044b\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b", - "zh": "\u663e\u793a\/\u9690\u85cf\u5c5e\u6027", - "ar": "\u0627\u0638\u0647\u0631\/\u0627\u0644\u063a\u064a \u0627\u0644\u0633\u0645\u0627\u062a", - "lv": "r\u0101d\u012bt\/sl\u0113pt atrib\u016btus", - "id": "perlihatkan\/sembunyikan attribut", - "sr": "prika\u017ei\/sakrij atribute", - "ro": "arat\u0103\/ascunde atributele", - "eu": "erakutsi\/gorde atributuak", - "af": "vertoon\/verberg eienskappe", - "el": "\u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7\/\u03b1\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd", - "xh": "bonisa/fihla iimpawu", - "zu": "bonisa/fihla izici" - }, - "consent_privacypolicy": { - "no": "Personvern for tjenesten", - "nn": "Personvern for tenesta", - "sv": "Tj\u00e4nstens policy f\u00f6r personlig integritet", - "es": "Pol\u00edtica de privacidad para el servicio", - "de": "Datenschutzrichtlinie des Dienstes", - "nl": "Privacybeleid voor de dienst", - "sl": "Politika zasebnosti za ta SP", - "da": "Tjenestens politik vedr\u00f8rende personoplysninger", - "hr": "Politika za\u0161tite privatnosti kod servisa", - "hu": "A szolg\u00e1ltat\u00e1s adatv\u00e1delmi nyilatkozata", - "fi": "Tietosuojaseloste palvelulle", - "pt-br": "Pol\u00edtica de Privacidade deste servi\u00e7o", - "pt": "Pol\u00edtica de privacidade do servi\u00e7o", - "pl": "Polityka prywatno\u015bci dla serwisu", - "cs": "Bezpe\u010dnostn\u00ed politika slu\u017eby", - "tr": "Servis i\u00e7in gizlilik politikas\u0131", - "fr": "Politique de confidentialit\u00e9 pour ce service", - "it": "Politica della privacy per il servizio", - "lt": "\u0160ios paslaugos privatumo politika", - "ja": "\u30b5\u30fc\u30d3\u30b9\u306e\u30d7\u30e9\u30a4\u30d0\u30b7\u30dd\u30ea\u30b7\u30fc", - "zh-tw": "\u670d\u52d9\u96b1\u79c1\u6b0a\u653f\u7b56", - "et": "Teenuse privaatsuspoliitika", - "he": "\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea \u05e9\u05dc \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea", - "ru": "\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0441\u043b\u0443\u0436\u0431\u044b", - "zh": "\u8be5\u670d\u52a1\u7684\u9690\u79c1\u7b56\u7565", - "ar": "\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629 \u0644\u0644\u062e\u062f\u0645\u0629", - "lv": "Servisa dro\u0161\u012bbas noteikumi", - "id": "Kebijakan privasi untuk layanan", - "sr": "Politika za\u0161tite privatnosti kod servisa", - "ro": "Politica de confiden\u021bialitate pentru serviciu", - "eu": "Zerbitzuarentzako pribatutasun-politika", - "af": "Privaatheidsbeleid vir die diens", - "el": "\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2 \u03b1\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2", - "zu": "Inqubomgomo yobumfihlo yesevisi", - "xh": "Ipolisi yokugcinwa kwemfihlelo yenkonzo" - }, - "noconsent_title": { - "no": "Ikke akseptert overf\u00f8ring av informasjon", - "nn": "Ikkje akseptert overf\u00f8ring av informasjon", - "sv": "Inget samtycket givet", - "es": "No se di\u00f3 el consentimiento", - "de": "Zustimmung verweigert", - "nl": "Geen toestemming gegeven", - "sl": "Privolitev ni bila dana.", - "da": "Manglende samtykke", - "hr": "Isporuka podataka nije odobrena", - "hu": "Nincs hozz\u00e1j\u00e1rul\u00e1s", - "fi": "Lupaa ei annettu", - "pt-br": "Nenhum consentimento dado", - "pt": "Consentimento negado", - "pl": "Nie wyra\u017cono zgody", - "cs": "Souhlas nebyl vyd\u00e1n", - "tr": "Onay verilmemi\u015f", - "fr": "Aucun consentement n'a \u00e9t\u00e9 donn\u00e9", - "it": "Nessun consenso dato", - "lt": "Leidimas neduotas", - "ja": "\u627f\u8a8d\u306f\u3042\u308a\u307e\u305b\u3093", - "zh-tw": "\u5c1a\u672a\u540c\u610f", - "et": "N\u00f5usolekut pole antud", - "he": "\u05dc\u05d0 \u05e0\u05d9\u05ea\u05e0\u05d4 \u05d4\u05e1\u05db\u05de\u05d4", - "ru": "\u041d\u0435\u0442 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u044f", - "zh": "\u672a\u540c\u610f", - "ar": "\u0644\u0645 \u062a\u0639\u0637\u064a \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629", - "lv": "Nav noteikumu", - "id": "Tidan ada persetujuan yang diberikan", - "sr": "Slanje podataka nije odobreno", - "ro": "Nu a fost dat acordul (consim\u021b\u0103m\u00e2ntul)", - "eu": "Ez da onespena eman", - "af": "Geen toestemming is gegee nie", - "el": "\u039c\u03b7 \u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7\u03c2", - "zu": "Ayikho imvume enikeziwe", - "xh": "Akukho mvume inikelweyo" - }, - "noconsent_text": { - "no": "Du har ikke akseptert \u00e5 overlevere opplysninger til SPNAME.", - "nn": "Du har ikkje akseptert til at dine opplysningar kan sendast til SPNAME.", - "sv": "Du gav inte samtycke f\u00f6r att \u00f6verf\u00f6ra dina attribut till tj\u00e4nsteleverant\u00f6ren.", - "es": "No ha dado su consentimiento para tranferir sus atributos al proveedor de servicio.", - "de": "Sie haben der Weitergabe ihrer Daten an den Service Provider nicht zugestimmt.", - "nl": "U heeft geen toestemming gegeven om uw attributen naar de Service Provider te versturen", - "sl": "Niste podali privolitve za posredovanje atributov SP-ju.", - "da": "Du har ikke givet samtykke til overleveringen af oplysninger til tjenesten", - "hr": "Niste dali pristanak da se va\u0161i podaci isporu\u010de davatelju usluge.", - "hu": "Nem adta hozz\u00e1j\u00e1rul\u00e1s\u00e1t, hogy adatait tov\u00e1bbadjuk a szolg\u00e1ltat\u00f3nak.", - "fi": "Et antanut lupaa siirt\u00e4\u00e4 henkil\u00f6tietojasi palveluntarjoajalle", - "pt-br": "Voc\u00ea n\u00e3o deu o consentimento para a transfer\u00eancia de seus atributos para o provedor de servi\u00e7os.", - "pt": "Negou o consentimento para a transfer\u00eancia dos seus atributos para o fornecedor de servi\u00e7o.", - "pl": "Nie wyrazi\u0142e\u015b zgody na przes\u0142anie Twoich atrybut\u00f3w do Dostawcy Serwisu.", - "cs": "Nedal jste souhlas pro zasl\u00e1n\u00ed sv\u00fdch atribut\u016f poskytovateli slu\u017eeb.", - "tr": "Bilgilerinizin servis sa\u011flay\u0131c\u0131ya g\u00f6nderilmesi i\u00e7in onay vermediniz.", - "fr": "Vous n'avez pas donn\u00e9 votre consentement \u00e0 la divulgation de vos attributs pour ce fournisseur de service.", - "it": "Non hai dato il consenso per trasferire i tuoi attributi al service provider.", - "lt": "J\u016bs nedav\u0117te sutikimo persi\u0173sti J\u016bs\u0173 atributus SPNAME paslaugos teik\u0117jui.", - "ja": "\u3042\u306a\u305f\u306f\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0\u306b\u5c5e\u6027\u3092\u8ee2\u9001\u3059\u308b\u4e8b\u3092\u627f\u8a8d\u3057\u3066\u3044\u307e\u305b\u3093\u3002", - "zh-tw": "\u60a8\u4e0d\u540c\u610f\u50b3\u8f38\u60a8\u7684\u5c6c\u6027\u81f3\u670d\u52d9\u63d0\u4f9b\u8005\u3002", - "et": "Sa ei andnud n\u00f5usolekut sinu atribuutide teenusepakkujale edastamiseks.", - "he": "\u05dc\u05d0 \u05e0\u05ea\u05e0\u05ea \u05d4\u05e1\u05db\u05de\u05d4 \u05dc\u05d4\u05e2\u05d1\u05e8\u05ea \u05d4\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd \u05dc\u05e1\u05e4\u05e7 \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea.", - "ru": "\u0412\u044b \u043d\u0435 \u0434\u0430\u043b\u0438 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u044f \u043d\u0430 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443 \u0432\u0430\u0448\u0438\u0445 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432 \u043a \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0443 \u0443\u0441\u043b\u0443\u0433.", - "zh": "\u4f60\u6ca1\u6709\u540c\u610f\u4f20\u8f93\u4f60\u7684\u76f8\u5173\u5c5e\u6027\u7ed9\u670d\u52a1\u63d0\u4f9b\u8005", - "ar": "\u0644\u0645 \u062a\u0648\u0627\u0641\u0642 \u0639\u0644\u064a \u062a\u062d\u0648\u064a\u0644 \u0633\u0645\u0627\u062a\u0643 \u0644\u0645\u0642\u062f\u0645 \u0627\u0644\u062e\u062f\u0645\u0629", - "lv": "J\u016bs neesat devis at\u013cauju p\u0101rraid\u012bt inform\u0101ciju servisa pieg\u0101d\u0101t\u0101jam.", - "id": "Anda tidak memberikan persetujuan untuk mentransfer atribut-atribute Anda ke service provider.", - "sr": "Niste odobrili da se va\u0161i podaci po\u0161alju davaocu servisa.", - "ro": "Nu a\u021bi fost de acord s\u0103 trimite\u021bi atributele c\u0103tre SPNAME.", - "eu": "Ez duzu onespena eman zure atributuak zerbitzuari transferitzeko.", - "af": "Jy het nie toestemming gegee vir die oordrag van jou eienskappe na SPNAME nie.", - "el": "\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b4\u03ce\u03c3\u03b5\u03b9 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03b4\u03b9\u03b1\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03bc\u03cc \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 SPNAME", - "xh": "Awuyinikelanga imvume yokudluliselwa iimpawu zakho kwi-SPNAME.", - "zu": "Awuzange uyinikeze imvume yokudlulisa izici zakho ku-SPNAME." - }, - "noconsent_return": { - "no": "G\u00e5 tilbake til samtykkesiden", - "nn": "G\u00e5 tilbake til samtykkesida", - "sv": "\u00c5ter till sidan f\u00f6r samtycke", - "es": "Volver a la p\u00e1gina de consentimiento", - "de": "Zur\u00fcck", - "nl": "Keer terug naar de toestemmingspagina", - "sl": "Vrnitev na privolitveno stran", - "da": "G\u00e5 tilbage", - "hr": "Povratak na stranicu za kreiranje dozvola", - "hu": "Vissza az hozz\u00e1j\u00e1rul\u00e1s-kezel\u0151 oldalra", - "fi": "Palaa hyv\u00e4ksynt\u00e4sivulle", - "pt-br": "Retornar a p\u00e1gina de consentimento", - "pt": "Voltar \u00e0 p\u00e1gina de consentimento", - "pl": "Powr\u00f3t do strony wydania zezwolenia.", - "cs": "Zp\u00e1tky na str\u00e1nku pro souhlas", - "tr": "Onay sayfas\u0131na geri d\u00f6n", - "fr": "Retour \u00e0 la page de consentement", - "it": "Torna alla pagina del consenso", - "lt": "Gr\u012f\u017eti \u012f leidim\u0173 puslap\u012f", - "ja": "\u627f\u8a8d\u30da\u30fc\u30b8\u306b\u623b\u308b", - "zh-tw": "\u56de\u5230\u540c\u610f\u9801\u9762", - "et": "Tagasi n\u00f5usoleku lehele", - "he": "\u05d7\u05d6\u05d5\u05e8 \u05dc\u05d3\u05e3 \u05d4\u05e1\u05db\u05de\u05d4", - "zh": "\u8fd4\u56de\u540c\u610f\u754c\u9762", - "ar": "\u0639\u062f \u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629", - "lv": "Atgriezties uz noteikumu lapu", - "id": "Kembali ke halaman persetujuan", - "sr": "Povratak na stranicu za kreiranje pristanka", - "ro": "\u00centoarcere la pagina de consim\u021b\u0103m\u00e2nt", - "ru": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0434\u043b\u044f \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u044f", - "eu": "Itzuli onespen orrira", - "af": "Keer terug na die toestemmingsbladsy", - "el": "\u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c3\u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03b4\u03ae\u03bb\u03c9\u03c3\u03b7\u03c2 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7\u03c2", - "xh": "Buyela kwikhasi lemvume", - "zu": "Buyela ekhasini lemvume" - }, - "consent_header": { - "no": "Samtykke om overf\u00f8ring av personinformasjon", - "nn": "Samtykke til overf\u00f8ring av personinformasjon", - "sv": "Samtycke g\u00e4llande \u00f6verf\u00f6ring av personinformation", - "es": "Consentimiento para la liberaci\u00f3n de informaci\u00f3n personal", - "de": "Zustimmung zur Weitergabe pers\u00f6nlicher Daten", - "nl": "Toestemming voor het vrijgeven van persoonsgegevens", - "sl": "Odlo\u010ditev o privolitvi posredovanja va\u0161ih osebnih podatkov", - "da": "Samtykke til at frigive personlige oplysninger", - "hr": "Dozvola za isporuku osobnih podataka", - "hu": "Hozz\u00e1j\u00e1rul\u00e1s szem\u00e9lyes adatok kiad\u00e1s\u00e1hoz", - "fi": "Henkil\u00f6tietojen luovutuksen hyv\u00e4ksynt\u00e4", - "pt": "Consentimento do envio de informa\u00e7\u00e3o pessoal", - "pl": "Zgoda na wys\u0142anie danych osobistych", - "cs": "Obsah odes\u00edlan\u00fdch osobn\u00edch informac\u00ed", - "tr": "Ki\u015fisel bilgilerin verilmesi hakk\u0131nda onay", - "fr": "Consentement pour la divulgation d'informations personnelles", - "it": "Consenso al rilascio delle informazioni personali", - "lt": "Leidimas perduoti asmenin\u0119 informacij\u0105", - "ja": "\u500b\u4eba\u60c5\u5831\u306e\u627f\u8a8d\u3092\u89e3\u9664", - "zh-tw": "\u540c\u610f\u6709\u95dc\u65bc\u500b\u4eba\u95dc\u4fc2\u8cc7\u8a0a", - "et": "N\u00f5usolek isikuandmete edastamiseks", - "he": "\u05d4\u05e1\u05db\u05de\u05d4 \u05dc\u05d4\u05e2\u05d1\u05e8\u05ea \u05de\u05d9\u05d3\u05e2 \u05d0\u05d9\u05e9\u05d9", - "pt-br": "Consentimento sobre a libera\u00e7\u00e3o de informa\u00e7\u00f5es pessoais", - "zh": "\u540c\u610f\u5f00\u653e\u4e2a\u4eba\u4fe1\u606f", - "ar": "\u0627\u0648\u0627\u0641\u0642 \u0639\u0644\u064a \u0646\u0634\u0631 \u0633\u0645\u0627\u062a\u064a \u0627\u0644\u0634\u062e\u0635\u064a\u0629", - "lv": "Noteikumi par person\u012bg\u0101s inform\u0101cijas nodo\u0161anu", - "id": "Persetujuan tentang melepas informasi personal", - "sr": "Pristanak za slanje li\u010dnih podataka", - "ro": "Acordul pentru a furniza informa\u021bii personale", - "ru": "\u0421\u043e\u0433\u043b\u0430\u0441\u0438\u0435 \u043d\u0430 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445", - "eu": "Informazio pertsonala askatzeko onespena ", - "af": "Toestemming mbt. die vrystelling van persoonlike informasie", - "el": "\u0394\u03ae\u03bb\u03c9\u03c3\u03b7 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03b4\u03b9\u03b1\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03bc\u03cc \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", - "xh": "Imvume malunga nokukhutshwa kwenkcazelo yobuqu", - "zu": "Imvume mayelana nokukhulula ulwazi lomuntu siqu" - }, - "consent_attributes_header": { - "no": "Opplysninger som vil bli sendt til SPNAME", - "nn": "Opplysningar som blir sende til SPNAME", - "sv": "Attribut som kommer att skickas till tj\u00e4nsten", - "es": "Atributos que ser\u00e1n enviados al servicio", - "de": "Informationen, die an SPNAME gesandt werden", - "nl": "Informatie die naar SPNAME zal worden gestuurd", - "sl": "Atributi, ki bodo poslani SPju", - "da": "Attributter som bliver sendt til SPNAME", - "hr": "Informacije koje \u0107e biti poslane servisu SPNAME", - "hu": "A(z) SPNAME szolg\u00e1ltat\u00f3nak k\u00fcld\u00f6tt adatok", - "fi": "Tiedot l\u00e4hetet\u00e4\u00e4n palvelulle SPNAME", - "pt": "Informa\u00e7\u00e3o que ir\u00e1 ser enviada para SPNAME", - "pl": "Atrybuty, kt\u00f3re zostan\u0105 przes\u0142ane do serwisu", - "cs": "Atributy, kter\u00e9 mohou b\u00fdt zasl\u00e1ny slu\u017eb\u011b", - "tr": "SPNAME'e g\u00f6nderilecek bilgiler", - "fr": "Informations qui seront envoy\u00e9es \u00e0 SPNAME", - "it": "Informazioni che saranno inviate a SPNAME", - "lt": "Informacija, kuri bus persi\u0173sta \u012f SPNAME", - "ja": "SPNAME\u3068\u3057\u3066\u9001\u4fe1\u3055\u308c\u308b\u60c5\u5831", - "zh-tw": "\u8cc7\u8a0a\u5c07\u88ab\u50b3\u9001\u81f3 SPNAME", - "et": "Andmed saadetakse SPNAME-le", - "he": "\u05d4\u05de\u05d9\u05d3\u05e2 \u05d9\u05e9\u05dc\u05d7 \u05dc SPNAME", - "zh": "\u4fe1\u606f\u5c06\u4f1a\u53d1\u9001\u7ed9SPNAME", - "ar": "\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u0633\u064a\u062a\u0645 \u0625\u0631\u0633\u0627\u0644\u0647\u0627 \u0644 SPNAME", - "lv": "Inform\u0101cija, kas tiks s\u016bt\u012bta SPNAME", - "id": "Informasi yang akan dikirim ke SPNAME", - "sr": "Informacije koje \u0107e biti poslate servisu SPNAME", - "ro": "Informa\u021bii care vor fi trimise la SPNAME", - "ru": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u0430 \u0432 SPNAME ", - "eu": "Zerbitzura bidaliko diren atributuak", - "af": "Informasie wat gestuur sal word na SPNAME", - "el": "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b4\u03b9\u03b1\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 SPNAME", - "xh": "Inkcazelo eza kuthunyelwa ku-SPNAME", - "zu": "Ulwazi oluzothunyelwa ku-SPNAME" - }, - "show_attributes": { - "no": "Vis opplysninger", - "nn": "Vis opplysingar", - "sv": "Visa attribut", - "es": "Mostrar atributos", - "de": "Attribute zeigen", - "nl": "Toon attributen", - "sl": "Prika\u017ei atribute", - "da": "Vis attributter", - "hr": "Prika\u017ei atribute", - "hu": "Mutasd az attrib\u00fatumokat", - "fi": "N\u00e4yt\u00e4 henkil\u00f6tiedot", - "pt": "Mostrar atributos", - "pl": "Wy\u015bwietl atrybuty", - "cs": "Zobraz atributy", - "tr": "\u00d6zellikleri g\u00f6ster", - "fr": "Montrer les attributs", - "it": "Mostra attributi", - "lt": "Parodyti atributus", - "ja": "\u5c5e\u6027\u3092\u8868\u793a\u3059\u308b", - "zh-tw": "\u986f\u793a\u5c6c\u6027", - "et": "N\u00e4ita andmeid", - "he": "\u05d4\u05e6\u05d2 \u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd", - "pt-br": "Mostrar atributos", - "zh": "\u663e\u793a\u5c5e\u6027", - "ar": "\u0627\u0638\u0647\u0631 \u0627\u0644\u0633\u0645\u0627\u062a", - "lv": "R\u0101d\u012bt atrib\u016btus", - "id": "Perlihatkan atribut-atribut", - "sr": "Prika\u017ei atribute", - "ro": "Arat\u0103 atributele", - "ru": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b", - "eu": "Erakutsi atributuak", - "af": "Vertoon eienskappe", - "zu": "Bonisa okuqukethwe", - "xh": "Bonisa isiqulatho" - }, - "noconsent_goto_about": { - "no": "G\u00e5 til informasjonsside om tjenesten", - "nn": "G\u00e5 til informasjonssida for tenesta", - "sv": "G\u00e5 till tj\u00e4nstens informationssida", - "es": "Ir a la p\u00e1gina de informaci\u00f3n del servicio", - "de": "Gehe zur Informationsseite dieses Dienstes", - "nl": "Ga naar de informatiepagina voor de service", - "sl": "Pojdi na spletno stran z informacijami o storitvi", - "da": "G\u00e5 til side med information om tjenesten", - "hr": "Idi na stranicu s informacijama o servisu", - "hu": "A szolg\u00e1ltat\u00e1s inform\u00e1ci\u00f3s oldal\u00e1ra", - "fi": "Siirry palvelun tiedot -sivulle", - "pt": "Ir para p\u00e1gina de informa\u00e7\u00e3o do servi\u00e7o", - "pl": "Przejd\u017a do strony informacyjnej dla tego serwisu", - "cs": "Jdi na str\u00e1nku s informacemi o slu\u017eb\u011b", - "tr": "Servis i\u00e7in bilgi sayfas\u0131na git", - "fr": "Aller \u00e0 la page d'information sur ce service", - "it": "Vai alla pagina di informazioni per il servizio", - "lt": "Pereiti \u012f \u0161ios paslaugos informacin\u012f puslap\u012f", - "ja": "\u30b5\u30fc\u30d3\u30b9\u306e\u70ba\u306e\u60c5\u5831\u30da\u30fc\u30b8\u3092\u53c2\u7167", - "zh-tw": "\u81f3\u670d\u52d9\u8cc7\u8a0a\u9801\u9762", - "et": "Mine teenuse infolehele", - "he": "\u05dc\u05da \u05d0\u05dc \u05d3\u05e3 \u05d4\u05de\u05d9\u05d3\u05e2 \u05e9\u05dc \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea", - "pt-br": "Ir para a P\u00e1gina de Informa\u00e7\u00e3o do servi\u00e7o", - "zh": "\u83b7\u53d6\u8be5\u670d\u52a1\u7684\u4fe1\u606f", - "ar": "\u0627\u0630\u0647\u0628 \u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646 \u0627\u0644\u062e\u062f\u0645\u0629", - "lv": "Iet uz servisa inform\u0101cijas lapu", - "id": "Pergi ke halaman informasi untul layanan", - "sr": "Idi na stranicu sa informacijama o servisu", - "ro": "Link la pagina serviciului", - "ru": "\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0441 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0435\u0439 \u043e \u0434\u0430\u043d\u043d\u043e\u0439 \u0441\u043b\u0443\u0436\u0431\u0435", - "eu": "Joan zerbitzuaren informazio orrira", - "af": "Gaan na die informasie bladsy vir die diens", - "el": "\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1", - "xh": "Yiya kwikhasi lenkcazelo ukuze ufumane inkonzo", - "zu": "Iya ekhasini lolwazi lesevisi" - }, - "consent_purpose": { - "no": "Form\u00e5let med SPNAME er SPDESC", - "nn": "Hensikta med SPNAME er SPDESC", - "sv": "Syftet med SPNAME \u00e4r SPDESC", - "es": "El prop\u00f3sito de SPNAME es SPDESC", - "de": "Der Zweck von SPNAME ist SPDESC", - "nl": "Het doel van SPNAME is SPDESC", - "sl": "Namen %SPNAME%: %SPDESC%", - "da": "SPNAME har til form\u00e5l at SPDESC", - "hr": "Namjena servisa SPNAME je SPDESC", - "hu": "A szolg\u00e1ltat\u00e1s (SPNAME) ezt a c\u00e9lt szolg\u00e1lja: SPDESC", - "fi": "Palvelun SPNAME k\u00e4ytt\u00f6tarkoitus on SPDESC", - "pt": "O prop\u00f3sito de SPNAME \u00e9 SPDESC", - "pl": "Celem SPNAME jest SPDESC", - "cs": "C\u00edl SPNAME v SPDESC", - "tr": "SPNAME'in amac\u0131 SPDESC'tir", - "fr": "L'objet de SPNAME est SPDESC", - "it": "Lo scopo di SPNAME \u00e8 SPDESC", - "lt": "SPNAME paskirtis yra SPDESC", - "ja": "SPNAME\u306e\u76ee\u7684\u306fSPDESC\u3067\u3059", - "zh-tw": "SPNAME \u7684\u76ee\u7684\u5730\u70ba SPDESC", - "et": "Teenuse SPNAME eesm\u00e4rk on SPDESC", - "he": "\u05d4\u05de\u05d8\u05e8\u05d4 \u05e9\u05dc SPNAME \u05d4\u05d9\u05d0 SPDESC", - "zh": "SPNAME\u7684\u76ee\u7684\u662fSPDESC", - "ar": "\u0627\u0644\u063a\u0631\u0636 \u0645\u0646 SPNAME \u0647\u0648 SPDESC", - "lv": "SPNAME nol\u016bks ir SPDESC", - "id": "Tujuan dari SPNAME adalah SPDESC", - "sr": "Namena servisa SPNAME je SPDESC", - "ro": "Scopul SPNAME este SPDESC", - "ru": "\u0426\u0435\u043b\u044c SPNAME - SPDESC", - "eu": "Zerbtizuaren xedea SPDESC da", - "af": "Die doel van SPNAME is SPDESC", - "el": "\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae \u03cc\u03c0\u03c9\u03c2 \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u003a SPDESC", - "zu": "Injongo ye-SPNAME yi-SPDESC", - "xh": "Injongo ye-SPNAME yi-SPDESC" - }, - "table_caption": { - "no": "Bruker innformasjon", - "sv": "Anv\u00e4ndarinformation", - "es": "Informaci\u00f3n del usuario", - "de": "Benutzerdaten", - "nl": "Gebruikersinformatie", - "sl": "Podatki o uporabniku", - "da": "Bruger information", - "hu": "Felhaszn\u00e1l\u00f3i inform\u00e1ci\u00f3k", - "fi": "K\u00e4ytt\u00e4j\u00e4tiedot", - "pt": "Informa\u00e7\u00e3o do utilizador", - "tr": "Kullan\u0131c\u0131 bilgisi", - "fr": "Information sur l'usager", - "hr": "Informacije o korisniku", - "nn": "Brukarinformasjon", - "it": "Informazioni utente", - "lt": "Vartotojo informacija", - "ja": "\u30e6\u30fc\u30b6\u30fc\u60c5\u5831", - "zh-tw": "\u4f7f\u7528\u8005\u8cc7\u8a0a", - "et": "Kasutajainfo", - "he": "\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc \u05d4\u05de\u05e9\u05ea\u05de\u05e9", - "pt-br": "Informa\u00e7\u00f5es do Usu\u00e1rio", - "zh": "\u7528\u6237\u4fe1\u606f", - "ar": "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645", - "lv": "Lietot\u0101ja inform\u0101cija", - "id": "Informasi User", - "sr": "Informacije o korisniku", - "ro": "Informa\u021bii despre utilizator", - "ru": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435", - "cs": "U\u017eivatelsk\u00e9 informace", - "eu": "Erabiltzailearen informazioa", - "af": "Gebruiker informasie", - "el": "\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7", - "xh": "Inkcazelo yomsebenzisi", - "zu": "Ulwazi lomsebenzisi" - }, - "table_summary": { - "no": "Her listes den innformasjonen om deg som blir send til den tjenesten du er i ferd med \u00e5 logge p\u00e5", - "sv": "Visa den nformation om din anv\u00e4ndare som kommer att skickas till tj\u00e4nsten som du \u00e4r p\u00e5 v\u00e4g att logga in i", - "es": "Muestra que informaci\u00f3n relativa a usted va a ser transmitida al servicio en el que se va a identificar", - "nl": "De informatie die over jou bekend is en naar de service waarop je wilt inloggen verstuurd zal worden", - "sl": "Seznam podatkov o vas, ki bodo posredovani storitvi, v katero se nameravate prijaviti", - "da": "Informationer som vil blive sendt til den service du er ved at logge in p\u00e5", - "hu": "Ezeket az adatokat fogjuk elk\u00fcldeni \u00d6nr\u0151l annak a szolg\u00e1ltat\u00e1snak, ahov\u00e1 be k\u00edv\u00e1n jelentkezni", - "fi": "N\u00e4yt\u00e4 tietosi, joita ollaan siirt\u00e4m\u00e4ss\u00e4 palveluun", - "pt": "Listar a informa\u00e7\u00e3o acerca de si que ser\u00e1 enviada para o servi\u00e7o no qual se est\u00e1 autenticar", - "tr": "Girmek istedi\u011finiz servise g\u00f6nderilecek bilginizi listeleyin", - "de": "Zeige die Information \u00fcber Sie, die an den Service, auf dem Sie sich einloggen werden, \u00fcbermittelt werden", - "fr": "Liste des informations vous concernant qui seront envoy\u00e9es au service auquel vous allez vous connecter", - "hr": "Prika\u017ei popis va\u0161ih podataka koji \u0107e biti proslje\u0111eni servisu kojem \u017eelite pristupiti", - "nn": "List informasjon om deg som blir overf\u00f8rt til tenesta du skal logga inn p\u00e5", - "it": "Mostra le informazioni su di te che stanno per essere trasferire al servizio a cui ti vuoi collegare", - "lt": "Per\u017ei\u016br\u0117ti informacij\u0105 apie jus, kuri bus persi\u0173sta paslaugai, \u012f kuri\u0105 jungiat\u0117s", - "ja": "\u4e00\u89a7\u306e\u60c5\u5831\u306f\u3042\u306a\u305f\u304c\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u969b\u306b\u30b5\u30fc\u30d3\u30b9\u306b\u8ee2\u9001\u3055\u308c\u307e\u3059\u3002", - "zh-tw": "\u5c07\u95dc\u65bc\u6211\u50b3\u9001\u81f3\u60a8\u9810\u8a08\u8981\u767b\u5165\u7684\u670d\u52d9", - "et": "Teave sinu kohta, mis edastatakse teenusele, millesse asud sisse logima", - "he": "\u05d4\u05e6\u05d2 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2 \u05e2\u05dc\u05d9\u05da \u05d0\u05e9\u05e8 \u05d9\u05d5\u05e2\u05d1\u05e8 \u05dc\u05e9\u05d9\u05e8\u05d5\u05ea \u05e9\u05d0\u05ea\u05d4 \u05e2\u05d5\u05de\u05d3 \u05dc\u05d4\u05ea\u05d7\u05d1\u05e8 \u05d0\u05dc\u05d9\u05d5", - "pt-br": "Liste as informa\u00e7\u00f5es sobre voc\u00ea que est\u00e1 prestes a ser transmitida para o servi\u00e7o que voc\u00ea est\u00e1 acessando", - "zh": "\u5f53\u4f60\u767b\u5f55\u65f6\u5c06\u8981\u4f20\u8f93\u7ed9\u670d\u52a1\u7684\u4fe1\u606f\u5217\u8868", - "ar": "\u0642\u0627\u0626\u0645\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a\u0643 \u0627\u0644\u062a\u064a \u0633\u062a\u062d\u0648\u0644 \u0644\u0645\u0642\u062f\u0645 \u0627\u0644\u062e\u062f\u0645\u0629 \u0627\u0644\u0630\u064a \u062a\u0631\u063a\u0628 \u0628\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0627\u0644\u064a\u0647", - "lv": "Inform\u0101cija par Jums, kas tiks s\u016bt\u012bta servisam, kuram J\u016bs piesl\u0113dzaties", - "id": "Daftar informasi tentang Anda yang akan dikirimkan ke service tujuan login Anda.", - "sr": "Prika\u017ei spisak podataka o vama koji \u0107e biti prosle\u0111eni servisu kome \u017eelite pristupiti", - "ro": "Afi\u0219eaz\u0103 informa\u021biile care vor fi trimise la serviciul unde dori\u021bi s\u0103 v\u0103 autentifica\u021bi", - "ru": "\u0412\u044b\u0434\u0430\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u0430 \u0441\u043b\u0443\u0436\u0431\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u043f\u044b\u0442\u0430\u0435\u0442\u0435\u0441\u044c \u0432\u043e\u0439\u0442\u0438", - "cs": "Seznam informac\u00ed o v\u00e1s, kter\u00e9 budou p\u0159ed\u00e1ny slu\u017eb\u011b, ke kter\u00e9 se p\u0159ihla\u0161ujete", - "eu": "Zu identifikatuko zaren zerbitzura zure ze informazio bidaliko den erakusten du ", - "af": "Lys die informasie mbt. jou wat op die punt is om gestuur te word vir die diens waarby jy wil aanmeld.", - "el": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b4\u03b9\u03b1\u03bc\u03bf\u03b9\u03c1\u03b1\u03c3\u03c4\u03bf\u03cd\u03bd \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae", - "zu": "Enza uhlu olumayelana nolwazi lwakho oluzodluliselwa kusevisi ozongena kuyo", - "xh": "Dwelisa inkcazelo engawe eza kudluliselwa kwinkonzo oza kungena kuyo" - }, - "show_attribute": { - "no": "Vis innhold", - "nn": "Vis innhald", - "sv": "Visa samtycke", - "es": "Mostrart consentimiento", - "nl": "Toon inhoud", - "sl": "Prika\u017ei vsebino", - "da": "Vis indhold", - "de": "Zeige Inhalt", - "pt": "Mostrar conte\u00fado", - "fr": "Montrer le contenu", - "hr": "Prika\u017ei sadr\u017eaj", - "it": "Mostra contenuto", - "hu": "R\u00e9szletek", - "lt": "Parodyti leidim\u0105", - "ja": "\u5185\u5bb9\u3092\u8868\u793a\u3059\u308b", - "zh-tw": "\u986f\u793a\u5167\u5bb9", - "pl": "Wy\u015bwietl zawarto\u015b\u0107", - "et": "N\u00e4ita sisu", - "he": "\u05d4\u05e6\u05d2 \u05ea\u05d5\u05db\u05df", - "pt-br": "Mostrar Conte\u00fado", - "zh": "\u663e\u793a\u5185\u5bb9", - "ar": "\u0627\u0638\u0647\u0631\u0627\u0644\u064a\u0647\u0627 \u0638\u0647\u0631 \u0627\u0644\u0645\u062d\u062a\u0648\u064a", - "lv": "R\u0101d\u012bt saturu", - "id": "Perlihatkan konten", - "sr": "Prika\u017ei sadr\u017eaj", - "ro": "Arat\u0103 con\u021binutul", - "ru": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435", - "cs": "Zobrazit obsah", - "eu": "Erakutsi onespena", - "af": "Vertoon inhoud", - "el": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03b5\u03b9\u03ce\u03bd", - "zu": "Bonisa izici", - "xh": "Bonisa iimpawu" - }, - "abort": { - "no": "Avbryt innlogging til SPNAME", - "nn": "Avbryt innlogging til SPNAME", - "lt": "At\u0161aukti prisijungim\u0105 prie SPNAME", - "sr": "Prekini prijavu na SPNAME", - "it": "Login interrotto a SPNAME", - "fr": "Annuler la connexion au fournisseur de service SPNAME", - "de": "Anmeldung am Service Provider SPNAME abbrechen", - "et": "Katkesta sisselogimine: SPNAME", - "nl": "Inloggen op SPNAME afbreken", - "es": "Cancelar la identificaci\u00f3n en SPNAME", - "ro": "Anuleaz\u0103 cererea de autentificare la SPNAME", - "ar": "\u0625\u0644\u063a\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644SPNAME", - "ru": "\u041f\u0440\u0435\u043a\u0440\u0430\u0442\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043d \u0432 SPNAME", - "cs": "Zru\u0161it p\u0159ihl\u00e1\u0161en\u00ed k SPNAME", - "hr": "Odustani od prijave u SPNAME", - "zh": "\u4e2d\u6b62\u767b\u5f55\u5230SPNAME", - "eu": "Bertan behera utzi zerbitzuan identifikazioa", - "zh-tw": "\u95dc\u65bc\u767b\u5165\u81f3 SPNAME", - "da": "Afbryd login til SPNAME", - "af": "Kanseleer aanmelding na SPNAME", - "el": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 \u03c3\u03c4\u03b7\u03bd \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 SPNAME", - "xh": "Yeka ungeno kwi-SPNAME", - "zu": "Yeka ukungena ku-SPNAME", - "sl": "Prekini prijavo na SPNAME" - } -} diff --git a/modules/consent/docs/consent.md b/modules/consent/docs/consent.md deleted file mode 100644 index 3725020154b351ccfc569a1391374f8b275d9573..0000000000000000000000000000000000000000 --- a/modules/consent/docs/consent.md +++ /dev/null @@ -1,317 +0,0 @@ -Consent module -============== - -<!-- {{TOC}} --> - - -The consent module is implemented as an Authentication Processing Filter. That -means it can be configured in the global config.php file or the SP remote or -IdP hosted metadata. - -It is recommended to run the consent module at the IdP, and configure the -filter to run after all attribute mangling filters have completed, to show the -user the exact same attributes that are sent to the SP. - - * [Read more about processing filters in SimpleSAMLphp](simplesamlphp-authproc) - - -How to setup the consent module -------------------------------- - -In order to generate the privacy preserving hashes in the consent module, you -need to name one attribute that is always available and that is unique to all -users. An example of such an attribute is eduPersonPrincipalName. - -In your `saml20-idp-hosted.php` add the name of the user ID attribute: - - 'userid.attribute' => 'uid', - -If the attribute defined above is not available for a user, an error message -will be shown, and the user will not be allowed through the filter. So make -sure that you select an attribute that is available to all users. - -Next you need to enable the consent module; touch an `enable` file, in the -consent module: - - touch modules/consent/enable - -The simplest way to setup the consent module is to not use any storage at -all. This means that the user will always be asked to give consent each time -the user logs in. - -Example: - - 90 => array( - 'class' => 'consent:Consent', - ), - -Using storage -------------- - -The consent module is shipped with two storage options, Cookie and Database. - - -### Using cookies as storage ### - -In order to use a storage backend, you need to set the `store` option. To use -cookies as storage you need to set the `store` option to `consent:Cookie`. - -Example: - - 90 => array( - 'class' => 'consent:Consent', - 'store' => 'consent:Cookie', - ), - - -### Using a database as storage ### - -In order to use a database backend storage, you first need to setup the -database. - -Here is the initialization SQL script: - - CREATE TABLE consent ( - consent_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, - usage_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, - hashed_user_id VARCHAR(80) NOT NULL, - service_id VARCHAR(255) NOT NULL, - attribute VARCHAR(80) NOT NULL, - UNIQUE (hashed_user_id, service_id) - ); - -The `consent:Database` backend storage has the following options: - -`class` -: Must be set to `consent:Database`. - -`dsn` -: Data Source Name must comply to the syntax for the PHP PDO layer. - -`username` -: Username for the database user to be used for the connection. - -`password` -: Password for the database user used for the connection. - -`table` -: Name of the table used for storing the consents. This option is optional -and defaults to `consent`. - -`timeout` -: The number of seconds to wait for a connection to the database server. This option is optional. If unset, it uses the default from the database-driver. - -Example config using PostgreSQL database: - - 90 => array( - 'class' => 'consent:Consent', - 'store' => array( - 'consent:Database', - 'dsn' => 'pgsql:host=sql.example.org;dbname=consent', - 'username' => 'simplesaml', - 'password' => 'sdfsdf', - ), - ), - -Example config using MySQL database: - - 90 => array( - 'class' => 'consent:Consent', - 'store' => array( - 'consent:Database', - 'dsn' => 'mysql:host=db.example.org;dbname=simplesaml', - 'username' => 'simplesaml', - 'password' => 'sdfsdf', - ), - ), - - -Options -------- - -The following options can be used when configuring the Consent module: - -`includeValues` -: Boolean value that indicates whether the values of the attributes should be - used in calculating the unique hashes that identifies the consent. If - includeValues is set and the value of an attribute changes, then the - consent becomes invalid. This option is optional and defaults to FALSE. - -`checked` -: Boolean value that indicates whether the "Remember" consent checkbox is - checked by default. This option is optional and defaults to FALSE. - -`focus` -: Indicates whether the "Yes" or "No" button is in focus by default. This - option is optional and can take the value 'yes' or 'no' as strings. If - omitted neither will receive focus. - -`store` -: Configuration of the Consent storage backend. The store option is given in - the format <module>:<class> and refers to the class - \SimpleSAML\Module\<module>\Consent\Store\<class>. The consent module comes with two - built in storage backends: 'consent:Cookie' and 'consent:Database'. See - the separate section on setting up consent using different storage methods. - This option is optional. If the option is not set, then the user is asked to - consent, but the consent is not saved. - -`hiddenAttributes` -: Whether the value of the attributes should be hidden. Set to an array of - the attributes that should have their value hidden. Default behaviour is that - all attribute values are shown. - -`attributes.exclude` -: Allows certain attributes to be excluded from the attribute hash when - `includeValues` is `true` (and as a side effect, to be hidden from display - as `hiddenAttributes` does). Set to an array of the attributes that should - be excluded. Default behaviour is to include all values in the hash. - -`showNoConsentAboutService` -: Whether we will show a link to more information about the service from the - no consent page. Defaults to `true`. - -External options ----------------- - -The following options can be set in other places in SimpleSAMLphp: - -`privacypolicy` -: This is an absolute URL for where a user can find a privacy policy for the SP. - If set, this will be shown on the consent page. %SPENTITYID% in the URL - will be replaced with the entityID of the service provider. - - This option can be set in - [SP-remote metadata](./simplesamlphp-reference-sp-remote) and in - [IdP-hosted metadata](./simplesamlphp-reference-idp-hosted). The entry in - the SP-remote metadata overrides the option in the IdP-hosted metadata. - -`consent.disable` -: Disable consent for a set of services. See section `Disabling consent`. - -`userid.attribute` -: Unique identifier that is released for all users. See section `Configure - the user ID`. - - -Disabling consent ------------------ - -Consent can be disabled either in the IdP metadata or in the SP metadata. -To disable consent for one or more SPs for a given IdP, add the -`consent.disable`-option to the IdP metadata. To disable consent for one or -more IdPs for a given SP, add the `consent.disable`-option to the SP metadata. - -### Examples ### - -Disable consent for a given IdP: - - $metadata['https://idp.example.org/'] = array( - [...], - 'consent.disable' => TRUE, - ); - -Disable consent for some SPs connected to a given IdP: - - $metadata['https://idp.example.org/'] = array( - [...], - 'consent.disable' => array( - 'https://sp1.example.org/', - 'https://sp2.example.org/', - ), - ); - - -Disable consent for a given SP: - - $metadata['https://sp.example.org'] = array( - [...] - 'consent.disable' => TRUE, - ), - -Disable consent for some IdPs for a given SP: - - $metadata['https://sp.example.org'] = array( - [...] - 'consent.disable' => array( - 'https://idp1.example.org/', - 'https://idp2.example.org/', - ), - ), - -### Regular expression support ### - -You can use regular expressions to evaluate the entityId of either the IdP -or the SP. It makes it possible to disable consent for an entire domain or -for a range of specific entityIds. Just use an array instead of a flat string -with the following format (note that flat string and array entries are allowed -at the same time) : - - $metadata['https://sp.example.org'] = array( - [...] - 'consent.disable' => array( - 'https://idp1.example.org/', - array('type'=>'regex', 'pattern'=>'/.*\.mycompany\.com.*/i'), - ), - ), - -Attribute presentation ----------------------- - -It is possible to change the way the attributes are represented in the consent -page. This is done by implementing an attribute array reordering function. - -To create this function, you have to create a file named - - hook_attributepresentation.php - -and place it under the - - <module_name>/hooks - -directory. To be found and called, the function must be named - - <module_name>_hook_attributepresentation(&$para). - -The parameter `$para` is a reference to the attribute array. By manipulating -this array you can change the way the attributes are presented to the user on -the consent and status page. - -If you want the attributes to be listed in more than one level, you can make -the function add a `child_` prefix to the root node attribute name in a recursive -attribute tree. - - -### Examples ### - -These values will be listed as an bullet list - - Array ( - [objectClass] => Array ( - [0] => top - [1] => person - ) - ) - -This array has two child arrays. These will be listed in two separate sub -tables. - - Array ( - [child_eduPersonOrgUnitDN] => Array ( - [0] => Array ( - [ou] => Array ( - [0] => ET - ) - [cn] => Array ( - [0] => Eksterne tjenester - ) - ) - [1] => Array ( - [ou] => Array ( - [0] => TA - ) - [cn] => Array ( - [0] => Tjenesteavdeling - ) - ) - ) - ) diff --git a/modules/consent/lib/Auth/Process/Consent.php b/modules/consent/lib/Auth/Process/Consent.php deleted file mode 100644 index 6af1b63dd867f19ae8b6f6560e7896c2021f83d4..0000000000000000000000000000000000000000 --- a/modules/consent/lib/Auth/Process/Consent.php +++ /dev/null @@ -1,406 +0,0 @@ -<?php - -namespace SimpleSAML\Module\consent\Auth\Process; - -/** - * Consent Authentication Processing filter - * - * Filter for requesting the user to give consent before attributes are - * released to the SP. - * - * @package SimpleSAMLphp - */ - -use SimpleSAML\Logger; -use SimpleSAML\Module; -use SimpleSAML\Stats; -use SimpleSAML\Utils; - -class Consent extends \SimpleSAML\Auth\ProcessingFilter -{ - /** - * Button to receive focus - * - * @var string|null - */ - private $focus = null; - - /** - * Include attribute values - * - * @var bool - */ - private $includeValues = false; - - /** - * Check remember consent - * - * @var bool - */ - private $checked = false; - - /** - * Consent backend storage configuration - * - * @var \SimpleSAML\Module\consent\Store|null - */ - private $store = null; - - /** - * Attributes where the value should be hidden - * - * @var array - */ - private $hiddenAttributes = []; - - /** - * Attributes which should not require consent - * - * @var array - */ - private $noconsentattributes = []; - - /** - * Whether we should show the "about service"-link on the no consent page. - * - * @var bool - */ - private $showNoConsentAboutService = true; - - - /** - * Initialize consent filter. - * - * Validates and parses the configuration. - * - * @param array $config Configuration information. - * @param mixed $reserved For future use. - * - * @throws \SimpleSAML\Error\Exception if the configuration is not valid. - */ - public function __construct($config, $reserved) - { - assert(is_array($config)); - parent::__construct($config, $reserved); - - if (array_key_exists('includeValues', $config)) { - if (!is_bool($config['includeValues'])) { - throw new \SimpleSAML\Error\Exception( - 'Consent: includeValues must be boolean. '. - var_export($config['includeValues'], true).' given.' - ); - } - $this->includeValues = $config['includeValues']; - } - - if (array_key_exists('checked', $config)) { - if (!is_bool($config['checked'])) { - throw new \SimpleSAML\Error\Exception( - 'Consent: checked must be boolean. '. - var_export($config['checked'], true).' given.' - ); - } - $this->checked = $config['checked']; - } - - if (array_key_exists('focus', $config)) { - if (!in_array($config['focus'], ['yes', 'no'], true)) { - throw new \SimpleSAML\Error\Exception( - 'Consent: focus must be a string with values `yes` or `no`. '. - var_export($config['focus'], true).' given.' - ); - } - $this->focus = $config['focus']; - } - - if (array_key_exists('hiddenAttributes', $config)) { - if (!is_array($config['hiddenAttributes'])) { - throw new \SimpleSAML\Error\Exception( - 'Consent: hiddenAttributes must be an array. '. - var_export($config['hiddenAttributes'], true).' given.' - ); - } - $this->hiddenAttributes = $config['hiddenAttributes']; - } - - if (array_key_exists('attributes.exclude', $config)) { - if (!is_array($config['attributes.exclude'])) { - throw new \SimpleSAML\Error\Exception( - 'Consent: attributes.exclude must be an array. '. - var_export($config['attributes.exclude'], true).' given.' - ); - } - $this->noconsentattributes = $config['attributes.exclude']; - } elseif (array_key_exists('noconsentattributes', $config)) { - Logger::warning("The 'noconsentattributes' option has been deprecated in favour of 'attributes.exclude'."); - if (!is_array($config['noconsentattributes'])) { - throw new \SimpleSAML\Error\Exception( - 'Consent: noconsentattributes must be an array. '. - var_export($config['noconsentattributes'], true).' given.' - ); - } - $this->noconsentattributes = $config['noconsentattributes']; - } - - if (array_key_exists('store', $config)) { - try { - $this->store = \SimpleSAML\Module\consent\Store::parseStoreConfig($config['store']); - } catch (\Exception $e) { - Logger::error( - 'Consent: Could not create consent storage: '. - $e->getMessage() - ); - } - } - - if (array_key_exists('showNoConsentAboutService', $config)) { - if (!is_bool($config['showNoConsentAboutService'])) { - throw new \SimpleSAML\Error\Exception('Consent: showNoConsentAboutService must be a boolean.'); - } - $this->showNoConsentAboutService = $config['showNoConsentAboutService']; - } - } - - - /** - * Helper function to check whether consent is disabled. - * - * @param mixed $option The consent.disable option. Either an array of array, an array or a boolean. - * @param string $entityId The entityID of the SP/IdP. - * - * @return boolean True if disabled, false if not. - */ - private static function checkDisable($option, $entityId) - { - if (is_array($option)) { - // Check if consent.disable array has one element that is an array - if (count($option) === count($option, COUNT_RECURSIVE)) { - // Array is not multidimensional. Simple in_array search suffices - return in_array($entityId, $option, true); - } - - // Array contains at least one element that is an array, verify both possibilities - if (in_array($entityId, $option, true)) { - return true; - } - - // Search in multidimensional arrays - foreach ($option as $optionToTest) { - if (!is_array($optionToTest)) { - continue; // bad option - } - - if (!array_key_exists('type', $optionToTest)) { - continue; // option has no type - } - - // Option has a type - switch processing depending on type value : - if ($optionToTest['type'] === 'regex') { - // regex-based consent disabling - - if (!array_key_exists('pattern', $optionToTest)) { - continue; // no pattern defined - } - - if (preg_match($optionToTest['pattern'], $entityId) === 1) { - return true; - } - } else { - // option type is not supported - continue; - } - } // end foreach - - // Base case : no match - return false; - } else { - return (boolean) $option; - } - } - - - /** - * Process a authentication response - * - * This function saves the state, and redirects the user to the page where the user can authorize the release of - * the attributes. If storage is used and the consent has already been given the user is passed on. - * - * @param array &$state The state of the response. - * - * @return void - * - * @throws \SimpleSAML\Error\NoPassive if the request was passive and consent is needed. - */ - public function process(&$state) - { - assert(is_array($state)); - assert(array_key_exists('UserID', $state)); - assert(array_key_exists('Destination', $state)); - assert(array_key_exists('entityid', $state['Destination'])); - assert(array_key_exists('metadata-set', $state['Destination'])); - assert(array_key_exists('entityid', $state['Source'])); - assert(array_key_exists('metadata-set', $state['Source'])); - - $spEntityId = $state['Destination']['entityid']; - $idpEntityId = $state['Source']['entityid']; - - $metadata = \SimpleSAML\Metadata\MetaDataStorageHandler::getMetadataHandler(); - - /** - * If the consent module is active on a bridge $state['saml:sp:IdP'] - * will contain an entry id for the remote IdP. If not, then the - * consent module is active on a local IdP and nothing needs to be - * done. - */ - if (isset($state['saml:sp:IdP'])) { - $idpEntityId = $state['saml:sp:IdP']; - $idpmeta = $metadata->getMetaData($idpEntityId, 'saml20-idp-remote'); - $state['Source'] = $idpmeta; - } - - $statsData = ['spEntityID' => $spEntityId]; - - // Do not use consent if disabled - if (isset($state['Source']['consent.disable']) && - self::checkDisable($state['Source']['consent.disable'], $spEntityId) - ) { - Logger::debug('Consent: Consent disabled for entity '.$spEntityId.' with IdP '.$idpEntityId); - Stats::log('consent:disabled', $statsData); - return; - } - if (isset($state['Destination']['consent.disable']) && - self::checkDisable($state['Destination']['consent.disable'], $idpEntityId) - ) { - Logger::debug('Consent: Consent disabled for entity '.$spEntityId.' with IdP '.$idpEntityId); - Stats::log('consent:disabled', $statsData); - return; - } - - if ($this->store !== null) { - $source = $state['Source']['metadata-set'].'|'.$idpEntityId; - $destination = $state['Destination']['metadata-set'].'|'.$spEntityId; - $attributes = $state['Attributes']; - - // Remove attributes that do not require consent - foreach ($attributes as $attrkey => $attrval) { - if (in_array($attrkey, $this->noconsentattributes, true)) { - unset($attributes[$attrkey]); - } - } - - Logger::debug('Consent: userid: '.$state['UserID']); - Logger::debug('Consent: source: '.$source); - Logger::debug('Consent: destination: '.$destination); - - $userId = self::getHashedUserID($state['UserID'], $source); - $targetedId = self::getTargetedID($state['UserID'], $source, $destination); - $attributeSet = self::getAttributeHash($attributes, $this->includeValues); - - Logger::debug( - 'Consent: hasConsent() ['.$userId.'|'.$targetedId.'|'. - $attributeSet.']' - ); - - try { - if ($this->store->hasConsent($userId, $targetedId, $attributeSet)) { - // Consent already given - Logger::stats('consent found'); - Stats::log('consent:found', $statsData); - return; - } - - Logger::stats('consent notfound'); - Stats::log('consent:notfound', $statsData); - - $state['consent:store'] = $this->store; - $state['consent:store.userId'] = $userId; - $state['consent:store.destination'] = $targetedId; - $state['consent:store.attributeSet'] = $attributeSet; - } catch (\Exception $e) { - Logger::error('Consent: Error reading from storage: '.$e->getMessage()); - Logger::stats('Consent failed'); - Stats::log('consent:failed', $statsData); - } - } else { - Logger::stats('consent nostorage'); - Stats::log('consent:nostorage', $statsData); - } - - $state['consent:focus'] = $this->focus; - $state['consent:checked'] = $this->checked; - $state['consent:hiddenAttributes'] = $this->hiddenAttributes; - $state['consent:noconsentattributes'] = $this->noconsentattributes; - $state['consent:showNoConsentAboutService'] = $this->showNoConsentAboutService; - - // user interaction necessary. Throw exception on isPassive request - if (isset($state['isPassive']) && $state['isPassive'] === true) { - Stats::log('consent:nopassive', $statsData); - throw new Module\saml\Error\NoPassive( - \SAML2\Constants::STATUS_REQUESTER, - 'Unable to give consent on passive request.' - ); - } - - // Save state and redirect - $id = \SimpleSAML\Auth\State::saveState($state, 'consent:request'); - $url = Module::getModuleURL('consent/getconsent.php'); - Utils\HTTP::redirectTrustedURL($url, ['StateId' => $id]); - } - - - /** - * Generate a unique identifier of the user. - * - * @param string $userid The user id. - * @param string $source The source id. - * - * @return string SHA1 of the user id, source id and salt. - */ - public static function getHashedUserID($userid, $source) - { - return hash('sha1', $userid.'|'.Utils\Config::getSecretSalt().'|'.$source); - } - - - /** - * Generate a unique targeted identifier. - * - * @param string $userid The user id. - * @param string $source The source id. - * @param string $destination The destination id. - * - * @return string SHA1 of the user id, source id, destination id and salt. - */ - public static function getTargetedID($userid, $source, $destination) - { - return hash('sha1', $userid.'|'.Utils\Config::getSecretSalt().'|'.$source.'|'.$destination); - } - - - /** - * Generate unique identifier for attributes. - * - * Create a hash value for the attributes that changes when attributes are added or removed. If the attribute - * values are included in the hash, the hash will change if the values change. - * - * @param array $attributes The attributes. - * @param bool $includeValues Whether or not to include the attribute value in the generation of the hash. - * - * @return string SHA1 of the user id, source id, destination id and salt. - */ - public static function getAttributeHash($attributes, $includeValues = false) - { - if ($includeValues) { - foreach ($attributes as &$values) { - sort($values); - } - ksort($attributes); - $hashBase = serialize($attributes); - } else { - $names = array_keys($attributes); - sort($names); - $hashBase = implode('|', $names); - } - return hash('sha1', $hashBase); - } -} diff --git a/modules/consent/lib/Consent/Store/Cookie.php b/modules/consent/lib/Consent/Store/Cookie.php deleted file mode 100644 index 1a878073525be1850ec912ec36d8bf93b7cc7088..0000000000000000000000000000000000000000 --- a/modules/consent/lib/Consent/Store/Cookie.php +++ /dev/null @@ -1,289 +0,0 @@ -<?php - -namespace SimpleSAML\Module\consent\Consent\Store; - -/** - * Cookie storage for consent - * - * This class implements a consent store which stores the consent information in cookies on the users computer. - * - * Example - Consent module with cookie store: - * - * <code> - * 'authproc' => array( - * array( - * 'consent:Consent', - * 'store' => 'consent:Cookie', - * ), - * ), - * </code> - * - * @author Olav Morken <olav.morken@uninett.no> - * @package SimpleSAMLphp - */ - -class Cookie extends \SimpleSAML\Module\consent\Store -{ - /** - * Check for consent. - * - * This function checks whether a given user has authorized the release of the attributes identified by - * $attributeSet from $source to $destination. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifies the destination. - * @param string $attributeSet A hash which identifies the attributes. - * - * @return bool True if the user has given consent earlier, false if not (or on error). - */ - public function hasConsent($userId, $destinationId, $attributeSet) - { - assert(is_string($userId)); - assert(is_string($destinationId)); - assert(is_string($attributeSet)); - - $cookieName = self::getCookieName($userId, $destinationId); - - $data = $userId.':'.$attributeSet.':'.$destinationId; - - \SimpleSAML\Logger::debug('Consent cookie - Get ['.$data.']'); - - if (!array_key_exists($cookieName, $_COOKIE)) { - \SimpleSAML\Logger::debug( - 'Consent cookie - no cookie with name \''.$cookieName.'\'.' - ); - return false; - } - if (!is_string($_COOKIE[$cookieName])) { - \SimpleSAML\Logger::warning( - 'Value of consent cookie wasn\'t a string. Was: '. - var_export($_COOKIE[$cookieName], true) - ); - return false; - } - - $data = self::sign($data); - - if ($_COOKIE[$cookieName] !== $data) { - \SimpleSAML\Logger::info( - 'Attribute set changed from the last time consent was given.' - ); - return false; - } - - \SimpleSAML\Logger::debug( - 'Consent cookie - found cookie with correct name and value.' - ); - - return true; - } - - - /** - * Save consent. - * - * Called when the user asks for the consent to be saved. If consent information for the given user and destination - * already exists, it should be overwritten. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifies the destination. - * @param string $attributeSet A hash which identifies the attributes. - * - * @return void - */ - public function saveConsent($userId, $destinationId, $attributeSet) - { - assert(is_string($userId)); - assert(is_string($destinationId)); - assert(is_string($attributeSet)); - - $name = self::getCookieName($userId, $destinationId); - $value = $userId.':'.$attributeSet.':'.$destinationId; - - \SimpleSAML\Logger::debug('Consent cookie - Set ['.$value.']'); - - $value = self::sign($value); - $this->setConsentCookie($name, $value); - } - - - /** - * Delete consent. - * - * Called when a user revokes consent for a given destination. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifies the destination. - * - * @return void - */ - public function deleteConsent($userId, $destinationId) - { - assert(is_string($userId)); - assert(is_string($destinationId)); - - $name = self::getCookieName($userId, $destinationId); - $this->setConsentCookie($name, null); - } - - - /** - * Delete consent. - * - * @param string $userId The hash identifying the user at an IdP. - * - * @return void This method does not return. - * - * @throws \Exception This method always throws an exception indicating that it is not possible to delete all given - * consents with this handler. - */ - public function deleteAllConsents($userId) - { - assert(is_string($userId)); - - throw new \Exception( - 'The cookie consent handler does not support delete of all consents...' - ); - } - - - /** - * Retrieve consents. - * - * This function should return a list of consents the user has saved. - * - * @param string $userId The hash identifying the user at an IdP. - * - * @return array Array of all destination ids the user has given consent for. - */ - public function getConsents($userId) - { - assert(is_string($userId)); - - $ret = []; - - $cookieNameStart = '\SimpleSAML\Module\consent:'; - $cookieNameStartLen = strlen($cookieNameStart); - foreach ($_COOKIE as $name => $value) { - if (substr($name, 0, $cookieNameStartLen) !== $cookieNameStart) { - continue; - } - - $value = self::verify($value); - if ($value === false) { - continue; - } - - $tmp = explode(':', $value, 3); - if (count($tmp) !== 3) { - \SimpleSAML\Logger::warning( - 'Consent cookie with invalid value: '.$value - ); - continue; - } - - if ($userId !== $tmp[0]) { - // Wrong user - continue; - } - - $destination = $tmp[2]; - $ret[] = $destination; - } - - return $ret; - } - - - /** - * Calculate a signature of some data. - * - * This function calculates a signature of the data. - * - * @param string $data The data which should be signed. - * - * @return string The signed data. - */ - private static function sign($data) - { - assert(is_string($data)); - - $secretSalt = \SimpleSAML\Utils\Config::getSecretSalt(); - - return sha1($secretSalt.$data.$secretSalt).':'.$data; - } - - - /** - * Verify signed data. - * - * This function verifies signed data. - * - * @param string $signedData The data which is signed. - * - * @return string|false The data, or false if the signature is invalid. - */ - private static function verify($signedData) - { - assert(is_string($signedData)); - - $data = explode(':', $signedData, 2); - if (count($data) !== 2) { - \SimpleSAML\Logger::warning('Consent cookie: Missing signature.'); - return false; - } - $data = $data[1]; - - $newSignedData = self::sign($data); - if ($newSignedData !== $signedData) { - \SimpleSAML\Logger::warning('Consent cookie: Invalid signature.'); - return false; - } - - return $data; - } - - - /** - * Get cookie name. - * - * This function gets the cookie name for the given user & destination. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifies the destination. - * - * @return string The cookie name - */ - private static function getCookieName($userId, $destinationId) - { - assert(is_string($userId)); - assert(is_string($destinationId)); - - return '\SimpleSAML\Module\consent:'.sha1($userId.':'.$destinationId); - } - - - /** - * Helper function for setting a cookie. - * - * @param string $name Name of the cookie. - * @param string|null $value Value of the cookie. Set this to null to delete the cookie. - * - * @return void - */ - private function setConsentCookie($name, $value) - { - assert(is_string($name)); - assert(is_string($value) || $value === null); - - $globalConfig = \SimpleSAML\Configuration::getInstance(); - $params = [ - 'lifetime' => 7776000, // (90*24*60*60) - 'path' => ($globalConfig->getBasePath()), - 'httponly' => true, - 'secure' => \SimpleSAML\Utils\HTTP::isHTTPS(), - ]; - - \SimpleSAML\Utils\HTTP::setCookie($name, $value, $params, false); - } -} diff --git a/modules/consent/lib/Consent/Store/Database.php b/modules/consent/lib/Consent/Store/Database.php deleted file mode 100644 index ba1975bc5b779ca2907e407b1b57c68e7535bc98..0000000000000000000000000000000000000000 --- a/modules/consent/lib/Consent/Store/Database.php +++ /dev/null @@ -1,505 +0,0 @@ -<?php - -namespace SimpleSAML\Module\consent\Consent\Store; - -/** - * Store consent in database. - * - * This class implements a consent store which stores the consent information in a database. It is tested, and should - * work against MySQL, PostgreSQL and SQLite. - * - * It has the following options: - * - dsn: The DSN which should be used to connect to the database server. See the PHP Manual for supported drivers and - * DSN formats. - * - username: The username used for database connection. - * - password: The password used for database connection. - * - table: The name of the table used. Optional, defaults to 'consent'. - * - * @author Olav Morken <olav.morken@uninett.no> - * @package SimpleSAMLphp - */ - -class Database extends \SimpleSAML\Module\consent\Store -{ - /** - * DSN for the database. - */ - private $dsn; - - /** - * The DATETIME SQL function to use - */ - private $dateTime; - - /** - * Username for the database. - */ - private $username; - - /** - * Password for the database; - */ - private $password; - - /** - * Options for the database; - */ - private $options; - - /** - * Table with consent. - */ - private $table; - - /** - * The timeout of the database connection. - * - * @var int|null - */ - private $timeout = null; - - /** - * Database handle. - * - * This variable can't be serialized. - */ - private $db; - - - /** - * Parse configuration. - * - * This constructor parses the configuration. - * - * @param array $config Configuration for database consent store. - * - * @throws \Exception in case of a configuration error. - */ - public function __construct($config) - { - parent::__construct($config); - - if (!array_key_exists('dsn', $config)) { - throw new \Exception('consent:Database - Missing required option \'dsn\'.'); - } - if (!is_string($config['dsn'])) { - throw new \Exception('consent:Database - \'dsn\' is supposed to be a string.'); - } - - $this->dsn = $config['dsn']; - $this->dateTime = (0 === strpos($this->dsn, 'sqlite:')) ? 'DATETIME("NOW")' : 'NOW()'; - - if (array_key_exists('username', $config)) { - if (!is_string($config['username'])) { - throw new \Exception('consent:Database - \'username\' is supposed to be a string.'); - } - $this->username = $config['username']; - } else { - $this->username = null; - } - - if (array_key_exists('password', $config)) { - if (!is_string($config['password'])) { - throw new \Exception('consent:Database - \'password\' is supposed to be a string.'); - } - $this->password = $config['password']; - } else { - $this->password = null; - } - - if (array_key_exists('options', $config)) { - if (!is_array($config['options'])) { - throw new \Exception('consent:Database - \'options\' is supposed to be an array.'); - } - $this->options = $config['options']; - } else { - $this->options = null; - } - if (array_key_exists('table', $config)) { - if (!is_string($config['table'])) { - throw new \Exception('consent:Database - \'table\' is supposed to be a string.'); - } - $this->table = $config['table']; - } else { - $this->table = 'consent'; - } - - if (isset($config['timeout'])) { - if (!is_int($config['timeout'])) { - throw new \Exception('consent:Database - \'timeout\' is supposed to be an integer.'); - } - $this->timeout = $config['timeout']; - } - } - - - /** - * Called before serialization. - * - * @return array The variables which should be serialized. - */ - public function __sleep() - { - return [ - 'dsn', - 'dateTime', - 'username', - 'password', - 'table', - 'timeout', - ]; - } - - - /** - * Check for consent. - * - * This function checks whether a given user has authorized the release of - * the attributes identified by $attributeSet from $source to $destination. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifies the destination. - * @param string $attributeSet A hash which identifies the attributes. - * - * @return bool True if the user has given consent earlier, false if not - * (or on error). - */ - public function hasConsent($userId, $destinationId, $attributeSet) - { - assert(is_string($userId)); - assert(is_string($destinationId)); - assert(is_string($attributeSet)); - - $st = $this->execute( - 'UPDATE '.$this->table.' '. - 'SET usage_date = '.$this->dateTime.' '. - 'WHERE hashed_user_id = ? AND service_id = ? AND attribute = ?', - [$userId, $destinationId, $attributeSet] - ); - - if ($st === false) { - return false; - } - - $rowCount = $st->rowCount(); - if ($rowCount === 0) { - \SimpleSAML\Logger::debug('consent:Database - No consent found.'); - return false; - } else { - \SimpleSAML\Logger::debug('consent:Database - Consent found.'); - return true; - } - } - - - /** - * Save consent. - * - * Called when the user asks for the consent to be saved. If consent information - * for the given user and destination already exists, it should be overwritten. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifies the destination. - * @param string $attributeSet A hash which identifies the attributes. - * - * @return void|true True if consent is deleted. - */ - public function saveConsent($userId, $destinationId, $attributeSet) - { - assert(is_string($userId)); - assert(is_string($destinationId)); - assert(is_string($attributeSet)); - - // Check for old consent (with different attribute set) - $st = $this->execute( - 'UPDATE '.$this->table.' '. - 'SET consent_date = '.$this->dateTime.', usage_date = '.$this->dateTime.', attribute = ? '. - 'WHERE hashed_user_id = ? AND service_id = ?', - [$attributeSet, $userId, $destinationId] - ); - - if ($st === false) { - return; - } - - if ($st->rowCount() > 0) { - // Consent has already been stored in the database - \SimpleSAML\Logger::debug('consent:Database - Updated old consent.'); - return; - } - - // Add new consent - $st = $this->execute( - 'INSERT INTO '.$this->table.' ('.'consent_date, usage_date, hashed_user_id, service_id, attribute'. - ') '.'VALUES ('.$this->dateTime.', '.$this->dateTime.', ?, ?, ?)', - [$userId, $destinationId, $attributeSet] - ); - - if ($st !== false) { - \SimpleSAML\Logger::debug('consent:Database - Saved new consent.'); - } - return true; - } - - - /** - * Delete consent. - * - * Called when a user revokes consent for a given destination. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifies the destination. - * - * @return int Number of consents deleted - */ - public function deleteConsent($userId, $destinationId) - { - assert(is_string($userId)); - assert(is_string($destinationId)); - - $st = $this->execute( - 'DELETE FROM '.$this->table.' WHERE hashed_user_id = ? AND service_id = ?;', - [$userId, $destinationId] - ); - - if ($st === false) { - return 0; - } - - if ($st->rowCount() > 0) { - \SimpleSAML\Logger::debug('consent:Database - Deleted consent.'); - return $st->rowCount(); - } - - \SimpleSAML\Logger::warning('consent:Database - Attempted to delete nonexistent consent'); - return 0; - } - - - /** - * Delete all consents. - * - * @param string $userId The hash identifying the user at an IdP. - * - * @return int Number of consents deleted - */ - public function deleteAllConsents($userId) - { - assert(is_string($userId)); - - $st = $this->execute( - 'DELETE FROM '.$this->table.' WHERE hashed_user_id = ?', - [$userId] - ); - - if ($st === false) { - return 0; - } - - if ($st->rowCount() > 0) { - \SimpleSAML\Logger::debug('consent:Database - Deleted ('.$st->rowCount().') consent(s).'); - return $st->rowCount(); - } - - \SimpleSAML\Logger::warning('consent:Database - Attempted to delete nonexistent consent'); - return 0; - } - - - /** - * Retrieve consents. - * - * This function should return a list of consents the user has saved. - * - * @param string $userId The hash identifying the user at an IdP. - * - * @return array Array of all destination ids the user has given consent for. - */ - public function getConsents($userId) - { - assert(is_string($userId)); - - $ret = []; - - $st = $this->execute( - 'SELECT service_id, attribute, consent_date, usage_date FROM '.$this->table. - ' WHERE hashed_user_id = ?', - [$userId] - ); - - if ($st === false) { - return []; - } - - while ($row = $st->fetch(\PDO::FETCH_NUM)) { - $ret[] = $row; - } - - return $ret; - } - - - /** - * Prepare and execute statement. - * - * This function prepares and executes a statement. On error, false will be - * returned. - * - * @param string $statement The statement which should be executed. - * @param array $parameters Parameters for the statement. - * - * @return \PDOStatement|bool The statement, or false if execution failed. - */ - private function execute($statement, $parameters) - { - assert(is_string($statement)); - assert(is_array($parameters)); - - $db = $this->getDB(); - if ($db === false) { - return false; - } - - $st = $db->prepare($statement); - if ($st === false) { - \SimpleSAML\Logger::error( - 'consent:Database - Error preparing statement \''. - $statement.'\': '.self::formatError($db->errorInfo()) - ); - return false; - } - - if ($st->execute($parameters) !== true) { - \SimpleSAML\Logger::error( - 'consent:Database - Error executing statement \''. - $statement.'\': '.self::formatError($st->errorInfo()) - ); - return false; - } - - return $st; - } - - - /** - * Get statistics from the database - * - * The returned array contains 3 entries - * - total: The total number of consents - * - users: Total number of uses that have given consent - * ' services: Total number of services that has been given consent to - * - * @return array Array containing the statistics - */ - public function getStatistics() - { - $ret = []; - - // Get total number of consents - $st = $this->execute('SELECT COUNT(*) AS no FROM '.$this->table, []); - - if ($st === false) { - return []; - } - - if ($row = $st->fetch(\PDO::FETCH_NUM)) { - $ret['total'] = $row[0]; - } - - // Get total number of users that has given consent - $st = $this->execute( - 'SELECT COUNT(*) AS no '. - 'FROM (SELECT DISTINCT hashed_user_id FROM '.$this->table.' ) AS foo', - [] - ); - - if ($st === false) { - return []; - } - - if ($row = $st->fetch(\PDO::FETCH_NUM)) { - $ret['users'] = $row[0]; - } - - // Get total number of services that has been given consent to - $st = $this->execute( - 'SELECT COUNT(*) AS no FROM (SELECT DISTINCT service_id FROM '.$this->table.') AS foo', - [] - ); - - if ($st === false) { - return []; - } - - if ($row = $st->fetch(\PDO::FETCH_NUM)) { - $ret['services'] = $row[0]; - } - - return $ret; - } - - - /** - * Get database handle. - * - * @return \PDO|false Database handle, or false if we fail to connect. - */ - private function getDB() - { - if ($this->db !== null) { - return $this->db; - } - - $driver_options = []; - if (isset($this->timeout)) { - $driver_options[\PDO::ATTR_TIMEOUT] = $this->timeout; - } - if (isset($this->options)) { - $this->options = array_merge($driver_options, $this->options); - } else { - $this->options = $driver_options; - } - - $this->db = new \PDO($this->dsn, $this->username, $this->password, $this->options); - - return $this->db; - } - - - /** - * Format PDO error. - * - * This function formats a PDO error, as returned from errorInfo. - * - * @param array $error The error information. - * - * @return string Error text. - */ - private static function formatError($error) - { - assert(is_array($error)); - assert(count($error) >= 3); - - return $error[0].' - '.$error[2].' ('.$error[1].')'; - } - - - /** - * A quick selftest of the consent database. - * - * @return boolean True if OK, false if not. Will throw an exception on connection errors. - */ - public function selftest() - { - $st = $this->execute( - 'SELECT * FROM '.$this->table.' WHERE hashed_user_id = ? AND service_id = ? AND attribute = ?', - ['test', 'test', 'test'] - ); - - if ($st === false) { - // normally, the test will fail by an exception, so we won't reach this code - return false; - } - return true; - } -} diff --git a/modules/consent/lib/Logout.php b/modules/consent/lib/Logout.php deleted file mode 100644 index 0bfcf338528e36fd1ce35f66eece6493c3b99d0c..0000000000000000000000000000000000000000 --- a/modules/consent/lib/Logout.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -namespace SimpleSAML\Module\consent; - -/** - * Class defining the logout completed handler for the consent page. - * - * @package SimpleSAMLphp - */ - -class Logout -{ - /** - * @param \SimpleSAML\IdP $idp - * @param array $state - * @return void - */ - public static function postLogout(\SimpleSAML\IdP $idp, array $state) - { - $url = \SimpleSAML\Module::getModuleURL('consent/logout_completed.php'); - \SimpleSAML\Utils\HTTP::redirectTrustedURL($url); - } -} diff --git a/modules/consent/lib/Store.php b/modules/consent/lib/Store.php deleted file mode 100644 index 5e14d37720c9e19d1f966645df1208823752791e..0000000000000000000000000000000000000000 --- a/modules/consent/lib/Store.php +++ /dev/null @@ -1,149 +0,0 @@ -<?php - -namespace SimpleSAML\Module\consent; - -/** - * Base class for consent storage handlers. - * - * @package SimpleSAMLphp - * @author Olav Morken <olav.morken@uninett.no> - * @author JAcob Christiansen <jach@wayf.dk> - */ - -abstract class Store -{ - /** - * Constructor for the base class. - * - * This constructor should always be called first in any class which implements this class. - * - * @param array &$config The configuration for this storage handler. - */ - protected function __construct(&$config) - { - assert(is_array($config)); - } - - - /** - * Check for consent. - * - * This function checks whether a given user has authorized the release of the attributes identified by - * $attributeSet from $source to $destination. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifyes the destination. - * @param string $attributeSet A hash which identifies the attributes. - * - * @return bool True if the user has given consent earlier, false if not - * (or on error). - */ - abstract public function hasConsent($userId, $destinationId, $attributeSet); - - - /** - * Save consent. - * - * Called when the user asks for the consent to be saved. If consent information for the given user and destination - * already exists, it should be overwritten. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifyes the destination. - * @param string $attributeSet A hash which identifies the attributes. - * - * @return bool True if consent is succesfully saved otherwise false. - */ - abstract public function saveConsent($userId, $destinationId, $attributeSet); - - - /** - * Delete consent. - * - * Called when a user revokes consent for a given destination. - * - * @param string $userId The hash identifying the user at an IdP. - * @param string $destinationId A string which identifyes the destination. - * - * @return mixed Should be the number of consent deleted. - */ - abstract public function deleteConsent($userId, $destinationId); - - - /** - * Delete all consents. - * - * Called when a user revokes all consents - * - * @param string $userId The hash identifying the user at an IdP. - * - * @return mixed Should be the number of consent removed - * - * @throws \Exception - */ - public function deleteAllConsents($userId) - { - throw new \Exception('Not implemented: deleteAllConsents()'); - } - - - /** - * Get statistics for all consent given in the consent store - * - * @return mixed Statistics from the consent store - * - * @throws \Exception - */ - public function getStatistics() - { - throw new \Exception('Not implemented: getStatistics()'); - } - - - /** - * Retrieve consents. - * - * This function should return a list of consents the user has saved. - * - * @param string $userId The hash identifying the user at an IdP. - * - * @return array Array of all destination ids the user has given consent for. - */ - abstract public function getConsents($userId); - - - /** - * Parse consent storage configuration. - * - * This function parses the configuration for a consent storage method. An exception will be thrown if - * configuration parsing fails. - * - * @param mixed $config The configuration. - * - * @return \SimpleSAML\Module\consent\Store An object which implements the \SimpleSAML\Module\consent\Store class. - * - * @throws \Exception if the configuration is invalid. - */ - public static function parseStoreConfig($config) - { - if (is_string($config)) { - $config = [$config]; - } - - if (!is_array($config)) { - throw new \Exception('Invalid configuration for consent store option: '.var_export($config, true)); - } - - if (!array_key_exists(0, $config)) { - throw new \Exception('Consent store without name given.'); - } - - $className = \SimpleSAML\Module::resolveClass( - $config[0], - 'Consent\Store', - '\SimpleSAML\Module\consent\Store' - ); - - unset($config[0]); - return new $className($config); - } -} diff --git a/modules/consent/locales/af/LC_MESSAGES/consent.po b/modules/consent/locales/af/LC_MESSAGES/consent.po deleted file mode 100644 index b5cb9cd85da5f38301048cdd75b1bd6095e34004..0000000000000000000000000000000000000000 --- a/modules/consent/locales/af/LC_MESSAGES/consent.po +++ /dev/null @@ -1,159 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: af\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Diens Verskaffers vir" - -msgid "{consent:consent:abort}" -msgstr "Kanseleer aanmelding na SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Onthou" - -msgid "{consent:consent:login}" -msgstr "meld aan" - -msgid "{consent:consent:consent_purpose}" -msgstr "Die doel van SPNAME is SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Gaan na die informasie bladsy vir die diens" - -msgid "{consent:consent:consent_header}" -msgstr "Toestemming mbt. die vrystelling van persoonlike informasie" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "vertoon/verberg eienskappe" - -msgid "{consent:consent:table_caption}" -msgstr "Gebruiker informasie" - -msgid "{consent:consent:status_header}" -msgstr "Toestemming status" - -msgid "{consent:consent:noconsent_title}" -msgstr "Geen toestemming is gegee nie" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME vereis dat die inligting hieronder oorgedra word." - -msgid "{consent:consent:table_summary}" -msgstr "" -"Lys die informasie mbt. jou wat op die punt is om gestuur te word vir die" -" diens waarby jy wil aanmeld." - -msgid "{consent:consent:service_provider_header}" -msgstr "Diens Verskaffer" - -msgid "{consent:consent:show_attributes}" -msgstr "Vertoon eienskappe" - -msgid "{consent:consent:show_attribute}" -msgstr "Vertoon inhoud" - -msgid "{consent:consent:no}" -msgstr "Nee, kanselleer" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Privaatheidsbeleid vir die diens" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"Jy het nie toestemming gegee vir die oordrag van jou eienskappe na SPNAME" -" nie." - -msgid "{consent:consent:noconsent_return}" -msgstr "Keer terug na die toestemmingsbladsy" - -msgid "{consent:consent:yes}" -msgstr "Ja, voortgaan" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informasie wat gestuur sal word na SPNAME" - -msgid "Service Providers for" -msgstr "Diens Verskaffers vir" - -msgid "Yes, continue" -msgstr "Ja, voortgaan" - -msgid "Return to consent page" -msgstr "Keer terug na die toestemmingsbladsy" - -msgid "Consent status" -msgstr "Toestemming status" - -msgid "Go to information page for the service" -msgstr "Gaan na die informasie bladsy vir die diens" - -msgid "Service Provider" -msgstr "Diens Verskaffer" - -msgid "Abort login to SPNAME" -msgstr "Kanseleer aanmelding na SPNAME" - -msgid "show/hide attributes" -msgstr "vertoon/verberg eienskappe" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Die doel van SPNAME is SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Lys die informasie mbt. jou wat op die punt is om gestuur te word vir die" -" diens waarby jy wil aanmeld." - -msgid "Consent about releasing personal information" -msgstr "Toestemming mbt. die vrystelling van persoonlike informasie" - -msgid "No consent given" -msgstr "Geen toestemming is gegee nie" - -msgid "login" -msgstr "meld aan" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"Jy het nie toestemming gegee vir die oordrag van jou eienskappe na SPNAME" -" nie." - -msgid "Remember" -msgstr "Onthou" - -msgid "Show content" -msgstr "Vertoon inhoud" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME vereis dat die inligting hieronder oorgedra word." - -msgid "Privacypolicy for the service" -msgstr "Privaatheidsbeleid vir die diens" - -msgid "No, cancel" -msgstr "Nee, kanselleer" - -msgid "Show attributes" -msgstr "Vertoon eienskappe" - -msgid "User information" -msgstr "Gebruiker informasie" - -msgid "Information that will be sent to SPNAME" -msgstr "Informasie wat gestuur sal word na SPNAME" - diff --git a/modules/consent/locales/ar/LC_MESSAGES/consent.po b/modules/consent/locales/ar/LC_MESSAGES/consent.po deleted file mode 100644 index a50ba437a6e76bffa7f378d242070868fab12af1..0000000000000000000000000000000000000000 --- a/modules/consent/locales/ar/LC_MESSAGES/consent.po +++ /dev/null @@ -1,152 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ar\n" -"Language-Team: \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n>=3 " -"&& n<=10 ? 3 : n>=11 && n<=99 ? 4 : 5)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Ů…Ů‚ŘŻŮ…ŮŠ خدمات Ů„" - -msgid "{consent:consent:abort}" -msgstr "إلغاء عملية الدخŮŮ„ Ů„SPNAME" - -msgid "{consent:consent:remember}" -msgstr "ŘŞŘ°Ůرألغت Ř°Ůر" - -msgid "{consent:consent:login}" -msgstr "تسجيل الدخŮŮ„" - -msgid "{consent:consent:consent_purpose}" -msgstr "الغرض من SPNAME ه٠SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "اذهب لصŮŘŘ© المعلŮمات عن الخدمة" - -msgid "{consent:consent:consent_header}" -msgstr "اŮاŮŮ‚ علي نشر سماتي الشخصية" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "اظهر/الغي السمات" - -msgid "{consent:consent:table_caption}" -msgstr "معلŮمات المستخدم" - -msgid "{consent:consent:status_header}" -msgstr "Řالة Ů…ŮاŮŮ‚Ř©" - -msgid "{consent:consent:noconsent_title}" -msgstr "Ů„Ů… تعطي المŮاŮŮ‚Ř©" - -msgid "{consent:consent:consent_accept}" -msgstr "ŮŠŘتاج SPNAME ŘŞŘŮŮŠŮ„ البيانات أدناه " - -msgid "{consent:consent:table_summary}" -msgstr "قائمة معلŮمات٠التي ستŘŮŮ„ Ů„Ů…Ů‚ŘŻŮ… الخدمة الذي ترغب بتسجيل الدخŮŮ„ اليه" - -msgid "{consent:consent:service_provider_header}" -msgstr "Ů…Ů‚ŘŻŮ… خدمات" - -msgid "{consent:consent:show_attributes}" -msgstr "اظهر السمات" - -msgid "{consent:consent:show_attribute}" -msgstr "اظهراليها ظهر المŘŘŞŮŮŠ" - -msgid "{consent:consent:no}" -msgstr "لا، الغ" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "سياسة الخصŮصية للخدمة" - -msgid "{consent:consent:noconsent_text}" -msgstr "Ů„Ů… ŘŞŮاŮŮ‚ علي ŘŞŘŮŮŠŮ„ سمات٠لمقدم الخدمة" - -msgid "{consent:consent:noconsent_return}" -msgstr "عد لصŮŘŘ© المŮاŮŮ‚Ř©" - -msgid "{consent:consent:yes}" -msgstr "نعم، Ůاصل" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "المعلŮمات التي سيتم إرسالها Ů„ SPNAME" - -msgid "Service Providers for" -msgstr "Ů…Ů‚ŘŻŮ…ŮŠ خدمات Ů„" - -msgid "Yes, continue" -msgstr "نعم، Ůاصل" - -msgid "Return to consent page" -msgstr "عد لصŮŘŘ© المŮاŮŮ‚Ř©" - -msgid "Consent status" -msgstr "Řالة Ů…ŮاŮŮ‚Ř©" - -msgid "Go to information page for the service" -msgstr "اذهب لصŮŘŘ© المعلŮمات عن الخدمة" - -msgid "Service Provider" -msgstr "Ů…Ů‚ŘŻŮ… خدمات" - -msgid "Abort login to SPNAME" -msgstr "إلغاء عملية الدخŮŮ„ Ů„SPNAME" - -msgid "show/hide attributes" -msgstr "اظهر/الغي السمات" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "الغرض من SPNAME ه٠SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "قائمة معلŮمات٠التي ستŘŮŮ„ Ů„Ů…Ů‚ŘŻŮ… الخدمة الذي ترغب بتسجيل الدخŮŮ„ اليه" - -msgid "Consent about releasing personal information" -msgstr "اŮاŮŮ‚ علي نشر سماتي الشخصية" - -msgid "No consent given" -msgstr "Ů„Ů… تعطي المŮاŮŮ‚Ř©" - -msgid "login" -msgstr "تسجيل الدخŮŮ„" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Ů„Ů… ŘŞŮاŮŮ‚ علي ŘŞŘŮŮŠŮ„ سمات٠لمقدم الخدمة" - -msgid "Remember" -msgstr "ŘŞŘ°Ůرألغت Ř°Ůر" - -msgid "Show content" -msgstr "اظهراليها ظهر المŘŘŞŮŮŠ" - -msgid "SPNAME requires that the information below is transferred." -msgstr "ŮŠŘتاج SPNAME ŘŞŘŮŮŠŮ„ البيانات أدناه " - -msgid "Privacypolicy for the service" -msgstr "سياسة الخصŮصية للخدمة" - -msgid "No, cancel" -msgstr "لا، الغ" - -msgid "Show attributes" -msgstr "اظهر السمات" - -msgid "User information" -msgstr "معلŮمات المستخدم" - -msgid "Information that will be sent to SPNAME" -msgstr "المعلŮمات التي سيتم إرسالها Ů„ SPNAME" - diff --git a/modules/consent/locales/cs/LC_MESSAGES/consent.po b/modules/consent/locales/cs/LC_MESSAGES/consent.po deleted file mode 100644 index fb506b921949ea68bb1987b005f320a8e196678c..0000000000000000000000000000000000000000 --- a/modules/consent/locales/cs/LC_MESSAGES/consent.po +++ /dev/null @@ -1,156 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: cs\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Poskytovatel sluĹľby pro" - -msgid "{consent:consent:abort}" -msgstr "Zrušit pĹ™ihlášenĂ k SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Zapamatuj" - -msgid "{consent:consent:login}" -msgstr "Login" - -msgid "{consent:consent:consent_purpose}" -msgstr "CĂl SPNAME v SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Jdi na stránku s informacemi o sluĹľbÄ›" - -msgid "{consent:consent:consent_header}" -msgstr "Obsah odesĂlanĂ˝ch osobnĂch informacĂ" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "zobraz/skryj atributy" - -msgid "{consent:consent:table_caption}" -msgstr "UĹľivatelskĂ© informace" - -msgid "{consent:consent:status_header}" -msgstr "Status souhlasu" - -msgid "{consent:consent:noconsent_title}" -msgstr "Souhlas nebyl vydán" - -msgid "{consent:consent:consent_accept}" -msgstr "MĹŻĹľete se pĹ™ihlásit do sluĹľby SPNAME" - -msgid "{consent:consent:table_summary}" -msgstr "" -"Seznam informacĂ o vás, kterĂ© budou pĹ™edány sluĹľbÄ›, ke kterĂ© se " -"pĹ™ihlašujete" - -msgid "{consent:consent:service_provider_header}" -msgstr "Poskytovatel sluĹľby" - -msgid "{consent:consent:show_attributes}" -msgstr "Zobraz atributy" - -msgid "{consent:consent:show_attribute}" -msgstr "Zobrazit obsah" - -msgid "{consent:consent:no}" -msgstr "Ne, neakceptuji" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "BezpeÄŤnostnĂ politika sluĹľby" - -msgid "{consent:consent:noconsent_text}" -msgstr "Nedal jste souhlas pro zaslánĂ svĂ˝ch atributĹŻ poskytovateli sluĹľeb." - -msgid "{consent:consent:noconsent_return}" -msgstr "Zpátky na stránku pro souhlas" - -msgid "{consent:consent:yes}" -msgstr "Ano, akceptuji" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Atributy, kterĂ© mohou bĂ˝t zaslány sluĹľbÄ›" - -msgid "Service Providers for" -msgstr "Poskytovatel sluĹľby pro" - -msgid "Yes, continue" -msgstr "Ano, akceptuji" - -msgid "Return to consent page" -msgstr "Zpátky na stránku pro souhlas" - -msgid "Consent status" -msgstr "Status souhlasu" - -msgid "Go to information page for the service" -msgstr "Jdi na stránku s informacemi o sluĹľbÄ›" - -msgid "Service Provider" -msgstr "Poskytovatel sluĹľby" - -msgid "Abort login to SPNAME" -msgstr "Zrušit pĹ™ihlášenĂ k SPNAME" - -msgid "show/hide attributes" -msgstr "zobraz/skryj atributy" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "CĂl SPNAME v SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Seznam informacĂ o vás, kterĂ© budou pĹ™edány sluĹľbÄ›, ke kterĂ© se " -"pĹ™ihlašujete" - -msgid "Consent about releasing personal information" -msgstr "Obsah odesĂlanĂ˝ch osobnĂch informacĂ" - -msgid "No consent given" -msgstr "Souhlas nebyl vydán" - -msgid "login" -msgstr "Login" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Nedal jste souhlas pro zaslánĂ svĂ˝ch atributĹŻ poskytovateli sluĹľeb." - -msgid "Remember" -msgstr "Zapamatuj" - -msgid "Show content" -msgstr "Zobrazit obsah" - -msgid "SPNAME requires that the information below is transferred." -msgstr "MĹŻĹľete se pĹ™ihlásit do sluĹľby SPNAME" - -msgid "Privacypolicy for the service" -msgstr "BezpeÄŤnostnĂ politika sluĹľby" - -msgid "No, cancel" -msgstr "Ne, neakceptuji" - -msgid "Show attributes" -msgstr "Zobraz atributy" - -msgid "User information" -msgstr "UĹľivatelskĂ© informace" - -msgid "Information that will be sent to SPNAME" -msgstr "Atributy, kterĂ© mohou bĂ˝t zaslány sluĹľbÄ›" - diff --git a/modules/consent/locales/da/LC_MESSAGES/consent.po b/modules/consent/locales/da/LC_MESSAGES/consent.po deleted file mode 100644 index 6d01b16b9f231d4a48643e5c19601868b3673628..0000000000000000000000000000000000000000 --- a/modules/consent/locales/da/LC_MESSAGES/consent.po +++ /dev/null @@ -1,155 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: da\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Tjenesteudbyder for" - -msgid "{consent:consent:abort}" -msgstr "Afbryd login til SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Husk samtykke" - -msgid "{consent:consent:login}" -msgstr "login" - -msgid "{consent:consent:consent_purpose}" -msgstr "SPNAME har til formĂĄl at SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "GĂĄ til side med information om tjenesten" - -msgid "{consent:consent:consent_header}" -msgstr "Samtykke til at frigive personlige oplysninger" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "vis/skjul attributter" - -msgid "{consent:consent:table_caption}" -msgstr "Bruger information" - -msgid "{consent:consent:status_header}" -msgstr "Samtykke status" - -msgid "{consent:consent:noconsent_title}" -msgstr "Manglende samtykke" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"SPNAME kræver at nedenstĂĄende oplysninger overføres fra IDPNAME. Vil du " -"acceptere dette?" - -msgid "{consent:consent:table_summary}" -msgstr "Informationer som vil blive sendt til den service du er ved at logge in pĂĄ" - -msgid "{consent:consent:service_provider_header}" -msgstr "Tjenesteudbyder" - -msgid "{consent:consent:show_attributes}" -msgstr "Vis attributter" - -msgid "{consent:consent:show_attribute}" -msgstr "Vis indhold" - -msgid "{consent:consent:no}" -msgstr "Nej, jeg accepterer ikke" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Tjenestens politik vedrørende personoplysninger" - -msgid "{consent:consent:noconsent_text}" -msgstr "Du har ikke givet samtykke til overleveringen af oplysninger til tjenesten" - -msgid "{consent:consent:noconsent_return}" -msgstr "GĂĄ tilbage" - -msgid "{consent:consent:yes}" -msgstr "Ja, jeg accepterer" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Attributter som bliver sendt til SPNAME" - -msgid "Service Providers for" -msgstr "Tjenesteudbyder for" - -msgid "Yes, continue" -msgstr "Ja, jeg accepterer" - -msgid "Return to consent page" -msgstr "GĂĄ tilbage" - -msgid "Consent status" -msgstr "Samtykke status" - -msgid "Go to information page for the service" -msgstr "GĂĄ til side med information om tjenesten" - -msgid "Service Provider" -msgstr "Tjenesteudbyder" - -msgid "Abort login to SPNAME" -msgstr "Afbryd login til SPNAME" - -msgid "show/hide attributes" -msgstr "vis/skjul attributter" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "SPNAME har til formĂĄl at SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "Informationer som vil blive sendt til den service du er ved at logge in pĂĄ" - -msgid "Consent about releasing personal information" -msgstr "Samtykke til at frigive personlige oplysninger" - -msgid "No consent given" -msgstr "Manglende samtykke" - -msgid "login" -msgstr "login" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Du har ikke givet samtykke til overleveringen af oplysninger til tjenesten" - -msgid "Remember" -msgstr "Husk samtykke" - -msgid "Show content" -msgstr "Vis indhold" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"SPNAME kræver at nedenstĂĄende oplysninger overføres fra IDPNAME. Vil du " -"acceptere dette?" - -msgid "Privacypolicy for the service" -msgstr "Tjenestens politik vedrørende personoplysninger" - -msgid "No, cancel" -msgstr "Nej, jeg accepterer ikke" - -msgid "Show attributes" -msgstr "Vis attributter" - -msgid "User information" -msgstr "Bruger information" - -msgid "Information that will be sent to SPNAME" -msgstr "Attributter som bliver sendt til SPNAME" - diff --git a/modules/consent/locales/de/LC_MESSAGES/consent.po b/modules/consent/locales/de/LC_MESSAGES/consent.po deleted file mode 100644 index f093ad3f65b363a1bc1aacbf8c0d0c36e87f5819..0000000000000000000000000000000000000000 --- a/modules/consent/locales/de/LC_MESSAGES/consent.po +++ /dev/null @@ -1,163 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: de\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Service-Provider fĂĽr" - -msgid "{consent:consent:abort}" -msgstr "Anmeldung am Service Provider SPNAME abbrechen" - -msgid "{consent:consent:remember}" -msgstr "Zustimmung merken" - -msgid "{consent:consent:login}" -msgstr "anmelden" - -msgid "{consent:consent:consent_purpose}" -msgstr "Der Zweck von SPNAME ist SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Gehe zur Informationsseite dieses Dienstes" - -msgid "{consent:consent:consent_header}" -msgstr "Zustimmung zur Weitergabe persönlicher Daten" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "zeige/verstecke Eigenschaften" - -msgid "{consent:consent:table_caption}" -msgstr "Benutzerdaten" - -msgid "{consent:consent:status_header}" -msgstr "Zustimmungsstatus" - -msgid "{consent:consent:noconsent_title}" -msgstr "Zustimmung verweigert" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"SPNAME erfordert die Ăśbertragung untenstehender Information von IDPNAME. " -"Akzeptieren Sie das?" - -msgid "{consent:consent:table_summary}" -msgstr "" -"Zeige die Information ĂĽber Sie, die an den Service, auf dem Sie sich " -"einloggen werden, ĂĽbermittelt werden" - -msgid "{consent:consent:service_provider_header}" -msgstr "Service-Provider" - -msgid "{consent:consent:show_attributes}" -msgstr "Attribute zeigen" - -msgid "{consent:consent:show_attribute}" -msgstr "Zeige Inhalt" - -msgid "{consent:consent:no}" -msgstr "Nein, ich stimme nicht zu" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Datenschutzrichtlinie des Dienstes" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"Sie haben der Weitergabe ihrer Daten an den Service Provider nicht " -"zugestimmt." - -msgid "{consent:consent:noconsent_return}" -msgstr "ZurĂĽck" - -msgid "{consent:consent:yes}" -msgstr "Ja, ich stimme zu" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informationen, die an SPNAME gesandt werden" - -msgid "Service Providers for" -msgstr "Service-Provider fĂĽr" - -msgid "Yes, continue" -msgstr "Ja, ich stimme zu" - -msgid "Return to consent page" -msgstr "ZurĂĽck" - -msgid "Consent status" -msgstr "Zustimmungsstatus" - -msgid "Go to information page for the service" -msgstr "Gehe zur Informationsseite dieses Dienstes" - -msgid "Service Provider" -msgstr "Service-Provider" - -msgid "Abort login to SPNAME" -msgstr "Anmeldung am Service Provider SPNAME abbrechen" - -msgid "show/hide attributes" -msgstr "zeige/verstecke Eigenschaften" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Der Zweck von SPNAME ist SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Zeige die Information ĂĽber Sie, die an den Service, auf dem Sie sich " -"einloggen werden, ĂĽbermittelt werden" - -msgid "Consent about releasing personal information" -msgstr "Zustimmung zur Weitergabe persönlicher Daten" - -msgid "No consent given" -msgstr "Zustimmung verweigert" - -msgid "login" -msgstr "anmelden" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"Sie haben der Weitergabe ihrer Daten an den Service Provider nicht " -"zugestimmt." - -msgid "Remember" -msgstr "Zustimmung merken" - -msgid "Show content" -msgstr "Zeige Inhalt" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"SPNAME erfordert die Ăśbertragung untenstehender Information von IDPNAME. " -"Akzeptieren Sie das?" - -msgid "Privacypolicy for the service" -msgstr "Datenschutzrichtlinie des Dienstes" - -msgid "No, cancel" -msgstr "Nein, ich stimme nicht zu" - -msgid "Show attributes" -msgstr "Attribute zeigen" - -msgid "User information" -msgstr "Benutzerdaten" - -msgid "Information that will be sent to SPNAME" -msgstr "Informationen, die an SPNAME gesandt werden" - diff --git a/modules/consent/locales/el/LC_MESSAGES/consent.po b/modules/consent/locales/el/LC_MESSAGES/consent.po deleted file mode 100644 index 7af10e7f3a4d330a8691396ea661d2a78461c8fa..0000000000000000000000000000000000000000 --- a/modules/consent/locales/el/LC_MESSAGES/consent.po +++ /dev/null @@ -1,159 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: el\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "ΠάĎοχοι υπηĎεĎιών για" - -msgid "{consent:consent:abort}" -msgstr "ΑκύĎωĎη ειĎόδου Ďτην υπηĎεĎία SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Να θυμάĎαι την επιλογή μου" - -msgid "{consent:consent:login}" -msgstr "ΕίĎοδος" - -msgid "{consent:consent:consent_purpose}" -msgstr "ΠεĎιγĎαφή όπως παĎÎχεται από την υπηĎεĎία: SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "ΕπιπλÎον πληĎοφοĎίες για την υπηĎεĎία" - -msgid "{consent:consent:consent_header}" -msgstr "ΔήλωĎη ĎυγκατάθεĎης για τον διαμοιĎαĎÎĽĎŚ Ď€ĎÎżĎωπικών δεδομÎνων" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "εμφάνιĎη/απόκĎĎ…Ďη Ďτοιχείων" - -msgid "{consent:consent:table_caption}" -msgstr "ΠληĎοφοĎίες χĎήĎτη" - -msgid "{consent:consent:status_header}" -msgstr "ΚατάĎταĎη ĎυγκατάθεĎης" - -msgid "{consent:consent:noconsent_title}" -msgstr "Μη αποδοχή ĎυγκατάθεĎης" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"Εάν Ď€ĎοχωĎήĎετε, τα Ďτοιχεία που ακολουθούν θα διαμοιĎαĎτούν με την " -"υπηĎεĎία <b>SPNAME</b>. Συμφωνείτε με την απελευθÎĎωĎη των Ďτοιχείων " -"αυτών Ďτην υπηĎεĎία κάθε φοĎά που επιθυμείτε Ď€ĎĎŚĎβαĎη Ďε αυτή;" - -msgid "{consent:consent:table_summary}" -msgstr "" -"ΕμφάνιĎη πληĎοφοĎιών που θα διαμοιĎαĎτούν με την υπηĎεĎία κατά την " -"Ď€ĎĎŚĎβαĎη Ďε αυτή" - -msgid "{consent:consent:service_provider_header}" -msgstr "ΠάĎοχος υπηĎεĎίας" - -msgid "{consent:consent:show_attribute}" -msgstr "ΕμφάνιĎη λεπτομεĎειών" - -msgid "{consent:consent:no}" -msgstr "ΑπόĎĎÎąĎη" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Πολιτική Ď€ĎÎżĎταĎίας αποĎĎήτου υπηĎεĎίας" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"Δεν Îχετε δώĎει ĎυγκατάθεĎη για τον διαμοιĎαĎÎĽĎŚ Ď€ĎÎżĎωπικών δεδομÎνων με " -"την υπηĎεĎία SPNAME" - -msgid "{consent:consent:noconsent_return}" -msgstr "ΕπιĎĎ„Ďοφή Ďτη Ďελίδα δήλωĎης ĎυγκατάθεĎης" - -msgid "{consent:consent:yes}" -msgstr "Αποδοχή" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "ΠληĎοφοĎίες που θα διαμοιĎαĎτούν με την υπηĎεĎία SPNAME" - -msgid "Service Providers for" -msgstr "ΠάĎοχοι υπηĎεĎιών για" - -msgid "Yes, continue" -msgstr "Αποδοχή" - -msgid "Return to consent page" -msgstr "ΕπιĎĎ„Ďοφή Ďτη Ďελίδα δήλωĎης ĎυγκατάθεĎης" - -msgid "Consent status" -msgstr "ΚατάĎταĎη ĎυγκατάθεĎης" - -msgid "Go to information page for the service" -msgstr "ΕπιπλÎον πληĎοφοĎίες για την υπηĎεĎία" - -msgid "Service Provider" -msgstr "ΠάĎοχος υπηĎεĎίας" - -msgid "Abort login to SPNAME" -msgstr "ΑκύĎωĎη ειĎόδου Ďτην υπηĎεĎία SPNAME" - -msgid "show/hide attributes" -msgstr "εμφάνιĎη/απόκĎĎ…Ďη Ďτοιχείων" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "ΠεĎιγĎαφή όπως παĎÎχεται από την υπηĎεĎία: SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"ΕμφάνιĎη πληĎοφοĎιών που θα διαμοιĎαĎτούν με την υπηĎεĎία κατά την " -"Ď€ĎĎŚĎβαĎη Ďε αυτή" - -msgid "Consent about releasing personal information" -msgstr "ΔήλωĎη ĎυγκατάθεĎης για τον διαμοιĎαĎÎĽĎŚ Ď€ĎÎżĎωπικών δεδομÎνων" - -msgid "No consent given" -msgstr "Μη αποδοχή ĎυγκατάθεĎης" - -msgid "login" -msgstr "ΕίĎοδος" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"Δεν Îχετε δώĎει ĎυγκατάθεĎη για τον διαμοιĎαĎÎĽĎŚ Ď€ĎÎżĎωπικών δεδομÎνων με " -"την υπηĎεĎία SPNAME" - -msgid "Remember" -msgstr "Να θυμάĎαι την επιλογή μου" - -msgid "Show content" -msgstr "ΕμφάνιĎη λεπτομεĎειών" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"Εάν Ď€ĎοχωĎήĎετε, τα Ďτοιχεία που ακολουθούν θα διαμοιĎαĎτούν με την " -"υπηĎεĎία <b>SPNAME</b>. Συμφωνείτε με την απελευθÎĎωĎη των Ďτοιχείων " -"αυτών Ďτην υπηĎεĎία κάθε φοĎά που επιθυμείτε Ď€ĎĎŚĎβαĎη Ďε αυτή;" - -msgid "Privacypolicy for the service" -msgstr "Πολιτική Ď€ĎÎżĎταĎίας αποĎĎήτου υπηĎεĎίας" - -msgid "No, cancel" -msgstr "ΑπόĎĎÎąĎη" - -msgid "User information" -msgstr "ΠληĎοφοĎίες χĎήĎτη" - -msgid "Information that will be sent to SPNAME" -msgstr "ΠληĎοφοĎίες που θα διαμοιĎαĎτούν με την υπηĎεĎία SPNAME" - diff --git a/modules/consent/locales/en/LC_MESSAGES/consent.po b/modules/consent/locales/en/LC_MESSAGES/consent.po deleted file mode 100644 index 6e27649fa2c1e8657c02f98a0282f59d6d6d359b..0000000000000000000000000000000000000000 --- a/modules/consent/locales/en/LC_MESSAGES/consent.po +++ /dev/null @@ -1,155 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: en\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Service Providers for" - -msgid "{consent:consent:abort}" -msgstr "Abort login to SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Remember" - -msgid "{consent:consent:login}" -msgstr "login" - -msgid "{consent:consent:consent_purpose}" -msgstr "The purpose of SPNAME is SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Go to information page for the service" - -msgid "{consent:consent:consent_header}" -msgstr "Consent about releasing personal information" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "show/hide attributes" - -msgid "{consent:consent:table_caption}" -msgstr "User information" - -msgid "{consent:consent:status_header}" -msgstr "Consent status" - -msgid "{consent:consent:noconsent_title}" -msgstr "No consent given" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME requires that the information below is transferred." - -msgid "{consent:consent:table_summary}" -msgstr "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" - -msgid "{consent:consent:service_provider_header}" -msgstr "Service Provider" - -msgid "{consent:consent:show_attributes}" -msgstr "Show attributes" - -msgid "{consent:consent:show_attribute}" -msgstr "Show content" - -msgid "{consent:consent:no}" -msgstr "No, cancel" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Privacypolicy for the service" - -msgid "{consent:consent:noconsent_text}" -msgstr "You did not give consent for transfering your attributes to SPNAME." - -msgid "{consent:consent:noconsent_return}" -msgstr "Return to consent page" - -msgid "{consent:consent:yes}" -msgstr "Yes, continue" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Information that will be sent to SPNAME" - -msgid "Service Providers for" -msgstr "Service Providers for" - -msgid "Yes, continue" -msgstr "Yes, continue" - -msgid "Return to consent page" -msgstr "Return to consent page" - -msgid "Consent status" -msgstr "Consent status" - -msgid "Go to information page for the service" -msgstr "Go to information page for the service" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "Abort login to SPNAME" -msgstr "Abort login to SPNAME" - -msgid "show/hide attributes" -msgstr "show/hide attributes" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "The purpose of SPNAME is SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" - -msgid "Consent about releasing personal information" -msgstr "Consent about releasing personal information" - -msgid "No consent given" -msgstr "No consent given" - -msgid "login" -msgstr "login" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "You did not give consent for transfering your attributes to SPNAME." - -msgid "Remember" -msgstr "Remember" - -msgid "Show content" -msgstr "Show content" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME requires that the information below is transferred." - -msgid "Privacypolicy for the service" -msgstr "Privacypolicy for the service" - -msgid "No, cancel" -msgstr "No, cancel" - -msgid "Show attributes" -msgstr "Show attributes" - -msgid "User information" -msgstr "User information" - -msgid "Information that will be sent to SPNAME" -msgstr "Information that will be sent to SPNAME" - diff --git a/modules/consent/locales/es/LC_MESSAGES/consent.po b/modules/consent/locales/es/LC_MESSAGES/consent.po deleted file mode 100644 index b050a9f0ea9a9e3c703d6bddcacd5e95974d863f..0000000000000000000000000000000000000000 --- a/modules/consent/locales/es/LC_MESSAGES/consent.po +++ /dev/null @@ -1,165 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: es\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Proveedores de servicio para" - -msgid "{consent:consent:abort}" -msgstr "Cancelar la identificaciĂłn en SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Recordar el consentimiento" - -msgid "{consent:consent:login}" -msgstr "login" - -msgid "{consent:consent:consent_purpose}" -msgstr "El propĂłsito de SPNAME es SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Ir a la página de informaciĂłn del servicio" - -msgid "{consent:consent:consent_header}" -msgstr "Consentimiento para la liberaciĂłn de informaciĂłn personal" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "Mostrar/ocultar atributos" - -msgid "{consent:consent:table_caption}" -msgstr "InformaciĂłn del usuario" - -msgid "{consent:consent:status_header}" -msgstr "Estado del consentimiento" - -msgid "{consent:consent:noconsent_title}" -msgstr "No se diĂł el consentimiento" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"Está a punto de acceder al servicio SPNAME. El servicio requiere que la " -"informaciĂłn que se muestra a continuaciĂłn sea transferida desde IDPNAME. " -"ÂżAcepta esto?" - -msgid "{consent:consent:table_summary}" -msgstr "" -"Muestra que informaciĂłn relativa a usted va a ser transmitida al servicio" -" en el que se va a identificar" - -msgid "{consent:consent:service_provider_header}" -msgstr "Proveedor de servicio" - -msgid "{consent:consent:show_attributes}" -msgstr "Mostrar atributos" - -msgid "{consent:consent:show_attribute}" -msgstr "Mostrart consentimiento" - -msgid "{consent:consent:no}" -msgstr "No" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "PolĂtica de privacidad para el servicio" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"No ha dado su consentimiento para tranferir sus atributos al proveedor de" -" servicio." - -msgid "{consent:consent:noconsent_return}" -msgstr "Volver a la página de consentimiento" - -msgid "{consent:consent:yes}" -msgstr "SĂ" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Atributos que serán enviados al servicio" - -msgid "Service Providers for" -msgstr "Proveedores de servicio para" - -msgid "Yes, continue" -msgstr "SĂ" - -msgid "Return to consent page" -msgstr "Volver a la página de consentimiento" - -msgid "Consent status" -msgstr "Estado del consentimiento" - -msgid "Go to information page for the service" -msgstr "Ir a la página de informaciĂłn del servicio" - -msgid "Service Provider" -msgstr "Proveedor de servicio" - -msgid "Abort login to SPNAME" -msgstr "Cancelar la identificaciĂłn en SPNAME" - -msgid "show/hide attributes" -msgstr "Mostrar/ocultar atributos" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "El propĂłsito de SPNAME es SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Muestra que informaciĂłn relativa a usted va a ser transmitida al servicio" -" en el que se va a identificar" - -msgid "Consent about releasing personal information" -msgstr "Consentimiento para la liberaciĂłn de informaciĂłn personal" - -msgid "No consent given" -msgstr "No se diĂł el consentimiento" - -msgid "login" -msgstr "login" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"No ha dado su consentimiento para tranferir sus atributos al proveedor de" -" servicio." - -msgid "Remember" -msgstr "Recordar el consentimiento" - -msgid "Show content" -msgstr "Mostrart consentimiento" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"Está a punto de acceder al servicio SPNAME. El servicio requiere que la " -"informaciĂłn que se muestra a continuaciĂłn sea transferida desde IDPNAME. " -"ÂżAcepta esto?" - -msgid "Privacypolicy for the service" -msgstr "PolĂtica de privacidad para el servicio" - -msgid "No, cancel" -msgstr "No" - -msgid "Show attributes" -msgstr "Mostrar atributos" - -msgid "User information" -msgstr "InformaciĂłn del usuario" - -msgid "Information that will be sent to SPNAME" -msgstr "Atributos que serán enviados al servicio" - diff --git a/modules/consent/locales/et/LC_MESSAGES/consent.po b/modules/consent/locales/et/LC_MESSAGES/consent.po deleted file mode 100644 index 470935d4f813fd0a761ac27e4cc6b701b1debe94..0000000000000000000000000000000000000000 --- a/modules/consent/locales/et/LC_MESSAGES/consent.po +++ /dev/null @@ -1,151 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: et\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Teenusepakkujad" - -msgid "{consent:consent:abort}" -msgstr "Katkesta sisselogimine: SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Jäta meelde" - -msgid "{consent:consent:login}" -msgstr "logi sisse" - -msgid "{consent:consent:consent_purpose}" -msgstr "Teenuse SPNAME eesmärk on SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Mine teenuse infolehele" - -msgid "{consent:consent:consent_header}" -msgstr "Nõusolek isikuandmete edastamiseks" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "näita/peida atribuudid" - -msgid "{consent:consent:table_caption}" -msgstr "Kasutajainfo" - -msgid "{consent:consent:status_header}" -msgstr "Nõusoleku olek" - -msgid "{consent:consent:noconsent_title}" -msgstr "Nõusolekut pole antud" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME nõuab allpool oleva info edastamist." - -msgid "{consent:consent:table_summary}" -msgstr "Teave sinu kohta, mis edastatakse teenusele, millesse asud sisse logima" - -msgid "{consent:consent:service_provider_header}" -msgstr "Teenusepakkuja" - -msgid "{consent:consent:show_attributes}" -msgstr "Näita andmeid" - -msgid "{consent:consent:show_attribute}" -msgstr "Näita sisu" - -msgid "{consent:consent:no}" -msgstr "Ei, loobu" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Teenuse privaatsuspoliitika" - -msgid "{consent:consent:noconsent_text}" -msgstr "Sa ei andnud nõusolekut sinu atribuutide teenusepakkujale edastamiseks." - -msgid "{consent:consent:noconsent_return}" -msgstr "Tagasi nõusoleku lehele" - -msgid "{consent:consent:yes}" -msgstr "Jah, jätka" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Andmed saadetakse SPNAME-le" - -msgid "Service Providers for" -msgstr "Teenusepakkujad" - -msgid "Yes, continue" -msgstr "Jah, jätka" - -msgid "Return to consent page" -msgstr "Tagasi nõusoleku lehele" - -msgid "Consent status" -msgstr "Nõusoleku olek" - -msgid "Go to information page for the service" -msgstr "Mine teenuse infolehele" - -msgid "Service Provider" -msgstr "Teenusepakkuja" - -msgid "Abort login to SPNAME" -msgstr "Katkesta sisselogimine: SPNAME" - -msgid "show/hide attributes" -msgstr "näita/peida atribuudid" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Teenuse SPNAME eesmärk on SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "Teave sinu kohta, mis edastatakse teenusele, millesse asud sisse logima" - -msgid "Consent about releasing personal information" -msgstr "Nõusolek isikuandmete edastamiseks" - -msgid "No consent given" -msgstr "Nõusolekut pole antud" - -msgid "login" -msgstr "logi sisse" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Sa ei andnud nõusolekut sinu atribuutide teenusepakkujale edastamiseks." - -msgid "Remember" -msgstr "Jäta meelde" - -msgid "Show content" -msgstr "Näita sisu" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME nõuab allpool oleva info edastamist." - -msgid "Privacypolicy for the service" -msgstr "Teenuse privaatsuspoliitika" - -msgid "No, cancel" -msgstr "Ei, loobu" - -msgid "Show attributes" -msgstr "Näita andmeid" - -msgid "User information" -msgstr "Kasutajainfo" - -msgid "Information that will be sent to SPNAME" -msgstr "Andmed saadetakse SPNAME-le" - diff --git a/modules/consent/locales/eu/LC_MESSAGES/consent.po b/modules/consent/locales/eu/LC_MESSAGES/consent.po deleted file mode 100644 index 58d309d1c87fef351e79f1202cfabb97040b0f0b..0000000000000000000000000000000000000000 --- a/modules/consent/locales/eu/LC_MESSAGES/consent.po +++ /dev/null @@ -1,155 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: eu\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Zerbitzu hornitzaileak hontarako: " - -msgid "{consent:consent:abort}" -msgstr "Bertan behera utzi zerbitzuan identifikazioa" - -msgid "{consent:consent:remember}" -msgstr "Onespena gogoratu" - -msgid "{consent:consent:login}" -msgstr "hasi saioa" - -msgid "{consent:consent:consent_purpose}" -msgstr "Zerbtizuaren xedea SPDESC da" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Joan zerbitzuaren informazio orrira" - -msgid "{consent:consent:consent_header}" -msgstr "Informazio pertsonala askatzeko onespena " - -msgid "{consent:consent:show_hide_attributes}" -msgstr "erakutsi/gorde atributuak" - -msgid "{consent:consent:table_caption}" -msgstr "Erabiltzailearen informazioa" - -msgid "{consent:consent:status_header}" -msgstr "Onespen egoera" - -msgid "{consent:consent:noconsent_title}" -msgstr "Ez da onespena eman" - -msgid "{consent:consent:consent_accept}" -msgstr "Zerbitzuak, hemen agertzen den informazioa lekualdatzea eskatzen du." - -msgid "{consent:consent:table_summary}" -msgstr "" -"Zu identifikatuko zaren zerbitzura zure ze informazio bidaliko den " -"erakusten du " - -msgid "{consent:consent:service_provider_header}" -msgstr "Zerbitzu hornitzailea" - -msgid "{consent:consent:show_attributes}" -msgstr "Erakutsi atributuak" - -msgid "{consent:consent:show_attribute}" -msgstr "Erakutsi onespena" - -msgid "{consent:consent:no}" -msgstr "Ez, utzi" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Zerbitzuarentzako pribatutasun-politika" - -msgid "{consent:consent:noconsent_text}" -msgstr "Ez duzu onespena eman zure atributuak zerbitzuari transferitzeko." - -msgid "{consent:consent:noconsent_return}" -msgstr "Itzuli onespen orrira" - -msgid "{consent:consent:yes}" -msgstr "Bai, jarraitu" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Zerbitzura bidaliko diren atributuak" - -msgid "Service Providers for" -msgstr "Zerbitzu hornitzaileak hontarako: " - -msgid "Yes, continue" -msgstr "Bai, jarraitu" - -msgid "Return to consent page" -msgstr "Itzuli onespen orrira" - -msgid "Consent status" -msgstr "Onespen egoera" - -msgid "Go to information page for the service" -msgstr "Joan zerbitzuaren informazio orrira" - -msgid "Service Provider" -msgstr "Zerbitzu hornitzailea" - -msgid "Abort login to SPNAME" -msgstr "Bertan behera utzi zerbitzuan identifikazioa" - -msgid "show/hide attributes" -msgstr "erakutsi/gorde atributuak" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Zerbtizuaren xedea SPDESC da" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Zu identifikatuko zaren zerbitzura zure ze informazio bidaliko den " -"erakusten du " - -msgid "Consent about releasing personal information" -msgstr "Informazio pertsonala askatzeko onespena " - -msgid "No consent given" -msgstr "Ez da onespena eman" - -msgid "login" -msgstr "hasi saioa" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Ez duzu onespena eman zure atributuak zerbitzuari transferitzeko." - -msgid "Remember" -msgstr "Onespena gogoratu" - -msgid "Show content" -msgstr "Erakutsi onespena" - -msgid "SPNAME requires that the information below is transferred." -msgstr "Zerbitzuak, hemen agertzen den informazioa lekualdatzea eskatzen du." - -msgid "Privacypolicy for the service" -msgstr "Zerbitzuarentzako pribatutasun-politika" - -msgid "No, cancel" -msgstr "Ez, utzi" - -msgid "Show attributes" -msgstr "Erakutsi atributuak" - -msgid "User information" -msgstr "Erabiltzailearen informazioa" - -msgid "Information that will be sent to SPNAME" -msgstr "Zerbitzura bidaliko diren atributuak" - diff --git a/modules/consent/locales/fi/LC_MESSAGES/consent.po b/modules/consent/locales/fi/LC_MESSAGES/consent.po deleted file mode 100644 index b77ef3c013d74234551f937d0fffed857916c9ad..0000000000000000000000000000000000000000 --- a/modules/consent/locales/fi/LC_MESSAGES/consent.po +++ /dev/null @@ -1,143 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: fi\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Palveluntarjoaja" - -msgid "{consent:consent:remember}" -msgstr "Muista" - -msgid "{consent:consent:login}" -msgstr "Tunnus" - -msgid "{consent:consent:consent_purpose}" -msgstr "Palvelun SPNAME käyttötarkoitus on SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Siirry palvelun tiedot -sivulle" - -msgid "{consent:consent:consent_header}" -msgstr "Henkilötietojen luovutuksen hyväksyntä" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "Näytä/piilota attribuutteja" - -msgid "{consent:consent:table_caption}" -msgstr "Käyttäjätiedot" - -msgid "{consent:consent:status_header}" -msgstr "Hyväksynnään tila" - -msgid "{consent:consent:noconsent_title}" -msgstr "Lupaa ei annettu" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"Olet kirjautumassa palveluun SPNAME. Identiteetilähteesi henkilötietojasi" -" palvelun tarjoajalle. Hyväksytkö tietojen siirron?" - -msgid "{consent:consent:table_summary}" -msgstr "Näytä tietosi, joita ollaan siirtämässä palveluun" - -msgid "{consent:consent:service_provider_header}" -msgstr "Palveluntarjoaja" - -msgid "{consent:consent:show_attributes}" -msgstr "Näytä henkilötiedot" - -msgid "{consent:consent:no}" -msgstr "ei" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Tietosuojaseloste palvelulle" - -msgid "{consent:consent:noconsent_text}" -msgstr "Et antanut lupaa siirtää henkilötietojasi palveluntarjoajalle" - -msgid "{consent:consent:noconsent_return}" -msgstr "Palaa hyväksyntäsivulle" - -msgid "{consent:consent:yes}" -msgstr "Kyllä" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Tiedot lähetetään palvelulle SPNAME" - -msgid "Service Providers for" -msgstr "Palveluntarjoaja" - -msgid "Yes, continue" -msgstr "Kyllä" - -msgid "Return to consent page" -msgstr "Palaa hyväksyntäsivulle" - -msgid "Consent status" -msgstr "Hyväksynnään tila" - -msgid "Go to information page for the service" -msgstr "Siirry palvelun tiedot -sivulle" - -msgid "Service Provider" -msgstr "Palveluntarjoaja" - -msgid "show/hide attributes" -msgstr "Näytä/piilota attribuutteja" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Palvelun SPNAME käyttötarkoitus on SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "Näytä tietosi, joita ollaan siirtämässä palveluun" - -msgid "Consent about releasing personal information" -msgstr "Henkilötietojen luovutuksen hyväksyntä" - -msgid "No consent given" -msgstr "Lupaa ei annettu" - -msgid "login" -msgstr "Tunnus" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Et antanut lupaa siirtää henkilötietojasi palveluntarjoajalle" - -msgid "Remember" -msgstr "Muista" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"Olet kirjautumassa palveluun SPNAME. Identiteetilähteesi henkilötietojasi" -" palvelun tarjoajalle. Hyväksytkö tietojen siirron?" - -msgid "Privacypolicy for the service" -msgstr "Tietosuojaseloste palvelulle" - -msgid "No, cancel" -msgstr "ei" - -msgid "Show attributes" -msgstr "Näytä henkilötiedot" - -msgid "User information" -msgstr "Käyttäjätiedot" - -msgid "Information that will be sent to SPNAME" -msgstr "Tiedot lähetetään palvelulle SPNAME" - diff --git a/modules/consent/locales/fr/LC_MESSAGES/consent.po b/modules/consent/locales/fr/LC_MESSAGES/consent.po deleted file mode 100644 index 4b667120cbe94e69f3f5485a08f4136ac0110cc7..0000000000000000000000000000000000000000 --- a/modules/consent/locales/fr/LC_MESSAGES/consent.po +++ /dev/null @@ -1,165 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: fr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Fournisseurs de services pour" - -msgid "{consent:consent:abort}" -msgstr "Annuler la connexion au fournisseur de service SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Se souvenir du consentement" - -msgid "{consent:consent:login}" -msgstr "ouvrir une session" - -msgid "{consent:consent:consent_purpose}" -msgstr "L'objet de SPNAME est SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Aller Ă la page d'information sur ce service" - -msgid "{consent:consent:consent_header}" -msgstr "Consentement pour la divulgation d'informations personnelles" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "montrer/cacher les attributs" - -msgid "{consent:consent:table_caption}" -msgstr "Information sur l'usager" - -msgid "{consent:consent:status_header}" -msgstr "État des consentements" - -msgid "{consent:consent:noconsent_title}" -msgstr "Aucun consentement n'a Ă©tĂ© donnĂ©" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"Vous ĂŞtes sur le point de vous connecter au service SPNAME. Lors de " -"l'ouverture de session, le fournisseur d'identitĂ© enverra des " -"informations sur votre identitĂ© Ă ce service. Acceptez-vous cela ?" - -msgid "{consent:consent:table_summary}" -msgstr "" -"Liste des informations vous concernant qui seront envoyĂ©es au service " -"auquel vous allez vous connecter" - -msgid "{consent:consent:service_provider_header}" -msgstr "Fournisseur de service" - -msgid "{consent:consent:show_attributes}" -msgstr "Montrer les attributs" - -msgid "{consent:consent:show_attribute}" -msgstr "Montrer le contenu" - -msgid "{consent:consent:no}" -msgstr "Non" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Politique de confidentialitĂ© pour ce service" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"Vous n'avez pas donnĂ© votre consentement Ă la divulgation de vos " -"attributs pour ce fournisseur de service." - -msgid "{consent:consent:noconsent_return}" -msgstr "Retour Ă la page de consentement" - -msgid "{consent:consent:yes}" -msgstr "Oui" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informations qui seront envoyĂ©es Ă SPNAME" - -msgid "Service Providers for" -msgstr "Fournisseurs de services pour" - -msgid "Yes, continue" -msgstr "Oui" - -msgid "Return to consent page" -msgstr "Retour Ă la page de consentement" - -msgid "Consent status" -msgstr "État des consentements" - -msgid "Go to information page for the service" -msgstr "Aller Ă la page d'information sur ce service" - -msgid "Service Provider" -msgstr "Fournisseur de service" - -msgid "Abort login to SPNAME" -msgstr "Annuler la connexion au fournisseur de service SPNAME" - -msgid "show/hide attributes" -msgstr "montrer/cacher les attributs" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "L'objet de SPNAME est SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Liste des informations vous concernant qui seront envoyĂ©es au service " -"auquel vous allez vous connecter" - -msgid "Consent about releasing personal information" -msgstr "Consentement pour la divulgation d'informations personnelles" - -msgid "No consent given" -msgstr "Aucun consentement n'a Ă©tĂ© donnĂ©" - -msgid "login" -msgstr "ouvrir une session" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"Vous n'avez pas donnĂ© votre consentement Ă la divulgation de vos " -"attributs pour ce fournisseur de service." - -msgid "Remember" -msgstr "Se souvenir du consentement" - -msgid "Show content" -msgstr "Montrer le contenu" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"Vous ĂŞtes sur le point de vous connecter au service SPNAME. Lors de " -"l'ouverture de session, le fournisseur d'identitĂ© enverra des " -"informations sur votre identitĂ© Ă ce service. Acceptez-vous cela ?" - -msgid "Privacypolicy for the service" -msgstr "Politique de confidentialitĂ© pour ce service" - -msgid "No, cancel" -msgstr "Non" - -msgid "Show attributes" -msgstr "Montrer les attributs" - -msgid "User information" -msgstr "Information sur l'usager" - -msgid "Information that will be sent to SPNAME" -msgstr "Informations qui seront envoyĂ©es Ă SPNAME" - diff --git a/modules/consent/locales/he/LC_MESSAGES/consent.po b/modules/consent/locales/he/LC_MESSAGES/consent.po deleted file mode 100644 index 54e6c3045631a7baa1d56c46e251043f9901627c..0000000000000000000000000000000000000000 --- a/modules/consent/locales/he/LC_MESSAGES/consent.po +++ /dev/null @@ -1,145 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: he\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "ספקי שירות עבור" - -msgid "{consent:consent:remember}" -msgstr "זכור" - -msgid "{consent:consent:login}" -msgstr "×›× ×™×ˇ×”" - -msgid "{consent:consent:consent_purpose}" -msgstr "המ×רה של SPNAME ×”×™× SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "לך ×ל דף המידע של השירות" - -msgid "{consent:consent:consent_header}" -msgstr "הסכמה להעברת מידע ×ישי" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "הר××”\\הסתר ×Ş×›×•× ×•×Ş " - -msgid "{consent:consent:table_caption}" -msgstr "מידע על המשתמש" - -msgid "{consent:consent:status_header}" -msgstr "מצב הסכמה" - -msgid "{consent:consent:noconsent_title}" -msgstr "×ś× × ×™×Ş× ×” הסכמה" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME דורש שמידע ×”× \"ל יועבר" - -msgid "{consent:consent:table_summary}" -msgstr "הצג ×ת המידע עליך ×שר יועבר לשירות ש×תה עומד להתחבר ×ליו" - -msgid "{consent:consent:service_provider_header}" -msgstr "ספק שירות" - -msgid "{consent:consent:show_attributes}" -msgstr "הצג מ××¤×™×™× ×™×ť" - -msgid "{consent:consent:show_attribute}" -msgstr "הצג תוכן" - -msgid "{consent:consent:no}" -msgstr "ל×, ב×ל" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "×ž×“×™× ×™×•×Ş הפר×יות של השירות" - -msgid "{consent:consent:noconsent_text}" -msgstr "×ś× × ×Ş× ×Ş הסכמה להעברת המ××¤×™×™× ×™×ť לספק השירות." - -msgid "{consent:consent:noconsent_return}" -msgstr "חזור לדף הסכמה" - -msgid "{consent:consent:yes}" -msgstr "כן, המשך" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "המידע ישלח ל SPNAME" - -msgid "Service Providers for" -msgstr "ספקי שירות עבור" - -msgid "Yes, continue" -msgstr "כן, המשך" - -msgid "Return to consent page" -msgstr "חזור לדף הסכמה" - -msgid "Consent status" -msgstr "מצב הסכמה" - -msgid "Go to information page for the service" -msgstr "לך ×ל דף המידע של השירות" - -msgid "Service Provider" -msgstr "ספק שירות" - -msgid "show/hide attributes" -msgstr "הר××”\\הסתר ×Ş×›×•× ×•×Ş " - -msgid "The purpose of SPNAME is SPDESC" -msgstr "המ×רה של SPNAME ×”×™× SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "הצג ×ת המידע עליך ×שר יועבר לשירות ש×תה עומד להתחבר ×ליו" - -msgid "Consent about releasing personal information" -msgstr "הסכמה להעברת מידע ×ישי" - -msgid "No consent given" -msgstr "×ś× × ×™×Ş× ×” הסכמה" - -msgid "login" -msgstr "×›× ×™×ˇ×”" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "×ś× × ×Ş× ×Ş הסכמה להעברת המ××¤×™×™× ×™×ť לספק השירות." - -msgid "Remember" -msgstr "זכור" - -msgid "Show content" -msgstr "הצג תוכן" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME דורש שמידע ×”× \"ל יועבר" - -msgid "Privacypolicy for the service" -msgstr "×ž×“×™× ×™×•×Ş הפר×יות של השירות" - -msgid "No, cancel" -msgstr "ל×, ב×ל" - -msgid "Show attributes" -msgstr "הצג מ××¤×™×™× ×™×ť" - -msgid "User information" -msgstr "מידע על המשתמש" - -msgid "Information that will be sent to SPNAME" -msgstr "המידע ישלח ל SPNAME" - diff --git a/modules/consent/locales/hr/LC_MESSAGES/consent.po b/modules/consent/locales/hr/LC_MESSAGES/consent.po deleted file mode 100644 index b0f5466c74282b2db7e527d536bee5e02f7984dd..0000000000000000000000000000000000000000 --- a/modules/consent/locales/hr/LC_MESSAGES/consent.po +++ /dev/null @@ -1,156 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: hr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Davatelji usluge za" - -msgid "{consent:consent:abort}" -msgstr "Odustani od prijave u SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Zapamti moj odabir" - -msgid "{consent:consent:login}" -msgstr "prijavi se" - -msgid "{consent:consent:consent_purpose}" -msgstr "Namjena servisa SPNAME je SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Idi na stranicu s informacijama o servisu" - -msgid "{consent:consent:consent_header}" -msgstr "Dozvola za isporuku osobnih podataka" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "prikaĹľi/sakrij atribute" - -msgid "{consent:consent:table_caption}" -msgstr "Informacije o korisniku" - -msgid "{consent:consent:status_header}" -msgstr "Status odobrenja" - -msgid "{consent:consent:noconsent_title}" -msgstr "Isporuka podataka nije odobrena" - -msgid "{consent:consent:consent_accept}" -msgstr "Servis SPNAME zahtjeva isporuku dolje navedenih podataka." - -msgid "{consent:consent:table_summary}" -msgstr "" -"PrikaĹľi popis vaših podataka koji će biti prosljeÄ‘eni servisu kojem " -"Ĺľelite pristupiti" - -msgid "{consent:consent:service_provider_header}" -msgstr "Davatelj usluge" - -msgid "{consent:consent:show_attributes}" -msgstr "PrikaĹľi atribute" - -msgid "{consent:consent:show_attribute}" -msgstr "PrikaĹľi sadrĹľaj" - -msgid "{consent:consent:no}" -msgstr "Ne, odustani" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Politika zaštite privatnosti kod servisa" - -msgid "{consent:consent:noconsent_text}" -msgstr "Niste dali pristanak da se vaši podaci isporuÄŤe davatelju usluge." - -msgid "{consent:consent:noconsent_return}" -msgstr "Povratak na stranicu za kreiranje dozvola" - -msgid "{consent:consent:yes}" -msgstr "Da, nastavi" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informacije koje će biti poslane servisu SPNAME" - -msgid "Service Providers for" -msgstr "Davatelji usluge za" - -msgid "Yes, continue" -msgstr "Da, nastavi" - -msgid "Return to consent page" -msgstr "Povratak na stranicu za kreiranje dozvola" - -msgid "Consent status" -msgstr "Status odobrenja" - -msgid "Go to information page for the service" -msgstr "Idi na stranicu s informacijama o servisu" - -msgid "Service Provider" -msgstr "Davatelj usluge" - -msgid "Abort login to SPNAME" -msgstr "Odustani od prijave u SPNAME" - -msgid "show/hide attributes" -msgstr "prikaĹľi/sakrij atribute" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Namjena servisa SPNAME je SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"PrikaĹľi popis vaših podataka koji će biti prosljeÄ‘eni servisu kojem " -"Ĺľelite pristupiti" - -msgid "Consent about releasing personal information" -msgstr "Dozvola za isporuku osobnih podataka" - -msgid "No consent given" -msgstr "Isporuka podataka nije odobrena" - -msgid "login" -msgstr "prijavi se" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Niste dali pristanak da se vaši podaci isporuÄŤe davatelju usluge." - -msgid "Remember" -msgstr "Zapamti moj odabir" - -msgid "Show content" -msgstr "PrikaĹľi sadrĹľaj" - -msgid "SPNAME requires that the information below is transferred." -msgstr "Servis SPNAME zahtjeva isporuku dolje navedenih podataka." - -msgid "Privacypolicy for the service" -msgstr "Politika zaštite privatnosti kod servisa" - -msgid "No, cancel" -msgstr "Ne, odustani" - -msgid "Show attributes" -msgstr "PrikaĹľi atribute" - -msgid "User information" -msgstr "Informacije o korisniku" - -msgid "Information that will be sent to SPNAME" -msgstr "Informacije koje će biti poslane servisu SPNAME" - diff --git a/modules/consent/locales/hu/LC_MESSAGES/consent.po b/modules/consent/locales/hu/LC_MESSAGES/consent.po deleted file mode 100644 index d481850b699e486dcbb5cff943785df271aec311..0000000000000000000000000000000000000000 --- a/modules/consent/locales/hu/LC_MESSAGES/consent.po +++ /dev/null @@ -1,153 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: hu\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "AlkalmazásszolgáltatĂłk a következĹ‘ számára" - -msgid "{consent:consent:remember}" -msgstr "EmlĂ©kezzen a hozzájárulásra" - -msgid "{consent:consent:login}" -msgstr "bejelentkezĂ©s" - -msgid "{consent:consent:consent_purpose}" -msgstr "A szolgáltatás (SPNAME) ezt a cĂ©lt szolgálja: SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "A szolgáltatás informáciĂłs oldalára" - -msgid "{consent:consent:consent_header}" -msgstr "Hozzájárulás szemĂ©lyes adatok kiadásához" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "attribĂştumok mutatása/elrejtĂ©se" - -msgid "{consent:consent:table_caption}" -msgstr "FelhasználĂłi informáciĂłk" - -msgid "{consent:consent:status_header}" -msgstr "Hozzájárulás állapota" - -msgid "{consent:consent:noconsent_title}" -msgstr "Nincs hozzájárulás" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"Ă–n azonosĂtja magát ehhez a szolgáltatáshoz SPNAME. Az azonosĂtás során " -"IDPNAME az alábbi adatokat fogja kĂĽldeni a szolgáltatásnak. EngedĂ©lyezi?" - -msgid "{consent:consent:table_summary}" -msgstr "" -"Ezeket az adatokat fogjuk elkĂĽldeni Ă–nrĹ‘l annak a szolgáltatásnak, ahová " -"be kĂván jelentkezni" - -msgid "{consent:consent:service_provider_header}" -msgstr "AlkalmazásszolgáltatĂł" - -msgid "{consent:consent:show_attributes}" -msgstr "Mutasd az attribĂştumokat" - -msgid "{consent:consent:show_attribute}" -msgstr "RĂ©szletek" - -msgid "{consent:consent:no}" -msgstr "Nem, nem fogadom el" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "A szolgáltatás adatvádelmi nyilatkozata" - -msgid "{consent:consent:noconsent_text}" -msgstr "Nem adta hozzájárulását, hogy adatait továbbadjuk a szolgáltatĂłnak." - -msgid "{consent:consent:noconsent_return}" -msgstr "Vissza az hozzájárulás-kezelĹ‘ oldalra" - -msgid "{consent:consent:yes}" -msgstr "Igen, elfogadom" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "A(z) SPNAME szolgáltatĂłnak kĂĽldött adatok" - -msgid "Service Providers for" -msgstr "AlkalmazásszolgáltatĂłk a következĹ‘ számára" - -msgid "Yes, continue" -msgstr "Igen, elfogadom" - -msgid "Return to consent page" -msgstr "Vissza az hozzájárulás-kezelĹ‘ oldalra" - -msgid "Consent status" -msgstr "Hozzájárulás állapota" - -msgid "Go to information page for the service" -msgstr "A szolgáltatás informáciĂłs oldalára" - -msgid "Service Provider" -msgstr "AlkalmazásszolgáltatĂł" - -msgid "show/hide attributes" -msgstr "attribĂştumok mutatása/elrejtĂ©se" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "A szolgáltatás (SPNAME) ezt a cĂ©lt szolgálja: SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Ezeket az adatokat fogjuk elkĂĽldeni Ă–nrĹ‘l annak a szolgáltatásnak, ahová " -"be kĂván jelentkezni" - -msgid "Consent about releasing personal information" -msgstr "Hozzájárulás szemĂ©lyes adatok kiadásához" - -msgid "No consent given" -msgstr "Nincs hozzájárulás" - -msgid "login" -msgstr "bejelentkezĂ©s" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Nem adta hozzájárulását, hogy adatait továbbadjuk a szolgáltatĂłnak." - -msgid "Remember" -msgstr "EmlĂ©kezzen a hozzájárulásra" - -msgid "Show content" -msgstr "RĂ©szletek" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"Ă–n azonosĂtja magát ehhez a szolgáltatáshoz SPNAME. Az azonosĂtás során " -"IDPNAME az alábbi adatokat fogja kĂĽldeni a szolgáltatásnak. EngedĂ©lyezi?" - -msgid "Privacypolicy for the service" -msgstr "A szolgáltatás adatvádelmi nyilatkozata" - -msgid "No, cancel" -msgstr "Nem, nem fogadom el" - -msgid "Show attributes" -msgstr "Mutasd az attribĂştumokat" - -msgid "User information" -msgstr "FelhasználĂłi informáciĂłk" - -msgid "Information that will be sent to SPNAME" -msgstr "A(z) SPNAME szolgáltatĂłnak kĂĽldött adatok" - diff --git a/modules/consent/locales/id/LC_MESSAGES/consent.po b/modules/consent/locales/id/LC_MESSAGES/consent.po deleted file mode 100644 index c414d017dc8a7d59db7745fdf5f5df0b7f448b2a..0000000000000000000000000000000000000000 --- a/modules/consent/locales/id/LC_MESSAGES/consent.po +++ /dev/null @@ -1,153 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: id\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Service Provider untuk" - -msgid "{consent:consent:remember}" -msgstr "Ingat" - -msgid "{consent:consent:login}" -msgstr "login" - -msgid "{consent:consent:consent_purpose}" -msgstr "Tujuan dari SPNAME adalah SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Pergi ke halaman informasi untul layanan" - -msgid "{consent:consent:consent_header}" -msgstr "Persetujuan tentang melepas informasi personal" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "perlihatkan/sembunyikan attribut" - -msgid "{consent:consent:table_caption}" -msgstr "Informasi User" - -msgid "{consent:consent:status_header}" -msgstr "Status persetujuan" - -msgid "{consent:consent:noconsent_title}" -msgstr "Tidan ada persetujuan yang diberikan" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME mensyaratkan informasi dibawah ini harus ditransder." - -msgid "{consent:consent:table_summary}" -msgstr "" -"Daftar informasi tentang Anda yang akan dikirimkan ke service tujuan " -"login Anda." - -msgid "{consent:consent:service_provider_header}" -msgstr "Service Provider" - -msgid "{consent:consent:show_attributes}" -msgstr "Perlihatkan atribut-atribut" - -msgid "{consent:consent:show_attribute}" -msgstr "Perlihatkan konten" - -msgid "{consent:consent:no}" -msgstr "Tidak, batalkan" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Kebijakan privasi untuk layanan" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"Anda tidak memberikan persetujuan untuk mentransfer atribut-atribute Anda" -" ke service provider." - -msgid "{consent:consent:noconsent_return}" -msgstr "Kembali ke halaman persetujuan" - -msgid "{consent:consent:yes}" -msgstr "Yam lanjutkan" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informasi yang akan dikirim ke SPNAME" - -msgid "Service Providers for" -msgstr "Service Provider untuk" - -msgid "Yes, continue" -msgstr "Yam lanjutkan" - -msgid "Return to consent page" -msgstr "Kembali ke halaman persetujuan" - -msgid "Consent status" -msgstr "Status persetujuan" - -msgid "Go to information page for the service" -msgstr "Pergi ke halaman informasi untul layanan" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "show/hide attributes" -msgstr "perlihatkan/sembunyikan attribut" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Tujuan dari SPNAME adalah SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Daftar informasi tentang Anda yang akan dikirimkan ke service tujuan " -"login Anda." - -msgid "Consent about releasing personal information" -msgstr "Persetujuan tentang melepas informasi personal" - -msgid "No consent given" -msgstr "Tidan ada persetujuan yang diberikan" - -msgid "login" -msgstr "login" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"Anda tidak memberikan persetujuan untuk mentransfer atribut-atribute Anda" -" ke service provider." - -msgid "Remember" -msgstr "Ingat" - -msgid "Show content" -msgstr "Perlihatkan konten" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME mensyaratkan informasi dibawah ini harus ditransder." - -msgid "Privacypolicy for the service" -msgstr "Kebijakan privasi untuk layanan" - -msgid "No, cancel" -msgstr "Tidak, batalkan" - -msgid "Show attributes" -msgstr "Perlihatkan atribut-atribut" - -msgid "User information" -msgstr "Informasi User" - -msgid "Information that will be sent to SPNAME" -msgstr "Informasi yang akan dikirim ke SPNAME" - diff --git a/modules/consent/locales/it/LC_MESSAGES/consent.po b/modules/consent/locales/it/LC_MESSAGES/consent.po deleted file mode 100644 index 84a9a3f87827491021a18f2c114fcfc3d029b2e1..0000000000000000000000000000000000000000 --- a/modules/consent/locales/it/LC_MESSAGES/consent.po +++ /dev/null @@ -1,159 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: it\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Service Provider per" - -msgid "{consent:consent:abort}" -msgstr "Login interrotto a SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Ricordare" - -msgid "{consent:consent:login}" -msgstr "connessione" - -msgid "{consent:consent:consent_purpose}" -msgstr "Lo scopo di SPNAME è SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Vai alla pagina di informazioni per il servizio" - -msgid "{consent:consent:consent_header}" -msgstr "Consenso al rilascio delle informazioni personali" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "Mostra/nascondi attributi" - -msgid "{consent:consent:table_caption}" -msgstr "Informazioni utente" - -msgid "{consent:consent:status_header}" -msgstr "Stato del consenso" - -msgid "{consent:consent:noconsent_title}" -msgstr "Nessun consenso dato" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME richiede che l'informazione sotto riportata sia trasferita." - -msgid "{consent:consent:table_summary}" -msgstr "" -"Mostra le informazioni su di te che stanno per essere trasferire al " -"servizio a cui ti vuoi collegare" - -msgid "{consent:consent:service_provider_header}" -msgstr "Service Provider" - -msgid "{consent:consent:show_attributes}" -msgstr "Mostra attributi" - -msgid "{consent:consent:show_attribute}" -msgstr "Mostra contenuto" - -msgid "{consent:consent:no}" -msgstr "No, cancellare" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Politica della privacy per il servizio" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"Non hai dato il consenso per trasferire i tuoi attributi al service " -"provider." - -msgid "{consent:consent:noconsent_return}" -msgstr "Torna alla pagina del consenso" - -msgid "{consent:consent:yes}" -msgstr "Sì, continuare" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informazioni che saranno inviate a SPNAME" - -msgid "Service Providers for" -msgstr "Service Provider per" - -msgid "Yes, continue" -msgstr "Sì, continuare" - -msgid "Return to consent page" -msgstr "Torna alla pagina del consenso" - -msgid "Consent status" -msgstr "Stato del consenso" - -msgid "Go to information page for the service" -msgstr "Vai alla pagina di informazioni per il servizio" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "Abort login to SPNAME" -msgstr "Login interrotto a SPNAME" - -msgid "show/hide attributes" -msgstr "Mostra/nascondi attributi" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Lo scopo di SPNAME è SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Mostra le informazioni su di te che stanno per essere trasferire al " -"servizio a cui ti vuoi collegare" - -msgid "Consent about releasing personal information" -msgstr "Consenso al rilascio delle informazioni personali" - -msgid "No consent given" -msgstr "Nessun consenso dato" - -msgid "login" -msgstr "connessione" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"Non hai dato il consenso per trasferire i tuoi attributi al service " -"provider." - -msgid "Remember" -msgstr "Ricordare" - -msgid "Show content" -msgstr "Mostra contenuto" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME richiede che l'informazione sotto riportata sia trasferita." - -msgid "Privacypolicy for the service" -msgstr "Politica della privacy per il servizio" - -msgid "No, cancel" -msgstr "No, cancellare" - -msgid "Show attributes" -msgstr "Mostra attributi" - -msgid "User information" -msgstr "Informazioni utente" - -msgid "Information that will be sent to SPNAME" -msgstr "Informazioni che saranno inviate a SPNAME" - diff --git a/modules/consent/locales/ja/LC_MESSAGES/consent.po b/modules/consent/locales/ja/LC_MESSAGES/consent.po deleted file mode 100644 index 547c3c674b8d154b7f45fcc5fcd5c2077bcc5c1c..0000000000000000000000000000000000000000 --- a/modules/consent/locales/ja/LC_MESSAGES/consent.po +++ /dev/null @@ -1,145 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ja\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "サăĽă“ă‚ąă—ăăイă€: " - -msgid "{consent:consent:remember}" -msgstr "č¨ć†¶ă™ă‚‹" - -msgid "{consent:consent:login}" -msgstr "ăグイăł" - -msgid "{consent:consent:consent_purpose}" -msgstr "SPNAMEă®ç›®çš„ăŻSPDESCă§ă™" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "サăĽă“ă‚ąă®ç‚şă®ć…ĺ ±ăšăĽă‚¸ă‚’参照" - -msgid "{consent:consent:consent_header}" -msgstr "個人ć…ĺ ±ă®ć‰żčŞŤă‚’č§Łé™¤" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "表示/非表示属性" - -msgid "{consent:consent:table_caption}" -msgstr "ă¦ăĽă‚¶ăĽć…ĺ ±" - -msgid "{consent:consent:status_header}" -msgstr "承認スă†ăĽă‚żă‚ą" - -msgid "{consent:consent:noconsent_title}" -msgstr "承認ăŻă‚ă‚Šăľă›ă‚“" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAMEăŻä»Ąä¸‹ă®ĺ¤‰ćŹ›ă•ă‚Śăźć…ĺ ±ă‚’č¦ć±‚ă—ăľă™ă€‚" - -msgid "{consent:consent:table_summary}" -msgstr "一覧ă®ć…ĺ ±ăŻă‚ăŞăźăŚăグイăłă™ă‚‹éš›ă«ă‚µăĽă“ă‚ąă«č»˘é€ă•ă‚Śăľă™ă€‚" - -msgid "{consent:consent:service_provider_header}" -msgstr "サăĽă“ă‚ąă—ăăイă€" - -msgid "{consent:consent:show_attributes}" -msgstr "属性を表示ă™ă‚‹" - -msgid "{consent:consent:show_attribute}" -msgstr "内容を表示ă™ă‚‹" - -msgid "{consent:consent:no}" -msgstr "ă„ă„ăă€ă‚ăŁăłă‚»ă«ă—ăľă™" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "サăĽă“ă‚ąă®ă—ă©ă‚¤ăă‚·ăťăŞă‚·ăĽ" - -msgid "{consent:consent:noconsent_text}" -msgstr "ă‚ăŞăźăŻă‚µăĽă“ă‚ąă—ăăイă€ă«ĺ±žć€§ă‚’転é€ă™ă‚‹äş‹ă‚’承認ă—ă¦ă„ăľă›ă‚“。" - -msgid "{consent:consent:noconsent_return}" -msgstr "承認ăšăĽă‚¸ă«ć»ă‚‹" - -msgid "{consent:consent:yes}" -msgstr "ăŻă„ă€ç¶šă‘ăľă™" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "SPNAMEă¨ă—ă¦é€äżˇă•ă‚Śă‚‹ć…ĺ ±" - -msgid "Service Providers for" -msgstr "サăĽă“ă‚ąă—ăăイă€: " - -msgid "Yes, continue" -msgstr "ăŻă„ă€ç¶šă‘ăľă™" - -msgid "Return to consent page" -msgstr "承認ăšăĽă‚¸ă«ć»ă‚‹" - -msgid "Consent status" -msgstr "承認スă†ăĽă‚żă‚ą" - -msgid "Go to information page for the service" -msgstr "サăĽă“ă‚ąă®ç‚şă®ć…ĺ ±ăšăĽă‚¸ă‚’参照" - -msgid "Service Provider" -msgstr "サăĽă“ă‚ąă—ăăイă€" - -msgid "show/hide attributes" -msgstr "表示/非表示属性" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "SPNAMEă®ç›®çš„ăŻSPDESCă§ă™" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "一覧ă®ć…ĺ ±ăŻă‚ăŞăźăŚăグイăłă™ă‚‹éš›ă«ă‚µăĽă“ă‚ąă«č»˘é€ă•ă‚Śăľă™ă€‚" - -msgid "Consent about releasing personal information" -msgstr "個人ć…ĺ ±ă®ć‰żčŞŤă‚’č§Łé™¤" - -msgid "No consent given" -msgstr "承認ăŻă‚ă‚Šăľă›ă‚“" - -msgid "login" -msgstr "ăグイăł" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "ă‚ăŞăźăŻă‚µăĽă“ă‚ąă—ăăイă€ă«ĺ±žć€§ă‚’転é€ă™ă‚‹äş‹ă‚’承認ă—ă¦ă„ăľă›ă‚“。" - -msgid "Remember" -msgstr "č¨ć†¶ă™ă‚‹" - -msgid "Show content" -msgstr "内容を表示ă™ă‚‹" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAMEăŻä»Ąä¸‹ă®ĺ¤‰ćŹ›ă•ă‚Śăźć…ĺ ±ă‚’č¦ć±‚ă—ăľă™ă€‚" - -msgid "Privacypolicy for the service" -msgstr "サăĽă“ă‚ąă®ă—ă©ă‚¤ăă‚·ăťăŞă‚·ăĽ" - -msgid "No, cancel" -msgstr "ă„ă„ăă€ă‚ăŁăłă‚»ă«ă—ăľă™" - -msgid "Show attributes" -msgstr "属性を表示ă™ă‚‹" - -msgid "User information" -msgstr "ă¦ăĽă‚¶ăĽć…ĺ ±" - -msgid "Information that will be sent to SPNAME" -msgstr "SPNAMEă¨ă—ă¦é€äżˇă•ă‚Śă‚‹ć…ĺ ±" - diff --git a/modules/consent/locales/lb/LC_MESSAGES/consent.po b/modules/consent/locales/lb/LC_MESSAGES/consent.po deleted file mode 100644 index 3caf43f40586afb6858d4a2ace8c7c35a4e4be91..0000000000000000000000000000000000000000 --- a/modules/consent/locales/lb/LC_MESSAGES/consent.po +++ /dev/null @@ -1,77 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: lb\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Service Provider fir" - -msgid "{consent:consent:remember}" -msgstr "ZoustĂ«mmung verhalen" - -msgid "{consent:consent:login}" -msgstr "anloggen" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "Attributer weisen/verstoppen" - -msgid "{consent:consent:status_header}" -msgstr "ZoustĂ«mmungsstatus" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"Daer sid dobai aerch um service unzemellen SPNAME. Waerend dem Login " -"Prozess schĂ©ckt den Identity Provider Attributer, dĂ©i Informatiounen " -"iwert aer IdentitĂ©it enthaalen. AkzeptĂ©ier daer daat?" - -msgid "{consent:consent:service_provider_header}" -msgstr "Service Provider" - -msgid "{consent:consent:no}" -msgstr "Nee" - -msgid "{consent:consent:yes}" -msgstr "Jo" - -msgid "Service Providers for" -msgstr "Service Provider fir" - -msgid "Yes, continue" -msgstr "Jo" - -msgid "Consent status" -msgstr "ZoustĂ«mmungsstatus" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "show/hide attributes" -msgstr "Attributer weisen/verstoppen" - -msgid "login" -msgstr "anloggen" - -msgid "Remember" -msgstr "ZoustĂ«mmung verhalen" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"Daer sid dobai aerch um service unzemellen SPNAME. Waerend dem Login " -"Prozess schĂ©ckt den Identity Provider Attributer, dĂ©i Informatiounen " -"iwert aer IdentitĂ©it enthaalen. AkzeptĂ©ier daer daat?" - -msgid "No, cancel" -msgstr "Nee" - diff --git a/modules/consent/locales/lt/LC_MESSAGES/consent.po b/modules/consent/locales/lt/LC_MESSAGES/consent.po deleted file mode 100644 index 26a9dd0db6dbc060090fa2fb9ef1908bd45238e4..0000000000000000000000000000000000000000 --- a/modules/consent/locales/lt/LC_MESSAGES/consent.po +++ /dev/null @@ -1,156 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: lt\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"(n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "PaslaugĹł teikÄ—jai" - -msgid "{consent:consent:abort}" -msgstr "Atšaukti prisijungimÄ… prie SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Ä®siminti" - -msgid "{consent:consent:login}" -msgstr "Prisijungti" - -msgid "{consent:consent:consent_purpose}" -msgstr "SPNAME paskirtis yra SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Pereiti ÄŻ šios paslaugos informacinÄŻ puslapÄŻ" - -msgid "{consent:consent:consent_header}" -msgstr "Leidimas perduoti asmeninÄ™ informacijÄ…" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "rodyti/slÄ—pti atributus" - -msgid "{consent:consent:table_caption}" -msgstr "Vartotojo informacija" - -msgid "{consent:consent:status_header}" -msgstr "Leidimo bĹ«sena" - -msgid "{consent:consent:noconsent_title}" -msgstr "Leidimas neduotas" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME reikalauja persiĹłsti Ĺľemiau pateiktÄ… informacijÄ…" - -msgid "{consent:consent:table_summary}" -msgstr "" -"PerĹľiĹ«rÄ—ti informacijÄ… apie jus, kuri bus persiĹłsta paslaugai, ÄŻ kuriÄ… " -"jungiatÄ—s" - -msgid "{consent:consent:service_provider_header}" -msgstr "Paslaugos teikÄ—jas" - -msgid "{consent:consent:show_attributes}" -msgstr "Parodyti atributus" - -msgid "{consent:consent:show_attribute}" -msgstr "Parodyti leidimÄ…" - -msgid "{consent:consent:no}" -msgstr "Ne, nutraukti" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Ĺ ios paslaugos privatumo politika" - -msgid "{consent:consent:noconsent_text}" -msgstr "JĹ«s nedavÄ—te sutikimo persiĹłsti JĹ«sĹł atributus SPNAME paslaugos teikÄ—jui." - -msgid "{consent:consent:noconsent_return}" -msgstr "GrÄŻĹľti ÄŻ leidimĹł puslapÄŻ" - -msgid "{consent:consent:yes}" -msgstr "Taip, tÄ™sti" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informacija, kuri bus persiĹłsta ÄŻ SPNAME" - -msgid "Service Providers for" -msgstr "PaslaugĹł teikÄ—jai" - -msgid "Yes, continue" -msgstr "Taip, tÄ™sti" - -msgid "Return to consent page" -msgstr "GrÄŻĹľti ÄŻ leidimĹł puslapÄŻ" - -msgid "Consent status" -msgstr "Leidimo bĹ«sena" - -msgid "Go to information page for the service" -msgstr "Pereiti ÄŻ šios paslaugos informacinÄŻ puslapÄŻ" - -msgid "Service Provider" -msgstr "Paslaugos teikÄ—jas" - -msgid "Abort login to SPNAME" -msgstr "Atšaukti prisijungimÄ… prie SPNAME" - -msgid "show/hide attributes" -msgstr "rodyti/slÄ—pti atributus" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "SPNAME paskirtis yra SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"PerĹľiĹ«rÄ—ti informacijÄ… apie jus, kuri bus persiĹłsta paslaugai, ÄŻ kuriÄ… " -"jungiatÄ—s" - -msgid "Consent about releasing personal information" -msgstr "Leidimas perduoti asmeninÄ™ informacijÄ…" - -msgid "No consent given" -msgstr "Leidimas neduotas" - -msgid "login" -msgstr "Prisijungti" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "JĹ«s nedavÄ—te sutikimo persiĹłsti JĹ«sĹł atributus SPNAME paslaugos teikÄ—jui." - -msgid "Remember" -msgstr "Ä®siminti" - -msgid "Show content" -msgstr "Parodyti leidimÄ…" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME reikalauja persiĹłsti Ĺľemiau pateiktÄ… informacijÄ…" - -msgid "Privacypolicy for the service" -msgstr "Ĺ ios paslaugos privatumo politika" - -msgid "No, cancel" -msgstr "Ne, nutraukti" - -msgid "Show attributes" -msgstr "Parodyti atributus" - -msgid "User information" -msgstr "Vartotojo informacija" - -msgid "Information that will be sent to SPNAME" -msgstr "Informacija, kuri bus persiĹłsta ÄŻ SPNAME" - diff --git a/modules/consent/locales/lv/LC_MESSAGES/consent.po b/modules/consent/locales/lv/LC_MESSAGES/consent.po deleted file mode 100644 index 50b709f9ff51f8ec61b58dc4d1cd4ec669baf1a3..0000000000000000000000000000000000000000 --- a/modules/consent/locales/lv/LC_MESSAGES/consent.po +++ /dev/null @@ -1,146 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: lv\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :" -" 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Servisa piegÄdÄtÄji priekš" - -msgid "{consent:consent:remember}" -msgstr "AtcerÄ“ties" - -msgid "{consent:consent:login}" -msgstr "pieslÄ“gties" - -msgid "{consent:consent:consent_purpose}" -msgstr "SPNAME nolĹ«ks ir SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Iet uz servisa informÄcijas lapu" - -msgid "{consent:consent:consent_header}" -msgstr "Noteikumi par personÄ«gÄs informÄcijas nodošanu" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "rÄdÄ«t/slÄ“pt atribĹ«tus" - -msgid "{consent:consent:table_caption}" -msgstr "LietotÄja informÄcija" - -msgid "{consent:consent:status_header}" -msgstr "Noteikumu statuss" - -msgid "{consent:consent:noconsent_title}" -msgstr "Nav noteikumu" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME prasa pÄrraidÄ«t pa tÄ«klu zemÄk esošo informÄciju." - -msgid "{consent:consent:table_summary}" -msgstr "InformÄcija par Jums, kas tiks sĹ«tÄ«ta servisam, kuram JĹ«s pieslÄ“dzaties" - -msgid "{consent:consent:service_provider_header}" -msgstr "Servisa piegÄdÄtÄjs" - -msgid "{consent:consent:show_attributes}" -msgstr "RÄdÄ«t atribĹ«tus" - -msgid "{consent:consent:show_attribute}" -msgstr "RÄdÄ«t saturu" - -msgid "{consent:consent:no}" -msgstr "NÄ“, atcelt" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Servisa drošības noteikumi" - -msgid "{consent:consent:noconsent_text}" -msgstr "JĹ«s neesat devis atÄĽauju pÄrraidÄ«t informÄciju servisa piegÄdÄtÄjam." - -msgid "{consent:consent:noconsent_return}" -msgstr "Atgriezties uz noteikumu lapu" - -msgid "{consent:consent:yes}" -msgstr "JÄ, turpinÄt" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "InformÄcija, kas tiks sĹ«tÄ«ta SPNAME" - -msgid "Service Providers for" -msgstr "Servisa piegÄdÄtÄji priekš" - -msgid "Yes, continue" -msgstr "JÄ, turpinÄt" - -msgid "Return to consent page" -msgstr "Atgriezties uz noteikumu lapu" - -msgid "Consent status" -msgstr "Noteikumu statuss" - -msgid "Go to information page for the service" -msgstr "Iet uz servisa informÄcijas lapu" - -msgid "Service Provider" -msgstr "Servisa piegÄdÄtÄjs" - -msgid "show/hide attributes" -msgstr "rÄdÄ«t/slÄ“pt atribĹ«tus" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "SPNAME nolĹ«ks ir SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "InformÄcija par Jums, kas tiks sĹ«tÄ«ta servisam, kuram JĹ«s pieslÄ“dzaties" - -msgid "Consent about releasing personal information" -msgstr "Noteikumi par personÄ«gÄs informÄcijas nodošanu" - -msgid "No consent given" -msgstr "Nav noteikumu" - -msgid "login" -msgstr "pieslÄ“gties" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "JĹ«s neesat devis atÄĽauju pÄrraidÄ«t informÄciju servisa piegÄdÄtÄjam." - -msgid "Remember" -msgstr "AtcerÄ“ties" - -msgid "Show content" -msgstr "RÄdÄ«t saturu" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME prasa pÄrraidÄ«t pa tÄ«klu zemÄk esošo informÄciju." - -msgid "Privacypolicy for the service" -msgstr "Servisa drošības noteikumi" - -msgid "No, cancel" -msgstr "NÄ“, atcelt" - -msgid "Show attributes" -msgstr "RÄdÄ«t atribĹ«tus" - -msgid "User information" -msgstr "LietotÄja informÄcija" - -msgid "Information that will be sent to SPNAME" -msgstr "InformÄcija, kas tiks sĹ«tÄ«ta SPNAME" - diff --git a/modules/consent/locales/nb/LC_MESSAGES/consent.po b/modules/consent/locales/nb/LC_MESSAGES/consent.po deleted file mode 100644 index e0e3cafa779754407de0cd42c7bfb422670f4812..0000000000000000000000000000000000000000 --- a/modules/consent/locales/nb/LC_MESSAGES/consent.po +++ /dev/null @@ -1,159 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nb_NO\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Tjenesteleverandør for" - -msgid "{consent:consent:abort}" -msgstr "Avbryt innlogging til SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Godta ogsĂĄ for fremtiden" - -msgid "{consent:consent:login}" -msgstr "innlogging" - -msgid "{consent:consent:consent_purpose}" -msgstr "FormĂĄlet med SPNAME er SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "GĂĄ til informasjonsside om tjenesten" - -msgid "{consent:consent:consent_header}" -msgstr "Samtykke om overføring av personinformasjon" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "Vis/skjul opplysninger" - -msgid "{consent:consent:table_caption}" -msgstr "Bruker innformasjon" - -msgid "{consent:consent:status_header}" -msgstr "Samtykke-status" - -msgid "{consent:consent:noconsent_title}" -msgstr "Ikke akseptert overføring av informasjon" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"For ĂĄ fullføre innloggingen mĂĄ du godta at opplysningene nedenfor sendes " -"til SPNAME." - -msgid "{consent:consent:table_summary}" -msgstr "" -"Her listes den innformasjonen om deg som blir send til den tjenesten du " -"er i ferd med ĂĄ logge pĂĄ" - -msgid "{consent:consent:service_provider_header}" -msgstr "Tjenesteleverandør" - -msgid "{consent:consent:show_attributes}" -msgstr "Vis opplysninger" - -msgid "{consent:consent:show_attribute}" -msgstr "Vis innhold" - -msgid "{consent:consent:no}" -msgstr "Nei, avbryt" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Personvern for tjenesten" - -msgid "{consent:consent:noconsent_text}" -msgstr "Du har ikke akseptert ĂĄ overlevere opplysninger til SPNAME." - -msgid "{consent:consent:noconsent_return}" -msgstr "GĂĄ tilbake til samtykkesiden" - -msgid "{consent:consent:yes}" -msgstr "Ja, fortsett" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Opplysninger som vil bli sendt til SPNAME" - -msgid "Service Providers for" -msgstr "Tjenesteleverandør for" - -msgid "Yes, continue" -msgstr "Ja, fortsett" - -msgid "Return to consent page" -msgstr "GĂĄ tilbake til samtykkesiden" - -msgid "Consent status" -msgstr "Samtykke-status" - -msgid "Go to information page for the service" -msgstr "GĂĄ til informasjonsside om tjenesten" - -msgid "Service Provider" -msgstr "Tjenesteleverandør" - -msgid "Abort login to SPNAME" -msgstr "Avbryt innlogging til SPNAME" - -msgid "show/hide attributes" -msgstr "Vis/skjul opplysninger" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "FormĂĄlet med SPNAME er SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Her listes den innformasjonen om deg som blir send til den tjenesten du " -"er i ferd med ĂĄ logge pĂĄ" - -msgid "Consent about releasing personal information" -msgstr "Samtykke om overføring av personinformasjon" - -msgid "No consent given" -msgstr "Ikke akseptert overføring av informasjon" - -msgid "login" -msgstr "innlogging" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Du har ikke akseptert ĂĄ overlevere opplysninger til SPNAME." - -msgid "Remember" -msgstr "Godta ogsĂĄ for fremtiden" - -msgid "Show content" -msgstr "Vis innhold" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"For ĂĄ fullføre innloggingen mĂĄ du godta at opplysningene nedenfor sendes " -"til SPNAME." - -msgid "Privacypolicy for the service" -msgstr "Personvern for tjenesten" - -msgid "No, cancel" -msgstr "Nei, avbryt" - -msgid "Show attributes" -msgstr "Vis opplysninger" - -msgid "User information" -msgstr "Bruker innformasjon" - -msgid "Information that will be sent to SPNAME" -msgstr "Opplysninger som vil bli sendt til SPNAME" - diff --git a/modules/consent/locales/nl/LC_MESSAGES/consent.po b/modules/consent/locales/nl/LC_MESSAGES/consent.po deleted file mode 100644 index 5c3fbd21bc16585a2457d61b9b8528191eeafb69..0000000000000000000000000000000000000000 --- a/modules/consent/locales/nl/LC_MESSAGES/consent.po +++ /dev/null @@ -1,165 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nl\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Service Providers voor" - -msgid "{consent:consent:abort}" -msgstr "Inloggen op SPNAME afbreken" - -msgid "{consent:consent:remember}" -msgstr "Bewaar toestemming" - -msgid "{consent:consent:login}" -msgstr "Login" - -msgid "{consent:consent:consent_purpose}" -msgstr "Het doel van SPNAME is SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Ga naar de informatiepagina voor de service" - -msgid "{consent:consent:consent_header}" -msgstr "Toestemming voor het vrijgeven van persoonsgegevens" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "toon/verberg attributen" - -msgid "{consent:consent:table_caption}" -msgstr "Gerbuikersinformatie" - -msgid "{consent:consent:status_header}" -msgstr "Toestemming status" - -msgid "{consent:consent:noconsent_title}" -msgstr "Geen toestemming gegeven" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"U gaat inloggen bij een dienst SPNAME. Tijdens het loginproces stuurt de " -"identity provider zgn. attributen met daarin informatie over uw " -"identiteit voor deze dienst. Bent u het daarmee eens?" - -msgid "{consent:consent:table_summary}" -msgstr "" -"De informatie die over jou bekend is en naar de service waarop je wilt " -"inloggen verstuurd zal worden" - -msgid "{consent:consent:service_provider_header}" -msgstr "Service Provider" - -msgid "{consent:consent:show_attributes}" -msgstr "Toon attributen" - -msgid "{consent:consent:show_attribute}" -msgstr "Toon inhoud" - -msgid "{consent:consent:no}" -msgstr "Nee, ik weiger" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Privacybeleid voor de dienst" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"U heeft geen toestemming gegeven om uw attributen naar de Service " -"Provider te versturen" - -msgid "{consent:consent:noconsent_return}" -msgstr "Keer terug naar de toestemmingspagina" - -msgid "{consent:consent:yes}" -msgstr "Ja, ik ga akkoord" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informatie die naar SPNAME zal worden gestuurd" - -msgid "Service Providers for" -msgstr "Service Providers voor" - -msgid "Yes, continue" -msgstr "Ja, ik ga akkoord" - -msgid "Return to consent page" -msgstr "Keer terug naar de toestemmingspagina" - -msgid "Consent status" -msgstr "Toestemming status" - -msgid "Go to information page for the service" -msgstr "Ga naar de informatiepagina voor de service" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "Abort login to SPNAME" -msgstr "Inloggen op SPNAME afbreken" - -msgid "show/hide attributes" -msgstr "toon/verberg attributen" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Het doel van SPNAME is SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"De informatie die over jou bekend is en naar de service waarop je wilt " -"inloggen verstuurd zal worden" - -msgid "Consent about releasing personal information" -msgstr "Toestemming voor het vrijgeven van persoonsgegevens" - -msgid "No consent given" -msgstr "Geen toestemming gegeven" - -msgid "login" -msgstr "Login" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"U heeft geen toestemming gegeven om uw attributen naar de Service " -"Provider te versturen" - -msgid "Remember" -msgstr "Bewaar toestemming" - -msgid "Show content" -msgstr "Toon inhoud" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"U gaat inloggen bij een dienst SPNAME. Tijdens het loginproces stuurt de " -"identity provider zgn. attributen met daarin informatie over uw " -"identiteit voor deze dienst. Bent u het daarmee eens?" - -msgid "Privacypolicy for the service" -msgstr "Privacybeleid voor de dienst" - -msgid "No, cancel" -msgstr "Nee, ik weiger" - -msgid "Show attributes" -msgstr "Toon attributen" - -msgid "User information" -msgstr "Gerbuikersinformatie" - -msgid "Information that will be sent to SPNAME" -msgstr "Informatie die naar SPNAME zal worden gestuurd" - diff --git a/modules/consent/locales/nn/LC_MESSAGES/consent.po b/modules/consent/locales/nn/LC_MESSAGES/consent.po deleted file mode 100644 index c6f5bdeb0666604df3b9e5b1ffb0ea72263a37fc..0000000000000000000000000000000000000000 --- a/modules/consent/locales/nn/LC_MESSAGES/consent.po +++ /dev/null @@ -1,155 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: nn\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Tenesteleverandørar for" - -msgid "{consent:consent:abort}" -msgstr "Avbryt innlogging til SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Godta ogsĂĄ for framtida" - -msgid "{consent:consent:login}" -msgstr "Logg inn" - -msgid "{consent:consent:consent_purpose}" -msgstr "Hensikta med SPNAME er SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "GĂĄ til informasjonssida for tenesta" - -msgid "{consent:consent:consent_header}" -msgstr "Samtykke til overføring av personinformasjon" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "Vis/skjul opplysningar" - -msgid "{consent:consent:table_caption}" -msgstr "Brukarinformasjon" - -msgid "{consent:consent:status_header}" -msgstr "Samtykkestatus" - -msgid "{consent:consent:noconsent_title}" -msgstr "Ikkje akseptert overføring av informasjon" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"For ĂĄ fullføra innlogginga mĂĄ du godta at opplysningane under blir sende " -"til SPNAME" - -msgid "{consent:consent:table_summary}" -msgstr "List informasjon om deg som blir overført til tenesta du skal logga inn pĂĄ" - -msgid "{consent:consent:service_provider_header}" -msgstr "Tenesteleverandør" - -msgid "{consent:consent:show_attributes}" -msgstr "Vis opplysingar" - -msgid "{consent:consent:show_attribute}" -msgstr "Vis innhald" - -msgid "{consent:consent:no}" -msgstr "Nei, avbryt" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Personvern for tenesta" - -msgid "{consent:consent:noconsent_text}" -msgstr "Du har ikkje akseptert til at dine opplysningar kan sendast til SPNAME." - -msgid "{consent:consent:noconsent_return}" -msgstr "GĂĄ tilbake til samtykkesida" - -msgid "{consent:consent:yes}" -msgstr "Ja, fortsett" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Opplysningar som blir sende til SPNAME" - -msgid "Service Providers for" -msgstr "Tenesteleverandørar for" - -msgid "Yes, continue" -msgstr "Ja, fortsett" - -msgid "Return to consent page" -msgstr "GĂĄ tilbake til samtykkesida" - -msgid "Consent status" -msgstr "Samtykkestatus" - -msgid "Go to information page for the service" -msgstr "GĂĄ til informasjonssida for tenesta" - -msgid "Service Provider" -msgstr "Tenesteleverandør" - -msgid "Abort login to SPNAME" -msgstr "Avbryt innlogging til SPNAME" - -msgid "show/hide attributes" -msgstr "Vis/skjul opplysningar" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Hensikta med SPNAME er SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "List informasjon om deg som blir overført til tenesta du skal logga inn pĂĄ" - -msgid "Consent about releasing personal information" -msgstr "Samtykke til overføring av personinformasjon" - -msgid "No consent given" -msgstr "Ikkje akseptert overføring av informasjon" - -msgid "login" -msgstr "Logg inn" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Du har ikkje akseptert til at dine opplysningar kan sendast til SPNAME." - -msgid "Remember" -msgstr "Godta ogsĂĄ for framtida" - -msgid "Show content" -msgstr "Vis innhald" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"For ĂĄ fullføra innlogginga mĂĄ du godta at opplysningane under blir sende " -"til SPNAME" - -msgid "Privacypolicy for the service" -msgstr "Personvern for tenesta" - -msgid "No, cancel" -msgstr "Nei, avbryt" - -msgid "Show attributes" -msgstr "Vis opplysingar" - -msgid "User information" -msgstr "Brukarinformasjon" - -msgid "Information that will be sent to SPNAME" -msgstr "Opplysningar som blir sende til SPNAME" - diff --git a/modules/consent/locales/pl/LC_MESSAGES/consent.po b/modules/consent/locales/pl/LC_MESSAGES/consent.po deleted file mode 100644 index 47a6f0aad02d4c6a0c3d921582f2c55d9b8aa4f3..0000000000000000000000000000000000000000 --- a/modules/consent/locales/pl/LC_MESSAGES/consent.po +++ /dev/null @@ -1,132 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: pl\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && " -"(n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Dostawca Serwisu dla" - -msgid "{consent:consent:remember}" -msgstr "PamiÄ™taj mojÄ… zgodÄ™" - -msgid "{consent:consent:login}" -msgstr "login" - -msgid "{consent:consent:consent_purpose}" -msgstr "Celem SPNAME jest SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "PrzejdĹş do strony informacyjnej dla tego serwisu" - -msgid "{consent:consent:consent_header}" -msgstr "Zgoda na wysĹ‚anie danych osobistych" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "pokaĹĽ/ukryj atrybuty" - -msgid "{consent:consent:status_header}" -msgstr "Status zgody" - -msgid "{consent:consent:noconsent_title}" -msgstr "Nie wyraĹĽono zgody" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME wymaga aby poniĹĽsza informacja zostaĹ‚a przesĹ‚ana." - -msgid "{consent:consent:service_provider_header}" -msgstr "Dostawca serwisu" - -msgid "{consent:consent:show_attributes}" -msgstr "WyĹ›wietl atrybuty" - -msgid "{consent:consent:show_attribute}" -msgstr "WyĹ›wietl zawartość" - -msgid "{consent:consent:no}" -msgstr "Nie, nie akceptujÄ™" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Polityka prywatnoĹ›ci dla serwisu" - -msgid "{consent:consent:noconsent_text}" -msgstr "Nie wyraziĹ‚eĹ› zgody na przesĹ‚anie Twoich atrybutĂłw do Dostawcy Serwisu." - -msgid "{consent:consent:noconsent_return}" -msgstr "PowrĂłt do strony wydania zezwolenia." - -msgid "{consent:consent:yes}" -msgstr "Tak, akceptujÄ™" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Atrybuty, ktĂłre zostanÄ… przesĹ‚ane do serwisu" - -msgid "Service Providers for" -msgstr "Dostawca Serwisu dla" - -msgid "Yes, continue" -msgstr "Tak, akceptujÄ™" - -msgid "Return to consent page" -msgstr "PowrĂłt do strony wydania zezwolenia." - -msgid "Consent status" -msgstr "Status zgody" - -msgid "Go to information page for the service" -msgstr "PrzejdĹş do strony informacyjnej dla tego serwisu" - -msgid "Service Provider" -msgstr "Dostawca serwisu" - -msgid "show/hide attributes" -msgstr "pokaĹĽ/ukryj atrybuty" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Celem SPNAME jest SPDESC" - -msgid "Consent about releasing personal information" -msgstr "Zgoda na wysĹ‚anie danych osobistych" - -msgid "No consent given" -msgstr "Nie wyraĹĽono zgody" - -msgid "login" -msgstr "login" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Nie wyraziĹ‚eĹ› zgody na przesĹ‚anie Twoich atrybutĂłw do Dostawcy Serwisu." - -msgid "Remember" -msgstr "PamiÄ™taj mojÄ… zgodÄ™" - -msgid "Show content" -msgstr "WyĹ›wietl zawartość" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME wymaga aby poniĹĽsza informacja zostaĹ‚a przesĹ‚ana." - -msgid "Privacypolicy for the service" -msgstr "Polityka prywatnoĹ›ci dla serwisu" - -msgid "No, cancel" -msgstr "Nie, nie akceptujÄ™" - -msgid "Show attributes" -msgstr "WyĹ›wietl atrybuty" - -msgid "Information that will be sent to SPNAME" -msgstr "Atrybuty, ktĂłre zostanÄ… przesĹ‚ane do serwisu" - diff --git a/modules/consent/locales/pt-br/LC_MESSAGES/consent.po b/modules/consent/locales/pt-br/LC_MESSAGES/consent.po deleted file mode 100644 index dcf4b3d71e7a45e2154a63f65df39ec3270b939c..0000000000000000000000000000000000000000 --- a/modules/consent/locales/pt-br/LC_MESSAGES/consent.po +++ /dev/null @@ -1,145 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: pt_BR\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Provedor de serviços para" - -msgid "{consent:consent:remember}" -msgstr "Lembrar Consentimento" - -msgid "{consent:consent:login}" -msgstr "login" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Ir para a Página de Informação do serviço" - -msgid "{consent:consent:consent_header}" -msgstr "Consentimento sobre a liberação de informações pessoais" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "mostra/esconder Atributos" - -msgid "{consent:consent:table_caption}" -msgstr "Informações do Usuário" - -msgid "{consent:consent:status_header}" -msgstr "Status do Consentimento" - -msgid "{consent:consent:noconsent_title}" -msgstr "Nenhum consentimento dado" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"VocĂŞ está prestes a acessar o serviço SPNAME. O serviço exige que as " -"informações a seguir sejam transferidas do IDPNAME. VocĂŞ aceita isso?" - -msgid "{consent:consent:table_summary}" -msgstr "" -"Liste as informações sobre vocĂŞ que está prestes a ser transmitida para o" -" serviço que vocĂŞ está acessando" - -msgid "{consent:consent:service_provider_header}" -msgstr "Provedor de Serviços" - -msgid "{consent:consent:show_attributes}" -msgstr "Mostrar atributos" - -msgid "{consent:consent:show_attribute}" -msgstr "Mostrar ConteĂşdo" - -msgid "{consent:consent:no}" -msgstr "NĂŁo, nĂŁo aceito" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "PolĂtica de Privacidade deste serviço" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"VocĂŞ nĂŁo deu o consentimento para a transferĂŞncia de seus atributos para " -"o provedor de serviços." - -msgid "{consent:consent:noconsent_return}" -msgstr "Retornar a página de consentimento" - -msgid "{consent:consent:yes}" -msgstr "Sim, Aceito" - -msgid "Service Providers for" -msgstr "Provedor de serviços para" - -msgid "Yes, continue" -msgstr "Sim, Aceito" - -msgid "Return to consent page" -msgstr "Retornar a página de consentimento" - -msgid "Consent status" -msgstr "Status do Consentimento" - -msgid "Go to information page for the service" -msgstr "Ir para a Página de Informação do serviço" - -msgid "Service Provider" -msgstr "Provedor de Serviços" - -msgid "show/hide attributes" -msgstr "mostra/esconder Atributos" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Liste as informações sobre vocĂŞ que está prestes a ser transmitida para o" -" serviço que vocĂŞ está acessando" - -msgid "Consent about releasing personal information" -msgstr "Consentimento sobre a liberação de informações pessoais" - -msgid "No consent given" -msgstr "Nenhum consentimento dado" - -msgid "login" -msgstr "login" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"VocĂŞ nĂŁo deu o consentimento para a transferĂŞncia de seus atributos para " -"o provedor de serviços." - -msgid "Remember" -msgstr "Lembrar Consentimento" - -msgid "Show content" -msgstr "Mostrar ConteĂşdo" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"VocĂŞ está prestes a acessar o serviço SPNAME. O serviço exige que as " -"informações a seguir sejam transferidas do IDPNAME. VocĂŞ aceita isso?" - -msgid "Privacypolicy for the service" -msgstr "PolĂtica de Privacidade deste serviço" - -msgid "No, cancel" -msgstr "NĂŁo, nĂŁo aceito" - -msgid "Show attributes" -msgstr "Mostrar atributos" - -msgid "User information" -msgstr "Informações do Usuário" - diff --git a/modules/consent/locales/pt/LC_MESSAGES/consent.po b/modules/consent/locales/pt/LC_MESSAGES/consent.po deleted file mode 100644 index a58fbf2f3165147d66a6979e26928712e23136db..0000000000000000000000000000000000000000 --- a/modules/consent/locales/pt/LC_MESSAGES/consent.po +++ /dev/null @@ -1,157 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: pt\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Fornecedores de Serviço (SP) para" - -msgid "{consent:consent:remember}" -msgstr "Lembrar a minha escolha" - -msgid "{consent:consent:login}" -msgstr "Entrar" - -msgid "{consent:consent:consent_purpose}" -msgstr "O propĂłsito de SPNAME Ă© SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Ir para página de informação do serviço" - -msgid "{consent:consent:consent_header}" -msgstr "Consentimento do envio de informação pessoal" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "Mostrar/Ocultar atributos" - -msgid "{consent:consent:table_caption}" -msgstr "Informação do utilizador" - -msgid "{consent:consent:status_header}" -msgstr "Consentimento" - -msgid "{consent:consent:noconsent_title}" -msgstr "Consentimento negado" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"O serviço SPNAME necessita que a informação apresentada em baixo seja " -"transferida." - -msgid "{consent:consent:table_summary}" -msgstr "" -"Listar a informação acerca de si que será enviada para o serviço no qual " -"se está autenticar" - -msgid "{consent:consent:service_provider_header}" -msgstr "Fornecedor de Serviço (SP)" - -msgid "{consent:consent:show_attributes}" -msgstr "Mostrar atributos" - -msgid "{consent:consent:show_attribute}" -msgstr "Mostrar conteĂşdo" - -msgid "{consent:consent:no}" -msgstr "NĂŁo aceito" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "PolĂtica de privacidade do serviço" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"Negou o consentimento para a transferĂŞncia dos seus atributos para o " -"fornecedor de serviço." - -msgid "{consent:consent:noconsent_return}" -msgstr "Voltar Ă página de consentimento" - -msgid "{consent:consent:yes}" -msgstr "Sim, Aceito" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informação que irá ser enviada para SPNAME" - -msgid "Service Providers for" -msgstr "Fornecedores de Serviço (SP) para" - -msgid "Yes, continue" -msgstr "Sim, Aceito" - -msgid "Return to consent page" -msgstr "Voltar Ă página de consentimento" - -msgid "Consent status" -msgstr "Consentimento" - -msgid "Go to information page for the service" -msgstr "Ir para página de informação do serviço" - -msgid "Service Provider" -msgstr "Fornecedor de Serviço (SP)" - -msgid "show/hide attributes" -msgstr "Mostrar/Ocultar atributos" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "O propĂłsito de SPNAME Ă© SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Listar a informação acerca de si que será enviada para o serviço no qual " -"se está autenticar" - -msgid "Consent about releasing personal information" -msgstr "Consentimento do envio de informação pessoal" - -msgid "No consent given" -msgstr "Consentimento negado" - -msgid "login" -msgstr "Entrar" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"Negou o consentimento para a transferĂŞncia dos seus atributos para o " -"fornecedor de serviço." - -msgid "Remember" -msgstr "Lembrar a minha escolha" - -msgid "Show content" -msgstr "Mostrar conteĂşdo" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"O serviço SPNAME necessita que a informação apresentada em baixo seja " -"transferida." - -msgid "Privacypolicy for the service" -msgstr "PolĂtica de privacidade do serviço" - -msgid "No, cancel" -msgstr "NĂŁo aceito" - -msgid "Show attributes" -msgstr "Mostrar atributos" - -msgid "User information" -msgstr "Informação do utilizador" - -msgid "Information that will be sent to SPNAME" -msgstr "Informação que irá ser enviada para SPNAME" - diff --git a/modules/consent/locales/ro/LC_MESSAGES/consent.po b/modules/consent/locales/ro/LC_MESSAGES/consent.po deleted file mode 100644 index 27ebae74bae5461920b10feba760598990ffa914..0000000000000000000000000000000000000000 --- a/modules/consent/locales/ro/LC_MESSAGES/consent.po +++ /dev/null @@ -1,156 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ro\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100" -" < 20)) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Furnizor de servicii pentru" - -msgid "{consent:consent:abort}" -msgstr "AnuleazÄ cererea de autentificare la SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Čšine minte" - -msgid "{consent:consent:login}" -msgstr "autentificare" - -msgid "{consent:consent:consent_purpose}" -msgstr "Scopul SPNAME este SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Link la pagina serviciului" - -msgid "{consent:consent:consent_header}" -msgstr "Acordul pentru a furniza informaČ›ii personale" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "aratÄ/ascunde atributele" - -msgid "{consent:consent:table_caption}" -msgstr "InformaČ›ii despre utilizator" - -msgid "{consent:consent:status_header}" -msgstr "Stare acord" - -msgid "{consent:consent:noconsent_title}" -msgstr "Nu a fost dat acordul (consimČ›Ämântul)" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME solicitÄ trimiterea informaČ›iilor de mai jos." - -msgid "{consent:consent:table_summary}" -msgstr "" -"AfiČ™eazÄ informaČ›iile care vor fi trimise la serviciul unde doriČ›i sÄ vÄ " -"autentificaČ›i" - -msgid "{consent:consent:service_provider_header}" -msgstr "Furnizor de servicii" - -msgid "{consent:consent:show_attributes}" -msgstr "AratÄ atributele" - -msgid "{consent:consent:show_attribute}" -msgstr "AratÄ conČ›inutul" - -msgid "{consent:consent:no}" -msgstr "Nu, renunČ›" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Politica de confidenČ›ialitate pentru serviciu" - -msgid "{consent:consent:noconsent_text}" -msgstr "Nu aČ›i fost de acord sÄ trimiteČ›i atributele cÄtre SPNAME." - -msgid "{consent:consent:noconsent_return}" -msgstr "ĂŽntoarcere la pagina de consimČ›Ämânt" - -msgid "{consent:consent:yes}" -msgstr "Da, continuÄ" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "InformaČ›ii care vor fi trimise la SPNAME" - -msgid "Service Providers for" -msgstr "Furnizor de servicii pentru" - -msgid "Yes, continue" -msgstr "Da, continuÄ" - -msgid "Return to consent page" -msgstr "ĂŽntoarcere la pagina de consimČ›Ämânt" - -msgid "Consent status" -msgstr "Stare acord" - -msgid "Go to information page for the service" -msgstr "Link la pagina serviciului" - -msgid "Service Provider" -msgstr "Furnizor de servicii" - -msgid "Abort login to SPNAME" -msgstr "AnuleazÄ cererea de autentificare la SPNAME" - -msgid "show/hide attributes" -msgstr "aratÄ/ascunde atributele" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Scopul SPNAME este SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"AfiČ™eazÄ informaČ›iile care vor fi trimise la serviciul unde doriČ›i sÄ vÄ " -"autentificaČ›i" - -msgid "Consent about releasing personal information" -msgstr "Acordul pentru a furniza informaČ›ii personale" - -msgid "No consent given" -msgstr "Nu a fost dat acordul (consimČ›Ämântul)" - -msgid "login" -msgstr "autentificare" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Nu aČ›i fost de acord sÄ trimiteČ›i atributele cÄtre SPNAME." - -msgid "Remember" -msgstr "Čšine minte" - -msgid "Show content" -msgstr "AratÄ conČ›inutul" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME solicitÄ trimiterea informaČ›iilor de mai jos." - -msgid "Privacypolicy for the service" -msgstr "Politica de confidenČ›ialitate pentru serviciu" - -msgid "No, cancel" -msgstr "Nu, renunČ›" - -msgid "Show attributes" -msgstr "AratÄ atributele" - -msgid "User information" -msgstr "InformaČ›ii despre utilizator" - -msgid "Information that will be sent to SPNAME" -msgstr "InformaČ›ii care vor fi trimise la SPNAME" - diff --git a/modules/consent/locales/ru/LC_MESSAGES/consent.po b/modules/consent/locales/ru/LC_MESSAGES/consent.po deleted file mode 100644 index ed3923b3815286831ab3cd76f12b993d850e6fbf..0000000000000000000000000000000000000000 --- a/modules/consent/locales/ru/LC_MESSAGES/consent.po +++ /dev/null @@ -1,156 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: ru\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "ПоŃтавщики ŃŃĐ»ŃĐł для" - -msgid "{consent:consent:abort}" -msgstr "Прекратить логин в SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Запомнить" - -msgid "{consent:consent:login}" -msgstr "Логин" - -msgid "{consent:consent:consent_purpose}" -msgstr "Цель SPNAME - SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Перейти на ŃŃ‚Ń€Đ°Đ˝Đ¸Ń†Ń Ń Đ¸Đ˝Ń„ĐľŃ€ĐĽĐ°Ń†Đ¸ĐµĐą Đľ данной ŃĐ»Ńжбе" - -msgid "{consent:consent:consent_header}" -msgstr "СоглаŃие на ĐżĐµŃ€ĐµĐ´Đ°Ń‡Ń Đ˝ĐµĐşĐľŃ‚ĐľŃ€Ń‹Ń… перŃональных данных" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "показать/Ńкрыть атрибŃŃ‚Ń‹" - -msgid "{consent:consent:table_caption}" -msgstr "Đнформация Đľ пользователе" - -msgid "{consent:consent:status_header}" -msgstr "РазреŃительный ŃŃ‚Đ°Ń‚ŃŃ" - -msgid "{consent:consent:noconsent_title}" -msgstr "Нет данного ŃоглаŃия" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME требŃет, чтобы информация, предŃтавленная ниже, была передана." - -msgid "{consent:consent:table_summary}" -msgstr "" -"Đ’Ń‹Đ´Đ°Ń‚ŃŚ ŃпиŃок информации, которая бŃдет передана ŃĐ»Ńжбе, в которŃŃŽ вы " -"пытаетеŃŃŚ войти" - -msgid "{consent:consent:service_provider_header}" -msgstr "ПоŃтавщик ŃŃĐ»ŃĐł" - -msgid "{consent:consent:show_attributes}" -msgstr "Показать атрибŃŃ‚Ń‹" - -msgid "{consent:consent:show_attribute}" -msgstr "Показать Ńодержимое" - -msgid "{consent:consent:no}" -msgstr "Нет, отменить" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Политика конфиденциальноŃти для ŃĐ»Ńжбы" - -msgid "{consent:consent:noconsent_text}" -msgstr "Đ’Ń‹ не дали ŃоглаŃия на ĐżĐµŃ€ĐµĐ´Đ°Ń‡Ń Đ˛Đ°Ńих атрибŃтов Đş поŃŃ‚Đ°Đ˛Ń‰Đ¸ĐşŃ ŃŃĐ»ŃĐł." - -msgid "{consent:consent:noconsent_return}" -msgstr "ВернŃŃ‚ŃŚŃŃŹ на ŃŃ‚Ń€Đ°Đ˝Đ¸Ń†Ń Đ´Đ»ŃŹ выражения ŃоглаŃия" - -msgid "{consent:consent:yes}" -msgstr "Да, продолжить" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Đнформация, которая бŃдет передана в SPNAME " - -msgid "Service Providers for" -msgstr "ПоŃтавщики ŃŃĐ»ŃĐł для" - -msgid "Yes, continue" -msgstr "Да, продолжить" - -msgid "Return to consent page" -msgstr "ВернŃŃ‚ŃŚŃŃŹ на ŃŃ‚Ń€Đ°Đ˝Đ¸Ń†Ń Đ´Đ»ŃŹ выражения ŃоглаŃия" - -msgid "Consent status" -msgstr "РазреŃительный ŃŃ‚Đ°Ń‚ŃŃ" - -msgid "Go to information page for the service" -msgstr "Перейти на ŃŃ‚Ń€Đ°Đ˝Đ¸Ń†Ń Ń Đ¸Đ˝Ń„ĐľŃ€ĐĽĐ°Ń†Đ¸ĐµĐą Đľ данной ŃĐ»Ńжбе" - -msgid "Service Provider" -msgstr "ПоŃтавщик ŃŃĐ»ŃĐł" - -msgid "Abort login to SPNAME" -msgstr "Прекратить логин в SPNAME" - -msgid "show/hide attributes" -msgstr "показать/Ńкрыть атрибŃŃ‚Ń‹" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Цель SPNAME - SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Đ’Ń‹Đ´Đ°Ń‚ŃŚ ŃпиŃок информации, которая бŃдет передана ŃĐ»Ńжбе, в которŃŃŽ вы " -"пытаетеŃŃŚ войти" - -msgid "Consent about releasing personal information" -msgstr "СоглаŃие на ĐżĐµŃ€ĐµĐ´Đ°Ń‡Ń Đ˝ĐµĐşĐľŃ‚ĐľŃ€Ń‹Ń… перŃональных данных" - -msgid "No consent given" -msgstr "Нет данного ŃоглаŃия" - -msgid "login" -msgstr "Логин" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Đ’Ń‹ не дали ŃоглаŃия на ĐżĐµŃ€ĐµĐ´Đ°Ń‡Ń Đ˛Đ°Ńих атрибŃтов Đş поŃŃ‚Đ°Đ˛Ń‰Đ¸ĐşŃ ŃŃĐ»ŃĐł." - -msgid "Remember" -msgstr "Запомнить" - -msgid "Show content" -msgstr "Показать Ńодержимое" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME требŃет, чтобы информация, предŃтавленная ниже, была передана." - -msgid "Privacypolicy for the service" -msgstr "Политика конфиденциальноŃти для ŃĐ»Ńжбы" - -msgid "No, cancel" -msgstr "Нет, отменить" - -msgid "Show attributes" -msgstr "Показать атрибŃŃ‚Ń‹" - -msgid "User information" -msgstr "Đнформация Đľ пользователе" - -msgid "Information that will be sent to SPNAME" -msgstr "Đнформация, которая бŃдет передана в SPNAME " - diff --git a/modules/consent/locales/sl/LC_MESSAGES/consent.po b/modules/consent/locales/sl/LC_MESSAGES/consent.po deleted file mode 100644 index 0f772ab983518631733784f9943c8d63072694fd..0000000000000000000000000000000000000000 --- a/modules/consent/locales/sl/LC_MESSAGES/consent.po +++ /dev/null @@ -1,156 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sl\n" -"Language-Team: \n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 " -"|| n%100==4 ? 2 : 3)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "SP za" - -msgid "{consent:consent:remember}" -msgstr "Zapomni si privolitev." - -msgid "{consent:consent:login}" -msgstr "Prijava" - -msgid "{consent:consent:consent_purpose}" -msgstr "Namen %SPNAME%: %SPDESC%" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Pojdi na spletno stran z informacijami o storitvi" - -msgid "{consent:consent:consent_header}" -msgstr "OdloÄŤitev o privolitvi posredovanja vaših osebnih podatkov" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "prikaĹľi/skrij atribute" - -msgid "{consent:consent:table_caption}" -msgstr "Podatki o uporabniku" - -msgid "{consent:consent:status_header}" -msgstr "Stanje privolitve" - -msgid "{consent:consent:noconsent_title}" -msgstr "Privolitev ni bila dana." - -msgid "{consent:consent:consent_accept}" -msgstr "" -"Pravkar se nameravate prijaviti v storitev SPNAME. Med postopkom prijave " -"bo IdP tej storitvi posredoval atribute, ki vsebujejo informacije o vaši " -"identiteti. Ali se s tem strinjate? " - -msgid "{consent:consent:table_summary}" -msgstr "" -"Seznam podatkov o vas, ki bodo posredovani storitvi, v katero se " -"nameravate prijaviti" - -msgid "{consent:consent:service_provider_header}" -msgstr "SP" - -msgid "{consent:consent:show_attributes}" -msgstr "PrikaĹľi atribute" - -msgid "{consent:consent:show_attribute}" -msgstr "PrikaĹľi vsebino" - -msgid "{consent:consent:no}" -msgstr "Ne, prekliÄŤi" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Politika zasebnosti za ta SP" - -msgid "{consent:consent:noconsent_text}" -msgstr "Niste podali privolitve za posredovanje atributov SP-ju." - -msgid "{consent:consent:noconsent_return}" -msgstr "Vrnitev na privolitveno stran" - -msgid "{consent:consent:yes}" -msgstr "Da, nadaljuj" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Atributi, ki bodo poslani SPju" - -msgid "Service Providers for" -msgstr "SP za" - -msgid "Yes, continue" -msgstr "Da, nadaljuj" - -msgid "Return to consent page" -msgstr "Vrnitev na privolitveno stran" - -msgid "Consent status" -msgstr "Stanje privolitve" - -msgid "Go to information page for the service" -msgstr "Pojdi na spletno stran z informacijami o storitvi" - -msgid "Service Provider" -msgstr "SP" - -msgid "show/hide attributes" -msgstr "prikaĹľi/skrij atribute" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Namen %SPNAME%: %SPDESC%" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Seznam podatkov o vas, ki bodo posredovani storitvi, v katero se " -"nameravate prijaviti" - -msgid "Consent about releasing personal information" -msgstr "OdloÄŤitev o privolitvi posredovanja vaših osebnih podatkov" - -msgid "No consent given" -msgstr "Privolitev ni bila dana." - -msgid "login" -msgstr "Prijava" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Niste podali privolitve za posredovanje atributov SP-ju." - -msgid "Remember" -msgstr "Zapomni si privolitev." - -msgid "Show content" -msgstr "PrikaĹľi vsebino" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"Pravkar se nameravate prijaviti v storitev SPNAME. Med postopkom prijave " -"bo IdP tej storitvi posredoval atribute, ki vsebujejo informacije o vaši " -"identiteti. Ali se s tem strinjate? " - -msgid "Privacypolicy for the service" -msgstr "Politika zasebnosti za ta SP" - -msgid "No, cancel" -msgstr "Ne, prekliÄŤi" - -msgid "Show attributes" -msgstr "PrikaĹľi atribute" - -msgid "User information" -msgstr "Podatki o uporabniku" - -msgid "Information that will be sent to SPNAME" -msgstr "Atributi, ki bodo poslani SPju" - diff --git a/modules/consent/locales/sr/LC_MESSAGES/consent.po b/modules/consent/locales/sr/LC_MESSAGES/consent.po deleted file mode 100644 index 0e24c4f1061be07b1a43f477d6653c5e9959a739..0000000000000000000000000000000000000000 --- a/modules/consent/locales/sr/LC_MESSAGES/consent.po +++ /dev/null @@ -1,156 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Davaoci Servisa za" - -msgid "{consent:consent:abort}" -msgstr "Prekini prijavu na SPNAME" - -msgid "{consent:consent:remember}" -msgstr "Zapamti moj izbor" - -msgid "{consent:consent:login}" -msgstr "prijavi se" - -msgid "{consent:consent:consent_purpose}" -msgstr "Namena servisa SPNAME je SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Idi na stranicu sa informacijama o servisu" - -msgid "{consent:consent:consent_header}" -msgstr "Pristanak za slanje liÄŤnih podataka" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "prikaĹľi/sakrij atribute" - -msgid "{consent:consent:table_caption}" -msgstr "Informacije o korisniku" - -msgid "{consent:consent:status_header}" -msgstr "Status odobrenja" - -msgid "{consent:consent:noconsent_title}" -msgstr "Slanje podataka nije odobreno" - -msgid "{consent:consent:consent_accept}" -msgstr "Servis SPNAME zahteva slanje dole navedenih podataka." - -msgid "{consent:consent:table_summary}" -msgstr "" -"PrikaĹľi spisak podataka o vama koji će biti prosleÄ‘eni servisu kome " -"Ĺľelite pristupiti" - -msgid "{consent:consent:service_provider_header}" -msgstr "Davalac Servisa" - -msgid "{consent:consent:show_attributes}" -msgstr "PrikaĹľi atribute" - -msgid "{consent:consent:show_attribute}" -msgstr "PrikaĹľi sadrĹľaj" - -msgid "{consent:consent:no}" -msgstr "Ne, odustani" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Politika zaštite privatnosti kod servisa" - -msgid "{consent:consent:noconsent_text}" -msgstr "Niste odobrili da se vaši podaci pošalju davaocu servisa." - -msgid "{consent:consent:noconsent_return}" -msgstr "Povratak na stranicu za kreiranje pristanka" - -msgid "{consent:consent:yes}" -msgstr "Da, nastavi" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Informacije koje će biti poslate servisu SPNAME" - -msgid "Service Providers for" -msgstr "Davaoci Servisa za" - -msgid "Yes, continue" -msgstr "Da, nastavi" - -msgid "Return to consent page" -msgstr "Povratak na stranicu za kreiranje pristanka" - -msgid "Consent status" -msgstr "Status odobrenja" - -msgid "Go to information page for the service" -msgstr "Idi na stranicu sa informacijama o servisu" - -msgid "Service Provider" -msgstr "Davalac Servisa" - -msgid "Abort login to SPNAME" -msgstr "Prekini prijavu na SPNAME" - -msgid "show/hide attributes" -msgstr "prikaĹľi/sakrij atribute" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Namena servisa SPNAME je SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"PrikaĹľi spisak podataka o vama koji će biti prosleÄ‘eni servisu kome " -"Ĺľelite pristupiti" - -msgid "Consent about releasing personal information" -msgstr "Pristanak za slanje liÄŤnih podataka" - -msgid "No consent given" -msgstr "Slanje podataka nije odobreno" - -msgid "login" -msgstr "prijavi se" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Niste odobrili da se vaši podaci pošalju davaocu servisa." - -msgid "Remember" -msgstr "Zapamti moj izbor" - -msgid "Show content" -msgstr "PrikaĹľi sadrĹľaj" - -msgid "SPNAME requires that the information below is transferred." -msgstr "Servis SPNAME zahteva slanje dole navedenih podataka." - -msgid "Privacypolicy for the service" -msgstr "Politika zaštite privatnosti kod servisa" - -msgid "No, cancel" -msgstr "Ne, odustani" - -msgid "Show attributes" -msgstr "PrikaĹľi atribute" - -msgid "User information" -msgstr "Informacije o korisniku" - -msgid "Information that will be sent to SPNAME" -msgstr "Informacije koje će biti poslate servisu SPNAME" - diff --git a/modules/consent/locales/sv/LC_MESSAGES/consent.po b/modules/consent/locales/sv/LC_MESSAGES/consent.po deleted file mode 100644 index 4fec6f345212716765381952b741468fd75e1221..0000000000000000000000000000000000000000 --- a/modules/consent/locales/sv/LC_MESSAGES/consent.po +++ /dev/null @@ -1,157 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: sv\n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "Tjänsteleverantörer för" - -msgid "{consent:consent:remember}" -msgstr "Spara samtycke" - -msgid "{consent:consent:login}" -msgstr "Logga in" - -msgid "{consent:consent:consent_purpose}" -msgstr "Syftet med SPNAME är SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "GĂĄ till tjänstens informationssida" - -msgid "{consent:consent:consent_header}" -msgstr "Samtycke gällande överföring av personinformation" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "visa/göm attribut" - -msgid "{consent:consent:table_caption}" -msgstr "Användarinformation" - -msgid "{consent:consent:status_header}" -msgstr "Status för samtycke" - -msgid "{consent:consent:noconsent_title}" -msgstr "Inget samtycket givet" - -msgid "{consent:consent:consent_accept}" -msgstr "" -"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?" - -msgid "{consent:consent:table_summary}" -msgstr "" -"Visa den nformation om din användare som kommer att skickas till tjänsten" -" som du är pĂĄ väg att logga in i" - -msgid "{consent:consent:service_provider_header}" -msgstr "Tjänsteleverantör" - -msgid "{consent:consent:show_attributes}" -msgstr "Visa attribut" - -msgid "{consent:consent:show_attribute}" -msgstr "Visa samtycke" - -msgid "{consent:consent:no}" -msgstr "Nej" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Tjänstens policy för personlig integritet" - -msgid "{consent:consent:noconsent_text}" -msgstr "" -"Du gav inte samtycke för att överföra dina attribut till " -"tjänsteleverantören." - -msgid "{consent:consent:noconsent_return}" -msgstr "Ă…ter till sidan för samtycke" - -msgid "{consent:consent:yes}" -msgstr "Ja" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Attribut som kommer att skickas till tjänsten" - -msgid "Service Providers for" -msgstr "Tjänsteleverantörer för" - -msgid "Yes, continue" -msgstr "Ja" - -msgid "Return to consent page" -msgstr "Ă…ter till sidan för samtycke" - -msgid "Consent status" -msgstr "Status för samtycke" - -msgid "Go to information page for the service" -msgstr "GĂĄ till tjänstens informationssida" - -msgid "Service Provider" -msgstr "Tjänsteleverantör" - -msgid "show/hide attributes" -msgstr "visa/göm attribut" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "Syftet med SPNAME är SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "" -"Visa den nformation om din användare som kommer att skickas till tjänsten" -" som du är pĂĄ väg att logga in i" - -msgid "Consent about releasing personal information" -msgstr "Samtycke gällande överföring av personinformation" - -msgid "No consent given" -msgstr "Inget samtycket givet" - -msgid "login" -msgstr "Logga in" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "" -"Du gav inte samtycke för att överföra dina attribut till " -"tjänsteleverantören." - -msgid "Remember" -msgstr "Spara samtycke" - -msgid "Show content" -msgstr "Visa samtycke" - -msgid "SPNAME requires that the information below is transferred." -msgstr "" -"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?" - -msgid "Privacypolicy for the service" -msgstr "Tjänstens policy för personlig integritet" - -msgid "No, cancel" -msgstr "Nej" - -msgid "Show attributes" -msgstr "Visa attribut" - -msgid "User information" -msgstr "Användarinformation" - -msgid "Information that will be sent to SPNAME" -msgstr "Attribut som kommer att skickas till tjänsten" - diff --git a/modules/consent/locales/tr/LC_MESSAGES/consent.po b/modules/consent/locales/tr/LC_MESSAGES/consent.po deleted file mode 100644 index 0003769a0a34d406322a62aa3602c03d22311687..0000000000000000000000000000000000000000 --- a/modules/consent/locales/tr/LC_MESSAGES/consent.po +++ /dev/null @@ -1,139 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: tr\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "için Servis SaÄźlayıcılar" - -msgid "{consent:consent:remember}" -msgstr "Hatırla" - -msgid "{consent:consent:login}" -msgstr "GiriĹź" - -msgid "{consent:consent:consent_purpose}" -msgstr "SPNAME'in amacı SPDESC'tir" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Servis için bilgi sayfasına git" - -msgid "{consent:consent:consent_header}" -msgstr "KiĹźisel bilgilerin verilmesi hakkında onay" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "bilgileri göster/gizle " - -msgid "{consent:consent:table_caption}" -msgstr "Kullanıcı bilgisi" - -msgid "{consent:consent:status_header}" -msgstr "Onay durumu" - -msgid "{consent:consent:noconsent_title}" -msgstr "Onay verilmemiĹź" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME aĹźağıdaki bilgilerin gönderilmesine ihtiyaç duyuyor." - -msgid "{consent:consent:table_summary}" -msgstr "Girmek istediÄźiniz servise gönderilecek bilginizi listeleyin" - -msgid "{consent:consent:service_provider_header}" -msgstr "Servis SaÄźlayıcı" - -msgid "{consent:consent:show_attributes}" -msgstr "Ă–zellikleri göster" - -msgid "{consent:consent:no}" -msgstr "Hayır, iptal et" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Servis için gizlilik politikası" - -msgid "{consent:consent:noconsent_text}" -msgstr "Bilgilerinizin servis saÄźlayıcıya gönderilmesi için onay vermediniz." - -msgid "{consent:consent:noconsent_return}" -msgstr "Onay sayfasına geri dön" - -msgid "{consent:consent:yes}" -msgstr "Evet, devam et" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "SPNAME'e gönderilecek bilgiler" - -msgid "Service Providers for" -msgstr "için Servis SaÄźlayıcılar" - -msgid "Yes, continue" -msgstr "Evet, devam et" - -msgid "Return to consent page" -msgstr "Onay sayfasına geri dön" - -msgid "Consent status" -msgstr "Onay durumu" - -msgid "Go to information page for the service" -msgstr "Servis için bilgi sayfasına git" - -msgid "Service Provider" -msgstr "Servis SaÄźlayıcı" - -msgid "show/hide attributes" -msgstr "bilgileri göster/gizle " - -msgid "The purpose of SPNAME is SPDESC" -msgstr "SPNAME'in amacı SPDESC'tir" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "Girmek istediÄźiniz servise gönderilecek bilginizi listeleyin" - -msgid "Consent about releasing personal information" -msgstr "KiĹźisel bilgilerin verilmesi hakkında onay" - -msgid "No consent given" -msgstr "Onay verilmemiĹź" - -msgid "login" -msgstr "GiriĹź" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "Bilgilerinizin servis saÄźlayıcıya gönderilmesi için onay vermediniz." - -msgid "Remember" -msgstr "Hatırla" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME aĹźağıdaki bilgilerin gönderilmesine ihtiyaç duyuyor." - -msgid "Privacypolicy for the service" -msgstr "Servis için gizlilik politikası" - -msgid "No, cancel" -msgstr "Hayır, iptal et" - -msgid "Show attributes" -msgstr "Ă–zellikleri göster" - -msgid "User information" -msgstr "Kullanıcı bilgisi" - -msgid "Information that will be sent to SPNAME" -msgstr "SPNAME'e gönderilecek bilgiler" - diff --git a/modules/consent/locales/xh/LC_MESSAGES/consent.po b/modules/consent/locales/xh/LC_MESSAGES/consent.po deleted file mode 100644 index dc5d79f5eb338c34e689e311ddf26ad23b8c7c3a..0000000000000000000000000000000000000000 --- a/modules/consent/locales/xh/LC_MESSAGES/consent.po +++ /dev/null @@ -1,82 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2018-11-15 14:49+0200\n" -"PO-Revision-Date: 2018-11-15 14:49+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -msgid "{consent:consent:show_attribute}" -msgstr "Bonisa iimpawu" - -msgid "{consent:consent:noconsent_return}" -msgstr "Buyela kwikhasi lemvume" - -msgid "{consent:consent:yes}" -msgstr "Ewe, qhubeka" - -msgid "{consent:consent:service_providers_for}" -msgstr "Umboneleli enkonzo we-" - -msgid "{consent:consent:show_attributes}" -msgstr "Bonisa isiqulatho" - -msgid "{consent:consent:status_header}" -msgstr "Ubume bemvume" - -msgid "{consent:consent:noconsent_title}" -msgstr "Akukho mvume inikelweyo" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "bonisa/fihla iimpawu" - -msgid "{consent:consent:service_provider_header}" -msgstr "Umboneleli Wenkonzo" - -msgid "{consent:consent:noconsent_text}" -msgstr "Awuyinikelanga imvume yokudluliselwa iimpawu zakho kwi-SPNAME." - -msgid "{consent:consent:consent_header}" -msgstr "Imvume malunga nokukhutshwa kwenkcazelo yobuqu" - -msgid "{consent:consent:consent_purpose}" -msgstr "Injongo ye-SPNAME yi-SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Yiya kwikhasi lenkcazelo ukuze ufumane inkonzo" - -msgid "{consent:consent:table_caption}" -msgstr "Inkcazelo yomsebenzisi" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Inkcazelo eza kuthunyelwa ku-SPNAME" - -msgid "{consent:consent:abort}" -msgstr "Yeka ungeno kwi-SPNAME" - -msgid "{consent:consent:login}" -msgstr "ngena" - -msgid "{consent:consent:consent_accept}" -msgstr "I-SPNAME idinga ukuba inkcazelo engezantsi idluliselwe." - -msgid "{consent:consent:no}" -msgstr "Hayi, rhoxisa" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Ipolisi yokugcinwa kwemfihlelo yenkonzo" - -msgid "{consent:consent:table_summary}" -msgstr "Dwelisa inkcazelo engawe eza kudluliselwa kwinkonzo oza kungena kuyo" - -msgid "{consent:consent:remember}" -msgstr "Khumbula" - diff --git a/modules/consent/locales/zh-tw/LC_MESSAGES/consent.po b/modules/consent/locales/zh-tw/LC_MESSAGES/consent.po deleted file mode 100644 index 95f741b7eaf07787ee40dd82cd95727ba4976996..0000000000000000000000000000000000000000 --- a/modules/consent/locales/zh-tw/LC_MESSAGES/consent.po +++ /dev/null @@ -1,151 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: zh_Hant_TW\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "給服務ćŹäľ›č€…" - -msgid "{consent:consent:abort}" -msgstr "關於登入至 SPNAME" - -msgid "{consent:consent:remember}" -msgstr "č¨ä˝Ź" - -msgid "{consent:consent:login}" -msgstr "登入" - -msgid "{consent:consent:consent_purpose}" -msgstr "SPNAME 的目的地為 SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "至服務資訊é 面" - -msgid "{consent:consent:consent_header}" -msgstr "ĺŚć„Źćś‰é—ść–Ľĺ€‹äşşé—śäż‚資訊" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "顯示/隱藏屬性" - -msgid "{consent:consent:table_caption}" -msgstr "使用者資訊" - -msgid "{consent:consent:status_header}" -msgstr "ĺŚć„Źç‹€ć…‹" - -msgid "{consent:consent:noconsent_title}" -msgstr "尚未ĺŚć„Ź" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME č¦ć±‚該資訊於這個傳é€ă€‚" - -msgid "{consent:consent:table_summary}" -msgstr "將關於ć‘ĺ‚łé€č‡łć‚¨é č¨č¦ç™»ĺ…Ąçš„服務" - -msgid "{consent:consent:service_provider_header}" -msgstr "服務ćŹäľ›č€…" - -msgid "{consent:consent:show_attributes}" -msgstr "顯示屬性" - -msgid "{consent:consent:show_attribute}" -msgstr "顯示內容" - -msgid "{consent:consent:no}" -msgstr "不,取ć¶" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "服務隱ç§ć¬Šć”żç–" - -msgid "{consent:consent:noconsent_text}" -msgstr "您不ĺŚć„Źĺ‚łčĽ¸ć‚¨çš„屬性至服務ćŹäľ›č€…。" - -msgid "{consent:consent:noconsent_return}" -msgstr "回ĺ°ĺŚć„Źé 面" - -msgid "{consent:consent:yes}" -msgstr "ćŻďĽŚçąĽçşŚ" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "資訊將被傳é€č‡ł SPNAME" - -msgid "Service Providers for" -msgstr "給服務ćŹäľ›č€…" - -msgid "Yes, continue" -msgstr "ćŻďĽŚçąĽçşŚ" - -msgid "Return to consent page" -msgstr "回ĺ°ĺŚć„Źé 面" - -msgid "Consent status" -msgstr "ĺŚć„Źç‹€ć…‹" - -msgid "Go to information page for the service" -msgstr "至服務資訊é 面" - -msgid "Service Provider" -msgstr "服務ćŹäľ›č€…" - -msgid "Abort login to SPNAME" -msgstr "關於登入至 SPNAME" - -msgid "show/hide attributes" -msgstr "顯示/隱藏屬性" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "SPNAME 的目的地為 SPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "將關於ć‘ĺ‚łé€č‡łć‚¨é č¨č¦ç™»ĺ…Ąçš„服務" - -msgid "Consent about releasing personal information" -msgstr "ĺŚć„Źćś‰é—ść–Ľĺ€‹äşşé—śäż‚資訊" - -msgid "No consent given" -msgstr "尚未ĺŚć„Ź" - -msgid "login" -msgstr "登入" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "您不ĺŚć„Źĺ‚łčĽ¸ć‚¨çš„屬性至服務ćŹäľ›č€…。" - -msgid "Remember" -msgstr "č¨ä˝Ź" - -msgid "Show content" -msgstr "顯示內容" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME č¦ć±‚該資訊於這個傳é€ă€‚" - -msgid "Privacypolicy for the service" -msgstr "服務隱ç§ć¬Šć”żç–" - -msgid "No, cancel" -msgstr "不,取ć¶" - -msgid "Show attributes" -msgstr "顯示屬性" - -msgid "User information" -msgstr "使用者資訊" - -msgid "Information that will be sent to SPNAME" -msgstr "資訊將被傳é€č‡ł SPNAME" - diff --git a/modules/consent/locales/zh/LC_MESSAGES/consent.po b/modules/consent/locales/zh/LC_MESSAGES/consent.po deleted file mode 100644 index 62429e2e3485a8706f33d36079851ea03b9d574d..0000000000000000000000000000000000000000 --- a/modules/consent/locales/zh/LC_MESSAGES/consent.po +++ /dev/null @@ -1,151 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2016-10-12 09:23+0200\n" -"PO-Revision-Date: 2016-10-14 12:14+0200\n" -"Last-Translator: \n" -"Language: zh\n" -"Language-Team: \n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" - -msgid "{consent:consent:service_providers_for}" -msgstr "服务ćŹäľ›č€…ç»™" - -msgid "{consent:consent:abort}" -msgstr "ä¸ć˘ç™»ĺ˝•ĺ°SPNAME" - -msgid "{consent:consent:remember}" -msgstr "记住" - -msgid "{consent:consent:login}" -msgstr "登录" - -msgid "{consent:consent:consent_purpose}" -msgstr "SPNAME的目的ćŻSPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "获取该服务的信ćŻ" - -msgid "{consent:consent:consent_header}" -msgstr "ĺŚć„ŹĺĽ€ć”ľä¸ŞäşşäżˇćŻ" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "ćľç¤ş/éšč—Źĺ±žć€§" - -msgid "{consent:consent:table_caption}" -msgstr "用ć·äżˇćŻ" - -msgid "{consent:consent:status_header}" -msgstr "ĺŚć„ŹçŠ¶ć€" - -msgid "{consent:consent:noconsent_title}" -msgstr "未ĺŚć„Ź" - -msgid "{consent:consent:consent_accept}" -msgstr "SPNAME请求的信ćŻĺ·˛ç»Źč˘«äĽ 输出去" - -msgid "{consent:consent:table_summary}" -msgstr "ĺ˝“ä˝ ç™»ĺ˝•ć—¶ĺ°†č¦äĽ 输给服务的信ćŻĺ—表" - -msgid "{consent:consent:service_provider_header}" -msgstr "服务ćŹäľ›č€…" - -msgid "{consent:consent:show_attributes}" -msgstr "ćľç¤şĺ±žć€§" - -msgid "{consent:consent:show_attribute}" -msgstr "ćľç¤şĺ†…容" - -msgid "{consent:consent:no}" -msgstr "不,取ć¶" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "该服务的éšç§ç–ç•Ą" - -msgid "{consent:consent:noconsent_text}" -msgstr "ä˝ ć˛ˇćś‰ĺŚć„ŹäĽ čľ“ä˝ çš„ç›¸ĺ…łĺ±žć€§ç»™ćśŤĺŠˇćŹäľ›č€…" - -msgid "{consent:consent:noconsent_return}" -msgstr "返回ĺŚć„Źç•Śéť˘" - -msgid "{consent:consent:yes}" -msgstr "ćŻçš„,继ç»" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "信ćŻĺ°†äĽšĺŹ‘é€ç»™SPNAME" - -msgid "Service Providers for" -msgstr "服务ćŹäľ›č€…ç»™" - -msgid "Yes, continue" -msgstr "ćŻçš„,继ç»" - -msgid "Return to consent page" -msgstr "返回ĺŚć„Źç•Śéť˘" - -msgid "Consent status" -msgstr "ĺŚć„ŹçŠ¶ć€" - -msgid "Go to information page for the service" -msgstr "获取该服务的信ćŻ" - -msgid "Service Provider" -msgstr "服务ćŹäľ›č€…" - -msgid "Abort login to SPNAME" -msgstr "ä¸ć˘ç™»ĺ˝•ĺ°SPNAME" - -msgid "show/hide attributes" -msgstr "ćľç¤ş/éšč—Źĺ±žć€§" - -msgid "The purpose of SPNAME is SPDESC" -msgstr "SPNAME的目的ćŻSPDESC" - -msgid "" -"List the information about you that is about to be transmitted to the " -"service you are going to login to" -msgstr "ĺ˝“ä˝ ç™»ĺ˝•ć—¶ĺ°†č¦äĽ 输给服务的信ćŻĺ—表" - -msgid "Consent about releasing personal information" -msgstr "ĺŚć„ŹĺĽ€ć”ľä¸ŞäşşäżˇćŻ" - -msgid "No consent given" -msgstr "未ĺŚć„Ź" - -msgid "login" -msgstr "登录" - -msgid "You did not give consent for transfering your attributes to SPNAME." -msgstr "ä˝ ć˛ˇćś‰ĺŚć„ŹäĽ čľ“ä˝ çš„ç›¸ĺ…łĺ±žć€§ç»™ćśŤĺŠˇćŹäľ›č€…" - -msgid "Remember" -msgstr "记住" - -msgid "Show content" -msgstr "ćľç¤şĺ†…容" - -msgid "SPNAME requires that the information below is transferred." -msgstr "SPNAME请求的信ćŻĺ·˛ç»Źč˘«äĽ 输出去" - -msgid "Privacypolicy for the service" -msgstr "该服务的éšç§ç–ç•Ą" - -msgid "No, cancel" -msgstr "不,取ć¶" - -msgid "Show attributes" -msgstr "ćľç¤şĺ±žć€§" - -msgid "User information" -msgstr "用ć·äżˇćŻ" - -msgid "Information that will be sent to SPNAME" -msgstr "信ćŻĺ°†äĽšĺŹ‘é€ç»™SPNAME" - diff --git a/modules/consent/locales/zu/LC_MESSAGES/consent.po b/modules/consent/locales/zu/LC_MESSAGES/consent.po deleted file mode 100644 index 2738559d801f61515fe36ebbf7b0c6abf6204ae0..0000000000000000000000000000000000000000 --- a/modules/consent/locales/zu/LC_MESSAGES/consent.po +++ /dev/null @@ -1,84 +0,0 @@ - -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: SimpleSAMLphp 1.15\n" -"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n" -"POT-Creation-Date: 2018-11-15 14:49+0200\n" -"PO-Revision-Date: 2018-11-15 14:49+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -msgid "{consent:consent:show_attribute}" -msgstr "Bonisa izici" - -msgid "{consent:consent:noconsent_return}" -msgstr "Buyela ekhasini lemvume" - -msgid "{consent:consent:yes}" -msgstr "Yebo, qhubeka" - -msgid "{consent:consent:service_providers_for}" -msgstr "Abahlinzeki Besevisi bokuthi" - -msgid "{consent:consent:show_attributes}" -msgstr "Bonisa okuqukethwe" - -msgid "{consent:consent:status_header}" -msgstr "Isimo semvume" - -msgid "{consent:consent:noconsent_title}" -msgstr "Ayikho imvume enikeziwe" - -msgid "{consent:consent:show_hide_attributes}" -msgstr "bonisa/fihla izici" - -msgid "{consent:consent:service_provider_header}" -msgstr "Umhlinzeki Wesevisi" - -msgid "{consent:consent:noconsent_text}" -msgstr "Awuzange uyinikeze imvume yokudlulisa izici zakho ku-SPNAME." - -msgid "{consent:consent:consent_header}" -msgstr "Imvume mayelana nokukhulula ulwazi lomuntu siqu" - -msgid "{consent:consent:consent_purpose}" -msgstr "Injongo ye-SPNAME yi-SPDESC" - -msgid "{consent:consent:noconsent_goto_about}" -msgstr "Iya ekhasini lolwazi lesevisi" - -msgid "{consent:consent:table_caption}" -msgstr "Ulwazi lomsebenzisi" - -msgid "{consent:consent:consent_attributes_header}" -msgstr "Ulwazi oluzothunyelwa ku-SPNAME" - -msgid "{consent:consent:abort}" -msgstr "Yeka ukungena ku-SPNAME" - -msgid "{consent:consent:login}" -msgstr "ngena" - -msgid "{consent:consent:consent_accept}" -msgstr "I-SPNAME idinga ukuthi ulwazi olungezansi ludluliswe." - -msgid "{consent:consent:no}" -msgstr "Cha, khansela" - -msgid "{consent:consent:consent_privacypolicy}" -msgstr "Inqubomgomo yobumfihlo yesevisi" - -msgid "{consent:consent:table_summary}" -msgstr "" -"Enza uhlu olumayelana nolwazi lwakho oluzodluliselwa kusevisi ozongena " -"kuyo" - -msgid "{consent:consent:remember}" -msgstr "Khumbula" - diff --git a/modules/consent/templates/consentform.php b/modules/consent/templates/consentform.php deleted file mode 100644 index 90907e0ed2812bd8654edfa8c10f1b54320b7670..0000000000000000000000000000000000000000 --- a/modules/consent/templates/consentform.php +++ /dev/null @@ -1,66 +0,0 @@ -<?php -/** - * Template form for giving consent. - * - * Parameters: - * - 'yesTarget': Target URL for the yes-button. This URL will receive a POST request. - * - 'noTarget': Target URL for the no-button. This URL will receive a GET request. - * - 'sppp': URL to the privacy policy of the destination, or FALSE. - * - * @package SimpleSAMLphp - */ -assert(is_string($this->data['yesTarget'])); -assert(is_string($this->data['noTarget'])); -assert($this->data['sppp'] === false || is_string($this->data['sppp'])); - -// Parse parameters -$dstName = $this->data['dstName']; -$srcName = $this->data['srcName']; - -$this->data['header'] = $this->t('{consent:consent:consent_header}'); -$this->data['head'] = '<link rel="stylesheet" type="text/css" href="'. - SimpleSAML\Module::getModuleURL("consent/assets/css/consent.css").'" />'."\n"; - -$this->includeAtTemplateBase('includes/header.php'); -?> -<p><?php echo $this->data['consent_accept']; ?></p> - -<?php -if (isset($this->data['consent_purpose'])) { - echo '<p>'.$this->data['consent_purpose'].'</p>'; -} -?> - -<form id="consent_yes" action="<?php echo htmlspecialchars($this->data['yesTarget']); ?>"> -<?php -if ($this->data['usestorage']) { - $checked = ($this->data['checked'] ? 'checked="checked"' : ''); - echo '<input type="checkbox" name="saveconsent" '.$checked. - ' value="1" /> '.$this->t('{consent:consent:remember}'); -} // Embed hidden fields... -?> - <input type="hidden" name="StateId" value="<?php echo htmlspecialchars($this->data['stateId']); ?>" /> - <button type="submit" name="yes" class="btn" id="yesbutton"> - <?php echo htmlspecialchars($this->t('{consent:consent:yes}')) ?> - </button> -</form> - -<form id="consent_no" action="<?php echo htmlspecialchars($this->data['noTarget']); ?>"> - <input type="hidden" name="StateId" value="<?php echo htmlspecialchars($this->data['stateId']); ?>" /> - <button type="submit" class="btn" name="no" id="nobutton"> - <?php echo htmlspecialchars($this->t('{consent:consent:no}')) ?> - </button> -</form> - -<?php -if ($this->data['sppp'] !== false) { - echo "<p>".htmlspecialchars($this->t('{consent:consent:consent_privacypolicy}'))." "; - echo '<a target="_blank" href="'.htmlspecialchars($this->data['sppp']).'">'.$dstName."</a>"; - echo "</p>"; -} - -echo '<h3 id="attributeheader">'.$this->data['consent_attributes_header'].'</h3>'; - -echo $this->data['attributes_html']; - -$this->includeAtTemplateBase('includes/footer.php'); diff --git a/modules/consent/templates/consentform.twig b/modules/consent/templates/consentform.twig deleted file mode 100644 index c8084207d2df6c190f78e2afa93391c17ed4f025..0000000000000000000000000000000000000000 --- a/modules/consent/templates/consentform.twig +++ /dev/null @@ -1,38 +0,0 @@ -{% set pagetitle = '{consent:consent:consent_header}'|trans %} -{% extends "base.twig" %} - -{% block preload %} -<link rel="stylesheet" href="/{{ baseurlpath }}module.php/consent/assets/css/consent.css"> -{% endblock %} - -{% block content %} -<p>{{ consent_accept}}</p> - -{% if consent_purpose is defined %} - <p>{{ consent_purpose }}</p> -{% endif %} - -<form id="consent_yes" action="{{ yesTarget }}"> - {% if usestorage is defined %} - <input type="checkbox" name="saveconsent"{% if checked %} checked="checked"{% endif %} value="1" /> - {{ '{consent:consent:remember}'|trans }} - {% endif %} - - <input type="hidden" name="StateId" value="{{ stateId }}" /> - <button type="submit" name="yes" class="btn" id="yesbutton"{%- if autofocus == 'yesbutton' %} autofocus{% endif -%}>{{ '{consent:consent:yes}'|trans }}</button> -</form> - -<form id="consent_no" action="{{ noTarget }}"> - <input type="hidden" name="StateId" value="{{ stateId }}" /> - <button type="submit" class="btn" name="no" id="nobutton"{%- if autofocus == 'nobutton' %} autofocus{% endif -%}>{{ '{consent:consent:no}'|trans }}</button> -</form> - -{% if sppp != false %} -<p>{{ '{consent:consent:consent_privacypolicy}'|trans }} - <a target='_blank' href='{{ sppp|escape('url') }} '>{{ dstName }}</a> -</p> -{% endif %} - -<h3 id="attributeheader">{{ consent_attributes_header }}</h3> -{{ attributes_html|raw }} -{% endblock %} diff --git a/modules/consent/templates/logout_completed.php b/modules/consent/templates/logout_completed.php deleted file mode 100644 index d488d490dd0f380cd8531fee0f3cd83c0dca1f31..0000000000000000000000000000000000000000 --- a/modules/consent/templates/logout_completed.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -$this->data['header'] = $this->t('{logout:title}'); -$this->includeAtTemplateBase('includes/header.php'); - -echo '<h2>'.$this->data['header'].'</h2>'; -echo '<p>'.$this->t('{logout:logged_out_text}').'</p>'; - -$this->includeAtTemplateBase('includes/footer.php'); diff --git a/modules/consent/templates/logout_completed.twig b/modules/consent/templates/logout_completed.twig deleted file mode 100644 index 75503847c5bae4bca03e0132b22edae2ce9162da..0000000000000000000000000000000000000000 --- a/modules/consent/templates/logout_completed.twig +++ /dev/null @@ -1,7 +0,0 @@ -{% set pagetitle = '{logout:title}'|trans %} -{% extends "base.twig" %} - -{% block content %} -<h2>{{ header }}</h2> -<p>{{ '{logout:logged_out_text}'|trans }}</p> -{% endblock %} diff --git a/modules/consent/templates/noconsent.php b/modules/consent/templates/noconsent.php deleted file mode 100644 index 4ed911533ac0f512e48e5c70935fe074bbdb81d5..0000000000000000000000000000000000000000 --- a/modules/consent/templates/noconsent.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -$this->data['header'] = $this->t('{consent:consent:noconsent_title}'); - -$this->includeAtTemplateBase('includes/header.php'); - -echo '<h2>'.$this->data['header'].'</h2>'; -echo '<p>'.$this->data['noconsent_text'].'</p>'; - -if ($this->data['resumeFrom']) { - echo('<p><a href="'.htmlspecialchars($this->data['resumeFrom']).'">'); - echo($this->t('{consent:consent:noconsent_return}')); - echo('</a></p>'); -} - -if ($this->data['aboutService']) { - echo('<p><a href="'.htmlspecialchars($this->data['aboutService']).'">'); - echo($this->t('{consent:consent:noconsent_goto_about}')); - echo('</a></p>'); -} - -echo('<p><a href="'.htmlspecialchars($this->data['logoutLink']).'">'.$this->data['noconsent_abort'].'</a></p>'); - -$this->includeAtTemplateBase('includes/footer.php'); diff --git a/modules/consent/templates/noconsent.twig b/modules/consent/templates/noconsent.twig deleted file mode 100644 index b76036697d42f9335620169632d5aabdf946ca0d..0000000000000000000000000000000000000000 --- a/modules/consent/templates/noconsent.twig +++ /dev/null @@ -1,16 +0,0 @@ -{% set pagetitle = '{consent:consent:noconsent_title}'|trans %} -{% extends "base.twig" %} -{% block content %} - <h2>{{ header }}</h2> - <p>{{ noconsent_text }}</p> - - {% if resumeFrom %} - <p><a href="{{ resumeFrom }}">{{ '{consent:consent:noconsent_return}'|trans }}</a></p> - {% endif %} - - {% if aboutService %} - <p><a href="{{ aboutService }}">{{ '{consent:consent:noconsent_goto_about}'|trans }}</a></p> - {% endif %} - - <p><a href="{{ logoutLink }}">{{ noconsent_abort }}</a></p> -{% endblock %} diff --git a/modules/consent/www/assets/consent.css b/modules/consent/www/assets/consent.css deleted file mode 100644 index 33bef3d64a6c17123c12518e796453e5c1465dd4..0000000000000000000000000000000000000000 --- a/modules/consent/www/assets/consent.css +++ /dev/null @@ -1,54 +0,0 @@ -fieldset { - padding: 0px; -} - -fieldset legend { - background: #eee; -} - -h3#attributeheader { - margin: 1.5em 0em 0.5em 0em; -} - -table#table_with_attributes .attrname { - text-align: right; - font-weight: bold; -} - -table#table_with_attributes .attrvalue { - padding-left: 1em; - margin: 0.5em 0em; -} - -table#table_with_attributes tr:last-child td { - border-bottom: none; -} - -table#table_with_attributes img { - border: 1px solid #777; - margin: 4px; -} - -table#table_with_attributes ul { - margin: 0px; - padding-left: 1em; -} - -form#consent_yes { - display: inline; - margin: 0px; - padding: 0px; -} - -form#consent_no { - display: inline; - margin-left: .5em; -} - -.hidden { - display: none; -} - -td.td_odd { - padding: 2em; -} diff --git a/modules/consent/www/assets/css/consent.css b/modules/consent/www/assets/css/consent.css deleted file mode 100644 index 33bef3d64a6c17123c12518e796453e5c1465dd4..0000000000000000000000000000000000000000 --- a/modules/consent/www/assets/css/consent.css +++ /dev/null @@ -1,54 +0,0 @@ -fieldset { - padding: 0px; -} - -fieldset legend { - background: #eee; -} - -h3#attributeheader { - margin: 1.5em 0em 0.5em 0em; -} - -table#table_with_attributes .attrname { - text-align: right; - font-weight: bold; -} - -table#table_with_attributes .attrvalue { - padding-left: 1em; - margin: 0.5em 0em; -} - -table#table_with_attributes tr:last-child td { - border-bottom: none; -} - -table#table_with_attributes img { - border: 1px solid #777; - margin: 4px; -} - -table#table_with_attributes ul { - margin: 0px; - padding-left: 1em; -} - -form#consent_yes { - display: inline; - margin: 0px; - padding: 0px; -} - -form#consent_no { - display: inline; - margin-left: .5em; -} - -.hidden { - display: none; -} - -td.td_odd { - padding: 2em; -} diff --git a/modules/consent/www/getconsent.php b/modules/consent/www/getconsent.php deleted file mode 100644 index 2da2fc870e3e42abe49789643bb158dec8eaae6f..0000000000000000000000000000000000000000 --- a/modules/consent/www/getconsent.php +++ /dev/null @@ -1,292 +0,0 @@ -<?php -/** - * Consent script - * - * This script displays a page to the user, which requests that the user - * authorizes the release of attributes. - * - * @package SimpleSAMLphp - * - * Explicit instruct consent page to send no-cache header to browsers to make - * sure the users attribute information are not store on client disk. - * - * In an vanilla apache-php installation is the php variables set to: - * - * session.cache_limiter = nocache - * - * so this is just to make sure. - */ -session_cache_limiter('nocache'); - -$globalConfig = \SimpleSAML\Configuration::getInstance(); - -\SimpleSAML\Logger::info('Consent - getconsent: Accessing consent interface'); - -if (!array_key_exists('StateId', $_REQUEST)) { - throw new \SimpleSAML\Error\BadRequest( - 'Missing required StateId query parameter.' - ); -} - -$id = $_REQUEST['StateId']; -$state = \SimpleSAML\Auth\State::loadState($id, 'consent:request'); - -if (array_key_exists('core:SP', $state)) { - $spentityid = $state['core:SP']; -} elseif (array_key_exists('saml:sp:State', $state)) { - $spentityid = $state['saml:sp:State']['core:SP']; -} else { - $spentityid = 'UNKNOWN'; -} - - -// The user has pressed the yes-button -if (array_key_exists('yes', $_REQUEST)) { - if (array_key_exists('saveconsent', $_REQUEST)) { - \SimpleSAML\Logger::stats('consentResponse remember'); - } else { - \SimpleSAML\Logger::stats('consentResponse rememberNot'); - } - - $statsInfo = [ - 'remember' => array_key_exists('saveconsent', $_REQUEST), - ]; - if (isset($state['Destination']['entityid'])) { - $statsInfo['spEntityID'] = $state['Destination']['entityid']; - } - \SimpleSAML\Stats::log('consent:accept', $statsInfo); - - if (array_key_exists('consent:store', $state) - && array_key_exists('saveconsent', $_REQUEST) - && $_REQUEST['saveconsent'] === '1' - ) { - // Save consent - $store = $state['consent:store']; - $userId = $state['consent:store.userId']; - $targetedId = $state['consent:store.destination']; - $attributeSet = $state['consent:store.attributeSet']; - - \SimpleSAML\Logger::debug( - 'Consent - saveConsent() : ['.$userId.'|'.$targetedId.'|'.$attributeSet.']' - ); - try { - $store->saveConsent($userId, $targetedId, $attributeSet); - } catch (\Exception $e) { - \SimpleSAML\Logger::error('Consent: Error writing to storage: '.$e->getMessage()); - } - } - - \SimpleSAML\Auth\ProcessingChain::resumeProcessing($state); -} - -// Prepare attributes for presentation -$attributes = $state['Attributes']; -$noconsentattributes = $state['consent:noconsentattributes']; - -// Remove attributes that do not require consent -foreach ($attributes as $attrkey => $attrval) { - if (in_array($attrkey, $noconsentattributes, true)) { - unset($attributes[$attrkey]); - } -} -$para = [ - 'attributes' => &$attributes -]; - -// Reorder attributes according to attributepresentation hooks -\SimpleSAML\Module::callHooks('attributepresentation', $para); - -// Parse parameters -if (array_key_exists('name', $state['Source'])) { - $srcName = $state['Source']['name']; -} elseif (array_key_exists('OrganizationDisplayName', $state['Source'])) { - $srcName = $state['Source']['OrganizationDisplayName']; -} else { - $srcName = $state['Source']['entityid']; -} - -if (array_key_exists('name', $state['Destination'])) { - $dstName = $state['Destination']['name']; -} elseif (array_key_exists('OrganizationDisplayName', $state['Destination'])) { - $dstName = $state['Destination']['OrganizationDisplayName']; -} else { - $dstName = $state['Destination']['entityid']; -} - -// Make, populate and layout consent form -$t = new \SimpleSAML\XHTML\Template($globalConfig, 'consent:consentform.php'); -$translator = $t->getTranslator(); -$t->data['srcMetadata'] = $state['Source']; -$t->data['dstMetadata'] = $state['Destination']; -$t->data['yesTarget'] = \SimpleSAML\Module::getModuleURL('consent/getconsent.php'); -$t->data['yesData'] = ['StateId' => $id]; -$t->data['noTarget'] = \SimpleSAML\Module::getModuleURL('consent/noconsent.php'); -$t->data['noData'] = ['StateId' => $id]; -$t->data['attributes'] = $attributes; -$t->data['checked'] = $state['consent:checked']; -$t->data['stateId'] = $id; - -$srcName = htmlspecialchars(is_array($srcName) ? $translator->t($srcName) : $srcName); -$dstName = htmlspecialchars(is_array($dstName) ? $translator->t($dstName) : $dstName); - -$t->data['consent_attributes_header'] = $translator->t( - '{consent:consent:consent_attributes_header}', - ['SPNAME' => $dstName, 'IDPNAME' => $srcName] -); - -$t->data['consent_accept'] = $translator->t( - '{consent:consent:consent_accept}', - ['SPNAME' => $dstName, 'IDPNAME' => $srcName] -); - -if (array_key_exists('descr_purpose', $state['Destination'])) { - $t->data['consent_purpose'] = $translator->t( - '{consent:consent:consent_purpose}', - [ - 'SPNAME' => $dstName, - 'SPDESC' => $translator->getPreferredTranslation( - \SimpleSAML\Utils\Arrays::arrayize( - $state['Destination']['descr_purpose'], - 'en' - ) - ), - ] - ); -} - -$t->data['srcName'] = $srcName; -$t->data['dstName'] = $dstName; - -// Fetch privacypolicy -if (array_key_exists('privacypolicy', $state['Destination'])) { - $privacypolicy = $state['Destination']['privacypolicy']; -} elseif (array_key_exists('privacypolicy', $state['Source'])) { - $privacypolicy = $state['Source']['privacypolicy']; -} else { - $privacypolicy = false; -} -if ($privacypolicy !== false) { - $privacypolicy = str_replace( - '%SPENTITYID%', - urlencode($spentityid), - $privacypolicy - ); -} -$t->data['sppp'] = $privacypolicy; - -// Set focus element -switch ($state['consent:focus']) { - case 'yes': - $t->data['autofocus'] = 'yesbutton'; - break; - case 'no': - $t->data['autofocus'] = 'nobutton'; - break; - case null: - default: - break; -} - -$t->data['usestorage'] = array_key_exists('consent:store', $state); - -if (array_key_exists('consent:hiddenAttributes', $state)) { - $t->data['hiddenAttributes'] = $state['consent:hiddenAttributes']; -} else { - $t->data['hiddenAttributes'] = []; -} - -$t->data['attributes_html'] = present_attributes($t, $attributes, ''); - -$t->show(); - - -/** - * Recursive attribute array listing function - * - * @param \SimpleSAML\XHTML\Template $t Template object - * @param array $attributes Attributes to be presented - * @param string $nameParent Name of parent element - * - * @return string HTML representation of the attributes - */ -function present_attributes($t, $attributes, $nameParent) -{ - $translator = $t->getTranslator(); - - $alternate = ['odd', 'even']; - $i = 0; - $summary = 'summary="'.$translator->t('{consent:consent:table_summary}').'"'; - - if (strlen($nameParent) > 0) { - $parentStr = strtolower($nameParent).'_'; - $str = '<table class="attributes" '.$summary.'>'; - } else { - $parentStr = ''; - $str = '<table id="table_with_attributes" class="attributes" '.$summary.'>'; - $str .= "\n".'<caption>'.$translator->t('{consent:consent:table_caption}').'</caption>'; - } - - foreach ($attributes as $name => $value) { - $nameraw = $name; - $name = $translator->getAttributeTranslation($parentStr.$nameraw); - - if (preg_match('/^child_/', $nameraw)) { - // insert child table - $parentName = preg_replace('/^child_/', '', $nameraw); - foreach ($value as $child) { - $str .= "\n".'<tr class="odd"><td class="td_odd">'. - present_attributes($t, $child, $parentName).'</td></tr>'; - } - } else { - // insert values directly - - $str .= "\n".'<tr class="'.$alternate[($i++ % 2)]. - '"><td><span class="attrname">'.htmlspecialchars($name).'</span></td>'; - - $isHidden = in_array($nameraw, $t->data['hiddenAttributes'], true); - if ($isHidden) { - $hiddenId = \SimpleSAML\Utils\Random::generateID(); - $str .= '<td><span class="attrvalue hidden" id="hidden_'.$hiddenId.'">'; - } else { - $str .= '<td><span class="attrvalue">'; - } - - if (sizeof($value) > 1) { - // we hawe several values - $str .= '<ul>'; - foreach ($value as $listitem) { - if ($nameraw === 'jpegPhoto') { - $str .= '<li><img src="data:image/jpeg;base64,'. - htmlspecialchars($listitem).'" alt="User photo" /></li>'; - } else { - $str .= '<li>'.htmlspecialchars($listitem).'</li>'; - } - } - $str .= '</ul>'; - } elseif (isset($value[0])) { - // we hawe only one value - if ($nameraw === 'jpegPhoto') { - $str .= '<img src="data:image/jpeg;base64,'. - htmlspecialchars($value[0]).'" alt="User photo" />'; - } else { - $str .= htmlspecialchars($value[0]); - } - } // end of if multivalue - $str .= '</span>'; - - if ($isHidden) { - $str .= '<div class="attrvalue consent_showattribute" id="visible_'.$hiddenId.'">'; - $str .= '... '; - $str .= '<a class="consent_showattributelink" href="javascript:SimpleSAML_show(\'hidden_'.$hiddenId; - $str .= '\'); SimpleSAML_hide(\'visible_'.$hiddenId.'\');">'; - $str .= $t->t('{consent:consent:show_attribute}'); - $str .= '</a>'; - $str .= '</div>'; - } - - $str .= '</td></tr>'; - } // end else: not child table - } // end foreach - $str .= isset($attributes) ? '</table>' : ''; - return $str; -} diff --git a/modules/consent/www/logout.php b/modules/consent/www/logout.php deleted file mode 100644 index f84a51bb246d616206137696002c1cda35aeddf9..0000000000000000000000000000000000000000 --- a/modules/consent/www/logout.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -/** - * This is the handler for logout started from the consent page. - * - * @package SimpleSAMLphp - */ - -if (!array_key_exists('StateId', $_GET)) { - throw new \SimpleSAML\Error\BadRequest('Missing required StateId query parameter.'); -} -$state = \SimpleSAML\Auth\State::loadState($_GET['StateId'], 'consent:request'); - -$state['Responder'] = ['\SimpleSAML\Module\consent\Logout', 'postLogout']; - -$idp = \SimpleSAML\IdP::getByState($state); -$idp->handleLogoutRequest($state, null); -assert(false); diff --git a/modules/consent/www/logout_completed.php b/modules/consent/www/logout_completed.php deleted file mode 100644 index a5124704f3a192dc6c9fd106ced8d69fc3961785..0000000000000000000000000000000000000000 --- a/modules/consent/www/logout_completed.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -/** - * This is the handler for logout completed from the consent page. - * - * @package SimpleSAMLphp - */ - -$globalConfig = \SimpleSAML\Configuration::getInstance(); -$t = new \SimpleSAML\XHTML\Template($globalConfig, 'consent:logout_completed.php'); -$t->show(); diff --git a/modules/consent/www/noconsent.php b/modules/consent/www/noconsent.php deleted file mode 100644 index acd6ffc06514c17430e391d6c03d941593899a2e..0000000000000000000000000000000000000000 --- a/modules/consent/www/noconsent.php +++ /dev/null @@ -1,63 +0,0 @@ -<?php - -/** - * This is the page the user lands on when choosing "no" in the consent form. - * - * @package SimpleSAMLphp - */ - -if (!array_key_exists('StateId', $_REQUEST)) { - throw new \SimpleSAML\Error\BadRequest( - 'Missing required StateId query parameter.' - ); -} - -$id = $_REQUEST['StateId']; -$state = \SimpleSAML\Auth\State::loadState($id, 'consent:request'); - -$resumeFrom = \SimpleSAML\Module::getModuleURL( - 'consent/getconsent.php', - ['StateId' => $id] -); - -$logoutLink = \SimpleSAML\Module::getModuleURL( - 'consent/logout.php', - ['StateId' => $id] -); - -$aboutService = null; -if (!isset($state['consent:showNoConsentAboutService']) || $state['consent:showNoConsentAboutService']) { - if (isset($state['Destination']['url.about'])) { - $aboutService = $state['Destination']['url.about']; - } -} - -$statsInfo = []; -if (isset($state['Destination']['entityid'])) { - $statsInfo['spEntityID'] = $state['Destination']['entityid']; -} -\SimpleSAML\Stats::log('consent:reject', $statsInfo); - -if (array_key_exists('name', $state['Destination'])) { - $dstName = $state['Destination']['name']; -} elseif (array_key_exists('OrganizationDisplayName', $state['Destination'])) { - $dstName = $state['Destination']['OrganizationDisplayName']; -} else { - $dstName = $state['Destination']['entityid']; -} - -$globalConfig = \SimpleSAML\Configuration::getInstance(); - -$t = new \SimpleSAML\XHTML\Template($globalConfig, 'consent:noconsent.php'); -$translator = $t->getTranslator(); -$t->data['dstMetadata'] = $state['Destination']; -$t->data['resumeFrom'] = $resumeFrom; -$t->data['aboutService'] = $aboutService; -$t->data['logoutLink'] = $logoutLink; - -$dstName = htmlspecialchars(is_array($dstName) ? $translator->t($dstName) : $dstName); - -$t->data['noconsent_text'] = $translator->t('{consent:consent:noconsent_text}', ['SPNAME' => $dstName]); -$t->data['noconsent_abort'] = $translator->t('{consent:consent:abort}', ['SPNAME' => $dstName]); - -$t->show(); diff --git a/tests/modules/consent/lib/Auth/Process/ConsentTest.php b/tests/modules/consent/lib/Auth/Process/ConsentTest.php deleted file mode 100644 index e9008f3d6584d21861525038bf0853668fa004d8..0000000000000000000000000000000000000000 --- a/tests/modules/consent/lib/Auth/Process/ConsentTest.php +++ /dev/null @@ -1,226 +0,0 @@ -<?php -/** - * Test for the consent:Consent authproc filter. - * - * @author Vincent Rioux <vrioux@ctech.ca> - * @package SimpleSAMLphp - */ - -namespace SimpleSAML\Test\Module\consent\Auth\Process; - -use PHPUnit\Framework\TestCase; -use \SimpleSAML\Configuration; - -class ConsentTest extends TestCase -{ - public function setUp() - { - $this->config = Configuration::loadFromArray(['module.enable' => ['consent' => true]], '[ARRAY]', 'simplesaml'); - Configuration::setPreLoadedConfig($this->config, 'config.php'); - } - - /** - * Helper function to run the filter with a given configuration. - * - * @param array $config The filter configuration. - * @param array $request The request state. - * @return array The state array after processing. - */ - private function processFilter(array $config, array $request) - { - $filter = new \SimpleSAML\Module\consent\Auth\Process\Consent($config, null); - $filter->process($request); - return $request; - } - - - /** - * Test for the private checkDisable() method. - */ - public function testCheckDisable() - { - // test consent disable regex with match - $config = []; - - // test consent disable with match on specific SP entityid - $request = [ - 'Source' => [ - 'entityid' => 'https://idp.example.org', - 'metadata-set' => 'saml20-idp-local', - 'consent.disable' => [ - 'https://valid.flatstring.example.that.does.not.match', - ], - 'SingleSignOnService' => [ - [ - 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', - 'Location' => 'https://idp.example.org/saml2/idp/SSOService.php', - ], - ], - ], - 'Destination' => [ - // valid entityid equal to the last one in the consent.disable array - 'entityid' => 'https://sp.example.org/my-sp', - 'metadata-set' => 'saml20-sp-remote', - 'consent.disable' => [ - ['type' => 'regex', 'pattern' => '/invalid/i'], - 'https://sp.example.org/my-sp', // accept the SP that has this specific entityid - 'https://idp.example.org', - ], - ], - 'UserID' => 'jdoe', - 'Attributes' => [ - 'eduPersonPrincipalName' => ['jdoe@example.com'], - ], - ]; - $result = $this->processFilter($config, $request); - // the state should NOT have changed because NO consent should be necessary (match) - $this->assertEquals($request, $result); - - // test consent disable with match on SP through regular expression - $request = [ - 'Source' => [ - 'entityid' => 'https://idp.example.org', - 'metadata-set' => 'saml20-idp-local', - 'consent.disable' => [ - [], // invalid consent option array should be ignored - 1234, // bad option - [''], // no type - ['type'=>'invalid'], // invalid consent option type should be ignored - ['type'=>'regex'], // regex consent option without pattern should be ignored - ['type'=>'regex', 'pattern'=>'/.*\.valid.regex\.that\.does\.not\.match.*/i'], - // accept any SP that has an entityid that contains the string ".example.org" - ['type'=>'regex', 'pattern'=>'/.*\.example\.org\/.*/i'], - ], - 'SingleSignOnService' => [ - [ - 'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', - 'Location' => 'https://idp.example.org/saml2/idp/SSOService.php', - ], - ], - ], - 'Destination' => [ - 'entityid' => 'https://sp.example.org/my-sp', // sp contains the string ".example.org" - 'metadata-set' => 'saml20-sp-remote', - ], - 'UserID' => 'jdoe', - 'Attributes' => [ - 'eduPersonPrincipalName' => ['jdoe@example.com'], - ], - ]; - $result = $this->processFilter($config, $request); - // the state should NOT have changed because NO consent should be necessary (match) - $this->assertEquals($request, $result); - - // test corner cases - $request['Source']['consent.disable'] = [ - 'https://valid.flatstring.example.that.does.not.match', - ['foo' => 'bar'], - ]; - $request['Destination']['consent.disable'] = 1; - $result = $this->processFilter($config, $request); - // the state should NOT have changed because NO consent should be necessary (match) - $this->assertEquals($request, $result); - } - - public function testAttributeHashIsConsistentWhenOrderOfValuesChange() - { - $attributes1 = [ - 'attribute1' => ['val1', 'val2'], - 'attribute2' => ['val1', 'val2'] - ]; - $attributeHash1 = \SimpleSAML\Module\consent\Auth\Process\Consent::getAttributeHash($attributes1, true); - - $attributes2 = [ - 'attribute1' => ['val1', 'val2'], - 'attribute2' => ['val2', 'val1'] - ]; - $attributeHash2 = \SimpleSAML\Module\consent\Auth\Process\Consent::getAttributeHash($attributes2, true); - - $this->assertEquals($attributeHash1, $attributeHash2, "Hash is not the same when the order of values changes"); - } - - public function testAttributeHashIsConsistentWhenOrderOfAttributesChange() - { - $attributes1 = [ - 'attribute2' => ['val1', 'val2'], - 'attribute1' => ['val1', 'val2'] - ]; - $attributeHash1 = \SimpleSAML\Module\consent\Auth\Process\Consent::getAttributeHash($attributes1, true); - - $attributes2 = [ - 'attribute1' => ['val1', 'val2'], - 'attribute2' => ['val1', 'val2'] - ]; - $attributeHash2 = \SimpleSAML\Module\consent\Auth\Process\Consent::getAttributeHash($attributes2, true); - - $this->assertEquals( - $attributeHash1, - $attributeHash2, - "Hash is not the same when the order of the attributs changes" - ); - } - - public function testAttributeHashIsConsistentWithoutValuesWhenOrderOfAttributesChange() - { - $attributes1 = [ - 'attribute2' => ['val1', 'val2'], - 'attribute1' => ['val1', 'val2'] - ]; - $attributeHash1 = \SimpleSAML\Module\consent\Auth\Process\Consent::getAttributeHash($attributes1); - - $attributes2 = [ - 'attribute1' => ['val1', 'val2'], - 'attribute2' => ['val1', 'val2'] - ]; - $attributeHash2 = \SimpleSAML\Module\consent\Auth\Process\Consent::getAttributeHash($attributes2); - - $this->assertEquals( - $attributeHash1, - $attributeHash2, - "Hash is not the same when the order of the attributs changes and the values are not included" - ); - } - - public function testConstructorSetsInstancePrivateVars() - { - $reflection = new \ReflectionClass('\SimpleSAML\Module\consent\Auth\Process\Consent'); - - $values = [ - 'includeValues', - 'checked', - 'focus', - 'hiddenAttributes', - 'noconsentattributes', - 'showNoConsentAboutService' - ]; - foreach ($values as $v) { - $instanceVars[$v] = $reflection->getProperty($v); - $instanceVars[$v]->setAccessible(true); - } - - /* these just need to be different to the default values */ - $config = [ - 'includeValues' => true, - 'checked' => true, - 'focus' => 'yes', - 'hiddenAttributes' => ['attribute1', 'attribute2'], - 'attributes.exclude' => ['attribute1', 'attribute2'], - 'showNoConsentAboutService' => false, - ]; - - $testcase = $reflection->newInstance($config, null); - - $this->assertEquals($instanceVars['includeValues']->getValue($testcase), $config['includeValues']); - $this->assertEquals($instanceVars['checked']->getValue($testcase), $config['checked']); - $this->assertEquals($instanceVars['focus']->getValue($testcase), $config['focus']); - $this->assertEquals($instanceVars['hiddenAttributes']->getValue($testcase), $config['hiddenAttributes']); - $this->assertEquals($instanceVars['noconsentattributes']->getValue($testcase), $config['attributes.exclude']); - $this->assertEquals( - $instanceVars['showNoConsentAboutService']->getValue($testcase), - $config['showNoConsentAboutService'] - ); - - $deprecated = $reflection->newInstance(['noconsentattributes' => $config['attributes.exclude']], null); - $this->assertEquals($instanceVars['noconsentattributes']->getValue($deprecated), $config['attributes.exclude']); - } -}