From 94a3d1f7e02034f9f485421d3cf97757ab579c6e Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sun, 24 Mar 2019 18:38:56 +0100 Subject: [PATCH] Externalize consentadmin (#1073) --- bin/build-release.sh | 1 + composer.json | 1 + .../config-templates/module_consentAdmin.php | 35 - modules/consentAdmin/default-disable | 3 - .../dictionaries/consentadmin.definition.json | 65 -- .../consentadmin.translation.json | 607 ------------------ modules/consentAdmin/docs/consentAdmin.md | 77 --- .../consentAdmin/hooks/hook_configpage.php | 15 - modules/consentAdmin/hooks/hook_frontpage.php | 19 - .../locales/ar/LC_MESSAGES/consentAdmin.po | 157 ----- .../locales/cs/LC_MESSAGES/consentAdmin.po | 159 ----- .../locales/da/LC_MESSAGES/consentAdmin.po | 204 ------ .../locales/de/LC_MESSAGES/consentAdmin.po | 166 ----- .../locales/el/LC_MESSAGES/consentAdmin.po | 158 ----- .../locales/en/LC_MESSAGES/consentAdmin.po | 173 ----- .../locales/es/LC_MESSAGES/consentAdmin.po | 166 ----- .../locales/et/LC_MESSAGES/consentAdmin.po | 160 ----- .../locales/eu/LC_MESSAGES/consentAdmin.po | 160 ----- .../locales/fr/LC_MESSAGES/consentAdmin.po | 164 ----- .../locales/he/LC_MESSAGES/consentAdmin.po | 158 ----- .../locales/hr/LC_MESSAGES/consentAdmin.po | 161 ----- .../locales/hu/LC_MESSAGES/consentAdmin.po | 158 ----- .../locales/id/LC_MESSAGES/consentAdmin.po | 164 ----- .../locales/it/LC_MESSAGES/consentAdmin.po | 164 ----- .../locales/ja/LC_MESSAGES/consentAdmin.po | 158 ----- .../locales/lt/LC_MESSAGES/consentAdmin.po | 159 ----- .../locales/lv/LC_MESSAGES/consentAdmin.po | 161 ----- .../locales/nb/LC_MESSAGES/consentAdmin.po | 162 ----- .../locales/nl/LC_MESSAGES/consentAdmin.po | 164 ----- .../locales/nn/LC_MESSAGES/consentAdmin.po | 162 ----- .../locales/pt/LC_MESSAGES/consentAdmin.po | 158 ----- .../locales/ro/LC_MESSAGES/consentAdmin.po | 163 ----- .../locales/ru/LC_MESSAGES/consentAdmin.po | 161 ----- .../locales/sl/LC_MESSAGES/consentAdmin.po | 159 ----- .../locales/sr/LC_MESSAGES/consentAdmin.po | 161 ----- .../locales/sv/LC_MESSAGES/consentAdmin.po | 160 ----- .../locales/zh-tw/LC_MESSAGES/consentAdmin.po | 158 ----- .../locales/zh/LC_MESSAGES/consentAdmin.po | 158 ----- .../consentAdmin/templates/consentadmin.php | 90 --- .../consentAdmin/templates/consentadmin.twig | 82 --- .../templates/consentadminajax.php | 2 - .../templates/consentadminajax.twig | 3 - .../www/assets/css/consentAdmin.css | 39 -- .../www/assets/js/consentAdmin.js | 79 --- modules/consentAdmin/www/consentAdmin.php | 338 ---------- 45 files changed, 2 insertions(+), 6170 deletions(-) delete mode 100644 modules/consentAdmin/config-templates/module_consentAdmin.php delete mode 100644 modules/consentAdmin/default-disable delete mode 100644 modules/consentAdmin/dictionaries/consentadmin.definition.json delete mode 100644 modules/consentAdmin/dictionaries/consentadmin.translation.json delete mode 100644 modules/consentAdmin/docs/consentAdmin.md delete mode 100644 modules/consentAdmin/hooks/hook_configpage.php delete mode 100644 modules/consentAdmin/hooks/hook_frontpage.php delete mode 100644 modules/consentAdmin/locales/ar/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/cs/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/da/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/de/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/el/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/en/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/es/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/et/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/eu/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/fr/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/he/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/hr/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/hu/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/id/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/it/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/ja/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/lt/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/lv/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/nb/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/nl/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/nn/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/pt/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/ro/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/ru/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/sl/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/sr/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/sv/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/zh-tw/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/locales/zh/LC_MESSAGES/consentAdmin.po delete mode 100644 modules/consentAdmin/templates/consentadmin.php delete mode 100644 modules/consentAdmin/templates/consentadmin.twig delete mode 100644 modules/consentAdmin/templates/consentadminajax.php delete mode 100644 modules/consentAdmin/templates/consentadminajax.twig delete mode 100644 modules/consentAdmin/www/assets/css/consentAdmin.css delete mode 100644 modules/consentAdmin/www/assets/js/consentAdmin.js delete mode 100644 modules/consentAdmin/www/consentAdmin.php diff --git a/bin/build-release.sh b/bin/build-release.sh index ae05fb705..9717c9cf8 100755 --- a/bin/build-release.sh +++ b/bin/build-release.sh @@ -55,6 +55,7 @@ php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp- 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-consentadmin 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 765003b0b..18a1c5b41 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,7 @@ "simplesamlphp/simplesamlphp-module-authx509": "^1.0.0", "simplesamlphp/simplesamlphp-module-cdc": "^1.0", "simplesamlphp/simplesamlphp-module-consent": "^1.0", + "simplesamlphp/simplesamlphp-module-consentadmin": "^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/consentAdmin/config-templates/module_consentAdmin.php b/modules/consentAdmin/config-templates/module_consentAdmin.php deleted file mode 100644 index 9c5420387..000000000 --- a/modules/consentAdmin/config-templates/module_consentAdmin.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php -/** - * Config file for consentAdmin - * - * @author Jacob Christiansen, <jach@wayf.dk> - * @package SimpleSAMLphp - */ -$config = [ - /* - * Configuration for the database connection. - */ - 'consentadmin' => [ - 'consent:Database', - 'dsn' => 'mysql:host=DBHOST;dbname=DBNAME', - 'username' => 'USERNAME', - 'password' => 'PASSWORD', - ], - - // Hash attributes including values or not - 'attributes.hash' => true, - - // If you set attributes.exclude in the consent module, this must match - // 'attributes.exclude' => [], - - // Where to direct the user after logout - // REMEMBER to prefix with http:// otherwise the relaystate is only appended - // to saml2 logout URL - 'returnURL' => 'http://www.wayf.dk', - - // Shows description of the services if set to true (defaults to true) - 'showDescription' => true, - - // Set authority - 'authority' => 'saml2', -]; diff --git a/modules/consentAdmin/default-disable b/modules/consentAdmin/default-disable deleted file mode 100644 index fa0bd82e2..000000000 --- a/modules/consentAdmin/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/consentAdmin/dictionaries/consentadmin.definition.json b/modules/consentAdmin/dictionaries/consentadmin.definition.json deleted file mode 100644 index 7864ff142..000000000 --- a/modules/consentAdmin/dictionaries/consentadmin.definition.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "sp_empty_description": { - "en": "(no description)" - }, - "attribute_org": { - "en": "Organisation" - }, - "added": { - "en": "Consent Added" - }, - "removed": { - "en": "Consent Removed" - }, - "updated": { - "en": "Consent Updated" - }, - "unknown": { - "en": "Unknown ..." - }, - "attribute_id": { - "en": "Identity" - }, - "attribute_injected": { - "en": "Injected attribut" - }, - "show": { - "en": "Show" - }, - "hide": { - "en": "Hide" - }, - "attributes_text": { - "en": "attributes" - }, - "consentadmin_header": { - "en": "Consent Administration" - }, - "consentadmin_description1": { - "en": "Here you can view and edit your consent for the Service Providers." - }, - "consentadmin_description2": { - "en": "\n<h3>How to delete your consent<\/h3>\nUncheck the box corresponding to the service provider\n\n<h3>Links<\/h3>\n<ul>\n<li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li>\n\n<li><a href=\"https:\/\/www.wayf.dk\/FAQ\">FAQ<\/a> <\/li>\n<\/ul>\n" - }, - "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" - }, - "consentadmin_purpose": { - "en": "The purpose of the service is" - }, - "link_consentAdmin": { - "en": "Consent administration" - } -} diff --git a/modules/consentAdmin/dictionaries/consentadmin.translation.json b/modules/consentAdmin/dictionaries/consentadmin.translation.json deleted file mode 100644 index fcc1ef52f..000000000 --- a/modules/consentAdmin/dictionaries/consentadmin.translation.json +++ /dev/null @@ -1,607 +0,0 @@ -{ - "sp_empty_description": { - "da": "(ingen beskrivelse)", - "no": "(ingen beskrivelse)", - "de": "(keine Beschreibung)", - "sl": "(brez opisa)", - "pt": "(sem descri\u00e7\u00e3o)", - "sv": "(ingen beskrivning)", - "fr": "(pas de description)", - "hr": "(nema opisa)", - "hu": "(nincs le\u00edr\u00e1s)", - "it": "(nessuna descrizione)", - "es": "(sin descripci\u00f3n)", - "lt": "(apib\u016bdinimas nenurodytas)", - "nl": "(geen omschrijving)", - "ja": "(\u8a18\u8ff0\u7121\u3057)", - "zh-tw": "(\u7121\u63cf\u8ff0)", - "nn": "(mangler informasjon)", - "et": "(kirjeldus puudub)", - "he": "(\u05d0\u05d9\u05df \u05ea\u05d9\u05d0\u05d5\u05e8)", - "zh": "\uff08\u6ca1\u6709\u63cf\u8ff0\uff09", - "ar": "\u0644\u0627 \u064a\u0648\u062c\u062f \u0648\u0635\u0641", - "lv": "(nav apraksta)", - "id": "(Tidak ada penjelasan)", - "sr": "(nema opisa)", - "ro": "(f\u0103r\u0103 descriere)", - "ru": "(\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442)", - "cs": "(\u017e\u00e1dn\u00fd popis)", - "eu": "(deskribapenik gabe)", - "el": "(\u03c7\u03c9\u03c1\u03af\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)" - }, - "attribute_org": { - "da": "Organisation", - "no": "Organisasjon", - "de": "Organisation", - "sl": "Organizacija", - "pt": "Organiza\u00e7\u00e3o", - "sv": "Organisation", - "fr": "Institution", - "hr": "Ustanova", - "hu": "Int\u00e9zm\u00e9ny", - "it": "Organizzazione", - "es": "Organizaci\u00f3n", - "lt": "Organizacija", - "nl": "Organisatie", - "ja": "\u7d44\u7e54", - "zh-tw": "\u7d44\u7e54", - "nn": "Organisasjon", - "et": "Organisatsioon", - "he": "\u05d0\u05d9\u05e8\u05d2\u05d5\u05df", - "zh": "\u7ec4\u7ec7", - "ar": "\u0627\u0644\u0645\u0646\u0638\u0645\u0629", - "lv": "Organiz\u0101cija", - "id": "Organisasi", - "sr": "Institucija", - "ro": "Institu\u021bie", - "ru": "\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f", - "cs": "Organizace", - "eu": "Erakundea", - "el": "\u039f\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2" - }, - "added": { - "da": "Samtykke givet", - "no": "Samtykke gitt", - "de": "Einverst\u00e4ndnis hinzugef\u00fcgt", - "sl": "Privolitev dodana", - "pt": "Consentimento adicionado", - "sv": "Samtycke tillagt", - "fr": "Consentement ajout\u00e9", - "hr": "Dozvola dodana", - "hu": "Hozz\u00e1j\u00e1rul\u00e1s r\u00f6gz\u00edtve", - "it": "Consenso Aggiunto", - "es": "Consentimiento a\u00f1adido", - "lt": "Leidimas prid\u0117tas", - "ja": "\u627f\u8a8d\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f", - "zh-tw": "\u540c\u610f\u65b0\u589e", - "nn": "Samtykke lagt til", - "nl": "Toestemming Toegevoegd", - "et": "N\u00f5usolek lisatud", - "he": "\u05d4\u05e1\u05db\u05de\u05d4 \u05d4\u05d5\u05e1\u05e4\u05d4", - "zh": "\u5df2\u7ecf\u6dfb\u52a0\u7684\u8bb8\u53ef", - "ar": "\u062a\u0645\u062a \u0627\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629", - "lv": "Pievienotie noteikumi", - "id": "Consent telah ditambahkan", - "sr": "Dozvola dodata", - "ro": "Acordul a fost ad\u0103ugat", - "ru": "\u0421\u043e\u0433\u043b\u0430\u0441\u0438\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e", - "cs": "Ud\u011blen\u00e9 povolen\u00ed", - "eu": "Onespena gehitua", - "el": "\u0397 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c4\u03ad\u03b8\u03b7\u03ba\u03b5" - }, - "removed": { - "da": "Samtykke slettet", - "no": "Samtykke trukket tilbake", - "de": "Einverst\u00e4ndnis entfernt", - "sl": "Privolitev razveljavljena", - "pt": "Consentimento removido", - "sv": "Samtycke borttaget", - "fr": "Consentement r\u00e9voqu\u00e9", - "hr": "Dozvola uklonjena", - "hu": "Hozz\u00e1j\u00e1rul\u00e1s visszavonva", - "it": "Consenso Rimosso", - "es": "Consentimiento eliminado", - "lt": "Leidimas pa\u0161alintas", - "ja": "\u627f\u8a8d\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f", - "zh-tw": "\u540c\u610f\u79fb\u9664", - "nn": "Samtykke trukke tilbake", - "nl": "Toestemming Verwijderd", - "et": "N\u00f5usolek eemaldatud", - "he": "\u05d4\u05e1\u05db\u05de\u05d4 \u05d4\u05d5\u05e1\u05e8\u05d4", - "zh": "\u5df2\u7ecf\u79fb\u9664\u7684\u8bb8\u53ef", - "ar": "\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629", - "lv": "No\u0146emtie noteikumi", - "id": "Consent telah dibuang", - "sr": "Dozvola uklonjena", - "ro": "Acordul a fost \u00eenl\u0103turat", - "ru": "\u0421\u043e\u0433\u043b\u0430\u0441\u0438\u0435 \u043e\u0442\u043e\u0437\u0432\u0430\u043d\u043e", - "cs": "Odebran\u00e9 povolen\u00ed", - "eu": "Onespena ezabatua", - "el": "\u0397 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7 \u03b1\u03bd\u03b1\u03b9\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5" - }, - "updated": { - "da": "Samtykke Opdateret", - "no": "Samtykke oppdatert", - "de": "Einverst\u00e4ndnis aktualisiert", - "sl": "Privolitev posodobljena", - "pt": "Consentimento actualizado", - "sv": "Samtycke uppdaterat", - "fr": "Consentement mis ) jour", - "hr": "Dozvola a\u017eurirana", - "hu": "Hozz\u00e1j\u00e1rul\u00e1s friss\u00edtve", - "it": "Consenso Aggiornato", - "es": "Consentimiento actualizado", - "lt": "Leidimas atnaujintas", - "ja": "\u627f\u8a8d\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f", - "zh-tw": "\u540c\u610f\u66f4\u65b0", - "nn": "Samtykke oppdatert", - "nl": "Toestemming Bijgewerkt", - "et": "N\u00f5usolek uuendatud", - "he": "\u05d4\u05e1\u05db\u05de\u05d4 \u05e2\u05d5\u05d3\u05db\u05e0\u05d4", - "zh": "\u5df2\u7ecf\u66f4\u65b0\u7684\u8bb8\u53ef", - "ar": "\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629", - "lv": "Uzlabotie noteikumi", - "id": "Consent telah diupdate", - "sr": "Dozvola a\u017eurirana", - "ro": "Acordul a fost actualizat", - "ru": "\u0421\u043e\u0433\u043b\u0430\u0441\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e", - "cs": "Aktualizovan\u00e9 povolen\u00ed", - "eu": "Onespena eguneratua", - "el": "\u0397 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5" - }, - "unknown": { - "da": "Ukendt ...", - "no": "Ukjent...", - "de": "Unbekannt...", - "sl": "Neznan...", - "pt": "Desconhecido ...", - "sv": "Ok\u00e4nd...", - "fr": "Inconnu ...", - "hr": "Nepoznato ...", - "hu": "Ismeretlen ...", - "it": "Sconosciuto...", - "es": "Desconocido ...", - "lt": "Ne\u017einoma...", - "ja": "\u4e0d\u660e\u2026", - "zh-tw": "\u672a\u77e5...", - "nn": "Ukjent...", - "nl": "Onbekend...", - "et": "Tundmatu...", - "he": "\u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2...", - "zh": "\u672a\u77e5...", - "ar": "\u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641", - "lv": "Nezin\u0101ms ...", - "id": "Tidak diketahui...", - "sr": "Nepoznato ...", - "ro": "Necunoscut ...", - "ru": "\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e..", - "cs": "Nezn\u00e1m\u00fd ...", - "eu": "Ezezaguna...", - "el": "\u0386\u03b3\u03bd\u03c9\u03c3\u03c4\u03bf..." - }, - "attribute_id": { - "da": "Identitet", - "no": "Identitet", - "de": "Identit\u00e4t", - "sl": "Identiteta", - "pt": "Identidade", - "sv": "Identitet", - "fr": "Identit\u00e9", - "hr": "Identitet", - "hu": "Azonoss\u00e1g", - "it": "Identit\u00e0", - "es": "Identidad", - "lt": "Tapatyb\u0117", - "ja": "\u8b58\u5225\u5b50", - "zh-tw": "\u8eab\u5206", - "nn": "Identitet", - "nl": "Identiteit", - "et": "Identiteet", - "he": "\u05d6\u05d4\u05d5\u05ea", - "zh": "\u8eab\u4efd", - "ar": "\u0627\u0644\u0647\u0648\u064a\u0629", - "lv": "Identit\u0101te", - "id": "Identitas", - "sr": "Identitet", - "ro": "Identitate", - "ru": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f", - "cs": "Identita", - "eu": "Identitatea", - "el": "\u03a4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1" - }, - "attribute_injected": { - "da": "Injiceret attribut", - "no": "Persondata lagt til", - "de": "Eingekoppeltes Attribut", - "sl": "Vrinjen atribut", - "pt": "Atributo injectado", - "sv": "Tillf\u00f6rt attribut", - "fr": "Attribut ajout\u00e9", - "hr": "Uba\u010deni atribut", - "hu": "Attrib\u00fatum besz\u00far\u00e1sa", - "it": "Attributo inserito", - "es": "Atributo inyectado", - "lt": "\u012eterptas atributas", - "ja": "\u633f\u5165\u3055\u308c\u305f\u5c5e\u6027", - "zh-tw": "\u52a0\u5165\u5c6c\u6027", - "nn": "Persondata lagt til", - "nl": "Ge\u00efnjecteerd attibuut", - "et": "XXXS\u00fcstitud atribuut", - "he": "\u05de\u05d0\u05e4\u05d9\u05d9\u05df \u05de\u05d5\u05d6\u05e8\u05e7", - "zh": "\u6ce8\u5165\u7684\u5c5e\u6027", - "ar": "\u0627\u0644\u0633\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u062a\u0642\u062f\u064a\u0645\u0647\u0627", - "lv": "Ievietots atrib\u016bts", - "id": "Attribut yang diinjeksi", - "sr": "Uba\u010deni atribut", - "ro": "Atribut introdus", - "ru": "\u0412\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442", - "cs": "Vlo\u017een\u00fd atribut", - "eu": "Atributua sartuta", - "el": "\u0395\u03b9\u03c3\u03b1\u03c7\u03b8\u03ad\u03bd \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf" - }, - "show": { - "da": "Vis", - "no": "Vis", - "de": "Zeige an", - "sl": "Prika\u017ei", - "pt": "Mostrar", - "sv": "Visa", - "fr": "Voir", - "hr": "Prika\u017ei", - "hu": "Attrib\u00fatumok megjelen\u00edt\u00e9se", - "it": "Mostra", - "es": "Mostrar", - "lt": "Parodyti", - "ja": "\u8868\u793a", - "zh-tw": "\u986f\u793a", - "nn": "Vis", - "nl": "Bekijk", - "et": "N\u00e4ita", - "he": "\u05d4\u05e6\u05d2", - "zh": "\u663e\u793a", - "ar": "\u0627\u0638\u0647\u0627\u0631", - "lv": "Par\u0101d\u012bt", - "id": "Perlihatkan", - "sr": "Prika\u017ei", - "ro": "Arat\u0103", - "ru": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c", - "cs": "Zobrazit", - "eu": "Erakutsi", - "el": "\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7" - }, - "hide": { - "da": "Skjul", - "no": "Skjul", - "de": "Verstecke", - "sl": "Skrij", - "pt": "Esconder", - "sv": "G\u00f6m", - "fr": "Cacher", - "hr": "Sakrij", - "hu": "Attrib\u00fatumok rejt\u00e9se", - "it": "Nascondi", - "es": "Ocultar", - "lt": "Pasl\u0117pti", - "ja": "\u975e\u8868\u793a", - "zh-tw": "\u96b1\u85cf", - "nn": "Skjul", - "nl": "Verberg", - "et": "Peida", - "he": "\u05d4\u05e1\u05ea\u05e8", - "zh": "\u9690\u85cf", - "ar": "\u0627\u062e\u0641\u0627\u0621", - "lv": "Sl\u0113pt", - "id": "Sembunyikan", - "sr": "Sakrij", - "ro": "Ascunde", - "ru": "\u0421\u043a\u0440\u044b\u0442\u044c", - "cs": "Skr\u00fdt", - "eu": "Ezkutatu", - "el": "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7" - }, - "attributes_text": { - "da": "attributter", - "no": "persondata", - "de": "Attribute", - "sl": "atributi", - "pt": "atributos", - "sv": "attribut", - "fr": "attributs", - "hr": "atributi", - "hu": ".", - "it": "attributi", - "es": "Atributos", - "lt": "atributai", - "ja": "\u5c5e\u6027", - "zh-tw": "\u5c6c\u6027", - "nn": "persondata", - "nl": "attributen", - "et": "atribuudid", - "he": "\u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd", - "zh": "\u5c5e\u6027", - "ar": "\u0627\u0644\u0633\u0645\u0627\u062a", - "lv": "atrib\u016bti", - "id": "Attribute", - "sr": "atributi", - "ro": "atribute", - "ru": "\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b", - "cs": "atributy", - "eu": "Atributuak", - "el": "\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd" - }, - "consentadmin_header": { - "da": "Administrer dine samtykker", - "no": "Samtykkeadministrasjon", - "de": "Verwaltung von Einverst\u00e4ndniserkl\u00e4rungen", - "sl": "Upravljanje s privolitvami", - "pt": "Administra\u00e7\u00e3o de Consentimento", - "sv": "Samtyckesadministration", - "fr": "Administration des consentements", - "hr": "Administracija dozvola", - "hu": "Adatkezel\u00e9si hozz\u00e1j\u00e1rul\u00e1sok kezel\u00e9se", - "it": "Amministrazione del consenso", - "es": "Administraci\u00f3n de consentimiento", - "lt": "Leidim\u0173 administravimas", - "ja": "\u627f\u8a8d\u7ba1\u7406", - "zh-tw": "\u7ba1\u8f44\u8a31\u53ef", - "nn": "Samtykkeadministrasjon", - "nl": "Toestemming Beheer", - "et": "N\u00f5usoleku administreerimine", - "he": "\u05de\u05e0\u05d4\u05dc \u05d4\u05e1\u05db\u05de\u05d5\u05ea\u05ea", - "zh": "\u7ba1\u7406\u5458\u8bb8\u53ef", - "ar": "\u0627\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629", - "lv": "Noteikumu administrators", - "id": "Administrasi Consent", - "sr": "Administracija dozvola", - "ro": "Administrarea acordurilor (consim\u021b\u0103mintelor)", - "ru": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0435\u043c", - "cs": "Administrace povolen\u00ed", - "eu": "Onespenaren kudeaketa", - "el": "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u0394\u03b7\u03bb\u03ce\u03c3\u03b5\u03c9\u03bd \u03a3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7\u03c2" - }, - "consentadmin_description1": { - "da": "WAYF videregiver kun oplysninger til eksterne tjenester, hvis du giver dit samtykke til det. Hvilke oplysninger det drejer sig om, varierer alt efter hvad tjenesteudbyderen har behov for. Det kan for eksempel v\u00e6re:<ul><li>Dit navn<li>Din e-mail-adresse<li>Din institution<li>Etc.<\/ul>Hvis du s\u00e6tter et flueben ud for <b>Husk dette samtykke<\/b>, vil du ikke blive spurgt, n\u00e6ste gang du bes\u00f8ger tjenesteudbyderen. S\u00e5 husker WAYF, at du allerede har givet samtykke til at videregive oplysninger til tjenesteudbyderen. <p>Nedenfor er opf\u00f8rt de tjenester, som du for \u00f8jeblikket har givet l\u00f8bende samtykke til:<\/a>", - "no": "Her kan du se og endre dine samtykker for tjenester.", - "de": "Hier k\u00f6nnen Sie Ihre Einverst\u00e4ndniserkl\u00e4rungen f\u00fcr die Diensteanbieter anzeigen und bearbeiten.", - "sl": "Pregled in urejanje privolitev za posamezen SP.", - "pt": "Nesta p\u00e1gina pode ver e editar o seu consentimento dado aos Fornecedores de Servi\u00e7os.", - "sv": "H\u00e4r kan du se och \u00e4ndra dina samtycken f\u00f6r olika tj\u00e4nsteleverant\u00f6rer.", - "fr": "Vous pouvez ici voir et modifier les consentements donn\u00e9s pour les fournisseurs de service.", - "hr": "Ovdje mo\u017eete pregledati i mijenjati va\u0161e dozvole davateljima usluga.", - "hu": "Ezen az oldalon lehet szolg\u00e1ltat\u00f3nk\u00e9nt (SP) az adakezel\u00e9si hozz\u00e1j\u00e1rul\u00e1sokat megtekinteni \u00e9s m\u00f3dos\u00edtani.", - "it": "Qui \u00e8 possibile vedere e modificare i consensi per i vari Service Provider.", - "es": "Aqu\u00ed puedes visualizar y editar tu consentimiento para los proveedores de servicio", - "lt": "\u010cia j\u016bs galite per\u017ei\u016br\u0117ti ir keisti savo leidimus paslaug\u0173 teik\u0117jams", - "ja": "\u3053\u3053\u306f\u3001\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u627f\u8a8d\u3092\u8868\u793a\u3057\u305f\u308a\u7de8\u96c6\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059\u3002", - "zh-tw": "\u9019\u908a\u53ef\u4ee5\u6aa2\u8996\u53ca\u4fee\u6539\u60a8\u540c\u610f\u7684\u670d\u52d9\u63d0\u4f9b\u8005\u3002", - "nn": "Her kan du sj\u00e5 og endra dine samtykke til tenestene.", - "et": "Siin saad n\u00e4ha ja muuta teenusepakkujatega n\u00f5usolekuid.", - "he": "\u05db\u05d0\u05df \u05d0\u05ea\u05d4 \u05d9\u05db\u05d5\u05dc \u05dc\u05e8\u05d0\u05d5\u05ea \u05d5\u05dc\u05e2\u05e8\u05d5\u05da \u05d0\u05ea \u05d4\u05e1\u05db\u05de\u05d5\u05ea\u05da \u05dc\u05e1\u05e4\u05e7\u05d9 \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea", - "zh": "\u5728\u8fd9\u91cc\u4f60\u53ef\u4ee5\u67e5\u770b\u548c\u7f16\u8f91\u4f60\u7684SP\u8bb8\u53ef", - "ar": "\u064a\u0645\u0643\u0646\u0643 \u0631\u0624\u064a\u0629 \u0648\u062a\u0639\u062f\u064a\u0644 \u0645\u0648\u0627\u0641\u0642\u062a\u0643 \u0639\u0644\u064a \u0645\u0634\u063a\u0644\u064a \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0647\u0646\u0627 ", - "lv": "\u0160eit J\u016bs varat apl\u016bkot un labot noteikumus priek\u0161 servisu pieg\u0101d\u0101t\u0101jiem", - "id": "Disini anda dapat melihat dan mengedit consent anda untuk Service Provider.", - "sr": "Ovde mo\u017eete pregledati i menjati va\u0161e dozvole davaocima servisa.", - "nl": "Hier kunt u uw verleende toestemmingen voor dienstverleners bekijken en bewerken.", - "ro": "Aici pute\u021bi edita acordul\/consim\u021b\u0103m\u00e2ntul dumneavoastr\u0103 pentru Furnizorii de servicii.", - "ru": "\u0412 \u044d\u0442\u043e\u043c \u043f\u043e\u043b\u0435 \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0438 \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u0432\u0430\u0448\u0435\u0433\u043e \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u044f \u0434\u043b\u044f \u0441\u0435\u0440\u0432\u0438\u0441 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u043e\u0432.", - "cs": "Zde m\u016f\u017eete zobrazit a upravit va\u0161e povolen\u00ed pro Poskytovatele slu\u017eeb.", - "eu": "Hemen, zerbitzu hornitzaileentzat onespena bistara eta edita dezakezu", - "el": "\u0395\u03b4\u03ce \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b7\u03bb\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b1\u03c1\u03cc\u03c7\u03bf\u03c5\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd" - }, - "consentadmin_description2": { - "da": "<h3>S\u00e5dan sletter du et samtykke<\/h3>Fjern fluebenet ud for tjenesten, samtykket tilh\u00f8rer.<h3>Hvilke data gemmer WAYF om dig?<\/h3><ul><li>N\u00e5r du giver dit samtykke, henter WAYF dine oplysninger fra din institution og sender de relevante videre til tjenesteudbyderen<li>Ingen af oplysningerne gemmes af WAYF<li>Hvis du har bedt WAYF huske dit samtykke, gemmes personhenf\u00f8rbare data heller ikke hos WAYF. Oplysningen om, at du har givet dit samtykke, gemmes p\u00e5 en ikke-personhenf\u00f8rbar m\u00e5de<\/ul><h3>Hvilke rettigheder har du?<\/h3>Du har ret til at tr\u00e6kke et samtykke tilbage.<h3>Hvor l\u00e6nge gemmes dine samtykker?<\/h3>Et samtykke slettes tre \u00e5r efter, at du sidst har benyttet det.<h3>Hvordan beskyttes mine oplysninger?<\/h3>WAYF foretager behandlinger af personoplysninger i henhold til persondataloven (lov nr. 429 af 31. maj 2000 med senere \u00e6ndringer). Du kan l\u00e6se n\u00e6rmere om registreredes rettigheder i persondatalovens afsnit III.<a href=\"http:\/\/www.datatilsynet.dk\/lovgivning\/persondataloven\/\">Persondataloven<\/a><h3>Links<\/h3><ul><li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li><li><a href=\"https:\/\/www.wayf.dk\/index.php\/da\/om-wayf\/faq-ofte-stillede-sporgsmal\">FAQ<\/a> <\/li><\/ul>", - "no": "<h3>Hvordan trekke samtykke tilbake<\/h3> Fjern haken i boksen for gitte tjenestetilbyder <h3>Lenker<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/da\/om-wayf\/faq-ofte-stillede-sporgsmal\">Ofte stilte sp\u00f8rsm\u00e5l<\/a> <\/li> <\/ul> ", - "de": "<h3>Wie Sie Ihre Einverst\u00e4ndniserkl\u00e4rung l\u00f6schen<\/h3> Entfernen Sie das H\u00e4kchen von der Box des jeweiligen Diensteanbieters<h3>Links<\/h3><ul><li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a> <\/li> <\/ul> ", - "sl": "<h3>Kako razveljavim dano privolitev?<\/h3> Odstranite kljukico pred SPjem, za katerega \u017eelite razveljaviti dano privolitev<h3>Povezave<\/h3> <ul> <li><a href=\"https:\/\/aai.arnes.si\">Start<\/a> <\/li> <li><a href=\"https:\/\/aai.arnes.si\">FAQ<\/a> <\/li> <\/ul>", - "pt": "<h3>Como remover o seu consentimento<\/h3> Retire a marca correspondente ao fornecedor de servi\u00e7o que pretende remover.", - "sv": "<h3>Hur du tar bort ditt samtycke<\/h3> Ta bort markeringen i rutan kopplad till tj\u00e4nsteleverant\u00f6ren <h3>L\u00e4nkar<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a> <\/li> <\/ul> ", - "fr": "<h3>Comment r\u00e9voquer un consentement<\/h3>D\u00e9cochez la case correspondante au fournisseur de service <h3>Liens<\/h3><ul><li><a href=\"https:\/\/www.wayf.dk\">Commencer<\/a><li><li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a><\/li><\/ul> ", - "hr": "<h3>Kako obrisati dozvolu<\/h3> Maknite kva\u010dicu iz polja koje se odnosi na davatelja usluge <h3>Poveznice<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Po\u010detna stranica<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">Pitanja i odgovori<\/a> <\/li> <\/ul> ", - "hu": "<h3>Hogyan kell visszavonni egy hozz\u00e1j\u00e1rul\u00e1st?<\/h3> A szolg\u00e1ltat\u00f3hoz tartoz\u00f3 jel\u00f6l\u0151n\u00e9gyzetben sz\u00fcntesse meg a kijel\u00f6l\u00e9st!", - "it": "<h3>Come rimuovere il consenso><\/h3> Togliere il segno di spunta al corrispondente service provider<h3>Collegamenti<\/h3><ul><li><a href=\"https:\/\/www.wayf.dk\">Inizio<\/a><\/li><li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a><\/li><\/ul>", - "es": "<h3>Como eliminar su consentimiento<\/h3> Desmarque la opci\u00f3n correspondiente al proveedor de servicios <h3>V\u00ednculos<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Inicio<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a> <\/li> <\/ul>", - "lt": "<h3>Kaip pa\u0161alinti savo leidim\u0105<\/h3> Panaikinkite pa\u017eym\u0117jim\u0105 ties atitinkamu paslaugos teik\u0117ju <h3>Nuorodos<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Prad\u017eia<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/FAQ\">FAQ<\/a> <\/li> <\/ul> ", - "ja": "<h3>\u627f\u8a8d\u306e\u524a\u9664\u65b9\u6cd5<\/h3> \u8a72\u5f53\u3059\u308b\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0\u306e\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u307e\u3059\u3002<h3>\u30ea\u30f3\u30af<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a> <\/li> <\/ul> ", - "zh-tw": "<h3>\u5728\u9019\u522a\u9664\u60a8\u7684\u6388\u6b0a<\/h3> \u53d6\u6d88\u52fe\u9078\u670d\u52d9\u63d0\u4f9b\u8005\u5c0d\u61c9\u7684\u6838\u53d6\u65b9\u584a <h3>\u9023\u7d50<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">\u958b\u59cb<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">\u8aaa\u660e<\/a> <\/li> <\/ul> ", - "nn": "<h3>Korleis dra tilbake samtykke<\/h3> Fjern haka i boksen for enkelte tenester <h3>Lenker<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/da\/om-wayf\/faq-ofte-stillede-sporgsmal\">Ofte stilte sp\u00f8rsm\u00e5l<\/a> <\/li> <\/ul> ", - "nl": "<h3>Hoe verwijdert u toestemmingen<\/h3> Vinkt u het vakje af dat overeenkomt met de dienstverlener <h3>Links<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a> <\/li> <\/ul>", - "et": "<h3>Kuidas eemaldada n\u00f5usolekut<\/h3> Eemalda vastava teenusepakkuja juurest m\u00e4rge <h3>Viited<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">KKK<\/a> <\/li> <\/ul>", - "he": "<h3>\u05d0\u05d9\u05da \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d0\u05ea \u05d4\u05e1\u05db\u05de\u05ea\u05da<\/h3> \u05dc\u05d7\u05e5 \u05d1\u05ea\u05d9\u05d1\u05d4 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4 \u05dc\u05e1\u05e4\u05e7 \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea <h3>\u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">\u05d4\u05ea\u05d7\u05dc\u05d4<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">\u05e9\u05d0\u05dc\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea<\/a> <\/li> <\/ul> ", - "zh": "<h3>\u5982\u4f55\u5220\u9664\u4f60\u7684\u8bb8\u53ef<\/h3>\u53cd\u9009\u76f8\u5e94\u7684SP\u9009\u62e9\u6846<h3>Links<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">\u5f00\u59cb<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a> <\/li> <\/ul>", - "ar": "\u0644\u062d\u0630\u0641 \u0645\u0648\u0627\u0641\u0642\u062a\u0643<\/h3>\u0627\u0644\u063a\u064a \u0635\u0646\u062f\u0648\u0642 \u0645\u0634\u063a\u0644 \u0627\u0644\u062e\u062f\u0645\u0629<h3>\u0631\u0648\u0627\u0628\u0637<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">\u0623\u0628\u062f\u0627>\/a><\/li><li><ahref=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions<\/a> <\/a> <\/li> <\/ul> ", - "lv": "<h3>K\u0101 dz\u0113st noteikumus<\/h3> Iz\u0146emiet \u0137eks\u012bti pie atbilsto\u0161\u0101 servisa pieg\u0101d\u0101t\u0101ja <h3>Saites<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">S\u0101kums<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">BUJ<\/a> <\/li> <\/ul> ", - "id": "<h3>Bagaimana cara menghapus consent anda<\/h3> Hapus centak pada kotak service provider yang anda maksud <h3>Link<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Mulai<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a> <\/li> <\/ul>", - "sr": "<h3>Kako obrisati dozvolu<\/h3> Uklonite kva\u010dicu iz polja koje se odnosi na davaoca servisa <h3>Linkovi<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Po\u010detna stranica<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">Pitanja i odgovori<\/a> <\/li> <\/ul> ", - "ro": "<h3>Cum poate fi anulat acordul dumneavoastr\u0103<\/h3>Debifa\u021bi c\u0103su\u021ba corespunz\u0103toare furnizorului de servicii <h3>Link-uri<\/h3><ul><li><a href=\"https:\/\/www.wayf.dk\">Start<\/a><\/li><li><a href=\"https:\/\/www.wayf.dk\/FAQ\">FAQ<\/a><\/li><\/ul>", - "ru": "<h3>\u041a\u0430\u043a \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0430\u0448\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0435<\/h3> \u0421\u043d\u0438\u043c\u0438\u0442\u0435 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0441 \u0441\u0435\u0440\u0432\u0438\u0441 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430 <h3>\u0421\u0441\u044b\u043b\u043a\u0438<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Start<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/FAQ\">FAQ<\/a> <\/li> <\/ul>", - "cs": "<h3>Jak smazat va\u0161e povolen\u00ed<\/h3> Odzna\u010dte pol\u00ed\u010dko odpov\u00eddaj\u00edc\u00ed poskytovateli slu\u017eeb <h3>Odkazy<\/h3> <ul><li><a href=\"https:\/\/www.wayf.dk\">Start<\/a><\/li><li><a href=\"https:\/\/www.wayf.dk\/FAQ\">FAQ<\/a><\/li><\/ul>", - "eu": "<h3>Zure onespena nola ezabatu<\/h3> Zerbitzu hornitzaileari dagokion aukerari marka kendu ezaiozu <h3>Loturak<\/h3> <ul> <li><a href=\"https:\/\/www.wayf.dk\">Haisera<\/a> <\/li> <li><a href=\"https:\/\/www.wayf.dk\/index.php\/en\/about-wayf\/faq-frequently-asked-questions\">FAQ<\/a> <\/li> <\/ul>", - "el": "<h3>\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b9\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03ae \u03c3\u03b1\u03c2<\/h3>\u0391\u03c0\u03bf\u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bf\u03c5\u03c4\u03af \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03bd\u03c4\u03b9\u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af \u03c3\u03c4\u03bf\u03bd \u03c0\u03ac\u03c1\u03bf\u03c7\u03bf \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd" - }, - "login": { - "da": "login", - "no": "login", - "de": "Anmeldung", - "sl": "Prijava", - "pt": "Entrar", - "sv": "Logga in", - "fr": "Connexion", - "hr": "Prijavi se", - "hu": "Bel\u00e9p\u00e9s", - "it": "connessione", - "es": "entrar", - "ja": "\u30ed\u30b0\u30a4\u30f3", - "lt": "Prisijungti", - "zh-tw": "\u767b\u5165", - "nn": "logg inn", - "nl": "login", - "et": "logi sisse", - "he": "\u05d4\u05ea\u05d7\u05d1\u05e8", - "zh": "\u767b\u9646", - "ar": "\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644", - "lv": "piesl\u0113gties", - "id": "login", - "sr": "Prijavi se", - "ro": "autentificare", - "ru": "\u0412\u0445\u043e\u0434", - "cs": "p\u0159ihl\u00e1\u0161en\u00ed", - "eu": "sartu", - "el": "\u03b5\u03af\u03c3\u03bf\u03b4\u03bf\u03c2" - }, - "service_providers_for": { - "da": "Service Providers for", - "no": "Tjenesteleverand\u00f8rer for", - "de": "Diensteanbieter f\u00fcr", - "sl": "Ponudniki storitev za", - "pt": "Fornecedores de Servi\u00e7os para", - "sv": "Tj\u00e4nsteleverant\u00f6rer f\u00f6r", - "fr": "Fournisseurs de service pour", - "hr": "Davatelji usluga za", - "hu": "Szolg\u00e1ltat\u00f3", - "it": "Service provider per", - "es": "Proveedores de servicio para", - "ja": "\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0 - ", - "lt": "Paslaugos tiek\u0117jai", - "zh-tw": "\u670d\u52d9\u63d0\u4f9b\u8005\u7684", - "nn": "Tenesteleverand\u00f8r for ", - "nl": "Service Providers voor", - "et": "Teenusepakkujad", - "he": "\u05e1\u05e4\u05e7\u05d9 \u05e9\u05d9\u05e8\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8", - "zh": "\u670d\u52a1\u63d0\u4f9b\u5546\u670d\u52a1\u4e8e", - "ar": "\u0645\u0634\u063a\u0644\u064a \u0627\u0644\u062e\u062f\u0645\u0629 \u0644", - "lv": "Servisa pieg\u0101d\u0101t\u0101ji priek\u0161", - "id": "Service Provider untuk", - "sr": "Davaoci Servisa za", - "ro": "Furnizori de servicii pentru", - "ru": "\u0421\u0435\u0440\u0432\u0438\u0441 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u044b \u0434\u043b\u044f", - "cs": "Poskytovatel\u00e9 slu\u017eeb pro", - "eu": "Zerbitzu hornitzaileak hontarako: ", - "el": "\u03a0\u03ac\u03c1\u03bf\u03c7\u03bf\u03b9 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd \u03b3\u03b9\u03b1" - }, - "service_provider_header": { - "da": "Service Provider", - "no": "Tjenesteleverand\u00f8r", - "de": "Diensteanbieter", - "sl": "Ponudnik storitve", - "pt": "Fornecedor de Servi\u00e7o", - "sv": "Tj\u00e4nsteleverant\u00f6r", - "fr": "Fournisseurs de service", - "hr": "Davatelj usluge", - "hu": "Szolg\u00e1ltat\u00f3", - "it": "Service Provider", - "es": "Proveedor de servicio", - "ja": "\u30b5\u30fc\u30d3\u30b9\u30d7\u30ed\u30d0\u30a4\u30c0", - "lt": "Paslaugos tiek\u0117jas", - "zh-tw": "\u670d\u52d9\u63d0\u4f9b\u8005", - "nn": "Tenesteleverand\u00f8r", - "nl": "Service Provider", - "et": "Teenusepakkuja", - "he": "\u05e1\u05e4\u05e7 \u05e9\u05d9\u05e8\u05d5\u05ea", - "zh": "\u670d\u52a1\u63d0\u4f9b\u5546", - "ar": "\u0645\u0642\u062f\u0645 \u0627\u0644\u062e\u062f\u0645\u0629", - "lv": "Servisa pieg\u0101d\u0101t\u0101js", - "id": "Service Provider", - "sr": "Davalac Servisa", - "ro": "Furnizor de servicii", - "ru": "\u0421\u0435\u0440\u0432\u0438\u0441 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440", - "cs": "Poskytovatel slu\u017eeb", - "eu": "Zerbitzu hornitzailea", - "el": "\u03a0\u03ac\u03c1\u03bf\u03c7\u03bf\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd" - }, - "status_header": { - "da": "Samtykke status", - "no": "Samtykke status", - "de": "Status der Einverst\u00e4ndniserkl\u00e4rung", - "sl": "Status privolitve", - "pt": "Consentimento", - "sv": "Samtyckesstatus", - "fr": "Statut du consentement", - "hr": "Stanje dozvola", - "hu": "Hozz\u00e1j\u00e1rul\u00e1s \u00e1llapota", - "it": "Stato del consenso", - "es": "Estado del consentimiento", - "ja": "\u627f\u8a8d\u30b9\u30c6\u30fc\u30bf\u30b9", - "lt": "Leidimo statusas", - "zh-tw": "\u8a31\u53ef\u72c0\u614b", - "nn": "Samtykkestatus", - "nl": "Toestemming Status", - "et": "N\u00f5usoleku olek", - "he": "\u05de\u05e6\u05d1 \u05d4\u05e1\u05db\u05de\u05d4", - "zh": "\u8bb8\u53ef\u72b6\u6001", - "ar": "\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629", - "lv": "Noteikumu statuss", - "id": "Status consent", - "sr": "Stanje dozvole", - "ro": "Stare acord (consim\u021b\u0103m\u00e2nt)", - "ru": "\u0421\u0442\u0430\u0442\u0443\u0441 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u044f", - "cs": "Stav povolen\u00ed", - "eu": "Onespenaren egoera", - "el": "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03b7\u03c2" - }, - "show_hide_attributes": { - "da": "vis\/skjul attributter", - "no": "vis\/skjul persondata", - "de": "Attribute anzeigen\/verstecken", - "sl": "Prika\u017ei\/Skrij atribute", - "pt": "mostrar\/esconder atributos", - "sv": "visa\/g\u00f6m attribut", - "fr": "voir\/cacher les attributs", - "hr": "prika\u017ei\/sakrij atribute", - "hu": "Attrib\u00fatumok megjelen\u00edt\u00e9se\/rejt\u00e9se", - "it": "Mostra\/nascondi attributi", - "es": "Mostrar\/ocultar atributos", - "ja": "\u8868\u793a\/\u975e\u8868\u793a\u5c5e\u6027", - "lt": "Rodyti\/sl\u0117pti atributus", - "zh-tw": "\u986f\u793a\/\u96b1\u85cf\u5c6c\u6027", - "nn": "vis\/skjul personinformasjon", - "nl": "bekijk\/verberg attributen", - "et": "n\u00e4ita\/peida atribuudid", - "he": "\u05d4\u05e8\u05d0\u05d4\\\u05d4\u05e1\u05ea\u05e8 \u05de\u05d0\u05e4\u05d9\u05d9\u05e0\u05d9\u05dd", - "zh": "\u663e\u793a\/\u9690\u85cf\u5c5e\u6027", - "ar": "\u0627\u0638\u0647\u0631\/ \u0627\u062e\u0641\u064a \u0627\u0644\u0633\u0645\u0627\u062a", - "lv": "r\u0101d\u012b\u0161anas\/sl\u0113p\u0161anas atrib\u016bti", - "id": "Tunjukkan\/sembunyikan attribute", - "sr": "prika\u017ei\/sakrij atribute", - "ro": "arat\u0103\/ascunde atributele", - "ru": "\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\/\u0441\u043a\u0440\u044b\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b", - "cs": "zobrazit\/skr\u00fdt atributy", - "eu": "erakutsi\/ezkutatu atributuak", - "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" - }, - "consentadmin_purpose": { - "da": "Form\u00e5let med tjenesten er", - "no": "Hensikten med denne tjenesten er", - "de": "Der Zweck dieses Dienstes ist", - "sl": "Namen storitve: ", - "pt": "Este servi\u00e7o destina-se a", - "sv": "Systet med tj\u00e4nsten \u00e4r", - "fr": "L'objet de ce service est", - "hr": "Namjena ovog servisa je", - "hu": "A szolg\u00e1ltat\u00e1s le\u00edr\u00e1sa", - "it": "Lo scopo di questo servizio \u00e8", - "es": "El prop\u00f3sito del servicio es", - "ja": "\u30b5\u30fc\u30d3\u30b9\u306e\u76ee\u7684: ", - "lt": "Paslaugos paskirtis yra", - "zh-tw": "\u6b64\u9805\u670d\u52d9\u7684\u76ee\u7684\u70ba", - "nn": "Form\u00e5let med tenesta er", - "nl": "Het nut van de server is", - "et": "Selle teenuse eesm\u00e4rk on", - "he": "\u05de\u05d8\u05e8\u05ea \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05d9\u05d0", - "zh": "\u8be5\u670d\u52a1\u7684\u7528\u9014", - "ar": "\u063a\u0631\u0636 \u0627\u0644\u062e\u062f\u0645\u0629 \u0647\u0648", - "lv": "\u0160\u012b servisa nol\u016bks ir", - "id": "Tujuan dari layanan ini adalah", - "sr": "Namena ovog servisa je", - "ro": "Scopul acestui serviciu este", - "ru": "\u0426\u0435\u043b\u044c\u044e \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f", - "cs": "\u00da\u010del slu\u017eby je", - "eu": "Zerbitzuaren xedea hau da", - "el": "\u039f \u03c3\u03ba\u03bf\u03c0\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9" - }, - "link_consentAdmin": { - "es": "Administración del consentimiento", - "no": "Samtykke administrasjon", - "nn": "Samtykke administrasjon" - } -} diff --git a/modules/consentAdmin/docs/consentAdmin.md b/modules/consentAdmin/docs/consentAdmin.md deleted file mode 100644 index 1dc342e7f..000000000 --- a/modules/consentAdmin/docs/consentAdmin.md +++ /dev/null @@ -1,77 +0,0 @@ -Installing and configuring the consentAdmin module -================================================== - -The consentAdmin module is an addon to the consent module. This means that -you can not use consentAdmin without the consent module. If you have not -installed and configured the consent module, please do. - - * [How to install and configure the consent module](./consent:consent) - -The consentAdmin module only works when the consent module is using a -database to store the consents. - -Setting up the consentAdmin module ----------------------------------- - -The first thing you need to do is to enable the consentAdmin module: - - touch modules/consentAdmin/enable - -Next you need to copy the module config file to the config directory: - - cp modules/consentAdmin/config-templates/module_config.php config - -Then you will need to set up the database. The consentAdmin uses the same -table as the consent module, but you still need the set the correct -credentials in the config file. Example: - - 'consentadmin' => array( - 'consent:Database', - 'dsn' => 'mysql:host=sql.uninett.no;dbname=andreas_consent', - 'username' => 'simplesaml', - 'password' => 'sdfsdf', - ), - -Notice that credentials usualy is the same as for the consent module, but -can be different. - -Go to the frontpage of your SimpleSAMLphp installation. A link to the -consentAdmin module has been added to the frontpage. - -Setting optional parameters ---------------------------- - -In order to make the consentAdmin module work together with the consent -module correctly, you need to set the configuration 'attributes.hash' -according to the value of 'includeValues' configuration in the consent -module. Likewise, if you've used the 'attributes.exclude' configuration -option in the consent module, you should also set the 'attributes.exclude' -configuration option here to match. - -You should also set the 'returnURL' configuration in order to pass on your -users when the press the 'Logout' link. - -What does consentAdmin do -------------------------- - -When logging into the consentAdmin module, you will be presented with a list -of all services connected to the IdP together with at checkbox indicating -whether the user has given consent to the given service. By clicking the -'Show attributes', you will be presented with a list of attributes that are -released to the service, when the user is accessing that service. -consentAdmin are running the processing filters that have been defined for -each service. -ConsentAdmin will not show services that consent has been disabled for in -the consent module. - -Processing filters ------------------- - -The call to these filters are made with an isPassive request, with means that -no filter is allowed to make userinteraction. - -It is up to the developers of the filters to respect the isPassive request. -The prefered thing to do is to make your setup so that only filters that -modify attributes is run. Othervise it is recommended that developers of -filters to throw a 'NoPassive' exception, if the filter can not run without -userinteraction. diff --git a/modules/consentAdmin/hooks/hook_configpage.php b/modules/consentAdmin/hooks/hook_configpage.php deleted file mode 100644 index fc9384f98..000000000 --- a/modules/consentAdmin/hooks/hook_configpage.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -/** - * Hook to add the consentAdmin module to the config page. - * - * @param \SimpleSAML\XHTML\Template $template The template that we should alter in this hook. - * @return void - */ -function consentAdmin_hook_configpage(\SimpleSAML\XHTML\Template &$template) -{ - $template->data['links']['consentAdmin'] = [ - 'href' => SimpleSAML\Module::getModuleURL('consentAdmin/consentAdmin.php'), - 'text' => \SimpleSAML\Locale\Translate::noop('Consent administration'), - ]; - $template->getLocalization()->addModuleDomain('consentAdmin'); -} diff --git a/modules/consentAdmin/hooks/hook_frontpage.php b/modules/consentAdmin/hooks/hook_frontpage.php deleted file mode 100644 index 5059384b6..000000000 --- a/modules/consentAdmin/hooks/hook_frontpage.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -/** - * Hook to add the consentAdmin module to the frontpage. - * - * @param array &$links The links on the frontpage, split into sections. - * @return void - */ -function consentAdmin_hook_frontpage(&$links) -{ - assert(is_array($links)); - assert(array_key_exists('links', $links)); - - $links['config'][] = [ - 'href' => SimpleSAML\Module::getModuleURL('consentAdmin/consentAdmin.php'), - 'text' => '{consentAdmin:consentadmin:link_consentAdmin}', - ]; -} - diff --git a/modules/consentAdmin/locales/ar/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/ar/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index d778277bb..000000000 --- a/modules/consentAdmin/locales/ar/LC_MESSAGES/consentAdmin.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: 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 "{consentAdmin:consentadmin:status_header}" -msgstr "ØØ§Ù„Ø© المواÙقة" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "السمات" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "مقدم الخدمة" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "تم ØØ°Ù المواÙقة" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "ادارة المواÙقة" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "اظهار" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "المنظمة" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "السمات التي تم تقديمها" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "اظهر/ اخÙÙŠ السمات" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "غرض الخدمة هو" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Ø§Ø®ÙØ§Ø¡" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "لا يوجد وصÙ" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "مشغلي الخدمة Ù„" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"Ù„ØØ°Ù مواÙقتك</h3>الغي صندوق مشغل الخدمة<h3>روابط</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">أبدا>/a></li><li><ahref=\"https://www.wayf.dk/index.php/en" -"/about-wayf/faq-frequently-asked-questions</a> </a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "تسجيل الدخول" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "يمكنك رؤية وتعديل مواÙقتك علي مشغلي الخدمات هنا " - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "ØªØØ¯ÙŠØ« المواÙقة" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "غير معروÙ" - -msgid "{consentAdmin:consentadmin:added}" -msgstr "تمت Ø§Ø¶Ø§ÙØ© المواÙقة" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "الهوية" - -msgid "Injected attribut" -msgstr "السمات التي تم تقديمها" - -msgid "Show" -msgstr "اظهار" - -msgid "Consent Added" -msgstr "تمت Ø§Ø¶Ø§ÙØ© المواÙقة" - -msgid "Consent Administration" -msgstr "ادارة المواÙقة" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "يمكنك رؤية وتعديل مواÙقتك علي مشغلي الخدمات هنا " - -msgid "Unknown ..." -msgstr "غير معروÙ" - -msgid "Identity" -msgstr "الهوية" - -msgid "The purpose of the service is" -msgstr "غرض الخدمة هو" - -msgid "Hide" -msgstr "Ø§Ø®ÙØ§Ø¡" - -msgid "Service Provider" -msgstr "مقدم الخدمة" - -msgid "Service Providers for" -msgstr "مشغلي الخدمة Ù„" - -msgid "login" -msgstr "تسجيل الدخول" - -msgid "(name not specified)" -msgstr "الاسم غير Ù…ØØ¯Ø¯" - -msgid "Consent Updated" -msgstr "ØªØØ¯ÙŠØ« المواÙقة" - -msgid "Consent status" -msgstr "ØØ§Ù„Ø© المواÙقة" - -msgid "(no description)" -msgstr "لا يوجد وصÙ" - -msgid "attributes" -msgstr "السمات" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"Ù„ØØ°Ù مواÙقتك</h3>الغي صندوق مشغل الخدمة<h3>روابط</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">أبدا>/a></li><li><ahref=\"https://www.wayf.dk/index.php/en" -"/about-wayf/faq-frequently-asked-questions</a> </a> </li> </ul> " - -msgid "Consent Removed" -msgstr "تم ØØ°Ù المواÙقة" - -msgid "show/hide attributes" -msgstr "اظهر/ اخÙÙŠ السمات" - -msgid "Organisation" -msgstr "المنظمة" - diff --git a/modules/consentAdmin/locales/cs/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/cs/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 42b3f5277..000000000 --- a/modules/consentAdmin/locales/cs/LC_MESSAGES/consentAdmin.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: 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 "{consentAdmin:consentadmin:status_header}" -msgstr "Stav povolenÃ" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atributy" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Poskytovatel služeb" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Odebrané povolenÃ" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administrace povolenÃ" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Zobrazit" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organizace" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Vložený atribut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "zobrazit/skrýt atributy" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "ÚÄel služby je" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Skrýt" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(žádný popis)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Poskytovatelé služeb pro" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Jak smazat vaÅ¡e povolenÃ</h3> OdznaÄte polÃÄko odpovÃdajÃcà " -"poskytovateli služeb <h3>Odkazy</h3> <ul><li><a " -"href=\"https://www.wayf.dk\">Start</a></li><li><a " -"href=\"https://www.wayf.dk/FAQ\">FAQ</a></li></ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "pÅ™ihlášenÃ" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Zde můžete zobrazit a upravit vaÅ¡e povolenà pro Poskytovatele služeb." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Aktualizované povolenÃ" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Neznámý ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "UdÄ›lené povolenÃ" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identita" - -msgid "Injected attribut" -msgstr "Vložený atribut" - -msgid "Show" -msgstr "Zobrazit" - -msgid "Consent Added" -msgstr "UdÄ›lené povolenÃ" - -msgid "Consent Administration" -msgstr "Administrace povolenÃ" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Zde můžete zobrazit a upravit vaÅ¡e povolenà pro Poskytovatele služeb." - -msgid "Unknown ..." -msgstr "Neznámý ..." - -msgid "Identity" -msgstr "Identita" - -msgid "The purpose of the service is" -msgstr "ÚÄel služby je" - -msgid "Hide" -msgstr "Skrýt" - -msgid "Service Provider" -msgstr "Poskytovatel služeb" - -msgid "Service Providers for" -msgstr "Poskytovatelé služeb pro" - -msgid "login" -msgstr "pÅ™ihlášenÃ" - -msgid "(name not specified)" -msgstr "(jméno nespecifikováno)" - -msgid "Consent Updated" -msgstr "Aktualizované povolenÃ" - -msgid "Consent status" -msgstr "Stav povolenÃ" - -msgid "(no description)" -msgstr "(žádný popis)" - -msgid "attributes" -msgstr "atributy" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Jak smazat vaÅ¡e povolenÃ</h3> OdznaÄte polÃÄko odpovÃdajÃcà " -"poskytovateli služeb <h3>Odkazy</h3> <ul><li><a " -"href=\"https://www.wayf.dk\">Start</a></li><li><a " -"href=\"https://www.wayf.dk/FAQ\">FAQ</a></li></ul>" - -msgid "Consent Removed" -msgstr "Odebrané povolenÃ" - -msgid "show/hide attributes" -msgstr "zobrazit/skrýt atributy" - -msgid "Organisation" -msgstr "Organizace" - diff --git a/modules/consentAdmin/locales/da/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/da/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index bdd2573a1..000000000 --- a/modules/consentAdmin/locales/da/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,204 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Samtykke status" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "attributter" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Service Provider" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Samtykke slettet" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administrer dine samtykker" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Vis" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisation" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Injiceret attribut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "vis/skjul attributter" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "FormÃ¥let med tjenesten er" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Skjul" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(ingen beskrivelse)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Service Providers for" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>SÃ¥dan sletter du et samtykke</h3>Fjern fluebenet ud for tjenesten, " -"samtykket tilhører.<h3>Hvilke data gemmer WAYF om dig?</h3><ul><li>NÃ¥r du" -" giver dit samtykke, henter WAYF dine oplysninger fra din institution og " -"sender de relevante videre til tjenesteudbyderen<li>Ingen af " -"oplysningerne gemmes af WAYF<li>Hvis du har bedt WAYF huske dit samtykke," -" gemmes personhenførbare data heller ikke hos WAYF. Oplysningen om, at du" -" har givet dit samtykke, gemmes pÃ¥ en ikke-personhenførbar " -"mÃ¥de</ul><h3>Hvilke rettigheder har du?</h3>Du har ret til at trække et " -"samtykke tilbage.<h3>Hvor længe gemmes dine samtykker?</h3>Et samtykke " -"slettes tre Ã¥r efter, at du sidst har benyttet det.<h3>Hvordan beskyttes " -"mine oplysninger?</h3>WAYF foretager behandlinger af personoplysninger i " -"henhold til persondataloven (lov nr. 429 af 31. maj 2000 med senere " -"ændringer). Du kan læse nærmere om registreredes rettigheder i " -"persondatalovens afsnit III.<a " -"href=\"http://www.datatilsynet.dk/lovgivning/persondataloven/\">Persondataloven</a><h3>Links</h3><ul><li><a" -" href=\"https://www.wayf.dk\">Start</a> </li><li><a " -"href=\"https://www.wayf.dk/index.php/da/om-wayf/faq-ofte-stillede-" -"sporgsmal\">FAQ</a> </li></ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "login" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"WAYF videregiver kun oplysninger til eksterne tjenester, hvis du giver " -"dit samtykke til det. Hvilke oplysninger det drejer sig om, varierer alt " -"efter hvad tjenesteudbyderen har behov for. Det kan for eksempel " -"være:<ul><li>Dit navn<li>Din e-mail-adresse<li>Din " -"institution<li>Etc.</ul>Hvis du sætter et flueben ud for <b>Husk dette " -"samtykke</b>, vil du ikke blive spurgt, næste gang du besøger " -"tjenesteudbyderen. SÃ¥ husker WAYF, at du allerede har givet samtykke til " -"at videregive oplysninger til tjenesteudbyderen. <p>Nedenfor er opført de" -" tjenester, som du for øjeblikket har givet løbende samtykke til:</a>" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Samtykke Opdateret" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Ukendt ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Samtykke givet" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitet" - -msgid "Injected attribut" -msgstr "Injiceret attribut" - -msgid "Show" -msgstr "Vis" - -msgid "Consent Added" -msgstr "Samtykke givet" - -msgid "Consent Administration" -msgstr "Administrer dine samtykker" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"WAYF videregiver kun oplysninger til eksterne tjenester, hvis du giver " -"dit samtykke til det. Hvilke oplysninger det drejer sig om, varierer alt " -"efter hvad tjenesteudbyderen har behov for. Det kan for eksempel " -"være:<ul><li>Dit navn<li>Din e-mail-adresse<li>Din " -"institution<li>Etc.</ul>Hvis du sætter et flueben ud for <b>Husk dette " -"samtykke</b>, vil du ikke blive spurgt, næste gang du besøger " -"tjenesteudbyderen. SÃ¥ husker WAYF, at du allerede har givet samtykke til " -"at videregive oplysninger til tjenesteudbyderen. <p>Nedenfor er opført de" -" tjenester, som du for øjeblikket har givet løbende samtykke til:</a>" - -msgid "Unknown ..." -msgstr "Ukendt ..." - -msgid "Identity" -msgstr "Identitet" - -msgid "The purpose of the service is" -msgstr "FormÃ¥let med tjenesten er" - -msgid "Hide" -msgstr "Skjul" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "Service Providers for" -msgstr "Service Providers for" - -msgid "login" -msgstr "login" - -msgid "(name not specified)" -msgstr "(navn ikke angivet)" - -msgid "Consent Updated" -msgstr "Samtykke Opdateret" - -msgid "Consent status" -msgstr "Samtykke status" - -msgid "(no description)" -msgstr "(ingen beskrivelse)" - -msgid "attributes" -msgstr "attributter" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>SÃ¥dan sletter du et samtykke</h3>Fjern fluebenet ud for tjenesten, " -"samtykket tilhører.<h3>Hvilke data gemmer WAYF om dig?</h3><ul><li>NÃ¥r du" -" giver dit samtykke, henter WAYF dine oplysninger fra din institution og " -"sender de relevante videre til tjenesteudbyderen<li>Ingen af " -"oplysningerne gemmes af WAYF<li>Hvis du har bedt WAYF huske dit samtykke," -" gemmes personhenførbare data heller ikke hos WAYF. Oplysningen om, at du" -" har givet dit samtykke, gemmes pÃ¥ en ikke-personhenførbar " -"mÃ¥de</ul><h3>Hvilke rettigheder har du?</h3>Du har ret til at trække et " -"samtykke tilbage.<h3>Hvor længe gemmes dine samtykker?</h3>Et samtykke " -"slettes tre Ã¥r efter, at du sidst har benyttet det.<h3>Hvordan beskyttes " -"mine oplysninger?</h3>WAYF foretager behandlinger af personoplysninger i " -"henhold til persondataloven (lov nr. 429 af 31. maj 2000 med senere " -"ændringer). Du kan læse nærmere om registreredes rettigheder i " -"persondatalovens afsnit III.<a " -"href=\"http://www.datatilsynet.dk/lovgivning/persondataloven/\">Persondataloven</a><h3>Links</h3><ul><li><a" -" href=\"https://www.wayf.dk\">Start</a> </li><li><a " -"href=\"https://www.wayf.dk/index.php/da/om-wayf/faq-ofte-stillede-" -"sporgsmal\">FAQ</a> </li></ul>" - -msgid "Consent Removed" -msgstr "Samtykke slettet" - -msgid "show/hide attributes" -msgstr "vis/skjul attributter" - -msgid "Organisation" -msgstr "Organisation" - diff --git a/modules/consentAdmin/locales/de/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/de/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 72b0ae0fa..000000000 --- a/modules/consentAdmin/locales/de/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,166 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Status der Einverständniserklärung" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "Attribute" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Diensteanbieter" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Einverständnis entfernt" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Verwaltung von Einverständniserklärungen" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Zeige an" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisation" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Eingekoppeltes Attribut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "Attribute anzeigen/verstecken" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Der Zweck dieses Dienstes ist" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Verstecke" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(keine Beschreibung)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Diensteanbieter für" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Wie Sie Ihre Einverständniserklärung löschen</h3> Entfernen Sie das " -"Häkchen von der Box des jeweiligen " -"Diensteanbieters<h3>Links</h3><ul><li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Anmeldung" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Hier können Sie Ihre Einverständniserklärungen für die Diensteanbieter " -"anzeigen und bearbeiten." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Einverständnis aktualisiert" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Unbekannt..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Einverständnis hinzugefügt" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identität" - -msgid "Injected attribut" -msgstr "Eingekoppeltes Attribut" - -msgid "Show" -msgstr "Zeige an" - -msgid "Consent Added" -msgstr "Einverständnis hinzugefügt" - -msgid "Consent Administration" -msgstr "Verwaltung von Einverständniserklärungen" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Hier können Sie Ihre Einverständniserklärungen für die Diensteanbieter " -"anzeigen und bearbeiten." - -msgid "Unknown ..." -msgstr "Unbekannt..." - -msgid "Identity" -msgstr "Identität" - -msgid "The purpose of the service is" -msgstr "Der Zweck dieses Dienstes ist" - -msgid "Hide" -msgstr "Verstecke" - -msgid "Service Provider" -msgstr "Diensteanbieter" - -msgid "Service Providers for" -msgstr "Diensteanbieter für" - -msgid "login" -msgstr "Anmeldung" - -msgid "(name not specified)" -msgstr "(Name nicht angegeben)" - -msgid "Consent Updated" -msgstr "Einverständnis aktualisiert" - -msgid "Consent status" -msgstr "Status der Einverständniserklärung" - -msgid "(no description)" -msgstr "(keine Beschreibung)" - -msgid "attributes" -msgstr "Attribute" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Wie Sie Ihre Einverständniserklärung löschen</h3> Entfernen Sie das " -"Häkchen von der Box des jeweiligen " -"Diensteanbieters<h3>Links</h3><ul><li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "Einverständnis entfernt" - -msgid "show/hide attributes" -msgstr "Attribute anzeigen/verstecken" - -msgid "Organisation" -msgstr "Organisation" - diff --git a/modules/consentAdmin/locales/el/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/el/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 15e128a24..000000000 --- a/modules/consentAdmin/locales/el/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,158 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Κατάσταση συγκατάθεσης" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "στοιχείων" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "ΠάÏοχος ΥπηÏεσιών" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Η συγκατάθεση αναιÏÎθηκε" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "ΔιαχείÏιση Δηλώσεων Συγκατάθεσης" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Εμφάνιση" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "ΟÏγανισμός" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "ΕισαχθÎν στοιχείο" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "εμφάνιση/απόκÏυψη στοιχείων" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Ο σκοπός της υπηÏεσίας είναι" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "ΑπόκÏυψη" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(χωÏίς πεÏιγÏαφή)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "ΠάÏοχοι ΥπηÏεσιών για" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Î ÏŽÏ‚ να αναιÏÎσετε τη συγκατάθεσή σας</h3>ΑποεπιλÎξτε το κουτί " -"επιλογής που αντιστοιχεί στον πάÏοχο υπηÏεσιών" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "είσοδος" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Εδώ μποÏείτε να δείτε και να επεξεÏγαστείτε τις δηλώσεις συγκατάθεσής σας" -" για τους παÏόχους υπηÏεσιών" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Η συγκατάθεση ενημεÏώθηκε" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Άγνωστο..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Η συγκατάθεση Ï€ÏοστÎθηκε" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Ταυτότητα" - -msgid "Injected attribut" -msgstr "ΕισαχθÎν στοιχείο" - -msgid "Show" -msgstr "Εμφάνιση" - -msgid "Consent Added" -msgstr "Η συγκατάθεση Ï€ÏοστÎθηκε" - -msgid "Consent Administration" -msgstr "ΔιαχείÏιση Δηλώσεων Συγκατάθεσης" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Εδώ μποÏείτε να δείτε και να επεξεÏγαστείτε τις δηλώσεις συγκατάθεσής σας" -" για τους παÏόχους υπηÏεσιών" - -msgid "Unknown ..." -msgstr "Άγνωστο..." - -msgid "Identity" -msgstr "Ταυτότητα" - -msgid "The purpose of the service is" -msgstr "Ο σκοπός της υπηÏεσίας είναι" - -msgid "Hide" -msgstr "ΑπόκÏυψη" - -msgid "Service Provider" -msgstr "ΠάÏοχος ΥπηÏεσιών" - -msgid "Service Providers for" -msgstr "ΠάÏοχοι ΥπηÏεσιών για" - -msgid "login" -msgstr "είσοδος" - -msgid "(name not specified)" -msgstr "(χωÏίς όνομα)" - -msgid "Consent Updated" -msgstr "Η συγκατάθεση ενημεÏώθηκε" - -msgid "Consent status" -msgstr "Κατάσταση συγκατάθεσης" - -msgid "(no description)" -msgstr "(χωÏίς πεÏιγÏαφή)" - -msgid "attributes" -msgstr "στοιχείων" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Î ÏŽÏ‚ να αναιÏÎσετε τη συγκατάθεσή σας</h3>ΑποεπιλÎξτε το κουτί " -"επιλογής που αντιστοιχεί στον πάÏοχο υπηÏεσιών" - -msgid "Consent Removed" -msgstr "Η συγκατάθεση αναιÏÎθηκε" - -msgid "show/hide attributes" -msgstr "εμφάνιση/απόκÏυψη στοιχείων" - -msgid "Organisation" -msgstr "ΟÏγανισμός" - diff --git a/modules/consentAdmin/locales/en/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/en/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 8d8ec9af9..000000000 --- a/modules/consentAdmin/locales/en/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,173 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Consent status" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "attributes" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Service Provider" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Consent Removed" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Consent Administration" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Show" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisation" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Injected attribut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "show/hide attributes" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "The purpose of the service is" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Hide" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(no description)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Service Providers for" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "login" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Here you can view and edit your consent for the Service Providers." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Consent Updated" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Unknown ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Consent Added" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identity" - -msgid "Injected attribut" -msgstr "Injected attribut" - -msgid "Show" -msgstr "Show" - -msgid "Consent Added" -msgstr "Consent Added" - -msgid "Consent Administration" -msgstr "Consent Administration" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Here you can view and edit your consent for the Service Providers." - -msgid "Unknown ..." -msgstr "Unknown ..." - -msgid "Identity" -msgstr "Identity" - -msgid "The purpose of the service is" -msgstr "The purpose of the service is" - -msgid "Hide" -msgstr "Hide" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "Service Providers for" -msgstr "Service Providers for" - -msgid "login" -msgstr "login" - -msgid "(name not specified)" -msgstr "(name not specified)" - -msgid "Consent Updated" -msgstr "Consent Updated" - -msgid "Consent status" -msgstr "Consent status" - -msgid "(no description)" -msgstr "(no description)" - -msgid "attributes" -msgstr "attributes" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" - -msgid "Consent Removed" -msgstr "Consent Removed" - -msgid "show/hide attributes" -msgstr "show/hide attributes" - -msgid "Organisation" -msgstr "Organisation" - -msgid "Consent administration" -msgstr "Consent administration" - diff --git a/modules/consentAdmin/locales/es/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/es/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 21b40476c..000000000 --- a/modules/consentAdmin/locales/es/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,166 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Estado del consentimiento" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "Atributos" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Proveedor de servicio" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Consentimiento eliminado" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administración de consentimiento" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Mostrar" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organización" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Atributo inyectado" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "Mostrar/ocultar atributos" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "El propósito del servicio es" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Ocultar" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(sin descripción)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Proveedores de servicio para" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Como eliminar su consentimiento</h3> Desmarque la opción " -"correspondiente al proveedor de servicios <h3>VÃnculos</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Inicio</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "entrar" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Aquà puedes visualizar y editar tu consentimiento para los proveedores de" -" servicio" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Consentimiento actualizado" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Desconocido ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Consentimiento añadido" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identidad" - -msgid "Injected attribut" -msgstr "Atributo inyectado" - -msgid "Show" -msgstr "Mostrar" - -msgid "Consent Added" -msgstr "Consentimiento añadido" - -msgid "Consent Administration" -msgstr "Administración de consentimiento" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Aquà puedes visualizar y editar tu consentimiento para los proveedores de" -" servicio" - -msgid "Unknown ..." -msgstr "Desconocido ..." - -msgid "Identity" -msgstr "Identidad" - -msgid "The purpose of the service is" -msgstr "El propósito del servicio es" - -msgid "Hide" -msgstr "Ocultar" - -msgid "Service Provider" -msgstr "Proveedor de servicio" - -msgid "Service Providers for" -msgstr "Proveedores de servicio para" - -msgid "login" -msgstr "entrar" - -msgid "(name not specified)" -msgstr "(nombre no especificado)" - -msgid "Consent Updated" -msgstr "Consentimiento actualizado" - -msgid "Consent status" -msgstr "Estado del consentimiento" - -msgid "(no description)" -msgstr "(sin descripción)" - -msgid "attributes" -msgstr "Atributos" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Como eliminar su consentimiento</h3> Desmarque la opción " -"correspondiente al proveedor de servicios <h3>VÃnculos</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Inicio</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "Consent Removed" -msgstr "Consentimiento eliminado" - -msgid "show/hide attributes" -msgstr "Mostrar/ocultar atributos" - -msgid "Organisation" -msgstr "Organización" - -msgid "Consent administration" -msgstr "Administración del consentimiento" diff --git a/modules/consentAdmin/locales/et/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/et/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 4a815ad5b..000000000 --- a/modules/consentAdmin/locales/et/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,160 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Nõusoleku olek" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atribuudid" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Teenusepakkuja" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Nõusolek eemaldatud" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Nõusoleku administreerimine" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Näita" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisatsioon" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "XXXSüstitud atribuut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "näita/peida atribuudid" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Selle teenuse eesmärk on" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Peida" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(kirjeldus puudub)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Teenusepakkujad" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Kuidas eemaldada nõusolekut</h3> Eemalda vastava teenusepakkuja " -"juurest märge <h3>Viited</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">KKK</a> </li> </ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "logi sisse" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Siin saad näha ja muuta teenusepakkujatega nõusolekuid." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Nõusolek uuendatud" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Tundmatu..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Nõusolek lisatud" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identiteet" - -msgid "Injected attribut" -msgstr "XXXSüstitud atribuut" - -msgid "Show" -msgstr "Näita" - -msgid "Consent Added" -msgstr "Nõusolek lisatud" - -msgid "Consent Administration" -msgstr "Nõusoleku administreerimine" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Siin saad näha ja muuta teenusepakkujatega nõusolekuid." - -msgid "Unknown ..." -msgstr "Tundmatu..." - -msgid "Identity" -msgstr "Identiteet" - -msgid "The purpose of the service is" -msgstr "Selle teenuse eesmärk on" - -msgid "Hide" -msgstr "Peida" - -msgid "Service Provider" -msgstr "Teenusepakkuja" - -msgid "Service Providers for" -msgstr "Teenusepakkujad" - -msgid "login" -msgstr "logi sisse" - -msgid "(name not specified)" -msgstr "(nimi määramata)" - -msgid "Consent Updated" -msgstr "Nõusolek uuendatud" - -msgid "Consent status" -msgstr "Nõusoleku olek" - -msgid "(no description)" -msgstr "(kirjeldus puudub)" - -msgid "attributes" -msgstr "atribuudid" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Kuidas eemaldada nõusolekut</h3> Eemalda vastava teenusepakkuja " -"juurest märge <h3>Viited</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">KKK</a> </li> </ul>" - -msgid "Consent Removed" -msgstr "Nõusolek eemaldatud" - -msgid "show/hide attributes" -msgstr "näita/peida atribuudid" - -msgid "Organisation" -msgstr "Organisatsioon" - diff --git a/modules/consentAdmin/locales/eu/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/eu/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index adeb050e0..000000000 --- a/modules/consentAdmin/locales/eu/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,160 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Onespenaren egoera" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "Atributuak" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Zerbitzu hornitzailea" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Onespena ezabatua" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Onespenaren kudeaketa" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Erakutsi" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Erakundea" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Atributua sartuta" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "erakutsi/ezkutatu atributuak" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Zerbitzuaren xedea hau da" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Ezkutatu" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(deskribapenik gabe)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Zerbitzu hornitzaileak hontarako: " - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Zure onespena nola ezabatu</h3> Zerbitzu hornitzaileari dagokion " -"aukerari marka kendu ezaiozu <h3>Loturak</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Haisera</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "sartu" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Hemen, zerbitzu hornitzaileentzat onespena bistara eta edita dezakezu" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Onespena eguneratua" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Ezezaguna..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Onespena gehitua" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitatea" - -msgid "Injected attribut" -msgstr "Atributua sartuta" - -msgid "Show" -msgstr "Erakutsi" - -msgid "Consent Added" -msgstr "Onespena gehitua" - -msgid "Consent Administration" -msgstr "Onespenaren kudeaketa" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Hemen, zerbitzu hornitzaileentzat onespena bistara eta edita dezakezu" - -msgid "Unknown ..." -msgstr "Ezezaguna..." - -msgid "Identity" -msgstr "Identitatea" - -msgid "The purpose of the service is" -msgstr "Zerbitzuaren xedea hau da" - -msgid "Hide" -msgstr "Ezkutatu" - -msgid "Service Provider" -msgstr "Zerbitzu hornitzailea" - -msgid "Service Providers for" -msgstr "Zerbitzu hornitzaileak hontarako: " - -msgid "login" -msgstr "sartu" - -msgid "(name not specified)" -msgstr "(izena ez da zehaztu)" - -msgid "Consent Updated" -msgstr "Onespena eguneratua" - -msgid "Consent status" -msgstr "Onespenaren egoera" - -msgid "(no description)" -msgstr "(deskribapenik gabe)" - -msgid "attributes" -msgstr "Atributuak" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Zure onespena nola ezabatu</h3> Zerbitzu hornitzaileari dagokion " -"aukerari marka kendu ezaiozu <h3>Loturak</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Haisera</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "Consent Removed" -msgstr "Onespena ezabatua" - -msgid "show/hide attributes" -msgstr "erakutsi/ezkutatu atributuak" - -msgid "Organisation" -msgstr "Erakundea" - diff --git a/modules/consentAdmin/locales/fr/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/fr/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 65abab4fd..000000000 --- a/modules/consentAdmin/locales/fr/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,164 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Statut du consentement" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "attributs" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Fournisseurs de service" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Consentement révoqué" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administration des consentements" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Voir" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Institution" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Attribut ajouté" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "voir/cacher les attributs" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "L'objet de ce service est" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Cacher" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(pas de description)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Fournisseurs de service pour" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Comment révoquer un consentement</h3>Décochez la case correspondante " -"au fournisseur de service <h3>Liens</h3><ul><li><a " -"href=\"https://www.wayf.dk\">Commencer</a><li><li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a></li></ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Connexion" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Vous pouvez ici voir et modifier les consentements donnés pour les " -"fournisseurs de service." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Consentement mis ) jour" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Inconnu ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Consentement ajouté" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identité" - -msgid "Injected attribut" -msgstr "Attribut ajouté" - -msgid "Show" -msgstr "Voir" - -msgid "Consent Added" -msgstr "Consentement ajouté" - -msgid "Consent Administration" -msgstr "Administration des consentements" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Vous pouvez ici voir et modifier les consentements donnés pour les " -"fournisseurs de service." - -msgid "Unknown ..." -msgstr "Inconnu ..." - -msgid "Identity" -msgstr "Identité" - -msgid "The purpose of the service is" -msgstr "L'objet de ce service est" - -msgid "Hide" -msgstr "Cacher" - -msgid "Service Provider" -msgstr "Fournisseurs de service" - -msgid "Service Providers for" -msgstr "Fournisseurs de service pour" - -msgid "login" -msgstr "Connexion" - -msgid "(name not specified)" -msgstr "(nom non indiqué)" - -msgid "Consent Updated" -msgstr "Consentement mis ) jour" - -msgid "Consent status" -msgstr "Statut du consentement" - -msgid "(no description)" -msgstr "(pas de description)" - -msgid "attributes" -msgstr "attributs" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Comment révoquer un consentement</h3>Décochez la case correspondante " -"au fournisseur de service <h3>Liens</h3><ul><li><a " -"href=\"https://www.wayf.dk\">Commencer</a><li><li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a></li></ul> " - -msgid "Consent Removed" -msgstr "Consentement révoqué" - -msgid "show/hide attributes" -msgstr "voir/cacher les attributs" - -msgid "Organisation" -msgstr "Institution" - diff --git a/modules/consentAdmin/locales/he/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/he/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 4cb1b7703..000000000 --- a/modules/consentAdmin/locales/he/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,158 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "מצב הסכמה" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "מ××¤×™×™× ×™×" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "ספק שירות" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "הסכמה הוסרה" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "×ž× ×”×œ הסכמותת" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "הצג" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "×ירגון" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "מ×פיין מוזרק" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "הר××”\\הסתר מ××¤×™×™× ×™×" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "מטרת השירות ×”×™×" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "הסתר" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(×ין תי×ור)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "ספקי שירות עבור" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>×יך להסיר ×ת הסכמתך</h3> לחץ בתיבה המת×ימה לספק השירות " -"<h3>קישורי×</h3> <ul> <li><a href=\"https://www.wayf.dk\">התחלה</a> " -"</li> <li><a href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-" -"frequently-asked-questions\">ש×לות × ×¤×•×¦×•×ª</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "התחבר" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "×›×ן ×תה יכול לר×ות ולערוך ×ת הסכמותך לספקי השירות" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "הסכמה ×¢×•×“×›× ×”" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "×œ× ×™×“×•×¢..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "הסכמה הוספה" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "זהות" - -msgid "Injected attribut" -msgstr "מ×פיין מוזרק" - -msgid "Show" -msgstr "הצג" - -msgid "Consent Added" -msgstr "הסכמה הוספה" - -msgid "Consent Administration" -msgstr "×ž× ×”×œ הסכמותת" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "×›×ן ×תה יכול לר×ות ולערוך ×ת הסכמותך לספקי השירות" - -msgid "Unknown ..." -msgstr "×œ× ×™×“×•×¢..." - -msgid "Identity" -msgstr "זהות" - -msgid "The purpose of the service is" -msgstr "מטרת השירות ×”×™×" - -msgid "Hide" -msgstr "הסתר" - -msgid "Service Provider" -msgstr "ספק שירות" - -msgid "Service Providers for" -msgstr "ספקי שירות עבור" - -msgid "login" -msgstr "התחבר" - -msgid "(name not specified)" -msgstr "(×œ× × ×™×ª×Ÿ ש×)" - -msgid "Consent Updated" -msgstr "הסכמה ×¢×•×“×›× ×”" - -msgid "Consent status" -msgstr "מצב הסכמה" - -msgid "(no description)" -msgstr "(×ין תי×ור)" - -msgid "attributes" -msgstr "מ××¤×™×™× ×™×" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>×יך להסיר ×ת הסכמתך</h3> לחץ בתיבה המת×ימה לספק השירות " -"<h3>קישורי×</h3> <ul> <li><a href=\"https://www.wayf.dk\">התחלה</a> " -"</li> <li><a href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-" -"frequently-asked-questions\">ש×לות × ×¤×•×¦×•×ª</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "הסכמה הוסרה" - -msgid "show/hide attributes" -msgstr "הר××”\\הסתר מ××¤×™×™× ×™×" - -msgid "Organisation" -msgstr "×ירגון" - diff --git a/modules/consentAdmin/locales/hr/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/hr/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index b7be441fd..000000000 --- a/modules/consentAdmin/locales/hr/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,161 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Stanje dozvola" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atributi" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Davatelj usluge" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Dozvola uklonjena" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administracija dozvola" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Prikaži" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Ustanova" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "UbaÄeni atribut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "prikaži/sakrij atribute" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Namjena ovog servisa je" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Sakrij" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(nema opisa)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Davatelji usluga za" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Kako obrisati dozvolu</h3> Maknite kvaÄicu iz polja koje se odnosi na" -" davatelja usluge <h3>Poveznice</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">PoÄetna stranica</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">Pitanja i odgovori</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Prijavi se" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Ovdje možete pregledati i mijenjati vaÅ¡e dozvole davateljima usluga." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Dozvola ažurirana" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Nepoznato ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Dozvola dodana" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitet" - -msgid "Injected attribut" -msgstr "UbaÄeni atribut" - -msgid "Show" -msgstr "Prikaži" - -msgid "Consent Added" -msgstr "Dozvola dodana" - -msgid "Consent Administration" -msgstr "Administracija dozvola" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Ovdje možete pregledati i mijenjati vaÅ¡e dozvole davateljima usluga." - -msgid "Unknown ..." -msgstr "Nepoznato ..." - -msgid "Identity" -msgstr "Identitet" - -msgid "The purpose of the service is" -msgstr "Namjena ovog servisa je" - -msgid "Hide" -msgstr "Sakrij" - -msgid "Service Provider" -msgstr "Davatelj usluge" - -msgid "Service Providers for" -msgstr "Davatelji usluga za" - -msgid "login" -msgstr "Prijavi se" - -msgid "(name not specified)" -msgstr "(naziv nije specificiran)" - -msgid "Consent Updated" -msgstr "Dozvola ažurirana" - -msgid "Consent status" -msgstr "Stanje dozvola" - -msgid "(no description)" -msgstr "(nema opisa)" - -msgid "attributes" -msgstr "atributi" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Kako obrisati dozvolu</h3> Maknite kvaÄicu iz polja koje se odnosi na" -" davatelja usluge <h3>Poveznice</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">PoÄetna stranica</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">Pitanja i odgovori</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "Dozvola uklonjena" - -msgid "show/hide attributes" -msgstr "prikaži/sakrij atribute" - -msgid "Organisation" -msgstr "Ustanova" - diff --git a/modules/consentAdmin/locales/hu/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/hu/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 51f0166a1..000000000 --- a/modules/consentAdmin/locales/hu/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,158 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Hozzájárulás állapota" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "." - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Szolgáltató" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Hozzájárulás visszavonva" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Adatkezelési hozzájárulások kezelése" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Attribútumok megjelenÃtése" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Intézmény" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Attribútum beszúrása" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "Attribútumok megjelenÃtése/rejtése" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "A szolgáltatás leÃrása" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Attribútumok rejtése" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(nincs leÃrás)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Szolgáltató" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Hogyan kell visszavonni egy hozzájárulást?</h3> A szolgáltatóhoz " -"tartozó jelölÅ‘négyzetben szüntesse meg a kijelölést!" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Belépés" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Ezen az oldalon lehet szolgáltatónként (SP) az adakezelési " -"hozzájárulásokat megtekinteni és módosÃtani." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Hozzájárulás frissÃtve" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Ismeretlen ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Hozzájárulás rögzÃtve" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Azonosság" - -msgid "Injected attribut" -msgstr "Attribútum beszúrása" - -msgid "Show" -msgstr "Attribútumok megjelenÃtése" - -msgid "Consent Added" -msgstr "Hozzájárulás rögzÃtve" - -msgid "Consent Administration" -msgstr "Adatkezelési hozzájárulások kezelése" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Ezen az oldalon lehet szolgáltatónként (SP) az adakezelési " -"hozzájárulásokat megtekinteni és módosÃtani." - -msgid "Unknown ..." -msgstr "Ismeretlen ..." - -msgid "Identity" -msgstr "Azonosság" - -msgid "The purpose of the service is" -msgstr "A szolgáltatás leÃrása" - -msgid "Hide" -msgstr "Attribútumok rejtése" - -msgid "Service Provider" -msgstr "Szolgáltató" - -msgid "Service Providers for" -msgstr "Szolgáltató" - -msgid "login" -msgstr "Belépés" - -msgid "(name not specified)" -msgstr "(nincs név)" - -msgid "Consent Updated" -msgstr "Hozzájárulás frissÃtve" - -msgid "Consent status" -msgstr "Hozzájárulás állapota" - -msgid "(no description)" -msgstr "(nincs leÃrás)" - -msgid "attributes" -msgstr "." - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Hogyan kell visszavonni egy hozzájárulást?</h3> A szolgáltatóhoz " -"tartozó jelölÅ‘négyzetben szüntesse meg a kijelölést!" - -msgid "Consent Removed" -msgstr "Hozzájárulás visszavonva" - -msgid "show/hide attributes" -msgstr "Attribútumok megjelenÃtése/rejtése" - -msgid "Organisation" -msgstr "Intézmény" - diff --git a/modules/consentAdmin/locales/id/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/id/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 64e517dbd..000000000 --- a/modules/consentAdmin/locales/id/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,164 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Status consent" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "Attribute" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Service Provider" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Consent telah dibuang" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administrasi Consent" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Perlihatkan" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisasi" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Attribut yang diinjeksi" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "Tunjukkan/sembunyikan attribute" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Tujuan dari layanan ini adalah" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Sembunyikan" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(Tidak ada penjelasan)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Service Provider untuk" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Bagaimana cara menghapus consent anda</h3> Hapus centak pada kotak " -"service provider yang anda maksud <h3>Link</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Mulai</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "login" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Disini anda dapat melihat dan mengedit consent anda untuk Service " -"Provider." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Consent telah diupdate" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Tidak diketahui..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Consent telah ditambahkan" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitas" - -msgid "Injected attribut" -msgstr "Attribut yang diinjeksi" - -msgid "Show" -msgstr "Perlihatkan" - -msgid "Consent Added" -msgstr "Consent telah ditambahkan" - -msgid "Consent Administration" -msgstr "Administrasi Consent" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Disini anda dapat melihat dan mengedit consent anda untuk Service " -"Provider." - -msgid "Unknown ..." -msgstr "Tidak diketahui..." - -msgid "Identity" -msgstr "Identitas" - -msgid "The purpose of the service is" -msgstr "Tujuan dari layanan ini adalah" - -msgid "Hide" -msgstr "Sembunyikan" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "Service Providers for" -msgstr "Service Provider untuk" - -msgid "login" -msgstr "login" - -msgid "(name not specified)" -msgstr "(Nama tidak diisi)" - -msgid "Consent Updated" -msgstr "Consent telah diupdate" - -msgid "Consent status" -msgstr "Status consent" - -msgid "(no description)" -msgstr "(Tidak ada penjelasan)" - -msgid "attributes" -msgstr "Attribute" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Bagaimana cara menghapus consent anda</h3> Hapus centak pada kotak " -"service provider yang anda maksud <h3>Link</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Mulai</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "Consent Removed" -msgstr "Consent telah dibuang" - -msgid "show/hide attributes" -msgstr "Tunjukkan/sembunyikan attribute" - -msgid "Organisation" -msgstr "Organisasi" - diff --git a/modules/consentAdmin/locales/it/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/it/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 10b213d14..000000000 --- a/modules/consentAdmin/locales/it/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,164 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Stato del consenso" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "attributi" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Service Provider" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Consenso Rimosso" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Amministrazione del consenso" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Mostra" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organizzazione" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Attributo inserito" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "Mostra/nascondi attributi" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Lo scopo di questo servizio è" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Nascondi" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(nessuna descrizione)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Service provider per" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Come rimuovere il consenso></h3> Togliere il segno di spunta al " -"corrispondente service provider<h3>Collegamenti</h3><ul><li><a " -"href=\"https://www.wayf.dk\">Inizio</a></li><li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a></li></ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "connessione" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Qui è possibile vedere e modificare i consensi per i vari Service " -"Provider." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Consenso Aggiornato" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Sconosciuto..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Consenso Aggiunto" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identità " - -msgid "Injected attribut" -msgstr "Attributo inserito" - -msgid "Show" -msgstr "Mostra" - -msgid "Consent Added" -msgstr "Consenso Aggiunto" - -msgid "Consent Administration" -msgstr "Amministrazione del consenso" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Qui è possibile vedere e modificare i consensi per i vari Service " -"Provider." - -msgid "Unknown ..." -msgstr "Sconosciuto..." - -msgid "Identity" -msgstr "Identità " - -msgid "The purpose of the service is" -msgstr "Lo scopo di questo servizio è" - -msgid "Hide" -msgstr "Nascondi" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "Service Providers for" -msgstr "Service provider per" - -msgid "login" -msgstr "connessione" - -msgid "(name not specified)" -msgstr "(nome non specificato)" - -msgid "Consent Updated" -msgstr "Consenso Aggiornato" - -msgid "Consent status" -msgstr "Stato del consenso" - -msgid "(no description)" -msgstr "(nessuna descrizione)" - -msgid "attributes" -msgstr "attributi" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Come rimuovere il consenso></h3> Togliere il segno di spunta al " -"corrispondente service provider<h3>Collegamenti</h3><ul><li><a " -"href=\"https://www.wayf.dk\">Inizio</a></li><li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a></li></ul>" - -msgid "Consent Removed" -msgstr "Consenso Rimosso" - -msgid "show/hide attributes" -msgstr "Mostra/nascondi attributi" - -msgid "Organisation" -msgstr "Organizzazione" - diff --git a/modules/consentAdmin/locales/ja/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/ja/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 5a26c6aa4..000000000 --- a/modules/consentAdmin/locales/ja/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,158 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "承èªã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "属性" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "サービスプãƒãƒã‚¤ãƒ€" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "承èªãŒå‰Šé™¤ã•れã¾ã—ãŸ" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "承èªç®¡ç†" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "表示" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "組織" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "挿入ã•れãŸå±žæ€§" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "表示/éžè¡¨ç¤ºå±žæ€§" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "サービスã®ç›®çš„: " - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "éžè¡¨ç¤º" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(記述無ã—)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "サービスプãƒãƒã‚¤ãƒ€ - " - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>承èªã®å‰Šé™¤æ–¹æ³•</h3> 該当ã™ã‚‹ã‚µãƒ¼ãƒ“スプãƒãƒã‚¤ãƒ€ã®ãƒã‚§ãƒƒã‚¯ã‚’外ã—ã¾ã™ã€‚<h3>リンク</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "ãƒã‚°ã‚¤ãƒ³" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "ã“ã“ã¯ã€ã‚µãƒ¼ãƒ“スプãƒãƒã‚¤ãƒ€ã®æ‰¿èªã‚’表示ã—ãŸã‚Šç·¨é›†ã™ã‚‹ã“ã¨ãŒå‡ºæ¥ã¾ã™ã€‚" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "承èªãŒæ›´æ–°ã•れã¾ã—ãŸ" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "䏿˜Žâ€¦" - -msgid "{consentAdmin:consentadmin:added}" -msgstr "承èªãŒè¿½åŠ ã•れã¾ã—ãŸ" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "è˜åˆ¥å" - -msgid "Injected attribut" -msgstr "挿入ã•れãŸå±žæ€§" - -msgid "Show" -msgstr "表示" - -msgid "Consent Added" -msgstr "承èªãŒè¿½åŠ ã•れã¾ã—ãŸ" - -msgid "Consent Administration" -msgstr "承èªç®¡ç†" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "ã“ã“ã¯ã€ã‚µãƒ¼ãƒ“スプãƒãƒã‚¤ãƒ€ã®æ‰¿èªã‚’表示ã—ãŸã‚Šç·¨é›†ã™ã‚‹ã“ã¨ãŒå‡ºæ¥ã¾ã™ã€‚" - -msgid "Unknown ..." -msgstr "䏿˜Žâ€¦" - -msgid "Identity" -msgstr "è˜åˆ¥å" - -msgid "The purpose of the service is" -msgstr "サービスã®ç›®çš„: " - -msgid "Hide" -msgstr "éžè¡¨ç¤º" - -msgid "Service Provider" -msgstr "サービスプãƒãƒã‚¤ãƒ€" - -msgid "Service Providers for" -msgstr "サービスプãƒãƒã‚¤ãƒ€ - " - -msgid "login" -msgstr "ãƒã‚°ã‚¤ãƒ³" - -msgid "(name not specified)" -msgstr "(åå‰ç„¡ã—)" - -msgid "Consent Updated" -msgstr "承èªãŒæ›´æ–°ã•れã¾ã—ãŸ" - -msgid "Consent status" -msgstr "承èªã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹" - -msgid "(no description)" -msgstr "(記述無ã—)" - -msgid "attributes" -msgstr "属性" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>承èªã®å‰Šé™¤æ–¹æ³•</h3> 該当ã™ã‚‹ã‚µãƒ¼ãƒ“スプãƒãƒã‚¤ãƒ€ã®ãƒã‚§ãƒƒã‚¯ã‚’外ã—ã¾ã™ã€‚<h3>リンク</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "承èªãŒå‰Šé™¤ã•れã¾ã—ãŸ" - -msgid "show/hide attributes" -msgstr "表示/éžè¡¨ç¤ºå±žæ€§" - -msgid "Organisation" -msgstr "組織" - diff --git a/modules/consentAdmin/locales/lt/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/lt/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 7596d5e82..000000000 --- a/modules/consentAdmin/locales/lt/LC_MESSAGES/consentAdmin.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: 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 "{consentAdmin:consentadmin:status_header}" -msgstr "Leidimo statusas" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atributai" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Paslaugos tiekÄ—jas" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Leidimas paÅ¡alintas" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Leidimų administravimas" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Parodyti" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organizacija" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Ä®terptas atributas" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "Rodyti/slÄ—pti atributus" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Paslaugos paskirtis yra" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "PaslÄ—pti" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(apibÅ«dinimas nenurodytas)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Paslaugos tiekÄ—jai" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Kaip paÅ¡alinti savo leidimÄ…</h3> Panaikinkite pažymÄ—jimÄ… ties " -"atitinkamu paslaugos teikÄ—ju <h3>Nuorodos</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Pradžia</a> </li> <li><a " -"href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Prisijungti" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "ÄŒia jÅ«s galite peržiÅ«rÄ—ti ir keisti savo leidimus paslaugų teikÄ—jams" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Leidimas atnaujintas" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Nežinoma..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Leidimas pridÄ—tas" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "TapatybÄ—" - -msgid "Injected attribut" -msgstr "Ä®terptas atributas" - -msgid "Show" -msgstr "Parodyti" - -msgid "Consent Added" -msgstr "Leidimas pridÄ—tas" - -msgid "Consent Administration" -msgstr "Leidimų administravimas" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "ÄŒia jÅ«s galite peržiÅ«rÄ—ti ir keisti savo leidimus paslaugų teikÄ—jams" - -msgid "Unknown ..." -msgstr "Nežinoma..." - -msgid "Identity" -msgstr "TapatybÄ—" - -msgid "The purpose of the service is" -msgstr "Paslaugos paskirtis yra" - -msgid "Hide" -msgstr "PaslÄ—pti" - -msgid "Service Provider" -msgstr "Paslaugos tiekÄ—jas" - -msgid "Service Providers for" -msgstr "Paslaugos tiekÄ—jai" - -msgid "login" -msgstr "Prisijungti" - -msgid "(name not specified)" -msgstr "(pavadinimas nenurodytas)" - -msgid "Consent Updated" -msgstr "Leidimas atnaujintas" - -msgid "Consent status" -msgstr "Leidimo statusas" - -msgid "(no description)" -msgstr "(apibÅ«dinimas nenurodytas)" - -msgid "attributes" -msgstr "atributai" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Kaip paÅ¡alinti savo leidimÄ…</h3> Panaikinkite pažymÄ—jimÄ… ties " -"atitinkamu paslaugos teikÄ—ju <h3>Nuorodos</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Pradžia</a> </li> <li><a " -"href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "Leidimas paÅ¡alintas" - -msgid "show/hide attributes" -msgstr "Rodyti/slÄ—pti atributus" - -msgid "Organisation" -msgstr "Organizacija" - diff --git a/modules/consentAdmin/locales/lv/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/lv/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 6f5ff436f..000000000 --- a/modules/consentAdmin/locales/lv/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,161 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Noteikumu statuss" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atribÅ«ti" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Servisa piegÄdÄtÄjs" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Noņemtie noteikumi" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Noteikumu administrators" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "ParÄdÄ«t" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "OrganizÄcija" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Ievietots atribÅ«ts" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "rÄdīšanas/slÄ“pÅ¡anas atribÅ«ti" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Å Ä« servisa nolÅ«ks ir" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "SlÄ“pt" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(nav apraksta)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Servisa piegÄdÄtÄji priekÅ¡" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>KÄ dzÄ“st noteikumus</h3> Izņemiet Ä·eksÄ«ti pie atbilstoÅ¡Ä servisa " -"piegÄdÄtÄja <h3>Saites</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">SÄkums</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">BUJ</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "pieslÄ“gties" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Å eit JÅ«s varat aplÅ«kot un labot noteikumus priekÅ¡ servisu piegÄdÄtÄjiem" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Uzlabotie noteikumi" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "NezinÄms ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Pievienotie noteikumi" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "IdentitÄte" - -msgid "Injected attribut" -msgstr "Ievietots atribÅ«ts" - -msgid "Show" -msgstr "ParÄdÄ«t" - -msgid "Consent Added" -msgstr "Pievienotie noteikumi" - -msgid "Consent Administration" -msgstr "Noteikumu administrators" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Å eit JÅ«s varat aplÅ«kot un labot noteikumus priekÅ¡ servisu piegÄdÄtÄjiem" - -msgid "Unknown ..." -msgstr "NezinÄms ..." - -msgid "Identity" -msgstr "IdentitÄte" - -msgid "The purpose of the service is" -msgstr "Å Ä« servisa nolÅ«ks ir" - -msgid "Hide" -msgstr "SlÄ“pt" - -msgid "Service Provider" -msgstr "Servisa piegÄdÄtÄjs" - -msgid "Service Providers for" -msgstr "Servisa piegÄdÄtÄji priekÅ¡" - -msgid "login" -msgstr "pieslÄ“gties" - -msgid "(name not specified)" -msgstr "(vÄrds nav norÄdÄ«ts)" - -msgid "Consent Updated" -msgstr "Uzlabotie noteikumi" - -msgid "Consent status" -msgstr "Noteikumu statuss" - -msgid "(no description)" -msgstr "(nav apraksta)" - -msgid "attributes" -msgstr "atribÅ«ti" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>KÄ dzÄ“st noteikumus</h3> Izņemiet Ä·eksÄ«ti pie atbilstoÅ¡Ä servisa " -"piegÄdÄtÄja <h3>Saites</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">SÄkums</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">BUJ</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "Noņemtie noteikumi" - -msgid "show/hide attributes" -msgstr "rÄdīšanas/slÄ“pÅ¡anas atribÅ«ti" - -msgid "Organisation" -msgstr "OrganizÄcija" - diff --git a/modules/consentAdmin/locales/nb/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/nb/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index a82000525..000000000 --- a/modules/consentAdmin/locales/nb/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,162 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Samtykke status" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "persondata" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Tjenesteleverandør" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Samtykke trukket tilbake" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Samtykkeadministrasjon" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Vis" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisasjon" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Persondata lagt til" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "vis/skjul persondata" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Hensikten med denne tjenesten er" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Skjul" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(ingen beskrivelse)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Tjenesteleverandører for" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Hvordan trekke samtykke tilbake</h3> Fjern haken i boksen for gitte " -"tjenestetilbyder <h3>Lenker</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/da/om-wayf/faq-ofte-stillede-" -"sporgsmal\">Ofte stilte spørsmÃ¥l</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "login" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Her kan du se og endre dine samtykker for tjenester." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Samtykke oppdatert" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Ukjent..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Samtykke gitt" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitet" - -msgid "Injected attribut" -msgstr "Persondata lagt til" - -msgid "Show" -msgstr "Vis" - -msgid "Consent Added" -msgstr "Samtykke gitt" - -msgid "Consent Administration" -msgstr "Samtykkeadministrasjon" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Her kan du se og endre dine samtykker for tjenester." - -msgid "Unknown ..." -msgstr "Ukjent..." - -msgid "Identity" -msgstr "Identitet" - -msgid "The purpose of the service is" -msgstr "Hensikten med denne tjenesten er" - -msgid "Hide" -msgstr "Skjul" - -msgid "Service Provider" -msgstr "Tjenesteleverandør" - -msgid "Service Providers for" -msgstr "Tjenesteleverandører for" - -msgid "login" -msgstr "login" - -msgid "(name not specified)" -msgstr "(navn ikke spesifisert)" - -msgid "Consent Updated" -msgstr "Samtykke oppdatert" - -msgid "Consent status" -msgstr "Samtykke status" - -msgid "(no description)" -msgstr "(ingen beskrivelse)" - -msgid "attributes" -msgstr "persondata" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Hvordan trekke samtykke tilbake</h3> Fjern haken i boksen for gitte " -"tjenestetilbyder <h3>Lenker</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/da/om-wayf/faq-ofte-stillede-" -"sporgsmal\">Ofte stilte spørsmÃ¥l</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "Samtykke trukket tilbake" - -msgid "show/hide attributes" -msgstr "vis/skjul persondata" - -msgid "Organisation" -msgstr "Organisasjon" - -msgid "Consent administration" -msgstr "Samtykke administrasjon" diff --git a/modules/consentAdmin/locales/nl/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/nl/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 77c74edc9..000000000 --- a/modules/consentAdmin/locales/nl/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,164 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Toestemming Status" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "attributen" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Service Provider" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Toestemming Verwijderd" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Toestemming Beheer" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Bekijk" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisatie" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Geïnjecteerd attibuut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "bekijk/verberg attributen" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Het nut van de server is" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Verberg" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(geen omschrijving)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Service Providers voor" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Hoe verwijdert u toestemmingen</h3> Vinkt u het vakje af dat " -"overeenkomt met de dienstverlener <h3>Links</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "login" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Hier kunt u uw verleende toestemmingen voor dienstverleners bekijken en " -"bewerken." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Toestemming Bijgewerkt" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Onbekend..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Toestemming Toegevoegd" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identiteit" - -msgid "Injected attribut" -msgstr "Geïnjecteerd attibuut" - -msgid "Show" -msgstr "Bekijk" - -msgid "Consent Added" -msgstr "Toestemming Toegevoegd" - -msgid "Consent Administration" -msgstr "Toestemming Beheer" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Hier kunt u uw verleende toestemmingen voor dienstverleners bekijken en " -"bewerken." - -msgid "Unknown ..." -msgstr "Onbekend..." - -msgid "Identity" -msgstr "Identiteit" - -msgid "The purpose of the service is" -msgstr "Het nut van de server is" - -msgid "Hide" -msgstr "Verberg" - -msgid "Service Provider" -msgstr "Service Provider" - -msgid "Service Providers for" -msgstr "Service Providers voor" - -msgid "login" -msgstr "login" - -msgid "(name not specified)" -msgstr "(naam niet opgegeven)" - -msgid "Consent Updated" -msgstr "Toestemming Bijgewerkt" - -msgid "Consent status" -msgstr "Toestemming Status" - -msgid "(no description)" -msgstr "(geen omschrijving)" - -msgid "attributes" -msgstr "attributen" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Hoe verwijderdt u toestemmingen</h3> Vinkt u het vakje af dat " -"overeenkomt met de dienstverlener <h3>Links</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "Consent Removed" -msgstr "Toestemming Verwijderd" - -msgid "show/hide attributes" -msgstr "bekijk/verberg attributen" - -msgid "Organisation" -msgstr "Organisatie" - diff --git a/modules/consentAdmin/locales/nn/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/nn/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index e4a712717..000000000 --- a/modules/consentAdmin/locales/nn/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,162 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Samtykkestatus" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "persondata" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Tenesteleverandør" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Samtykke trukke tilbake" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Samtykkeadministrasjon" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Vis" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisasjon" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Persondata lagt til" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "vis/skjul personinformasjon" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "FormÃ¥let med tenesta er" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Skjul" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(mangler informasjon)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Tenesteleverandør for " - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Korleis dra tilbake samtykke</h3> Fjern haka i boksen for enkelte " -"tenester <h3>Lenker</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/da/om-wayf/faq-ofte-stillede-" -"sporgsmal\">Ofte stilte spørsmÃ¥l</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "logg inn" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Her kan du sjÃ¥ og endra dine samtykke til tenestene." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Samtykke oppdatert" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Ukjent..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Samtykke lagt til" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitet" - -msgid "Injected attribut" -msgstr "Persondata lagt til" - -msgid "Show" -msgstr "Vis" - -msgid "Consent Added" -msgstr "Samtykke lagt til" - -msgid "Consent Administration" -msgstr "Samtykkeadministrasjon" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Her kan du sjÃ¥ og endra dine samtykke til tenestene." - -msgid "Unknown ..." -msgstr "Ukjent..." - -msgid "Identity" -msgstr "Identitet" - -msgid "The purpose of the service is" -msgstr "FormÃ¥let med tenesta er" - -msgid "Hide" -msgstr "Skjul" - -msgid "Service Provider" -msgstr "Tenesteleverandør" - -msgid "Service Providers for" -msgstr "Tenesteleverandør for " - -msgid "login" -msgstr "logg inn" - -msgid "(name not specified)" -msgstr "(namn ikkje spesifisert)" - -msgid "Consent Updated" -msgstr "Samtykke oppdatert" - -msgid "Consent status" -msgstr "Samtykkestatus" - -msgid "(no description)" -msgstr "(mangler informasjon)" - -msgid "attributes" -msgstr "persondata" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Korleis dra tilbake samtykke</h3> Fjern haka i boksen for enkelte " -"tenester <h3>Lenker</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/da/om-wayf/faq-ofte-stillede-" -"sporgsmal\">Ofte stilte spørsmÃ¥l</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "Samtykke trukke tilbake" - -msgid "show/hide attributes" -msgstr "vis/skjul personinformasjon" - -msgid "Organisation" -msgstr "Organisasjon" - -msgid "Consent administration" -msgstr "Samtykke administrasjon" diff --git a/modules/consentAdmin/locales/pt/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/pt/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 85983c36f..000000000 --- a/modules/consentAdmin/locales/pt/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,158 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Consentimento" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atributos" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Fornecedor de Serviço" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Consentimento removido" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administração de Consentimento" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Mostrar" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organização" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Atributo injectado" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "mostrar/esconder atributos" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Este serviço destina-se a" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Esconder" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(sem descrição)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Fornecedores de Serviços para" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Como remover o seu consentimento</h3> Retire a marca correspondente " -"ao fornecedor de serviço que pretende remover." - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Entrar" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Nesta página pode ver e editar o seu consentimento dado aos Fornecedores " -"de Serviços." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Consentimento actualizado" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Desconhecido ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Consentimento adicionado" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identidade" - -msgid "Injected attribut" -msgstr "Atributo injectado" - -msgid "Show" -msgstr "Mostrar" - -msgid "Consent Added" -msgstr "Consentimento adicionado" - -msgid "Consent Administration" -msgstr "Administração de Consentimento" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Nesta página pode ver e editar o seu consentimento dado aos Fornecedores " -"de Serviços." - -msgid "Unknown ..." -msgstr "Desconhecido ..." - -msgid "Identity" -msgstr "Identidade" - -msgid "The purpose of the service is" -msgstr "Este serviço destina-se a" - -msgid "Hide" -msgstr "Esconder" - -msgid "Service Provider" -msgstr "Fornecedor de Serviço" - -msgid "Service Providers for" -msgstr "Fornecedores de Serviços para" - -msgid "login" -msgstr "Entrar" - -msgid "(name not specified)" -msgstr "(nome não especificado)" - -msgid "Consent Updated" -msgstr "Consentimento actualizado" - -msgid "Consent status" -msgstr "Consentimento" - -msgid "(no description)" -msgstr "(sem descrição)" - -msgid "attributes" -msgstr "atributos" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Como remover o seu consentimento</h3> Retire a marca correspondente " -"ao fornecedor de serviço que pretende remover." - -msgid "Consent Removed" -msgstr "Consentimento removido" - -msgid "show/hide attributes" -msgstr "mostrar/esconder atributos" - -msgid "Organisation" -msgstr "Organização" - diff --git a/modules/consentAdmin/locales/ro/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/ro/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 6c1943bfc..000000000 --- a/modules/consentAdmin/locales/ro/LC_MESSAGES/consentAdmin.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: 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 "{consentAdmin:consentadmin:status_header}" -msgstr "Stare acord (consimțământ)" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atribute" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Furnizor de servicii" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Acordul a fost înlăturat" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administrarea acordurilor (consimțămintelor)" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Arată" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "InstituÈ›ie" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Atribut introdus" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "arată/ascunde atributele" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Scopul acestui serviciu este" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Ascunde" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(fără descriere)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Furnizori de servicii pentru" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Cum poate fi anulat acordul dumneavoastră</h3>DebifaÈ›i căsuÈ›a " -"corespunzătoare furnizorului de servicii <h3>Link-uri</h3><ul><li><a " -"href=\"https://www.wayf.dk\">Start</a></li><li><a " -"href=\"https://www.wayf.dk/FAQ\">FAQ</a></li></ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "autentificare" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Aici puteÈ›i edita acordul/consimțământul dumneavoastră pentru Furnizorii " -"de servicii." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Acordul a fost actualizat" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Necunoscut ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Acordul a fost adăugat" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitate" - -msgid "Injected attribut" -msgstr "Atribut introdus" - -msgid "Show" -msgstr "Arată" - -msgid "Consent Added" -msgstr "Acordul a fost adăugat" - -msgid "Consent Administration" -msgstr "Administrarea acordurilor (consimțămintelor)" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Aici puteÈ›i edita acordul/consimțământul dumneavoastră pentru Furnizorii " -"de servicii." - -msgid "Unknown ..." -msgstr "Necunoscut ..." - -msgid "Identity" -msgstr "Identitate" - -msgid "The purpose of the service is" -msgstr "Scopul acestui serviciu este" - -msgid "Hide" -msgstr "Ascunde" - -msgid "Service Provider" -msgstr "Furnizor de servicii" - -msgid "Service Providers for" -msgstr "Furnizori de servicii pentru" - -msgid "login" -msgstr "autentificare" - -msgid "(name not specified)" -msgstr "(nu a fost specificat numele)" - -msgid "Consent Updated" -msgstr "Acordul a fost actualizat" - -msgid "Consent status" -msgstr "Stare acord (consimțământ)" - -msgid "(no description)" -msgstr "(fără descriere)" - -msgid "attributes" -msgstr "atribute" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Cum poate fi anulat acordul dumneavoastră</h3>DebifaÈ›i căsuÈ›a " -"corespunzătoare furnizorului de servicii <h3>Link-uri</h3><ul><li><a " -"href=\"https://www.wayf.dk\">Start</a></li><li><a " -"href=\"https://www.wayf.dk/FAQ\">FAQ</a></li></ul>" - -msgid "Consent Removed" -msgstr "Acordul a fost înlăturat" - -msgid "show/hide attributes" -msgstr "arată/ascunde atributele" - -msgid "Organisation" -msgstr "InstituÈ›ie" - diff --git a/modules/consentAdmin/locales/ru/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/ru/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index a641ee0e4..000000000 --- a/modules/consentAdmin/locales/ru/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,161 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ ÑоглаÑиÑ" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "атрибуты" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "СоглаÑие отозвано" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Управление ÑоглаÑием" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Показать" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "ОрганизациÑ" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Введенный атрибут" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "Показать/Ñкрыть атрибуты" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Целью ÑервиÑа ÑвлÑетÑÑ" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Скрыть" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(опиÑание отÑутÑтвует)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ñ‹ длÑ" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Как удалить ваше ÑоглаÑие</h3> Снимите выделение Ñ ÑÐµÑ€Ð²Ð¸Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ð° " -"<h3>СÑылки</h3> <ul> <li><a href=\"https://www.wayf.dk\">Start</a> </li> " -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li> </ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Вход" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "" -"Ð’ Ñтом поле можно проÑмотреть и отредактировать текÑÑ‚ вашего ÑоглаÑÐ¸Ñ Ð´Ð»Ñ" -" ÑÐµÑ€Ð²Ð¸Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ð¾Ð²." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "СоглаÑие обновлено" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "ÐеизвеÑтно.." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "СоглаÑие добавлено" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Ð˜Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" - -msgid "Injected attribut" -msgstr "Введенный атрибут" - -msgid "Show" -msgstr "Показать" - -msgid "Consent Added" -msgstr "СоглаÑие добавлено" - -msgid "Consent Administration" -msgstr "Управление ÑоглаÑием" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "" -"Ð’ Ñтом поле можно проÑмотреть и отредактировать текÑÑ‚ вашего ÑоглаÑÐ¸Ñ Ð´Ð»Ñ" -" ÑÐµÑ€Ð²Ð¸Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ð¾Ð²." - -msgid "Unknown ..." -msgstr "ÐеизвеÑтно.." - -msgid "Identity" -msgstr "Ð˜Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ" - -msgid "The purpose of the service is" -msgstr "Целью ÑервиÑа ÑвлÑетÑÑ" - -msgid "Hide" -msgstr "Скрыть" - -msgid "Service Provider" -msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€" - -msgid "Service Providers for" -msgstr "Ð¡ÐµÑ€Ð²Ð¸Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ñ‹ длÑ" - -msgid "login" -msgstr "Вход" - -msgid "(name not specified)" -msgstr "(Ð¸Ð¼Ñ Ð½Ðµ указано)" - -msgid "Consent Updated" -msgstr "СоглаÑие обновлено" - -msgid "Consent status" -msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ ÑоглаÑиÑ" - -msgid "(no description)" -msgstr "(опиÑание отÑутÑтвует)" - -msgid "attributes" -msgstr "атрибуты" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Как удалить ваше ÑоглаÑие</h3> Снимите выделение Ñ ÑÐµÑ€Ð²Ð¸Ñ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ð° " -"<h3>СÑылки</h3> <ul> <li><a href=\"https://www.wayf.dk\">Start</a> </li> " -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li> </ul>" - -msgid "Consent Removed" -msgstr "СоглаÑие отозвано" - -msgid "show/hide attributes" -msgstr "Показать/Ñкрыть атрибуты" - -msgid "Organisation" -msgstr "ОрганизациÑ" - diff --git a/modules/consentAdmin/locales/sl/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/sl/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 915d1669d..000000000 --- a/modules/consentAdmin/locales/sl/LC_MESSAGES/consentAdmin.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: 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 "{consentAdmin:consentadmin:status_header}" -msgstr "Status privolitve" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atributi" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Ponudnik storitve" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Privolitev razveljavljena" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Upravljanje s privolitvami" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Prikaži" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organizacija" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Vrinjen atribut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "Prikaži/Skrij atribute" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Namen storitve: " - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Skrij" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(brez opisa)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Ponudniki storitev za" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Kako razveljavim dano privolitev?</h3> Odstranite kljukico pred " -"SPjem, za katerega želite razveljaviti dano privolitev<h3>Povezave</h3> " -"<ul> <li><a href=\"https://aai.arnes.si\">Start</a> </li> <li><a " -"href=\"https://aai.arnes.si\">FAQ</a> </li> </ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Prijava" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Pregled in urejanje privolitev za posamezen SP." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Privolitev posodobljena" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Neznan..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Privolitev dodana" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identiteta" - -msgid "Injected attribut" -msgstr "Vrinjen atribut" - -msgid "Show" -msgstr "Prikaži" - -msgid "Consent Added" -msgstr "Privolitev dodana" - -msgid "Consent Administration" -msgstr "Upravljanje s privolitvami" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Pregled in urejanje privolitev za posamezen SP." - -msgid "Unknown ..." -msgstr "Neznan..." - -msgid "Identity" -msgstr "Identiteta" - -msgid "The purpose of the service is" -msgstr "Namen storitve: " - -msgid "Hide" -msgstr "Skrij" - -msgid "Service Provider" -msgstr "Ponudnik storitve" - -msgid "Service Providers for" -msgstr "Ponudniki storitev za" - -msgid "login" -msgstr "Prijava" - -msgid "(name not specified)" -msgstr "(brez naziva)" - -msgid "Consent Updated" -msgstr "Privolitev posodobljena" - -msgid "Consent status" -msgstr "Status privolitve" - -msgid "(no description)" -msgstr "(brez opisa)" - -msgid "attributes" -msgstr "atributi" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Kako razveljavim dano privolitev?</h3> Odstranite kljukico pred " -"SPjem, za katerega želite razveljaviti dano privolitev<h3>Povezave</h3> " -"<ul> <li><a href=\"https://aai.arnes.si\">Start</a> </li> <li><a " -"href=\"https://aai.arnes.si\">FAQ</a> </li> </ul>" - -msgid "Consent Removed" -msgstr "Privolitev razveljavljena" - -msgid "show/hide attributes" -msgstr "Prikaži/Skrij atribute" - -msgid "Organisation" -msgstr "Organizacija" - diff --git a/modules/consentAdmin/locales/sr/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/sr/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 6099ce86f..000000000 --- a/modules/consentAdmin/locales/sr/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,161 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Stanje dozvole" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "atributi" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Davalac Servisa" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Dozvola uklonjena" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Administracija dozvola" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Prikaži" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Institucija" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "UbaÄeni atribut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "prikaži/sakrij atribute" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Namena ovog servisa je" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Sakrij" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(nema opisa)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Davaoci Servisa za" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Kako obrisati dozvolu</h3> Uklonite kvaÄicu iz polja koje se odnosi " -"na davaoca servisa <h3>Linkovi</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">PoÄetna stranica</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">Pitanja i odgovori</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Prijavi se" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Ovde možete pregledati i menjati vaÅ¡e dozvole davaocima servisa." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Dozvola ažurirana" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Nepoznato ..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Dozvola dodata" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitet" - -msgid "Injected attribut" -msgstr "UbaÄeni atribut" - -msgid "Show" -msgstr "Prikaži" - -msgid "Consent Added" -msgstr "Dozvola dodata" - -msgid "Consent Administration" -msgstr "Administracija dozvola" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Ovde možete pregledati i menjati vaÅ¡e dozvole davaocima servisa." - -msgid "Unknown ..." -msgstr "Nepoznato ..." - -msgid "Identity" -msgstr "Identitet" - -msgid "The purpose of the service is" -msgstr "Namena ovog servisa je" - -msgid "Hide" -msgstr "Sakrij" - -msgid "Service Provider" -msgstr "Davalac Servisa" - -msgid "Service Providers for" -msgstr "Davaoci Servisa za" - -msgid "login" -msgstr "Prijavi se" - -msgid "(name not specified)" -msgstr "(ime nije specificirano)" - -msgid "Consent Updated" -msgstr "Dozvola ažurirana" - -msgid "Consent status" -msgstr "Stanje dozvole" - -msgid "(no description)" -msgstr "(nema opisa)" - -msgid "attributes" -msgstr "atributi" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Kako obrisati dozvolu</h3> Uklonite kvaÄicu iz polja koje se odnosi " -"na davaoca servisa <h3>Linkovi</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">PoÄetna stranica</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">Pitanja i odgovori</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "Dozvola uklonjena" - -msgid "show/hide attributes" -msgstr "prikaži/sakrij atribute" - -msgid "Organisation" -msgstr "Institucija" - diff --git a/modules/consentAdmin/locales/sv/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/sv/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 6777d22f6..000000000 --- a/modules/consentAdmin/locales/sv/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,160 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "Samtyckesstatus" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "attribut" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "Tjänsteleverantör" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "Samtycke borttaget" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "Samtyckesadministration" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "Visa" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "Organisation" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "Tillfört attribut" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "visa/göm attribut" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "Systet med tjänsten är" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "Göm" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(ingen beskrivning)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "Tjänsteleverantörer för" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>Hur du tar bort ditt samtycke</h3> Ta bort markeringen i rutan " -"kopplad till tjänsteleverantören <h3>Länkar</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "Logga in" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "Här kan du se och ändra dina samtycken för olika tjänsteleverantörer." - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "Samtycke uppdaterat" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "Okänd..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "Samtycke tillagt" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "Identitet" - -msgid "Injected attribut" -msgstr "Tillfört attribut" - -msgid "Show" -msgstr "Visa" - -msgid "Consent Added" -msgstr "Samtycke tillagt" - -msgid "Consent Administration" -msgstr "Samtyckesadministration" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "Här kan du se och ändra dina samtycken för olika tjänsteleverantörer." - -msgid "Unknown ..." -msgstr "Okänd..." - -msgid "Identity" -msgstr "Identitet" - -msgid "The purpose of the service is" -msgstr "Systet med tjänsten är" - -msgid "Hide" -msgstr "Göm" - -msgid "Service Provider" -msgstr "Tjänsteleverantör" - -msgid "Service Providers for" -msgstr "Tjänsteleverantörer för" - -msgid "login" -msgstr "Logga in" - -msgid "(name not specified)" -msgstr "(namn ej angivet)" - -msgid "Consent Updated" -msgstr "Samtycke uppdaterat" - -msgid "Consent status" -msgstr "Samtyckesstatus" - -msgid "(no description)" -msgstr "(ingen beskrivning)" - -msgid "attributes" -msgstr "attribut" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>Hur du tar bort ditt samtycke</h3> Ta bort markeringen i rutan " -"kopplad till tjänsteleverantören <h3>Länkar</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">Start</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "Samtycke borttaget" - -msgid "show/hide attributes" -msgstr "visa/göm attribut" - -msgid "Organisation" -msgstr "Organisation" - diff --git a/modules/consentAdmin/locales/zh-tw/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/zh-tw/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index 797665470..000000000 --- a/modules/consentAdmin/locales/zh-tw/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,158 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "許å¯ç‹€æ…‹" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "屬性" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "æœå‹™æä¾›è€…" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "åŒæ„移除" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "管轄許å¯" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "顯示" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "組織" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "åŠ å…¥å±¬æ€§" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "顯示/éš±è—屬性" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "æ¤é …æœå‹™çš„目的為" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "éš±è—" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(ç„¡æè¿°)" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "æœå‹™æä¾›è€…çš„" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>在這刪除您的授權</h3> å–æ¶ˆå‹¾é¸æœå‹™æä¾›è€…å°æ‡‰çš„æ ¸å–方塊 <h3>連çµ</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">é–‹å§‹</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">說明</a> </li> </ul> " - -msgid "{consentAdmin:consentadmin:login}" -msgstr "登入" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "這邊å¯ä»¥æª¢è¦–åŠä¿®æ”¹æ‚¨åŒæ„çš„æœå‹™æä¾›è€…。" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "åŒæ„æ›´æ–°" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "未知..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "åŒæ„新增" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "身分" - -msgid "Injected attribut" -msgstr "åŠ å…¥å±¬æ€§" - -msgid "Show" -msgstr "顯示" - -msgid "Consent Added" -msgstr "åŒæ„新增" - -msgid "Consent Administration" -msgstr "管轄許å¯" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "這邊å¯ä»¥æª¢è¦–åŠä¿®æ”¹æ‚¨åŒæ„çš„æœå‹™æä¾›è€…。" - -msgid "Unknown ..." -msgstr "未知..." - -msgid "Identity" -msgstr "身分" - -msgid "The purpose of the service is" -msgstr "æ¤é …æœå‹™çš„目的為" - -msgid "Hide" -msgstr "éš±è—" - -msgid "Service Provider" -msgstr "æœå‹™æä¾›è€…" - -msgid "Service Providers for" -msgstr "æœå‹™æä¾›è€…çš„" - -msgid "login" -msgstr "登入" - -msgid "(name not specified)" -msgstr "(未定義å稱)" - -msgid "Consent Updated" -msgstr "åŒæ„æ›´æ–°" - -msgid "Consent status" -msgstr "許å¯ç‹€æ…‹" - -msgid "(no description)" -msgstr "(ç„¡æè¿°)" - -msgid "attributes" -msgstr "屬性" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>在這刪除您的授權</h3> å–æ¶ˆå‹¾é¸æœå‹™æä¾›è€…å°æ‡‰çš„æ ¸å–方塊 <h3>連çµ</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">é–‹å§‹</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">說明</a> </li> </ul> " - -msgid "Consent Removed" -msgstr "åŒæ„移除" - -msgid "show/hide attributes" -msgstr "顯示/éš±è—屬性" - -msgid "Organisation" -msgstr "組織" - diff --git a/modules/consentAdmin/locales/zh/LC_MESSAGES/consentAdmin.po b/modules/consentAdmin/locales/zh/LC_MESSAGES/consentAdmin.po deleted file mode 100644 index ab6ab8d22..000000000 --- a/modules/consentAdmin/locales/zh/LC_MESSAGES/consentAdmin.po +++ /dev/null @@ -1,158 +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 "{consentAdmin:consentadmin:status_header}" -msgstr "许å¯çжæ€" - -msgid "{consentAdmin:consentadmin:attributes_text}" -msgstr "属性" - -msgid "{consentAdmin:consentadmin:service_provider_header}" -msgstr "æœåŠ¡æä¾›å•†" - -msgid "{consentAdmin:consentadmin:removed}" -msgstr "å·²ç»ç§»é™¤çš„许å¯" - -msgid "{consentAdmin:consentadmin:consentadmin_header}" -msgstr "管ç†å‘˜è®¸å¯" - -msgid "{consentAdmin:consentadmin:show}" -msgstr "显示" - -msgid "{consentAdmin:consentadmin:attribute_org}" -msgstr "组织" - -msgid "{consentAdmin:consentadmin:attribute_injected}" -msgstr "注入的属性" - -msgid "{consentAdmin:consentadmin:show_hide_attributes}" -msgstr "显示/éšè—属性" - -msgid "{consentAdmin:consentadmin:consentadmin_purpose}" -msgstr "该æœåŠ¡çš„ç”¨é€”" - -msgid "{consentAdmin:consentadmin:hide}" -msgstr "éšè—" - -msgid "{consentAdmin:consentadmin:sp_empty_description}" -msgstr "(没有æè¿°ï¼‰" - -msgid "{consentAdmin:consentadmin:service_providers_for}" -msgstr "æœåŠ¡æä¾›å•†æœåŠ¡äºŽ" - -msgid "{consentAdmin:consentadmin:consentadmin_description2}" -msgstr "" -"<h3>å¦‚ä½•åˆ é™¤ä½ çš„è®¸å¯</h3>å选相应的SP选择框<h3>Links</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">开始</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "{consentAdmin:consentadmin:login}" -msgstr "登陆" - -msgid "{consentAdmin:consentadmin:consentadmin_description1}" -msgstr "åœ¨è¿™é‡Œä½ å¯ä»¥æŸ¥çœ‹å’Œç¼–è¾‘ä½ çš„SP许å¯" - -msgid "{consentAdmin:consentadmin:updated}" -msgstr "å·²ç»æ›´æ–°çš„许å¯" - -msgid "{consentAdmin:consentadmin:unknown}" -msgstr "未知..." - -msgid "{consentAdmin:consentadmin:added}" -msgstr "å·²ç»æ·»åŠ çš„è®¸å¯" - -msgid "{consentAdmin:consentadmin:attribute_id}" -msgstr "身份" - -msgid "Injected attribut" -msgstr "注入的属性" - -msgid "Show" -msgstr "显示" - -msgid "Consent Added" -msgstr "å·²ç»æ·»åŠ çš„è®¸å¯" - -msgid "Consent Administration" -msgstr "管ç†å‘˜è®¸å¯" - -msgid "Here you can view and edit your consent for the Service Providers." -msgstr "åœ¨è¿™é‡Œä½ å¯ä»¥æŸ¥çœ‹å’Œç¼–è¾‘ä½ çš„SP许å¯" - -msgid "Unknown ..." -msgstr "未知..." - -msgid "Identity" -msgstr "身份" - -msgid "The purpose of the service is" -msgstr "该æœåŠ¡çš„ç”¨é€”" - -msgid "Hide" -msgstr "éšè—" - -msgid "Service Provider" -msgstr "æœåŠ¡æä¾›å•†" - -msgid "Service Providers for" -msgstr "æœåŠ¡æä¾›å•†æœåŠ¡äºŽ" - -msgid "login" -msgstr "登陆" - -msgid "(name not specified)" -msgstr "(没有指定åå—)" - -msgid "Consent Updated" -msgstr "å·²ç»æ›´æ–°çš„许å¯" - -msgid "Consent status" -msgstr "许å¯çжæ€" - -msgid "(no description)" -msgstr "(没有æè¿°ï¼‰" - -msgid "attributes" -msgstr "属性" - -msgid "" -"\n" -"<h3>How to delete your consent</h3>\n" -"Uncheck the box corresponding to the service provider\n" -"\n" -"<h3>Links</h3>\n" -"<ul>\n" -"<li><a href=\"https://www.wayf.dk\">Start</a> </li>\n" -"\n" -"<li><a href=\"https://www.wayf.dk/FAQ\">FAQ</a> </li>\n" -"</ul>\n" -msgstr "" -"<h3>å¦‚ä½•åˆ é™¤ä½ çš„è®¸å¯</h3>å选相应的SP选择框<h3>Links</h3> <ul> <li><a " -"href=\"https://www.wayf.dk\">开始</a> </li> <li><a " -"href=\"https://www.wayf.dk/index.php/en/about-wayf/faq-frequently-asked-" -"questions\">FAQ</a> </li> </ul>" - -msgid "Consent Removed" -msgstr "å·²ç»ç§»é™¤çš„许å¯" - -msgid "show/hide attributes" -msgstr "显示/éšè—属性" - -msgid "Organisation" -msgstr "组织" - diff --git a/modules/consentAdmin/templates/consentadmin.php b/modules/consentAdmin/templates/consentadmin.php deleted file mode 100644 index e8c3bcc83..000000000 --- a/modules/consentAdmin/templates/consentadmin.php +++ /dev/null @@ -1,90 +0,0 @@ -<?php - $this->data['head'] = '<link rel="stylesheet" type="text/css" href="'. - SimpleSAML\Module::getModuleURL("consentAdmin/assets/css/consentAdmin.css").'" />'."\n"; - $this->data['head'] .= '<script type="text/javascript" src="'. - SimpleSAML\Module::getModuleURL("consentAdmin/assets/js/consentAdmin.js").'"></script>'; - // default theme - $this->includeAtTemplateBase('includes/header.php'); -?> - <h2><?php echo $this->t('{consentAdmin:consentadmin:consentadmin_header}') ?></h2> - <p> - <?php echo $this->t('{consentAdmin:consentadmin:consentadmin_description1}') ?> </p> - - - <table> - <tr> - <th width="80%"><?php echo $this->t('{consentAdmin:consentadmin:service_provider_header}') ?></th> - <th><?php echo $this->t('{consentAdmin:consentadmin:status_header}') ?></th> - </tr> - <?php - $spList = $this->data['spList']; - $show_spid = 0; - $show_text = $this->t('{consentAdmin:consentadmin:show}'); - $hide_text = $this->t('{consentAdmin:consentadmin:hide}'); - $attributes_text = $this->t('{consentAdmin:consentadmin:attributes_text}'); - foreach ($spList as $spName => $spValues) { - if (!is_null($spValues['serviceurl'])) { - $htmlSpName = '<a class="serviceUrl" href="'.$spValues['serviceurl'].'">'. - htmlspecialchars($spValues['name']).'</a>'; - } else { - $htmlSpName = htmlspecialchars($spValues['name']); - } - $spDescription = htmlspecialchars($spValues['description']); - $checkedAttr = $spValues['consentStatus'] == 'ok' ? 'checked="checked"' : ''; - $consentValue = $spValues['consentValue']; - $consentText = $spValues['consentStatus'] == 'changed' ? "attributes has changed" : ""; - $row_class = ($show_spid % 2) ? "row0" : "row1"; - echo <<<TRSTART -<tr class="$row_class"> -<td> - <table> - <tr class="$row_class"> - <td><span class='caSPName'><span title='$spDescription'>$htmlSpName</span>  - <span class="show_hide" id="show_hide_$show_spid"><span id='showing_$show_spid'>$show_text</span> - <span id='hiding_$show_spid'>$hide_text</span> $attributes_text</span></span></td></tr> - <tr><td colspan="2" class="caAttributes"><div id="attributes_$show_spid"> -TRSTART; - $attributes = $spValues['attributes_by_sp']; - if ($this->data['showDescription']) { - echo '<p>'.$this->t('{consentAdmin:consentadmin:consentadmin_purpose}').' '.$spDescription.'</p>'; - } - echo "\n<ul>\n"; - foreach ($attributes as $name => $value) { - if (sizeof($value) > 1) { - echo "<li>".htmlspecialchars($name).":\n<ul>\n"; - foreach ($value as $v) { - echo '<li>'.htmlspecialchars($v)."</li>\n"; - } - echo "</ul>\n</li>\n"; - } else { - echo "<li>".htmlspecialchars($name).": ".htmlspecialchars($value[0])."</li>\n"; - } - } - echo "</ul>"; - echo <<<TRSTART - </div></td></tr> - </table> -</td> - -<td class='caAllowed'> - <input id="checkbox_$show_spid" class="checkbox" value='$consentValue' type='checkbox' $checkedAttr /> - <span id="consentText_$show_spid">$consentText</span></td> -TRSTART; - echo "</tr>\n"; - $show_spid++; - } - ?> - </table> - - <p> - <?php echo $this->t('{consentAdmin:consentadmin:consentadmin_description2}') ?> </p> - - <h2>Logout</h2> - <p> - <a href=" - <?php - echo \SimpleSAML\Module::getModuleURL('consentAdmin/consentAdmin.php', ['logout' => 1]); - ?>">Logout</a> - </p> - -<?php $this->includeAtTemplateBase('includes/footer.php'); diff --git a/modules/consentAdmin/templates/consentadmin.twig b/modules/consentAdmin/templates/consentadmin.twig deleted file mode 100644 index aa1e81ff4..000000000 --- a/modules/consentAdmin/templates/consentadmin.twig +++ /dev/null @@ -1,82 +0,0 @@ -{% set pagetitle = '{consentAdmin:consentadmin:consentadmin_header}'|trans %} -{% extends "base.twig" %} - -{% block preload %} -<link rel="stylesheet" href="/{{ baseurlpath }}module.php/consentAdmin/assets/css/consentAdmin.css"> -{% endblock %} - -{% block postload %} -<script src="/{{ baseurlpath }}module.php/consentAdmin/assets/js/consentAdmin.js"></script> -{% endblock %} - -{% block content %} - -<h2>{{ '{consentAdmin:consentadmin:consentadmin_header}'|trans }}</h2> -<p>{{ '{consentAdmin:consentadmin:consentadmin_description1}'|trans }}</p> - -<table> - <tr> - <th colspan="2" width="80%">{{ '{consentAdmin:consentadmin:service_provider_header}'|trans }}</th> - <th width="140">{{ '{consentAdmin:consentadmin:status_header}'|trans }}</th> - </tr> - -{% for spName, spValues in spList %} - - {% if loop.index0 % 2 == 0 %} - {% set rowClass = 'row0' %} - {% else %} - {% set rowClass = 'row1' %} - {% endif %} - - <tr class="{{ rowClass }}"> - <td> - <span class='caSPName'> - <span title='{{ spValues.description|escape('html') }}'> - {% if spValues.serviceurl is defined %} - {{ spValues.name|escape('html') }} - {% else %} - <a class="serviceUrl" href="{{ spValues.serviceurl }}">{{ spValues.name|escape('html') }}</a> - {% endif %} - </span> - <span class="show_hide" id="show_hide_{{ loop.index0 }}"> - <span id="showing_{{ loop.index0 }}">{{ '{consentAdmin:consentadmin:show}'|trans }}</span> - <span id="hiding_{{ loop.index0 }}">{{ '{consentAdmin:consentadmin:hide}'|trans }}</span> - {{ '{consentAdmin:consentadmin:attributes_text}'|trans }} - </span> - </span> - </td> - <td class="caAttributes"> - <div id="attributes_{{ loop.index0 }}"> - {% if showDescription %} - <p>{{ '{consentAdmin:consentadmin:consentadmin_purpose}'|trans }}{{ spValues.description|escape('html') }}</p> - {% endif %} - <ul> - {% for attrName, attrValue in spValues.attributes_by_sp %} - {% if attrValue|length > 1 %} - <li>{{ attrName|escape('html') }}: - <ul> - {% for valKey, value in attrValue %} - <li>{{ value|escape('html') }}</li> - {% endfor %} - </ul> - </li> - {% else %} - <li>{{ attrName|escape('html') }}: {{ attrValue|first|escape('html') }}</li> - {% endif %} - {% endfor %} - </ul> - </div> - </td> - <td class="caAllowed"> - <input class="checkbox" id="checkbox_{{ loop.index0 }}" value='{{ spValues.consentValue }}' type='checkbox'{% if spValues.consentStatus == 'ok'%} checked="checked"{% endif %} /><span id="consentText_{{ loop.index0 }}">{% if spValues.consentStatus == 'changed' %}attributes has changed{% endif %}</span> - </td> - </tr> -{% endfor %} -</table> - -<p>{{ '{consentAdmin:consentadmin:consentadmin_description2}'|trans|raw }}</p> - -<h2>Logout</h2> -<p><a href="/{{ baseurlpath }}module.php/consentAdmin/consentAdmin.php?logout=1">Logout</a></p> - -{% endblock %} diff --git a/modules/consentAdmin/templates/consentadminajax.php b/modules/consentAdmin/templates/consentadminajax.php deleted file mode 100644 index c8520b085..000000000 --- a/modules/consentAdmin/templates/consentadminajax.php +++ /dev/null @@ -1,2 +0,0 @@ -<?php -echo $res; diff --git a/modules/consentAdmin/templates/consentadminajax.twig b/modules/consentAdmin/templates/consentadminajax.twig deleted file mode 100644 index 2b8211892..000000000 --- a/modules/consentAdmin/templates/consentadminajax.twig +++ /dev/null @@ -1,3 +0,0 @@ -{% block content %} -{{ res }} -{% endblock %} diff --git a/modules/consentAdmin/www/assets/css/consentAdmin.css b/modules/consentAdmin/www/assets/css/consentAdmin.css deleted file mode 100644 index 94c4a190c..000000000 --- a/modules/consentAdmin/www/assets/css/consentAdmin.css +++ /dev/null @@ -1,39 +0,0 @@ -.caSPName { - font-weight: bold; -} -td.caSPName { - vertical-align: top; -} -td.caAllowed { - vertical-align: top; -} -td.caAttributes { -} -tr.row0 td { - background-color: #888888; - color: black; -} -tr.row1 td { - background-color: #aaaaaa; - color: black; -} -a.orange { - color: #ffd633; -} - -span.show_hide { - font-size: 80%; -} - -a.serviceUrl { - color: black; - font-weight: bold; -} - -span[id^='hiding_'], span[id*='hiding_'] { - display: none; -} - -div[id^='attributes_'], div[id*='attributes_'] { - display: none; -} diff --git a/modules/consentAdmin/www/assets/js/consentAdmin.js b/modules/consentAdmin/www/assets/js/consentAdmin.js deleted file mode 100644 index 59cf4e17b..000000000 --- a/modules/consentAdmin/www/assets/js/consentAdmin.js +++ /dev/null @@ -1,79 +0,0 @@ -var xmlHttp; - -function checkConsent() -{ - var show_spid = this.id.charAt(this.id.length-1); - var checkbox = document.getElementById("checkbox_"+show_spid); - - xmlHttp = GetXmlHttpObject() - if (xmlHttp == null) { - alert("Browser does not support HTTP Request") - return - } - - var url = "consentAdmin.php" - url = url+"?cv="+checkbox.value - url = url+"&action="+checkbox.checked - url = url+"&sid="+Math.random() - - xmlHttp.onreadystatechange = function () { - if (xmlHttp.readyState == 4 || xmlHttp.readyState == "complete") { - document.getElementById("consentText_" + show_spid).innerHTML = xmlHttp.responseText; - } - } - - xmlHttp.open("GET", url, true) - xmlHttp.send(null) -} - -// This function creates an XMLHttpRequest -function GetXmlHttpObject() -{ - var xmlHttp = null; - try { - // Firefox, Opera 8.0+, Safari - xmlHttp = new XMLHttpRequest(); - } catch (e) { - //Internet Explorer - try { - xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); - } catch (e) { - xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); - } - } - return xmlHttp; -} - -function toggleShowAttributes() -{ - var show_spid = this.id.charAt(this.id.length-1); - - var disp = document.getElementById('attributes_' + show_spid); - var showing = document.getElementById('showing_' + show_spid); - var hiding = document.getElementById('hiding_' + show_spid); - - disp.style.display = (disp.style.display == 'none' ? 'block' : 'none'); - showing.style.display = (disp.style.display == 'none' ? 'inline' : 'none'); - hiding.style.display = (disp.style.display == 'none' ? 'none' : 'inline'); -} - -document.addEventListener( - 'DOMContentLoaded', - function () { - var show_hide = document.getElementsByClassName("show_hide"); - for (var i = 0; i < show_hide.length; i++) { - show_hide[i].addEventListener( - 'click', - toggleShowAttributes - ); - } - - var checkbox = document.getElementsByClassName("checkbox"); - for (var i = 0; i < checkbox.length; i++) { - checkbox[i].addEventListener( - 'click', - checkConsent - ); - } - } -); diff --git a/modules/consentAdmin/www/consentAdmin.php b/modules/consentAdmin/www/consentAdmin.php deleted file mode 100644 index 5a00ce4e4..000000000 --- a/modules/consentAdmin/www/consentAdmin.php +++ /dev/null @@ -1,338 +0,0 @@ -<?php -/* - * consentAdmin - Consent administration module - * - * This module enables the user to add and remove consents given for a given - * Service Provider. - * - * The module relies on methods and functions from the Consent module and can - * not be user without it. - * - * Author: Mads Freek <freek@ruc.dk>, Jacob Christiansen <jach@wayf.dk> - */ - -/** - * Runs the processing chain and ignores all filter which have user - * interaction. - * - * @param array $idp_metadata - * @param string $source - * @param array $sp_metadata - * @param string $sp_entityid - * @param array $attributes - * @param string $userid - * @param bool $hashAttributes - * @param array $excludeAttributes - * @return array - */ -function driveProcessingChain( - $idp_metadata, - $source, - $sp_metadata, - $sp_entityid, - $attributes, - $userid, - $hashAttributes = false, - $excludeAttributes = [] -) { - /* - * Create a new processing chain - */ - $pc = new \SimpleSAML\Auth\ProcessingChain($idp_metadata, $sp_metadata, 'idp'); - - /* - * Construct the state. - * REMEMBER: Do not set Return URL if you are calling processStatePassive - */ - $authProcState = [ - 'Attributes' => $attributes, - 'Destination' => $sp_metadata, - 'SPMetadata' => $sp_metadata, - 'Source' => $idp_metadata, - 'IdPMetadata' => $idp_metadata, - 'isPassive' => true, - ]; - /* we're being bridged, so add that info to the state */ - if (strpos($source, '-idp-remote|') !== false) { - $authProcState['saml:sp:IdP'] = substr($source, strpos($source, '|') + 1); - } - - /* - * Call processStatePAssive. - * We are not interested in any user interaction, only modifications to the attributes - */ - $pc->processStatePassive($authProcState); - - $attributes = $authProcState['Attributes']; - // Remove attributes that do not require consent/should be excluded - foreach ($attributes as $attrkey => $attrval) { - if (in_array($attrkey, $excludeAttributes)) { - unset($attributes[$attrkey]); - } - } - - /* - * Generate identifiers and hashes - */ - $destination = $sp_metadata['metadata-set'].'|'.$sp_entityid; - - $targeted_id = \SimpleSAML\Module\consent\Auth\Process\Consent::getTargetedID($userid, $source, $destination); - $attribute_hash = \SimpleSAML\Module\consent\Auth\Process\Consent::getAttributeHash($attributes, $hashAttributes); - - \SimpleSAML\Logger::info('consentAdmin: user: '.$userid); - \SimpleSAML\Logger::info('consentAdmin: target: '.$targeted_id); - \SimpleSAML\Logger::info('consentAdmin: attribute: '.$attribute_hash); - - // Return values - return [$targeted_id, $attribute_hash, $attributes]; -} - -// Get config object -$config = \SimpleSAML\Configuration::getInstance(); -$cA_config = \SimpleSAML\Configuration::getConfig('module_consentAdmin.php'); -$authority = $cA_config->getValue('authority'); - -$as = new \SimpleSAML\Auth\Simple($authority); - -// If request is a logout request -if (array_key_exists('logout', $_REQUEST)) { - $returnURL = $cA_config->getValue('returnURL'); - $as->logout($returnURL); -} - -$hashAttributes = $cA_config->getValue('attributes.hash'); - -$excludeAttributes = $cA_config->getValue('attributes.exclude', []); - -// Check if valid local session exists -$as->requireAuth(); - -// Get released attributes -$attributes = $as->getAttributes(); - -// Get metadata storage handler -$metadata = \SimpleSAML\Metadata\MetaDataStorageHandler::getMetadataHandler(); - -/* - * Get IdP id and metadata - */ - -$idp_entityid = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted'); -$idp_metadata = $metadata->getMetaData($idp_entityid, 'saml20-idp-hosted'); - -// Calc correct source -if ($as->getAuthData('saml:sp:IdP') !== null) { - // from a remote idp (as bridge) - $source = 'saml20-idp-remote|'.$as->getAuthData('saml:sp:IdP'); -} else { - // from the local idp - $source = $idp_metadata['metadata-set'].'|'.$idp_entityid; -} - -// Get user ID -if (isset($idp_metadata['userid.attribute']) && is_string($idp_metadata['userid.attribute'])) { - $userid_attributename = $idp_metadata['userid.attribute']; -} else { - $userid_attributename = 'eduPersonPrincipalName'; -} - -$userids = $attributes[$userid_attributename]; - -if (empty($userids)) { - throw new \Exception('Could not generate useridentifier for storing consent. Attribute ['. - $userid_attributename.'] was not available.'); -} - -$userid = $userids[0]; - -// Get all SP metadata -$all_sp_metadata = $metadata->getList('saml20-sp-remote'); - -// Parse action, if any -$action = null; -$sp_entityid = null; -if (!empty($_GET['cv'])) { - $sp_entityid = $_GET['cv']; -} -if (!empty($_GET['action'])) { - $action = $_GET["action"]; -} - -\SimpleSAML\Logger::critical('consentAdmin: sp: '.$sp_entityid.' action: '.$action); - -// Remove services, whitch have consent disabled -if (isset($idp_metadata['consent.disable'])) { - foreach ($idp_metadata['consent.disable'] as $disable) { - if (array_key_exists($disable, $all_sp_metadata)) { - unset($all_sp_metadata[$disable]); - } - } -} - -\SimpleSAML\Logger::info('consentAdmin: '.$idp_entityid); - -// Parse consent config -$consent_storage = \SimpleSAML\Module\consent\Store::parseStoreConfig($cA_config->getValue('consentadmin')); - -// Calc correct user ID hash -$hashed_user_id = \SimpleSAML\Module\consent\Auth\Process\Consent::getHashedUserID($userid, $source); - -// If a checkbox have been clicked -if ($action !== null && $sp_entityid !== null) { - // init template to enable translation of status messages - $template = new \SimpleSAML\XHTML\Template( - $config, - 'consentAdmin:consentadminajax.php', - 'consentAdmin:consentadmin' - ); - $translator = $template->getTranslator(); - - // Get SP metadata - $sp_metadata = $metadata->getMetaData($sp_entityid, 'saml20-sp-remote'); - - // Run AuthProc filters - list($targeted_id, $attribute_hash, $attributes_new) = driveProcessingChain( - $idp_metadata, - $source, - $sp_metadata, - $sp_entityid, - $attributes, - $userid, - $hashAttributes, - $excludeAttributes - ); - - // Add a consent (or update if attributes have changed and old consent for SP and IdP exists) - if ($action == 'true') { - $isStored = $consent_storage->saveConsent($hashed_user_id, $targeted_id, $attribute_hash); - if ($isStored) { - $res = $translator->t("added"); - } else { - $res = $translator->t("updated"); - } - // Remove consent - } else { - if ($action == 'false') { - // Got consent, so this is a request to remove it - $rowcount = $consent_storage->deleteConsent($hashed_user_id, $targeted_id); - if ($rowcount > 0) { - $res = $translator->t("removed"); - } - // Unknown action (should not happen) - } else { - \SimpleSAML\Logger::info('consentAdmin: unknown action'); - $res = $translator->t("unknown"); - } - } - $template->data['res'] = $res; - $template->show(); - exit; -} - -// Get all consents for user -$user_consent_list = $consent_storage->getConsents($hashed_user_id); - -// Parse list of consents -$user_consent = []; -foreach ($user_consent_list as $c) { - $user_consent[$c[0]] = $c[1]; -} - -$template_sp_content = []; - -// Init template -$template = new \SimpleSAML\XHTML\Template($config, 'consentAdmin:consentadmin.php', 'consentAdmin:consentadmin'); -$translator = $template->getTranslator(); -$translator->includeLanguageFile('attributes'); // attribute listings translated by this dictionary - -$sp_empty_description = $translator->getTag('sp_empty_description'); - -// Process consents for all SP -foreach ($all_sp_metadata as $sp_entityid => $sp_values) { - // Get metadata for SP - $sp_metadata = $metadata->getMetaData($sp_entityid, 'saml20-sp-remote'); - - // Run attribute filters - list($targeted_id, $attribute_hash, $attributes_new) = driveProcessingChain( - $idp_metadata, - $source, - $sp_metadata, - $sp_entityid, - $attributes, - $userid, - $hashAttributes, - $excludeAttributes - ); - - // Translate attribute-names - foreach ($attributes_new as $orig_name => $value) { - if (isset($template->data['attribute_'.htmlspecialchars(strtolower($orig_name))])) { - $old_name = $template->data['attribute_'.htmlspecialchars(strtolower($orig_name))]; - } - $name = $translator->getAttributeTranslation(strtolower($orig_name)); // translate - - $attributes_new[$name] = $value; - unset($attributes_new[$orig_name]); - } - - // Check if consent exists - if (array_key_exists($targeted_id, $user_consent)) { - $sp_status = "changed"; - \SimpleSAML\Logger::info('consentAdmin: changed'); - // Check if consent is valid. (Possible that attributes has changed) - if ($user_consent[$targeted_id] == $attribute_hash) { - \SimpleSAML\Logger::info('consentAdmin: ok'); - $sp_status = "ok"; - } - // Consent does not exist - } else { - SimpleSAML\Logger::info('consentAdmin: none'); - $sp_status = "none"; - } - - // Set name of SP - if (isset($sp_values['name']) && is_array($sp_values['name'])) { - $sp_name = $sp_metadata['name']; - } else { - if (isset($sp_values['name']) && is_string($sp_values['name'])) { - $sp_name = $sp_metadata['name']; - } elseif (isset($sp_values['OrganizationDisplayName']) && is_array($sp_values['OrganizationDisplayName'])) { - $sp_name = $sp_metadata['OrganizationDisplayName']; - } else { - $sp_name = $sp_entityid; - } - } - - // Set description of SP - if (empty($sp_metadata['description']) || !is_array($sp_metadata['description'])) { - $sp_description = $sp_empty_description; - } else { - $sp_description = $sp_metadata['description']; - } - - // Add a URL to the service if present in metadata - $sp_service_url = isset($sp_metadata['ServiceURL']) ? $sp_metadata['ServiceURL'] : null; - - // Translate SP name and description - $translator->includeInlineTranslation('spname', $sp_name); - $translator->includeInlineTranslation('spdescription', $sp_description); - - $sp_name = $translator->getPreferredTranslation($translator->getTag('spname')); - $sp_description = $translator->getPreferredTranslation($translator->getTag('spdescription')); - - // Fill out array for the template - $sp_list[$sp_entityid] = [ - 'spentityid' => $sp_entityid, - 'name' => $sp_name, - 'description' => $sp_description, - 'consentStatus' => $sp_status, - 'consentValue' => $sp_entityid, - 'attributes_by_sp' => $attributes_new, - 'serviceurl' => $sp_service_url, - ]; -} - -$template->data['header'] = 'Consent Administration'; -$template->data['spList'] = $sp_list; -$template->data['showDescription'] = $cA_config->getValue('showDescription'); -$template->show(); -- GitLab