[java-idp-translations] branch main updated: Remove IdP files after final copy during 5.2 release.
Codeberg
noreply at shibboleth.net
Tue Jun 9 17:26:49 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-translations.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-translations/commit/b0bea75d3e3f7434b6a986d9aa7570105e25c1ee
The following commit(s) were added to refs/heads/main by this push:
new b0bea75 Remove IdP files after final copy during 5.2 release.
b0bea75 is described below
commit b0bea75d3e3f7434b6a986d9aa7570105e25c1ee
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jun 9 13:26:38 2026 -0400
Remove IdP files after final copy during 5.2 release.
---
java-identity-provider/5/attributes/eduCourse.xml | 65 ---
java-identity-provider/5/attributes/eduPerson.xml | 353 -------------
.../5/attributes/inetOrgPerson.xml | 583 ---------------------
.../5/attributes/samlSubject.xml | 147 ------
java-identity-provider/5/attributes/schac.xml | 470 -----------------
.../5/messages/messages.properties | 332 ------------
.../5/messages/messages_de.properties | 195 -------
.../5/messages/messages_de_CH.properties | 195 -------
.../5/messages/messages_fr.properties | 187 -------
.../5/messages/messages_it.properties | 187 -------
.../5/messages/messages_ja.properties | 187 -------
.../5/messages/messages_sk.properties | 332 ------------
12 files changed, 3233 deletions(-)
diff --git a/java-identity-provider/5/attributes/eduCourse.xml b/java-identity-provider/5/attributes/eduCourse.xml
deleted file mode 100644
index b52ad8a..0000000
--- a/java-identity-provider/5/attributes/eduCourse.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util"
- xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-
- default-init-method="initialize"
- default-destroy-method="destroy">
-
- <!--
- Note that all built-in rules rely on URI-naming and thus include the implied settings:
-
- <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
- <prop key="saml1.namespace">urn:mace:shibboleth:1.0:attributeNamespace:uri</prop>
- -->
-
- <bean parent="shibboleth.TranscodingRuleLoader">
- <constructor-arg>
- <list>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduCourseOffering</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.6.1.1</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.6.1.1</prop>
- <prop key="displayName.en">Course offering</prop>
- <prop key="displayName.de">Kursangebot</prop>
- <prop key="displayName.sk">Ponuka kurzov</prop>
- <prop key="description.en">Unique identifier for a course offering</prop>
- <prop key="description.de">Eindeutige Identifikation für ein Kursangebot</prop>
- <prop key="description.sk">Jedinečný identifikátor ponuky kurzov</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduCourseMember</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.6.1.2</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.6.1.2</prop>
- <prop key="saml1.encodeType">false</prop>
- <prop key="displayName.en">Course role</prop>
- <prop key="displayName.de">Rolle im Kurs</prop>
- <prop key="displayName.sk">Úloha v kurze</prop>
- <prop key="description.en">Specifies the person's role within a particular course offering</prop>
- <prop key="description.de">Spezifiziert die Rolle der Person innerhalb eines bestimmten Kursangebots</prop>
- <prop key="description.sk">Určuje úlohu osoby v rámci konkrétnej ponuky kurzu</prop>
- </props>
- </property>
- </bean>
-
- </list>
- </constructor-arg>
- </bean>
-
-</beans>
diff --git a/java-identity-provider/5/attributes/eduPerson.xml b/java-identity-provider/5/attributes/eduPerson.xml
deleted file mode 100644
index 4512a4c..0000000
--- a/java-identity-provider/5/attributes/eduPerson.xml
+++ /dev/null
@@ -1,353 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util"
- xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-
- default-init-method="initialize"
- default-destroy-method="destroy">
-
- <!--
- Note that all built-in rules rely on URI-naming and thus include the implied settings:
-
- <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
- <prop key="saml1.namespace">urn:mace:shibboleth:1.0:attributeNamespace:uri</prop>
- -->
-
- <bean parent="shibboleth.TranscodingRuleLoader">
- <constructor-arg>
- <list>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonAffiliation</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.1</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonAffiliation</prop>
- <prop key="displayName.en">Affiliation</prop>
- <prop key="displayName.de">Zugehörigkeit</prop>
- <prop key="displayName.fr">Affiliation</prop>
- <prop key="displayName.it">Affiliazione</prop>
- <prop key="displayName.ja">職位</prop>
- <prop key="displayName.sk">Príslušnosť</prop>
- <prop key="description.en">Affiliation: Type of affiliation with Home Organization</prop>
- <prop key="description.de">Art der Zugehörigkeit zur Heimatorganisation</prop>
- <prop key="description.de-ch">Art der Zugehörigkeit zur Heimorganisation</prop>
- <prop key="description.fr">Type d'affiliation dans l'organisation</prop>
- <prop key="description.it">Affiliazione: Tipo di affiliazione presso l'organizzazione</prop>
- <prop key="description.ja">所属機関における職位(faculty,staff,student,memberなど)</prop>
- <prop key="description.sk">Príslušnosť: Typ príslušnosti k domovskej organizácii</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonAssurance</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.11</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonAssurance</prop>
- <prop key="displayName.en">Assurance level</prop>
- <prop key="displayName.de">Vertrauensprofil</prop>
- <prop key="displayName.fr">Niveau de confiance</prop>
- <prop key="displayName.it">Livello di garanzia dell'identita'</prop>
- <prop key="displayName.ja">保証レベル</prop>
- <prop key="displayName.sk">Úroveň dôveryhodnosti</prop>
- <prop key="description.en">Set of URIs that assert compliance with specific standards for identity assurance</prop>
- <prop key="description.de">URIs, die nach bestimmten Standards das Vertrauen in Identitäten bestätigen</prop>
- <prop key="description.fr">Un ensemble d'URI qui attestent la conformité selon un standard pour les niveaux d'assurance d'identités</prop>
- <prop key="description.it">Un insieme di URI che asseriscono l'osservanza dei livelli di garanzia dell'identita'</prop>
- <prop key="description.ja">IDの保証レベルに関して特定の基準に準拠していることを示すURI</prop>
- <prop key="description.sk">Sada URI, ktoré potvrdzujú súlad so špecifickými štandardmi pre zabezpečenie identity</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonEntitlement</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.7</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonEntitlement</prop>
- <prop key="displayName.en">Entitlement</prop>
- <prop key="displayName.de">Berechtigung</prop>
- <prop key="displayName.fr">Membre de</prop>
- <prop key="displayName.it">Diritti</prop>
- <prop key="displayName.ja">資格情報</prop>
- <prop key="displayName.sk">Autorizácia</prop>
- <prop key="description.en">Member of: URI (either URL or URN) that indicates a set of rights to specific resources based on an agreement across the releavant community</prop>
- <prop key="description.de">Zeichenkette, die Rechte für spezifische Ressourcen beschreibt</prop>
- <prop key="description.fr">Membre de: URI (soit une URL ou une URN) décrivant un droit spécific d'accès</prop>
- <prop key="description.it">Membro di: URI (sia URL, sia URN) che rappresentano diritti su specifiche risorse e basati su accordi tra le comunità interessate</prop>
- <prop key="description.ja">特定のアプリケーションもしくはコミュニティ内の複数リソースへのアクセス権限を持つことを示すURI(URLもしくはURN)</prop>
- <prop key="description.sk">Člen: URI (buď URL alebo URN), ktorý označuje súbor práv ku konkrétnym zdrojom na základe dohody v rámci príslušnej komunity</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonNickname</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.2</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonNickname</prop>
- <prop key="displayName.en">Nickname</prop>
- <prop key="displayName.de">Kurzname</prop>
- <prop key="displayName.de-ch">Übername</prop>
- <prop key="displayName.fr">Surnom</prop>
- <prop key="displayName.it">Soprannome</prop>
- <prop key="displayName.ja">ニックネーム</prop>
- <prop key="displayName.sk">Prezývka</prop>
- <prop key="description.en">Person's nickname, or the informal name by which they are accustomed to be hailed</prop>
- <prop key="description.de">Kurzname einer Person, oder üblicher Rufname zur Begrüßung</prop>
- <prop key="description.de-ch">Übername einer Person, oder üblicher Rufname zur Begrüssung</prop>
- <prop key="description.fr">Nom personnalisable pour un usage informel</prop>
- <prop key="description.it">Soprannome della persona</prop>
- <prop key="description.ja">利用者のニックネームもしくは通称</prop>
- <prop key="description.sk">Prezývka osoby alebo neformálne meno, ktorým je zvyknutá byť oslovovaná.</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonOrgDN</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.3</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonOrgDN</prop>
- <prop key="displayName.en">Organization distinguished name</prop>
- <prop key="displayName.de">Eindeutiger Name der Organisation</prop>
- <prop key="displayName.sk">Rozlišovací názov organizácie</prop>
- <prop key="description.en">Distinguished name (DN) of the directory entry representing the institution with which the person is associated</prop>
- <prop key="description.de">Distinguished Name (DN) des Verzeichniseintrags, der die Institution repräsentiert, der die Person zugeordnet ist</prop>
- <prop key="description.sk">Rozlišovacie meno (DN) položky adresára predstavujúcej inštitúciu, s ktorou je osoba spojená</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonOrgUnitDN</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.4</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonOrgUnitDN</prop>
- <prop key="displayName.en">Organization unit distinguished name</prop>
- <prop key="displayName.de">Eindeutiger Name der Organisationseinheit</prop>
- <prop key="displayName.fr">Structures de rattachement</prop>
- <prop key="displayName.sk">Rozlišovací názov organizačnej jednotky</prop>
- <prop key="description.en">Distinguished name(s) (DN) of the directory entries representing the person's Organizational Unit(s)</prop>
- <prop key="description.de">Distinguished Name(s) (DN) der Verzeichniseinträge, welche die Organisationseinheiten der Person repräsentieren</prop>
- <prop key="description.fr">Structures d'affectation (composante, service...) de la personne dans l'annuaire</prop>
- <prop key="description.sk">Rozlišujúce meno (DN) položiek adresára predstavujúcich organizačnú jednotku(y) osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonOrcid</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.16</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.16</prop>
- <prop key="displayName.en">ORCID</prop>
- <prop key="displayName.de">ORCID Identifikator</prop>
- <prop key="displayName.fr">identifiants ORCID</prop>
- <prop key="displayName.sk">ORCID Identifikátor</prop>
- <prop key="description.en">ORCID researcher identifier(s) belonging to a person</prop>
- <prop key="description.de">ORCID-Forscher-Identifikator(en), die zu einer Person gehören</prop>
- <prop key="description.fr">Identifiant(s) ORCID d'une personne</prop>
- <prop key="description.sk">Identifikátor(y) výskumníka ORCID patriaci(e) osobe</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonPrimaryAffiliation</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.5</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonPrimaryAffiliation</prop>
- <prop key="displayName.en">Primary affiliation</prop>
- <prop key="displayName.de">Primäre Zugehörigkeit</prop>
- <prop key="displayName.fr">Affiliation principale</prop>
- <prop key="displayName.it">Affiliazione principale</prop>
- <prop key="displayName.ja">主要職位</prop>
- <prop key="displayName.sk">Primárna príslušnosť</prop>
- <prop key="description.en">Specifies the person's primary relationship to the institution in broad categories such as student, faculty, staff, alum, etc.</prop>
- <prop key="description.de">Spezifiziert der Hauptbeziehung einer Person innerhalb ihrer Organisation in groben Kategorien wie Student, Mitarbeiter, Alumni, etc.</prop>
- <prop key="description.fr">Spécifie la relation principale d'une personne avec l'institution selon des majeures catégories comme étudiant, collaborateur, alumni etc.</prop>
- <prop key="description.it">Specifica la relazione principale della persona con l'istituzione secondo le categorie studente, collaboratore, alumni, etc.</prop>
- <prop key="description.ja">所属機関における主要な職位(faculty,staff,student,memberなど)</prop>
- <prop key="description.sk">Špecifikuje primárny vzťah osoby k inštitúcii vo všeobecných kategóriách, ako napríklad študent, fakulta, zamestnanec, absolvent atď.</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonPrimaryOrgUnitDN</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.8</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonPrimaryOrgUnitDN</prop>
- <prop key="displayName.en">Primary organization unit distinguished name</prop>
- <prop key="displayName.de">Eindeutiger Name der primären Organisationseinheit</prop>
- <prop key="displayName.fr">Structure de rattachement principal</prop>
- <prop key="displayName.sk">Rozlišovací názov primárnej organizačnej jednotky</prop>
- <prop key="description.en">Distinguished name (DN) of the directory entry representing the person's primary Organizational Unit</prop>
- <prop key="description.de">Eindeutiger Name (DN) des Verzeichniseintrags, der die primäre Organisationseinheit der Person repräsentiert</prop>
- <prop key="description.fr">Structure (composante, service) dans l'annuaire considérée comme affectation principale de la personne</prop>
- <prop key="description.sk">Rozlišovací názov (DN) položky adresára predstavujúcej primárnu organizačnú jednotku osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonPrincipalName</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.6</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonPrincipalName</prop>
- <prop key="saml1.encodeType">false</prop>
- <prop key="displayName.en">Principal name</prop>
- <prop key="displayName.de">Persönliche ID</prop>
- <prop key="displayName.fr">Identifiant unique</prop>
- <prop key="displayName.it">ID personale</prop>
- <prop key="displayName.ja">プリンシパルID</prop>
- <prop key="displayName.sk">Osobné ID</prop>
- <prop key="description.en">A unique identifier for a person, mainly for inter-institutional user identification</prop>
- <prop key="description.de">Eindeutige Benutzeridentifikation</prop>
- <prop key="description.de-ch">Eindeutige Benützeridentifikation</prop>
- <prop key="description.fr">L'identifiant unique de l'utilisateur</prop>
- <prop key="description.it">Un ID personale che identifica chiaramente l'utente in seno alla sua organizzazione</prop>
- <prop key="description.ja">フェデレーション内で一意かつ永続的な利用者識別子</prop>
- <prop key="description.sk">Jedinečný identifikátor osoby, najmä na účely medziinštitucionálnej identifikácie používateľa.</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonPrincipalNamePrior</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.12</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.12</prop>
- <prop key="saml1.encodeType">false</prop>
- <prop key="displayName.en">Prior principal name(s)</prop>
- <prop key="displayName.de">Frühere Principal Names</prop>
- <prop key="displayName.fr">Anciens identifiants EPPN</prop>
- <prop key="displayName.sk">Predchádzajúce mená/názvy osobného ID</prop>
- <prop key="description.en">eduPersonPrincipalName value(s) previously associated with the entry</prop>
- <prop key="description.de">Zuvor mit dem Eintrag verknüpfte Werte für Principal Name(n)</prop>
- <prop key="description.fr">Liste des valeurs de l'attribut eduPersonPrincipalName précédemment attribuées à la personne</prop>
- <prop key="description.sk">Hodnota(y) eduPersonPrincipalName priradené k záznamu osoby v minulosti</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonScopedAffiliation</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.9</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:eduPersonScopedAffiliation</prop>
- <prop key="saml1.encodeType">false</prop>
- <prop key="displayName.en">Scoped affiliation</prop>
- <prop key="displayName.de">Zugehörigkeit</prop>
- <prop key="displayName.fr">Affiliation</prop>
- <prop key="displayName.it">Affiliazione</prop>
- <prop key="displayName.ja">スコープ付き職位</prop>
- <prop key="displayName.sk">Vymedzená príslušnosť</prop>
- <prop key="description.en">Specifies the person's affiliation within a particular security domain</prop>
- <prop key="description.de">Art der Zugehörigkeit zur Heimatorganisation</prop>
- <prop key="description.de-ch">Art der Zugehörigkeit zur Heimorganisation</prop>
- <prop key="description.fr">Type d'affiliation dans l'organisation</prop>
- <prop key="description.it">Affiliazione: Tipo di affiliazione pressocon l'organizzazione</prop>
- <prop key="description.ja">セキュリティドメインのスコープが付いた所属機関における職位</prop>
- <prop key="description.sk">Určuje príslušnosť osoby v rámci konkrétnej bezpečnostnej domény</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonUniqueId</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder SAML1ScopedStringTranscoder CASScopedStringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.13</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.13</prop>
- <prop key="saml1.encodeType">false</prop>
- <prop key="displayName.en">Unique ID</prop>
- <prop key="displayName.de">Eindeutige ID</prop>
- <prop key="displayName.fr">ID unique</prop>
- <prop key="displayName.it">ID univoco</prop>
- <prop key="displayName.ja">ユニークID</prop>
- <prop key="displayName.sk">Jedinečné ID</prop>
- <prop key="description.en">A unique identifier for a person, mainly for inter-institutional user identification</prop>
- <prop key="description.de">Eindeutige Benutzeridentifikation</prop>
- <prop key="description.de-ch">Eindeutige Benützeridentifikation</prop>
- <prop key="description.fr">Identifiant unique de l'utilisateur</prop>
- <prop key="description.it">Un identificativo univoco che identifica chiaramente l'utente in seno alla sua organizzazione</prop>
- <prop key="description.ja">フェデレーション内で一意で永続的かつ難読化された利用者識別子(後継はサブジェクトID)</prop>
- <prop key="description.sk">Jedinečný identifikátor osoby, najmä na medziinštitucionálnu identifikáciu používateľa</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonAnalyticsTag</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder CASStringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.17</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.17</prop>
- <prop key="saml1.encodeType">false</prop>
- <prop key="displayName.en">Aggregated analytics tag</prop>
- <prop key="displayName.de">Aggregiertes Analyse-Tag</prop>
- <prop key="displayName.sk">Agregovaná značka analytiky</prop>
- <prop key="description.en">Opaque string that aggregates the use of a service by a set of subjects for the purpose of reporting or analytics</prop>
- <prop key="description.de">Nicht interpretierbare Zeichenfolge, welche die Nutzung eines Dienstes durch eine Gruppe von Subjekten zum Zwecke der Berichterstattung oder Analyse aggregiert</prop>
- <prop key="description.sk">Neiterpretovaťeľný reťazec, ktorý agreguje používanie služby skupinou subjektov na účely prehľadov alebo analýzy</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">eduPersonDisplayPronouns</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder CASStringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.18</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.5923.1.1.1.18</prop>
- <prop key="saml1.encodeType">false</prop>
- <prop key="displayName.en">Display Pronouns</prop>
- <prop key="displayName.de">Anzeigepronomen</prop>
- <prop key="displayName.sk">Uprednostňované prezývky</prop>
- <prop key="description.en">Personal pronouns by which the person prefers to be identified</prop>
- <prop key="description.de">Personalpronomen, mit denen die Person bevorzugt angesprochen werden möchte</prop>
- <prop key="description.sk">Uprednostňované prezývky, ktoré daná osoba uprednostňuje pri identifikácii</prop>
- </props>
- </property>
- </bean>
-
- </list>
- </constructor-arg>
- </bean>
-
-</beans>
diff --git a/java-identity-provider/5/attributes/inetOrgPerson.xml b/java-identity-provider/5/attributes/inetOrgPerson.xml
deleted file mode 100644
index 4475d06..0000000
--- a/java-identity-provider/5/attributes/inetOrgPerson.xml
+++ /dev/null
@@ -1,583 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util"
- xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-
- default-init-method="initialize"
- default-destroy-method="destroy">
-
- <!--
- Note that all built-in rules rely on URI-naming and thus include the implied settings:
-
- <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
- <prop key="saml1.namespace">urn:mace:shibboleth:1.0:attributeNamespace:uri</prop>
- -->
-
- <!-- https://tools.ietf.org/html/rfc2798 -->
-
- <bean parent="shibboleth.TranscodingRuleLoader">
- <constructor-arg>
- <list>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">cn</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.3</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:cn</prop>
- <prop key="displayName.en">Common name</prop>
- <prop key="displayName.de">Name und Vorname</prop>
- <prop key="displayName.fr">Nom et Prénom</prop>
- <prop key="displayName.sk">Meno a priezvisko</prop>
- <prop key="description.en">Common name of a person</prop>
- <prop key="description.de">Vollständiger Name einer Person</prop>
- <prop key="description.fr">Nom complet sans accent d'une personne</prop>
- <prop key="description.sk">Celé meno osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">departmentNumber</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.16.840.1.113730.3.1.2</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:departmentNumber</prop>
- <prop key="displayName.en">Department number</prop>
- <prop key="displayName.fr">departmentNumber</prop>
- <prop key="displayName.de">Abteilungsnummer</prop>
- <prop key="displayName.sk">Číslo oddelenia</prop>
- <prop key="description.en">Department number</prop>
- <prop key="description.de">Nummer der Abteilung</prop>
- <prop key="description.fr">Identifiant du département dans l'organisation</prop>
- <prop key="description.sk">Číslo oddelenia</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">displayName</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.16.840.1.113730.3.1.241</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:displayName</prop>
- <prop key="displayName.en">Display name</prop>
- <prop key="displayName.de">Anzeigename</prop>
- <prop key="displayName.fr">Nom</prop>
- <prop key="displayName.it">Nome</prop>
- <prop key="displayName.ja">表示名</prop>
- <prop key="displayName.sk">Meno</prop>
- <prop key="description.en">The name that should appear in white-pages-like applications for this person</prop>
- <prop key="description.de">Anzeigename</prop>
- <prop key="description.fr">Nom complet d'affichage</prop>
- <prop key="description.it">Nome</prop>
- <prop key="description.ja">アプリケーションでの表示に用いられる英字氏名</prop>
- <prop key="description.sk">Meno, ktoré sa má zobrazovať</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">employeeNumber</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.16.840.1.113730.3.1.3</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:employeeNumber</prop>
- <prop key="displayName.en">Employee number</prop>
- <prop key="displayName.de">Mitarbeiternummer</prop>
- <prop key="displayName.fr">Numéro d'employé</prop>
- <prop key="displayName.it">Numero dell'utente</prop>
- <prop key="displayName.ja">従業員番号</prop>
- <prop key="displayName.sk">Číslo zamestnanca</prop>
- <prop key="description.en">Identifies an employee within an organization</prop>
- <prop key="description.de">Identifiziert einen Mitarbeiter innerhalb der Organisation</prop>
- <prop key="description.fr">Identifie un employé au sein de l'organisation</prop>
- <prop key="description.it">Identifica l' utente presso l'organizzazione</prop>
- <prop key="description.ja">所属機関における利用者の従業員番号</prop>
- <prop key="description.sk">Identifikuje zamestnanca v rámci organizácie</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">employeeType</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.16.840.1.113730.3.1.4</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:employeeType</prop>
- <prop key="displayName.en">Employee type</prop>
- <prop key="displayName.de">Typ des Mitarbeiters</prop>
- <prop key="displayName.fr">Type d'employé</prop>
- <prop key="displayName.sk">Druh zamestnanca</prop>
- <prop key="description.en">Employee type</prop>
- <prop key="description.de">Typ des Mitarbeiters</prop>
- <prop key="description.fr">Catégorie d'employé dans l'organisation</prop>
- <prop key="description.sk">Druh zamestnanca</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">givenName</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.42</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:givenName</prop>
- <prop key="displayName.en">Given name</prop>
- <prop key="displayName.de">Vorname</prop>
- <prop key="displayName.fr">Prénom</prop>
- <prop key="displayName.it">Nome</prop>
- <prop key="displayName.ja">名</prop>
- <prop key="displayName.sk">Krstné meno</prop>
- <prop key="description.en">Given name of a person</prop>
- <prop key="description.de">Vorname</prop>
- <prop key="description.fr">Prénom de l'utilisateur</prop>
- <prop key="description.it">Nome</prop>
- <prop key="description.ja">氏名(名)の英語表記</prop>
- <prop key="description.sk">Krstné meno</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">homePhone</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:0.9.2342.19200300.100.1.20</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:homePhone</prop>
- <prop key="displayName.en">Private phone number</prop>
- <prop key="displayName.de">Telefon Privat</prop>
- <prop key="displayName.fr">Teléphone personnel</prop>
- <prop key="displayName.it">Numero di telefono privato</prop>
- <prop key="displayName.ja">自宅電話番号</prop>
- <prop key="displayName.sk">Súkromné telefónne číslo</prop>
- <prop key="description.en">Private phone number</prop>
- <prop key="description.de">Private Telefonnummer</prop>
- <prop key="description.fr">Numéro de téléphone de domicile de la personne</prop>
- <prop key="description.it">Numero di telefono privato</prop>
- <prop key="description.ja">自宅の電話番号</prop>
- <prop key="description.sk">Súkromné telefónne číslo</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">homePostalAddress</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:0.9.2342.19200300.100.1.39</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:homePostalAddress</prop>
- <prop key="displayName.en">Home postal address</prop>
- <prop key="displayName.de">Heimatadresse</prop>
- <prop key="displayName.de-ch">Heimadresse</prop>
- <prop key="displayName.fr">Adresse personnelle</prop>
- <prop key="displayName.it">Indirizzo personale</prop>
- <prop key="displayName.ja">自宅住所</prop>
- <prop key="displayName.sk">Poštová adresa bydliska</prop>
- <prop key="description.en">Home postal address: Home address of the user</prop>
- <prop key="description.de">Heimatadresse</prop>
- <prop key="description.de-ch">Heimadresse</prop>
- <prop key="description.fr">Adresse postale de domicile de la personne</prop>
- <prop key="description.it">Indirizzo personale: indirizzo dove abita l'utente</prop>
- <prop key="description.ja">自宅の住所</prop>
- <prop key="description.sk">Poštová adresa bydliska: Adresa bydliska používateľa</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">initials</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.43</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:initials</prop>
- <prop key="displayName.en">Initials</prop>
- <prop key="displayName.de">Initialen</prop>
- <prop key="displayName.fr">Initiales</prop>
- <prop key="displayName.ja">イニシャル</prop>
- <prop key="displayName.sk">Iniciály mena</prop>
- <prop key="description.en">Initials</prop>
- <prop key="description.de">Anfangsbuchstaben des Namens</prop>
- <prop key="description.de-ch">Anfangsbuchstaben</prop>
- <prop key="description.fr">L' initiales</prop>
- <prop key="description.ja">イニシャル</prop>
- <prop key="description.sk">Iniciály mena</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">l</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.7</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:l</prop>
- <prop key="displayName.en">Locality name</prop>
- <prop key="displayName.de">Ort</prop>
- <prop key="displayName.fr">Localité</prop>
- <prop key="displayName.ja">場所(L)</prop>
- <prop key="displayName.sk">Názov lokality</prop>
- <prop key="description.en">Locality name</prop>
- <prop key="description.de">Ort</prop>
- <prop key="description.fr">Nom de la localité où réside l'objet</prop>
- <prop key="description.ja">場所の名前 日本の場合は市区町村名</prop>
- <prop key="description.sk">Názov lokality</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">mail</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:0.9.2342.19200300.100.1.3</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:mail</prop>
- <prop key="displayName.en">E-mail</prop>
- <prop key="displayName.de">E-Mail</prop>
- <prop key="displayName.fr">Email</prop>
- <prop key="displayName.it">E-mail</prop>
- <prop key="displayName.ja">メールアドレス</prop>
- <prop key="displayName.sk">E-mail</prop>
- <prop key="description.en">E-Mail: Preferred address for e-mail to be sent to this person</prop>
- <prop key="description.de">E-Mail-Adresse</prop>
- <prop key="description.de-ch">E-Mail Adresse</prop>
- <prop key="description.fr">Adresse de courrier électronique</prop>
- <prop key="description.it">E-Mail: l'indirizzo e-mail preferito dall'utente</prop>
- <prop key="description.ja">メールアドレス</prop>
- <prop key="description.sk">E-mail</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">mobile</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:0.9.2342.19200300.100.1.41</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:mobile</prop>
- <prop key="displayName.en">Mobile phone number</prop>
- <prop key="displayName.de">Telefon Mobil</prop>
- <prop key="displayName.fr">Numéro de mobile</prop>
- <prop key="displayName.it">Numero di cellulare</prop>
- <prop key="displayName.ja">携帯電話番号</prop>
- <prop key="displayName.sk">Číslo mobilného telefónu</prop>
- <prop key="description.en">Mobile phone number</prop>
- <prop key="description.de">Mobile Telefonnummer</prop>
- <prop key="description.fr">Numéro de teléphone mobile</prop>
- <prop key="description.it">Numero di cellulare</prop>
- <prop key="description.ja">携帯電話の電話番号</prop>
- <prop key="description.sk">Číslo mobilného telefónu</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">o</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.10</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:o</prop>
- <prop key="displayName.en">Organization name</prop>
- <prop key="displayName.de">Organisationsname</prop>
- <prop key="displayName.fr">Nom de l'organisation</prop>
- <prop key="displayName.ja">所属機関名</prop>
- <prop key="displayName.sk">Názov organizácie</prop>
- <prop key="description.en">Organization name</prop>
- <prop key="description.de">Name der Organisation</prop>
- <prop key="description.fr">Nom de l'organisation</prop>
- <prop key="description.ja">所属機関名称の英語表記</prop>
- <prop key="description.sk">Názov organizácie</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">ou</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.11</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:ou</prop>
- <prop key="displayName.en">Organizational unit</prop>
- <prop key="displayName.de">Organisationseinheit</prop>
- <prop key="displayName.fr">Unité organisationnelle</prop>
- <prop key="displayName.ja">機関内所属名</prop>
- <prop key="displayName.sk">Organizačná jednotka</prop>
- <prop key="description.en">Organizational unit</prop>
- <prop key="description.de">Name der Organisationseinheit</prop>
- <prop key="description.fr">Nom de l'unité organisationnelle</prop>
- <prop key="description.ja">機関内所属名称の英語表記</prop>
- <prop key="description.sk">Organizačná jednotka</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">pager</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:0.9.2342.19200300.100.1.42</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:pager</prop>
- <prop key="displayName.en">Pager number</prop>
- <prop key="displayName.de">Pager-Nummer</prop>
- <prop key="displayName.sk">Číslo pageru</prop>
- <prop key="description.en">Pager number</prop>
- <prop key="description.de">Pager-Nummer</prop>
- <prop key="description.sk">Číslo pageru</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">postalAddress</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.16</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:postalAddress</prop>
- <prop key="displayName.en">Business postal address</prop>
- <prop key="displayName.de">Geschäftsadresse</prop>
- <prop key="displayName.fr">Adresse professionnelle</prop>
- <prop key="displayName.it">Indirizzo professionale</prop>
- <prop key="displayName.ja">所属機関住所</prop>
- <prop key="displayName.sk">Poštová adresa organizácie</prop>
- <prop key="description.en">Business postal address: Campus or office address</prop>
- <prop key="description.de">Geschäftliche Adresse</prop>
- <prop key="description.de-ch">Adresse am Arbeitsplatz</prop>
- <prop key="description.fr">Adresse de l'institut, de l'université</prop>
- <prop key="description.it">Indirizzo professionale: indirizzo dell'istituto o dell'ufficio</prop>
- <prop key="description.ja">所属機関の住所</prop>
- <prop key="description.sk">Poštová adresa organizácie: Adresa kampusu alebo kancelárie</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">postalCode</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.17</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:postalCode</prop>
- <prop key="displayName.en">Postal code</prop>
- <prop key="displayName.en-us">ZIP code</prop>
- <prop key="displayName.de">Postleitzahl</prop>
- <prop key="displayName.fr">Code postal</prop>
- <prop key="displayName.ja">郵便番号</prop>
- <prop key="displayName.sk">Poštové smerovacie číslo</prop>
- <prop key="description.en">Postal code</prop>
- <prop key="description.en-us">ZIP code</prop>
- <prop key="description.de">Postleitzahl</prop>
- <prop key="description.fr">Code postal</prop>
- <prop key="description.ja">郵便番号</prop>
- <prop key="description.sk">Poštové smerovacie číslo</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">postOfficeBox</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:mace:dir:attribute-def:postOfficeBox</prop>
- <prop key="saml1.name">urn:oid:2.5.4.18</prop>
- <prop key="displayName.en">Postal box</prop>
- <prop key="displayName.de">Postfach</prop>
- <prop key="displayName.fr">Boite postale</prop>
- <prop key="displayName.fr-ch">Case postale</prop>
- <prop key="displayName.ja">私書箱</prop>
- <prop key="displayName.sk">Poštová schránka</prop>
- <prop key="description.en">Postal box identifier</prop>
- <prop key="description.de">Postfach</prop>
- <prop key="description.fr">Boite postale</prop>
- <prop key="description.fr-ch">Case postale</prop>
- <prop key="description.ja">私書箱</prop>
- <prop key="description.sk">Poštová schránka</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">preferredLanguage</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.16.840.1.113730.3.1.39</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:preferredLanguage</prop>
- <prop key="displayName.en">Preferred Language</prop>
- <prop key="displayName.de">Bevorzugte Sprache</prop>
- <prop key="displayName.fr">Langue préférée</prop>
- <prop key="displayName.it">Lingua preferita</prop>
- <prop key="displayName.ja">希望言語</prop>
- <prop key="displayName.sk">Zvolený jazyk</prop>
- <prop key="description.en">Preferred language: Users preferred language (see RFC1766)</prop>
- <prop key="description.de">Bevorzugte Sprache (siehe RFC1766)</prop>
- <prop key="description.fr">Exemple: fr, de, it, en, ... (voir RFC1766)</prop>
- <prop key="description.it">Lingua preferita: la lingua preferita dall'utente (cfr. RFC1766)</prop>
- <prop key="description.ja">利用者が希望する言語(RFC1766 を参照)</prop>
- <prop key="description.sk">Zvolený jazyk: Používateľom preferovaný jazyk (pozri RFC1766)</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">sn</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.4</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:sn</prop>
- <prop key="displayName.en">Surname</prop>
- <prop key="displayName.de">Nachname</prop>
- <prop key="displayName.fr">Nom de famille</prop>
- <prop key="displayName.it">Cognome</prop>
- <prop key="displayName.ja">姓</prop>
- <prop key="displayName.sk">Priezvisko</prop>
- <prop key="description.en">Surname or family name</prop>
- <prop key="description.de">Familienname</prop>
- <prop key="description.fr">Nom de famille de l'utilisateur</prop>
- <prop key="description.it">Cognome dell'utilizzatore</prop>
- <prop key="description.ja">氏名(姓)の英語表記</prop>
- <prop key="description.sk">Priezvisko</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">st</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.8</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:st</prop>
- <prop key="displayName.en">State or province name</prop>
- <prop key="displayName.de">Name des Bundesstaates oder der Provinz</prop>
- <prop key="displayName.fr">Etat ou nom de province</prop>
- <prop key="displayName.ja">都道府県もしくは州や省(ST)</prop>
- <prop key="displayName.sk">Názov spolkového štátu alebo provincie</prop>
- <prop key="description.en">State or province name</prop>
- <prop key="description.de">Name des Bundeslandes oder der Provinz</prop>
- <prop key="description.fr">Etat ou nom de province</prop>
- <prop key="description.ja">州名や省名 国によって異なり日本の場合は都道府県名</prop>
- <prop key="description.sk">Názov spolkového štátu alebo provincie</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">street</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.9</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:street</prop>
- <prop key="displayName.en">Street</prop>
- <prop key="displayName.de">Straße</prop>
- <prop key="displayName.de-ch">Strasse</prop>
- <prop key="displayName.fr">Rue</prop>
- <prop key="displayName.ja">通り</prop>
- <prop key="displayName.sk">Ulica</prop>
- <prop key="description.en">Street address</prop>
- <prop key="description.de">Name der Straße</prop>
- <prop key="description.de-ch">Strassenadresse</prop>
- <prop key="description.fr">Nom de rue</prop>
- <prop key="description.ja">通りおよび番地</prop>
- <prop key="description.sk">Názov ulice</prop>
- </props>
- </property>
- </bean>
-
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">telephoneNumber</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.20</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:telephoneNumber</prop>
- <prop key="displayName.en">Business phone number</prop>
- <prop key="displayName.de">Telefon Geschäft</prop>
- <prop key="displayName.fr">Teléphone professionnel</prop>
- <prop key="displayName.it">Numero di telefono dell'ufficio</prop>
- <prop key="displayName.ja">所属機関内電話番号</prop>
- <prop key="displayName.sk">Telefónne číslo do zmestnania</prop>
- <prop key="description.en">Business phone number: Office or campus phone number</prop>
- <prop key="description.de">Telefonnummer am Arbeitsplatz</prop>
- <prop key="description.fr">Teléphone de l'institut, de l'université</prop>
- <prop key="description.it">Numero di telefono dell'ufficio</prop>
- <prop key="description.ja">所属機関での利用者の電話番号</prop>
- <prop key="description.sk">Telefónne číslo do zmestnania: Telefónne číslo do kancelárie alebo na akademickú pôdu</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">title</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:2.5.4.12</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:title</prop>
- <prop key="displayName.en">Title</prop>
- <prop key="displayName.de">Titel</prop>
- <prop key="displayName.fr">Title</prop>
- <prop key="displayName.ja">肩書き</prop>
- <prop key="displayName.sk">Titul</prop>
- <prop key="description.en">Title of a person</prop>
- <prop key="description.de">Titel der Person</prop>
- <prop key="description.fr">Titre de la personne</prop>
- <prop key="description.ja">利用者の肩書き</prop>
- <prop key="description.sk">Titul osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">uid</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:0.9.2342.19200300.100.1.1</prop>
- <prop key="saml1.name">urn:mace:dir:attribute-def:uid</prop>
- <prop key="displayName.en">User ID</prop>
- <prop key="displayName.de">Benutzer-ID</prop>
- <prop key="displayName.fr">ID utilisateur</prop>
- <prop key="displayName.it">ID dell'utente</prop>
- <prop key="displayName.ja">ユーザID</prop>
- <prop key="displayName.sk">ID používateľa</prop>
- <prop key="description.en">A unique identifier for a person, mainly used for user identification within the user's home organization</prop>
- <prop key="description.de">Eine eindeutige Nummer für eine Person, welche hauptsächlich zur Identifikation innerhalb der Organisation benutzt wird</prop>
- <prop key="description.fr">Identifiant de connexion d'une personnes sur les systèmes informatiques</prop>
- <prop key="description.it">Identificativo unico della persona, usato per l'identificazione dell'utente all'interno della organizzazione di appartenenza</prop>
- <prop key="description.ja">所属機関内で一意の利用者識別子</prop>
- <prop key="description.sk">Jedinečný identifikátor osoby, ktorý sa používa najmä na identifikáciu používateľa v rámci jeho domovskej organizácie.</prop>
- </props>
- </property>
- </bean>
-
- </list>
- </constructor-arg>
- </bean>
-
-</beans>
diff --git a/java-identity-provider/5/attributes/samlSubject.xml b/java-identity-provider/5/attributes/samlSubject.xml
deleted file mode 100644
index a5787a9..0000000
--- a/java-identity-provider/5/attributes/samlSubject.xml
+++ /dev/null
@@ -1,147 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util"
- xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-
- default-init-method="initialize"
- default-destroy-method="destroy">
-
- <!--
- Note that all built-in Attribute rules rely on URI-naming and thus include the implied settings:
- <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
-
- NameID rules are decode-only and apply primarily to SAML proxying as well as future SP plugins.
- -->
-
- <!--
- http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
- https://wiki.oasis-open.org/security/SAMLSubjectIDAttr
- -->
-
- <bean parent="shibboleth.TranscodingRuleLoader">
- <constructor-arg>
- <list>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">samlSubjectID</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder</prop>
- <prop key="saml2.name">urn:oasis:names:tc:SAML:attribute:subject-id</prop>
- <prop key="displayName.en">Unique ID</prop>
- <prop key="displayName.de">Eindeutige ID</prop>
- <prop key="displayName.fr">ID unique</prop>
- <prop key="displayName.it">ID unico</prop>
- <prop key="displayName.ja">サブジェクトID</prop>
- <prop key="displayName.sk">Jedinečné ID</prop>
- <prop key="description.en">A unique identifier for a person, mainly for inter-institutional user identification</prop>
- <prop key="description.de">Eindeutige Benutzeridentifikation</prop>
- <prop key="description.de-ch">Eindeutige Benützeridentifikation</prop>
- <prop key="description.fr">Identifiant unique de l'utilisateur</prop>
- <prop key="description.it">Un identificativo personale che identifica chiaramente l'utente in seno alla sua organizzazione</prop>
- <prop key="description.ja">フェデレーション内で一意で永続的かつ難読化された利用者識別子(eduPersonUniqueIdの後継)</prop>
- <prop key="description.sk">Jedinečný identifikátor osoby, najmä na účely medziinštitucionálnej identifikácie používateľa.</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">samlPairwiseID</prop>
- <prop key="transcoder">SAML2ScopedStringTranscoder</prop>
- <prop key="saml2.name">urn:oasis:names:tc:SAML:attribute:pairwise-id</prop>
- <prop key="displayName.en">Pairwise ID</prop>
- <prop key="displayName.de">Pairwise ID</prop>
- <prop key="displayName.fr">Pairwise ID</prop>
- <prop key="displayName.it">Pairwise ID</prop>
- <prop key="displayName.ja">ペアワイズID</prop>
- <prop key="displayName.sk">Párové ID</prop>
- <prop key="description.en">Pairwise ID: A unique identifier for a person, different for each service provider</prop>
- <prop key="description.de">Pairwise ID: Eindeutige Benutzeridentifikation, unterschiedlich pro Service Provider</prop>
- <prop key="description.de-ch">Pairwise ID: Eindeutige Benützeridentifikation, unterschiedlich pro Service Provider</prop>
- <prop key="description.fr">Pairwise ID: Un identifiant unique de l'utilisateur, différent pour chaque fournisseur de service</prop>
- <prop key="description.it">Pairwise ID: identificativo unico della persona, differente per ogni fornitore di servizio</prop>
- <prop key="description.ja">フェデレーション内で一意かつSP毎に送出される値が異なる利用者識別子(eduPersonTargetedIDの後継)</prop>
- <prop key="description.sk">Párové ID: Jedinečný identifikátor osoby, odlišný pre každého poskytovateľa služieb</prop>
- </props>
- </property>
- </bean>
-
- <!-- The most common SAML NameID Formats encountered in the wild. -->
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">persistent-id</prop>
- <prop key="transcoder">SAML2StringNameIDTranscoder</prop>
- <prop key="encoder">false</prop>
- <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</prop>
- <prop key="saml2.defaultQualifiers">true</prop>
- <prop key="saml2.valueTemplate">$Name!!$NameQualifier!!$SPNameQualifier</prop>
- <prop key="displayName.en">Persistent ID</prop>
- <prop key="displayName.de">Persistent ID</prop>
- <prop key="displayName.fr">Persistent ID</prop>
- <prop key="displayName.it">Persistent ID</prop>
- <prop key="displayName.ja">ペアワイズID</prop>
- <prop key="description.en">Persistent ID: A unique identifier for a person, different for each service provider</prop>
- <prop key="description.de">Persistent ID: Eindeutige Benutzeridentifikation, unterschiedlich pro Service Provider</prop>
- <prop key="description.de-ch">Persistent ID: Eindeutige Benützeridentifikation, unterschiedlich pro Service Provider</prop>
- <prop key="description.fr">Persistent ID: Un identifiant unique de l'utilisateur, différent pour chaque fournisseur de service</prop>
- <prop key="description.it">Persistent ID: identificativo unico della persona, differente per ogni fornitore di servizio</prop>
- <prop key="description.ja">フェデレーション内で一意かつSP毎に送出される値が異なる利用者識別子(eduPersonTargetedIDの後継)</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">mail</prop>
- <prop key="transcoder">SAML2StringNameIDTranscoder</prop>
- <prop key="encoder">false</prop>
- <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</prop>
- <prop key="saml2.defaultQualifiers">false</prop>
- <prop key="saml2.valueTemplate">$Name</prop>
- <prop key="displayName.en">E-mail</prop>
- <prop key="displayName.de">E-Mail</prop>
- <prop key="displayName.fr">Email</prop>
- <prop key="displayName.it">E-mail</prop>
- <prop key="displayName.ja">メールアドレス</prop>
- <prop key="displayName.sk">E-mail</prop>
- <prop key="description.en">E-Mail: Preferred address for e-mail to be sent to this person</prop>
- <prop key="description.de">E-Mail-Adresse</prop>
- <prop key="description.de-ch">E-Mail Adresse</prop>
- <prop key="description.fr">Adresse de courrier électronique</prop>
- <prop key="description.it">E-Mail: l'indirizzo e-mail preferito dall'utente</prop>
- <prop key="description.ja">メールアドレス</prop>
- <prop key="description.sk">E-mail</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">distinguishedName</prop>
- <prop key="transcoder">SAML2StringNameIDTranscoder</prop>
- <prop key="encoder">false</prop>
- <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName</prop>
- <prop key="saml2.defaultQualifiers">false</prop>
- <prop key="saml2.valueTemplate">$Name</prop>
- <prop key="displayName.en">Distinguished name</prop>
- </props>
- </property>
- </bean>
-
- </list>
- </constructor-arg>
- </bean>
-
-</beans>
diff --git a/java-identity-provider/5/attributes/schac.xml b/java-identity-provider/5/attributes/schac.xml
deleted file mode 100644
index b7ed64d..0000000
--- a/java-identity-provider/5/attributes/schac.xml
+++ /dev/null
@@ -1,470 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util"
- xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-
- default-init-method="initialize"
- default-destroy-method="destroy">
-
- <!--
- Note that all built-in rules rely on URI-naming and thus include the implied settings:
-
- <prop key="saml2.nameFormat">urn:oasis:names:tc:SAML:2.0:attrname-format:uri</prop>
- <prop key="saml1.namespace">urn:mace:shibboleth:1.0:attributeNamespace:uri</prop>
- -->
-
- <bean parent="shibboleth.TranscodingRuleLoader">
- <constructor-arg>
- <list>
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacMotherTongue</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.1</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.1</prop>
- <prop key="displayName.en">Mother Tongue</prop>
- <prop key="displayName.de">Muttersprache</prop>
- <prop key="displayName.fr">Langue maternelle</prop>
- <prop key="displayName.it">Lingua Madre</prop>
- <prop key="displayName.sk">Materinský jazyk</prop>
- <prop key="description.en">Mother tongue of the subject</prop>
- <prop key="description.de">Muttersprache der Person</prop>
- <prop key="description.fr">Langue maternelle (la langue apprise en premier par une personne : fr</prop>
- <prop key="description.it">Lingua Madre dell'utente</prop>
- <prop key="description.sk">Materinský jazyk osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacGender</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.2</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.2</prop>
- <prop key="displayName.en">Gender</prop>
- <prop key="displayName.de">Geschlecht</prop>
- <prop key="displayName.fr">Genre</prop>
- <prop key="displayName.it">Genere</prop>
- <prop key="displayName.sk">Pohlavie</prop>
- <prop key="description.en">Gender of the subject</prop>
- <prop key="description.de">Geschlecht der Person</prop>
- <prop key="description.fr">Genre de la personne : un chiffre (0 "Not known, 1 "Male", 2 "Female", 9 "Not specified")</prop>
- <prop key="description.it">Genere dell'utente</prop>
- <prop key="description.sk">Pohlavie osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacDateOfBirth</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.3</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.3</prop>
- <prop key="displayName.en">Date of Birth</prop>
- <prop key="displayName.de">Geburtsdatum</prop>
- <prop key="displayName.fr">Date de naissance</prop>
- <prop key="displayName.it">Giorno di nascita</prop>
- <prop key="displayName.sk">Dátum narodenia</prop>
- <prop key="description.en">The date of birth of the subject</prop>
- <prop key="description.de">Geburtsdatum der Person</prop>
- <prop key="description.fr">Date de naissance au format "YYYYMMJJ"</prop>
- <prop key="description.it">Giorno di nascita del soggetto</prop>
- <prop key="description.sk">Dátum narodenia osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacYearOfBirth</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.0.2.3</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.0.2.3</prop>
- <prop key="displayName.en">Year of birth</prop>
- <prop key="displayName.de">Geburtsjahr</prop>
- <prop key="displayName.fr">Année de naissance</prop>
- <prop key="displayName.it">Anno di nascita</prop>
- <prop key="displayName.sk">Rok narodenia</prop>
- <prop key="description.en">The year of birth for the subject</prop>
- <prop key="description.de">Geburtsjahr der Person</prop>
- <prop key="description.fr">Année de naissance au format "YYYY"</prop>
- <prop key="description.it">Anno di nascita del soggetto</prop>
- <prop key="description.sk">Rok narodenia osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacPlaceOfBirth</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.4</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.4</prop>
- <prop key="displayName.en">Place of Birth</prop>
- <prop key="displayName.de">Geburtsort</prop>
- <prop key="displayName.fr">Lieu de naissance</prop>
- <prop key="displayName.it">Luogo di nascita</prop>
- <prop key="displayName.sk">Miesto narodenia</prop>
- <prop key="description.en">The place of birth of the subject</prop>
- <prop key="description.de">Geburtsort der Person</prop>
- <prop key="description.fr">Lieu de naissance</prop>
- <prop key="description.it">Luogo di nascita del soggetto</prop>
- <prop key="description.sk">Miesto narodenia osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacCountryOfCitizenship</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.5</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.5</prop>
- <prop key="displayName.en">Country of Citizenship</prop>
- <prop key="displayName.de">Nationalität</prop>
- <prop key="displayName.fr">Nationalité</prop>
- <prop key="displayName.sk">Občianstvo</prop>
- <prop key="description.en">The countries of citizenship of the subject</prop>
- <prop key="description.de">Nationalitäten der Person</prop>
- <prop key="description.fr">Pays où une personne est un citoyen : 2 lettres au format ISO 3166 (fr, es...)</prop>
- <prop key="description.it">Cittadinanza</prop>
- <prop key="description.sk">Krajiny občianstva osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacSn1</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.6</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.6</prop>
- <prop key="displayName.en">First Surname</prop>
- <prop key="displayName.de">Erster Nachname</prop>
- <prop key="displayName.fr">Premier nom</prop>
- <prop key="displayName.it">Primo Cognome</prop>
- <prop key="displayName.sk">Priezvisko</prop>
- <prop key="description.en">First surname of the subject ("the surname" in international terms)</prop>
- <prop key="description.de">Erster Nachname einer Person</prop>
- <prop key="description.fr">Premier nom d'une personne</prop>
- <prop key="description.it">Il cognome di una persona</prop>
- <prop key="description.sk">Priezvisko osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacSn2</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.7</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.7</prop>
- <prop key="displayName.en">Second Surname</prop>
- <prop key="displayName.de">Zweiter Nachname</prop>
- <prop key="displayName.fr">Second nom</prop>
- <prop key="displayName.it">Secondo Cognome</prop>
- <prop key="displayName.sk">Druhé priezvisko</prop>
- <prop key="description.en">Second surname of the subject</prop>
- <prop key="description.de">Zweiter Nachname der Person</prop>
- <prop key="description.fr">Second nom d'une personne</prop>
- <prop key="description.it">Secondo cognome di una persona</prop>
- <prop key="description.sk">Druhé priezvisko osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacPersonalTitle</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.8</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.8</prop>
- <prop key="displayName.en">Personal Title</prop>
- <prop key="displayName.de">Persönlicher Titel</prop>
- <prop key="displayName.fr">Titre</prop>
- <prop key="displayName.it">Soprannome</prop>
- <prop key="displayName.sk">Osobný titul</prop>
- <prop key="description.en">Personal title of the subject</prop>
- <prop key="description.de">Persönlicher Titel in der Anrede</prop>
- <prop key="description.fr">Titre de la personne</prop>
- <prop key="description.it">Titolo usato per salutare l'utente</prop>
- <prop key="description.sk">Osobný titul osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacHomeOrganization</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.9</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.9</prop>
- <prop key="displayName.en">Home Organization</prop>
- <prop key="displayName.de">Heimatorganisation</prop>
- <prop key="displayName.de-ch">Heimorganisation</prop>
- <prop key="displayName.fi">Kotiorganisaatio</prop>
- <prop key="displayName.fr">Organisme</prop>
- <prop key="displayName.it">Dominio dell'istituzione</prop>
- <prop key="displayName.sk">Domovská organizácia</prop>
- <prop key="description.en">The domain name of the subject's home organisation</prop>
- <prop key="description.de">Domänenname der Heimatorganisation der Person</prop>
- <prop key="description.de-ch">Domainname der Heimorganisation der Person</prop>
- <prop key="description.fi">Henkilön kotiorganisaation domain-nimi</prop>
- <prop key="description.fr">Nom de domaine DNS de l'organisme d'origine d'une personne</prop>
- <prop key="description.it">Dominio dell'istituzione</prop>
- <prop key="description.sk">Názov domény domovskej organizácie osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacHomeOrganizationType</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.10</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.10</prop>
- <prop key="displayName.en">Home organization type</prop>
- <prop key="displayName.de">Art der Heimatorganisation</prop>
- <prop key="displayName.de-ch">Art der Heimorganisation</prop>
- <prop key="displayName.fi">Kotiorganisaation tyyppi</prop>
- <prop key="displayName.fr">Type d'organisme</prop>
- <prop key="displayName.it">Tipo di organizzazione di appartenenza (internazionale)</prop>
- <prop key="displayName.sk">Druh domovskej organizácie</prop>
- <prop key="description.en">Home organisation type: university, polytechnic, etc</prop>
- <prop key="description.de">Art der Heimatorganisation: Universität, Fachhochschule, etc.</prop>
- <prop key="description.de-ch">Art der Heimorganisation: Universität, Fachhochschule, etc.</prop>
- <prop key="description.fi">Kotiorganisaation tyyppi: yliopisto, ammattikorkeakoulu jne</prop>
- <prop key="description.fr">Type d'organisme d'origine d'une personne</prop>
- <prop key="description.it">Tipo di organizzazione di appartenenza</prop>
- <prop key="description.sk">Druh domovskej organizácie: univerzita, polytechnika atď.</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacCountryOfResidence</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.11</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.11</prop>
- <prop key="displayName.en">Country of Residence</prop>
- <prop key="displayName.de">Land des Wohnsitzes</prop>
- <prop key="displayName.fr">Pays de résidence</prop>
- <prop key="displayName.it">Residenza</prop>
- <prop key="displayName.sk">Krajina pobytu</prop>
- <prop key="description.en">The country of residence of the subject</prop>
- <prop key="description.de">Land des Wohnsitzes der Person</prop>
- <prop key="description.fr">Pays de résidence : fr, es...</prop>
- <prop key="description.it">Paese di residenza dell'utente</prop>
- <prop key="description.sk">Krajina bydliska osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacUserPresenceID</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.12</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.12</prop>
- <prop key="displayName.en">User Presence ID</prop>
- <prop key="displayName.de">Benutzer-Präsenz-ID</prop>
- <prop key="displayName.fr">Identifiant de présence</prop>
- <prop key="displayName.it">ID utente sulla rete</prop>
- <prop key="displayName.sk">ID prítomnosti používateľa</prop>
- <prop key="description.en">User presence identifiers of the subject</prop>
- <prop key="description.de">Benutzer-Präsenz-Identifikatoren des Subjekts</prop>
- <prop key="description.fr">Ensemble de valeurs liées aux protocoles de présence réseau (sip, xmpp, h323...)</prop>
- <prop key="description.it">Identificativi usati dall'utente sulla rete</prop>
- <prop key="description.sk">Identifikátory prítomnosti používateľa daného subjektu</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacPersonalPosition</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.13</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.13</prop>
- <prop key="displayName.en">Personal Position</prop>
- <prop key="displayName.de">Persönliche Position</prop>
- <prop key="displayName.fr">Position/Rôle</prop>
- <prop key="displayName.it">Ruolo ricoperto</prop>
- <prop key="displayName.sk">Osobné postavenie</prop>
- <prop key="description.en">Personal position of the subject within the institution</prop>
- <prop key="description.de">Persönliche Stellung der betreffenden Person innerhalb der Institution</prop>
- <prop key="description.fr">Position/Rôle de la personne au sein d'une institution</prop>
- <prop key="description.it">Ruolo dell'utente nell'istituzione</prop>
- <prop key="description.sk">Osobné postavenie osoby v rámci inštitúcie</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacPersonalUniqueCode</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.14</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.14</prop>
- <prop key="displayName.en">Personal Unique Code</prop>
- <prop key="displayName.de">Persönlicher eindeutiger Code</prop>
- <prop key="displayName.fr">Code personnel unique</prop>
- <prop key="displayName.it">Codice Univoco</prop>
- <prop key="displayName.sk">Osobný jedinečný kód</prop>
- <prop key="description.en">Unique code for the subject</prop>
- <prop key="description.de">Eindeutiger Code der Person</prop>
- <prop key="description.fr">"Code unique" pour le sujet auquel il est associé (peut être le numéro d'étudiant, le numéro d'employé, ...)</prop>
- <prop key="description.it">Codice Univoco legato al soggetto</prop>
- <prop key="description.sk">Osobný jedinečný kód osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacPersonalUniqueID</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.15</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.15</prop>
- <prop key="displayName.en">Personal Unique ID</prop>
- <prop key="displayName.de">Eindeutiger persönlicher Identifikator</prop>
- <prop key="displayName.fr">Identifiant personnel unique</prop>
- <prop key="displayName.it">ID Legale Univoco</prop>
- <prop key="displayName.sk">Osobné jedinečné identifikačné číslo</prop>
- <prop key="description.en">Personal unique identifier of the subject</prop>
- <prop key="description.de">Eindeutiger rechtlicher Identifikator der Person</prop>
- <prop key="description.fr">identifiant unique légal (DNI en espagne)</prop>
- <prop key="description.it">Identificativo Univoco Legale associato alla persona</prop>
- <prop key="description.sk">Osobné jedinečné identifikačné číslo osoby</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacExpiryDate</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.17</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.17</prop>
- <prop key="displayName.en">Expiry Date</prop>
- <prop key="displayName.de">Ablaufdatum</prop>
- <prop key="displayName.fr">Date d'expiration</prop>
- <prop key="displayName.sk">Dátum expirácie</prop>
- <prop key="description.en">The date from which the set of data is to be considered invalid (specifically, in what refers to rights and entitlements)</prop>
- <prop key="description.de">Das Datum, ab dem der Datensatz als ungültig zu betrachten ist (insbesondere in Bezug auf Rechte und Ansprüche)</prop>
- <prop key="description.fr">Date à partir de laquelle l'ensemble de données de la personne doit être considéré comme invalide, au format "YYYYMMDDhhmmssZ"</prop>
- <prop key="description.it">Data di scadenza dei dati utente (diritti e titoli)</prop>
- <prop key="description.sk">Dátum, od ktorého sa súbor údajov považuje za neplatný (najmä v súvislosti s právami a nárokmi)</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacUserPrivateAttribute</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.18</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.18</prop>
- <prop key="displayName.en">User Private Attribute</prop>
- <prop key="displayName.de">Privates Benutzerattribut</prop>
- <prop key="displayName.fr">Exigences de confidentialité</prop>
- <prop key="displayName.sk">Súkromný atribút používateľa</prop>
- <prop key="description.en">Data that the subject and/or organization policies want to keep private</prop>
- <prop key="description.de">Daten, die der Benutzer und/oder die Organisation für sich behalten wollen</prop>
- <prop key="description.fr">Exigences de confidentialité, telles qu'exprimées par l'utilisateur et / ou les stratégies de l'entreprise</prop>
- <prop key="description.it">Dati che l'utente o le policy organizzative vogliono tenere private</prop>
- <prop key="description.sk">Údaje, ktoré subjekt a/alebo organizácia chcú zachovať ako súkromné</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacUserStatus</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.19</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.19</prop>
- <prop key="displayName.en">User Status</prop>
- <prop key="displayName.de">Benutzerstatus</prop>
- <prop key="displayName.fr">Status utilisateur</prop>
- <prop key="displayName.sk">Stav používateľa</prop>
- <prop key="description.en">Status of the subject as a consumer of services</prop>
- <prop key="description.de">Satz von Statuswerten einer Person als Nutzer von Dienstleistungen</prop>
- <prop key="description.fr">Ensemble de status d'une personne en tant qu'utilisateur de services</prop>
- <prop key="description.it">Stato di attivita' per l'utente sui diversi servizi</prop>
- <prop key="description.sk">Stav subjektu ako spotrebiteľa služieb</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacProjectMembership</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.20</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.20</prop>
- <prop key="displayName.en">Project Membership</prop>
- <prop key="displayName.de">Projekt-Mitgliedschaft</prop>
- <prop key="displayName.fr">Appartenance au projet</prop>
- <prop key="displayName.sk">Členstvo v projekte</prop>
- <prop key="description.en">Name of the project the subject belongs to</prop>
- <prop key="description.de">Name des Projekts, zu dem der Benutzer gehört</prop>
- <prop key="description.fr">Nom du projet auquel l'utilisateur appartient</prop>
- <prop key="description.it">Nome del progetto a cui l'utente appartiene</prop>
- <prop key="description.sk">Názov projektu, do ktorého subjekt patrí</prop>
- </props>
- </property>
- </bean>
-
- <bean parent="shibboleth.TranscodingProperties">
- <property name="properties">
- <props merge="true">
- <prop key="id">schacProjectSpecificRole</prop>
- <prop key="transcoder">SAML2StringTranscoder SAML1StringTranscoder</prop>
- <prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.21</prop>
- <prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.21</prop>
- <prop key="displayName.en">Project Specific Role</prop>
- <prop key="displayName.de">Projektspezifische Rolle</prop>
- <prop key="displayName.fr">Roles spécifiques au projet</prop>
- <prop key="displayName.sk">Projektovo špecifická úloha</prop>
- <prop key="description.en">Set of roles for specific projects of the subject</prop>
- <prop key="description.de">Satz von Rollen des Benutzers in bestimmten Projekten</prop>
- <prop key="description.fr">Ensemble de rôles dans des projets spécifiques</prop>
- <prop key="description.it">Insieme dei ruoli svolti dall'utente su specifici progetti</prop>
- <prop key="description.sk">Súbor rolí pre konkrétne projekty danej osoby</prop>
- </props>
- </property>
- </bean>
- </list>
- </constructor-arg>
- </bean>
-</beans>
diff --git a/java-identity-provider/5/messages/messages.properties b/java-identity-provider/5/messages/messages.properties
deleted file mode 100644
index a5b7df0..0000000
--- a/java-identity-provider/5/messages/messages.properties
+++ /dev/null
@@ -1,332 +0,0 @@
-# In addition to the Apache 2.0 license, this content is also licensed
-# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
-# (see http://creativecommons.org/licenses/by-sa/3.0/).
-
-# This is the as-delivered set of messages used in various views
-# so that internationalized translations can be made available and
-# so administrators can locally override or supplement the values
-# in their own message files.
-
-
-# Event/Exception to error key mappings, not messages per se, but used
-# in the example error view to support groupings of error behavior.
-
-AccessDenied = access
-ContextCheckDenied = context-check-denied
-EndpointResolutionFailed = endpoint
-ImpersonationViolation = impersonation-violation
-InvalidProfileConfiguration = relying-party
-InvalidSecurityConfiguration = security-cfg
-MessageAuthenticationError = security-msg
-MessageReplay = stale
-MessageExpired = stale
-UnableToDecode = stale
-AccountError = authn
-AuthenticationException = authn
-InvalidCredentials = authn
-InvalidCSRFToken = invalid-csrf-token
-NoCredentials = authn
-NoPotentialFlow = authn
-RequestUnsupported = authn
-SubjectCanonicalizationError = authn
-InvalidAttributeContext = unexpected
-InvalidAuthenticationContext = unexpected
-InvalidSubjectContext = unexpected
-InvalidSubjectCanonicalizationContext = unexpected
-InvalidMessage = unexpected
-InvalidMessageContext = unexpected
-InvalidMessageVersion = unexpected
-InvalidProfileContext = unexpected
-InvalidRelyingPartyContext = unexpected
-InvalidRelyingPartyConfiguration = unexpected
-MessageProcessingError = unexpected
-UnableToEncode = unexpected
-UnableToSign = unexpected
-UnableToEncrypt = unexpected
-AttributeReleaseRejected = no-release
-TermsRejected = no-terms
-RuntimeException = runtime-error
-InvalidEvent = invalid-event
-UnknownUsername = bad-username
-InvalidPassword = bad-password
-ExpiredPassword = expired-password
-AccountLocked = account-locked
-SPNEGONotAvailable = spnego-unavailable
-NTLMUnsupported = ntlm
-NoSuchFlowExecutionException = stale
-FlowExecutionRestorationFailureException = stale
-ExternalAuthenticationException = stale
-SessionNotFound = logout
-
-# General strings
-
-idp.css = /css/placeholder.css
-idp.title = Web Login Service
-idp.title.suffix = Error
-idp.logo = /images/placeholder-logo.png
-idp.logo.alt-text = Replace or remove this logo
-idp.message = An unidentified error occurred.
-idp.footer = Insert your footer text here.
-
-root.css = /css/placeholder.css
-root.title = Shibboleth IdP
-root.message = No services are available at this location.
-root.footer = Insert your footer text here.
-
-idp.client-storage-read.title = Loading Session Information
-idp.client-storage-read.text = Loading login session information from the browser...
-idp.client-storage-write.title = Saving Session Information
-idp.client-storage-write.text = Saving login session information to the browser...
-idp.client-storage.no-js = Since your browser does not support JavaScript, \
- you must press the Continue button once to proceed.
-
-# Login / Logout messages
-
-idp.login.loginTo = Login to
-
-idp.login.username = Username
-idp.login.password = Password
-
-idp.login.donotcache = Don't Remember Login
-
-idp.login.login = Login
-idp.login.pleasewait = Logging in, please wait...
-
-idp.login.forgotPassword = Forgot your password?
-idp.login.needHelp = Need Help?
-
-idp.login.duoRequired = Authentication with Duo is required for the requested service.
-idp.login.duoNoScript = The Duo service requires JavaScript.
-idp.login.duoCancel = Cancel this Request
-
-# Expiring password example messages
-
-idp.login.expiringSoon = Your password will be expiring soon!
-idp.login.changePassword = To create a new password now, go to
-idp.login.proceedBegin = Your login will proceed in 20 seconds or you may click
-idp.login.proceedHere = here
-idp.login.proceedEnd = to continue
-
-# Useful links
-
-idp.url.password.reset = #
-idp.url.helpdesk = #
-
-# User Preferences example messages
-
-idp.userprefs.title = Web Login Service
-idp.userprefs.title.suffice = Login Preferences
-idp.userprefs.info = This page allows you to configure your device to tell the Web Login Service that it \
- can use more advanced login approaches that are more convenient, but not always usable.
-idp.userprefs.options = The following options are available:
-idp.userprefs.spnego = Automatically try desktop login when available.
-idp.userprefs.no-js = This feature requires Javascript.
-
-
-# Logout-related messages
-
-idp.logout.sp-initiated = You have been logged out of the following service:
-idp.logout.prompt = Choose one of the following, or wait a few seconds for the default.
-idp.logout.idponly = Logout Locally
-idp.logout.idponly.caption = End your SSO session.
-idp.logout.global = Logout Globally
-idp.logout.global.caption = End your SSO session and attempt logout of services accessed during session.
-idp.logout.cancel = Cancel
-idp.logout.cancel.caption = Cancel logout and retain your SSO session.
-idp.logout.contactServices = If instructed, the system will attempt to contact the following services:
-idp.logout.complete = The logout operation is complete, and no other services appear to have been accessed during this session.
-idp.logout.local = You elected not to log out of all the services accessed during your session.
-idp.logout.attempt = Attempting to log out of the following services:
-idp.logout.cancelled = Logout has been cancelled.
-idp.logout.hidden = Your single sign-on session has been terminated, but you are still logged into many of the \
- services you have accessed during your session.
-
-# Legacy V3 UI
-idp.logout.ask = Would you like to attempt to log out of all services accessed during your session? \
- Please select <strong>Yes</strong> or <strong>No</strong> to ensure the logout \
- operation completes, or wait a few seconds for Yes.
-
-# Messages related to attribute release consent.
-
-idp.attribute-release.revoke = Clear prior granting of permission for release of your information to this service.
-
-idp.attribute-release.title = Information Release
-
-idp.attribute-release.attributesHeader = Information to be Provided to Service
-
-idp.attribute-release.serviceNameLabel = You are about to access the service:
-idp.attribute-release.of = of
-idp.attribute-release.serviceDescriptionLabel = Description as provided by this service:
-
-idp.attribute-release.informationURLLabel = Additional information about the service
-idp.attribute-release.privacyStatementURLLabel = Data privacy information of the service
-
-idp.attribute-release.showDetails = show details
-
-idp.attribute-release.accept = Accept
-idp.attribute-release.reject = Reject
-
-idp.attribute-release.confirmationQuestion = The information above would be shared with the service if you proceed. \
- Do you agree to release this information to the service every time you access it?
-
-idp.attribute-release.consentMethod = Select an information release consent duration:
-idp.attribute-release.consentMethodRevoke = This setting can be revoked at any time with the checkbox on the login page.
-
-idp.attribute-release.doNotRememberConsent = Ask me again at next login
-idp.attribute-release.doNotRememberConsentItem = I agree to send my information this time.
-
-idp.attribute-release.rememberConsent = Ask me again if information to be provided to this service changes
-idp.attribute-release.rememberConsentItem = I agree that the same information will be sent automatically to this service in the future.
-
-idp.attribute-release.globalConsent = Do not ask me again
-idp.attribute-release.globalConsentItem = I agree that <strong>all</strong> of my information will be released to <strong>any</strong> service.
-
-# General messages related to terms of use consent.
-
-idp.terms-of-use.accept = I accept the terms of use
-idp.terms-of-use.submit = Submit
-idp.terms-of-use.reject = Refuse
-idp.terms-of-use.required = Please check this box if you want to proceed.
-
-# General messages related to impersonation interceptor
-
-idp.impersonate.header = Account Impersonation
-idp.impersonate.text = Enter an account name to impersonate to this service or continue normally.
-idp.impersonate.login-as = Login as
-idp.impersonate.impersonate = Impersonate
-idp.impersonate.continue = Continue Normally
-
-# General messages related to key-unlocking admin flow
-
-idp.unlock-keys.title = Attended Restart Key Unlock
-idp.unlock-keys.keystorePassword = DataSealer Keystore Password
-idp.unlock-keys.keyPassword = DataSealer Key Password
-idp.unlock-keys.privateKeyPassword = Private Key Password
-idp.unlock-keys.unlock = Unlock
-idp.unlock-keys.cancel = Cancel
-idp.unlock-keys.complete = The system is unlocked and ready for use.
-idp.unlock-keys.error = Unlock failed; check log for specific message.
-
-# General messages related to Hello World admin flow
-idp.hello-world.title = Hello World
-idp.hello-world.greeting = Greetings
-idp.hello-world.reload = Reload the Page
-
-# Triples consisting of a TOU key, and a title and text for each set of terms.
-# The default implementation uses the SP name as the key, but this can be overriden.
-
-https\://sp.example.org = example-tou-1
-example-tou-1.title = Example Terms of Use
-example-tou-1.text = <em>*** This is an example ToU - tailor due to your needs ***</em> \
- <p>Example organization AAI services: Terms of Use (ToU)</p> \
- <strong>A. Data Protection Sample Clause</strong> \
- <p> \
- "The End User notes that personal data about the End User is compiled from generally \
- available sources and from communications received from the End User and other \
- Universities as well as from off-site sources. The policy relating to the use and procession \
- of such data is posted on the University website at [...]. Such data will be used, inter alia, \
- to authenticate and authorize the access to and use of various resources within \
- the University and on other sites ("Approved Uses"). The End User hereby consents to \
- the collection, processing, use and release of such data to the extent reasonably necessary \
- for the Approved Uses. Such consent includes, but is not limited to, the release \
- of personal data to other institutions by employing cookies and electronically exchanging, \
- caching and storing personal authorization attributes." \
- </p> \
- <strong>B. Limitation of Liability</strong> \
- <p> \
- "To the extent permitted by the applicable law, the End User hereby waives all and any \
- claims for cost and damages, whether direct or indirect, incidental, or consequential(including, \
- inter alia, loss of use and lost profits), both in contract and in tort, arising from \
- the use or in any way related to the inter-organizational authentication and authorization \
- services which allow the End User to access certain resources of other organizations. \
- This waiver of claims shall be valid and effective in relation to all participants of \
- the inter-organizational authentication and authorization services including the AAI \
- Service Provider and its affiliates, officers, employees and agents." \
- </p>
-
-# Error key to title and message mappings
-
-access.title = Access Denied
-access.message = You do not have access to the requested resource.
-
-context-check-denied.title = Access Denied
-context-check-denied.message = You are not eligible for the service requested.
-
-impersonation-violation.title = Access Denied
-impersonation-violation.message = You do not have permission to impersonate the selected account.
-
-no-release.title = Release of Information Prevented
-no-release.message = At your request, the release of your information has been blocked. If you wish to \
- change your decision, you may access the service again and approve the release in the \
- future.
-
-no-terms.title = Terms of Use Refused
-no-terms.message = Having refused the mandatory Terms of Use, access to the service is not permitted. \
- If you wish to change your decision, you may access the service again and approve \
- the terms in the future.
-
-authn.title = Login Failed
-authn.message = User login was not successful or could not meet the requirements of the requesting application.
-
-bad-username.message = The username you entered cannot be identified.
-
-bad-password.message = The password you entered was incorrect.
-
-expired-password.message = Your password has expired.
-
-account-locked.message = Your account is locked.
-
-spnego-unavailable.message = Your web browser doesn't support authentication with your desktop login credentials.
-spnego-unavailable.return = Cancel the attempt.
-
-ntlm.message = Your web browser attempted to negotiate a weaker form of desktop authentication.
-
-endpoint.title = Unable to Respond
-endpoint.message = The login service was unable to identify a compatible way to respond to the requested \
- application. This is generally due to a misconfiguration on the part of the application \
- and should be reported to the application's support team or owner.
-
-logout.title = Logout Error
-logout.message = An application requested a logout using a session that is no longer recognized. As always, \
- your browser will generally keep you logged into many services and you should always lock \
- your device to prevent misuse when leaving it unattended.
-
-relying-party.title = Unsupported Request
-relying-party.message = The application you have accessed is not registered for use with this service.
-
-security-cfg.title = Security Configuration Error
-security-cfg.message = The login service and the requested application do not share a compatible \
- security configuration, and the request cannot be fulfilled.
-
-security-msg.title = Message Security Error
-security-msg.message = The request cannot be fulfilled because the message received does not meet the \
- security requirements of the login service.
-
-stale.title = Stale Request
-stale.message = <p>You may be seeing this page because you used the Back button while browsing a \
- secure web site or application. Alternatively, you may have mistakenly bookmarked \
- the web login form instead of the actual web site you wanted to bookmark or used a \
- link created by somebody else who made the same mistake.</p> \
- <br/> \
- <p>Left unchecked, this can cause errors on some browsers or result in you returning to \
- the web site you tried to leave, so this page is presented instead.</p>
-
-unexpected.title = Unexpected Error
-unexpected.message = An unexpected error was encountered, usually reflecting a configuration or software error.
-
-runtime-error.title = Uncaught Exception
-runtime-error.message = <p>A software error was encountered that prevents normal operation:</p><br/> \
- <p><strong>#if($exception)$encoder.encodeForHTML($exception.toString())#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())#else$encoder.encodeForHTML($flowExecutionException.getMessage())#end</strong></p><br/> \
- <p>Please report this problem to your Help Desk or administrative staff. It has \
- also been logged for an administrator to review.</p>
-
-invalid-event.title = Invalid Event
-invalid-event.message = <p>The underlying software encountered an event to which it was not programmed to respond.</p><br/> \
- <p>Please report this problem to your Help Desk or administrative staff. It has \
- also been logged for an administrator to review.</p>
-
-invalid-csrf-token.title = Processing Error
-invalid-csrf-token.message = CSRF token verification failed.
-
-error.title = Error
-error.message = An error occurred: $eventId
diff --git a/java-identity-provider/5/messages/messages_de.properties b/java-identity-provider/5/messages/messages_de.properties
deleted file mode 100644
index 48e8144..0000000
--- a/java-identity-provider/5/messages/messages_de.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-# In addition to the Apache 2.0 license, this content is also licensed
-# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
-# (see http://creativecommons.org/licenses/by-sa/3.0/).
-
-# This is a translation contributed by volunteers on Zanata
-# https://translate.zanata.org/project/view/shib-idpv3-translations
-# so that internationalized translations can be made available and
-# You find the latest version on the Shibboleth Wiki:
-# https://wiki.shibboleth.net/confluence/display/IDP4/MessagesTranslation
-
-AccessDenied=access
-ContextCheckDenied=context-check-denied
-EndpointResolutionFailed=endpoint
-ImpersonationViolation=impersonation-violation
-InvalidProfileConfiguration=relying-party
-InvalidSecurityConfiguration=security-cfg
-MessageAuthenticationError=security-msg
-MessageReplay=stale
-MessageExpired=stale
-UnableToDecode=stale
-AccountError=authn
-AccountLocked=account-locked
-AuthenticationException=authn
-InvalidCredentials=authn
-InvalidCSRFToken=invalid-csrf-token
-NoCredentials=authn
-NoPotentialFlow=authn
-RequestUnsupported=authn
-SubjectCanonicalizationError=authn
-InvalidAttributeContext=unexpected
-InvalidAuthenticationContext=unexpected
-InvalidSubjectContext=unexpected
-InvalidSubjectCanonicalizationContext=unexpected
-InvalidMessage=unexpected
-InvalidMessageContext=unexpected
-InvalidMessageVersion=unexpected
-InvalidProfileContext=unexpected
-InvalidRelyingPartyContext=unexpected
-InvalidRelyingPartyConfiguration=unexpected
-MessageProcessingError=unexpected
-UnableToEncode=unexpected
-UnableToSign=unexpected
-UnableToEncrypt=unexpected
-AttributeReleaseRejected=no-release
-TermsRejected=no-terms
-RuntimeException=runtime-error
-InvalidEvent=invalid-event
-UnknownUsername=bad-username
-InvalidPassword=bad-password
-ExpiredPassword=expired-password
-SPNEGONotAvailable=spnego-unavailable
-NTLMUnsupported=ntlm
-NoSuchFlowExecutionException=stale
-FlowExecutionRestorationFailureException=stale
-ExternalAuthenticationException=stale
-SessionNotFound=logout
-idp.css=/css/placeholder.css
-idp.title=Web Anmeldedienst
-idp.title.suffix=Fehler
-idp.logo=/images/placeholder-logo.png
-idp.logo.alt-text=Dieses Logo ersetzen oder entfernen
-idp.message=Ein unbekannter Fehler ist aufgetreten.
-idp.footer=Bitte Fußtext hier einfügen.
-root.css=/css/placeholder.css
-root.title=Shibboleth IdP
-root.message=Kein Dienst verfügbar unter dieser Adresse.
-root.footer=Bitte Fußtext hier einfügen.
-idp.client-storage-read.title=Lade Session-Informationen...
-idp.client-storage-read.text=Lade Session-Informationen vom Webbrowser...
-idp.client-storage-write.title=Speichere Session-Informationen
-idp.client-storage-write.text=Speichere Session-Informationen im Webbrowser...
-idp.client-storage.no-js=Da Ihr Webbrowser kein JavaScript unterstützt, müssen Sie auf den Weiter-Knopf klicken um fortzufahren.
-idp.login.loginTo=Anmelden bei
-idp.login.username=Benutzername
-idp.login.password=Passwort
-idp.login.donotcache=Anmeldung nicht speichern
-idp.login.login=Anmelden
-idp.login.pleasewait=Anmeldung läuft, bitte warten...
-idp.login.forgotPassword=Passwort vergessen?
-idp.login.needHelp=Hilfe benötigt?
-idp.login.duoRequired=Für den Dienst, auf den Sie zugreifen möchten, wird eine Anmeldung mit Duo benötigt.
-idp.login.duoNoScript=Der Duo Anmeldedienst benötigt JavaScript.
-idp.login.duoCancel=Anfrage abbrechen
-idp.login.expiringSoon=Ihr Passwort läuft bald ab\!
-idp.login.changePassword=Um jetzt ein neues Passwort zu erstellen, gehen Sie bitte zu
-idp.login.proceedBegin=Ihre Anmeldung wird in 20 Sekunden automatisch fortgesetzt oder klicken Sie
-idp.login.proceedHere=hier
-idp.login.proceedEnd=um fortzufahren
-idp.url.password.reset=\#
-idp.url.helpdesk=\#
-idp.userprefs.title=Web Anmeldedienst
-idp.userprefs.title.suffice=Anmelde-Einstellungen
-idp.userprefs.info=Diese Seite erlaubt es Ihnen, Ihr Gerät so zu konfigurieren, dass der Web Anmeldedienst fortgeschrittene Anmeldemöglichkeiten verwendet. Diese sind bequemer, jedoch nicht immer verfügbar.
-idp.userprefs.options=Die folgenden Auswahlmöglichkeiten sind verfügbar\:
-idp.userprefs.spnego=Automatisch Desktop-Anmeldung versuchen, falls verfügbar.
-idp.userprefs.no-js=Diese Funktion benötigt JavaScript.
-idp.logout.sp-initiated=Sie wurden von folgenden Diensten abgemeldet\:
-idp.logout.prompt=Wählen Sie eine der Optionen, oder warten Sie kurz auf die vorausgewählte Variante.
-idp.logout.idponly=Lokal abmelden
-idp.logout.idponly.caption=Beende nur die SSO-Anmeldung.
-idp.logout.global=Überall abmelden
-idp.logout.global.caption=Beende die SSO-Anmeldung und versuche bei allen Diensten abzumelden, auf die zuvor zugegriffen wurde.
-idp.logout.cancel=Abbrechen
-idp.logout.cancel.caption=Abmeldevorgang abbrechen und SSO-Anmeldung beibehalten.
-idp.logout.contactServices=Wenn Sie fortfahren, wird das System folgende Dienste kontaktieren\:
-idp.logout.complete=Der Abmeldevorgang ist abgeschlossen. Es scheint, als wäre während dieser Webbrowser Sitzung auf keine weiteren Dienste zugegriffen worden.
-idp.logout.local=Sie haben sich entschieden, sich nicht von allen Diensten abzumelden, auf die Sie während dieser Webbrowser Sitzung zugegriffen haben.
-idp.logout.attempt=Versuch gestartet um Sie bei folgenden Diensten abzumelden\:
-idp.logout.cancelled=Abmeldevorgang abgebrochen.
-idp.logout.hidden=Ihre Single-Sign-On-Sitzung wurde beendet, aber Sie sind weiterhin bei vielen der Dienste angemeldet, auf die Sie während Ihrer Sitzung zugegriffen haben.
-idp.logout.ask=Möchten Sie versuchen sich von allen Diensten abzumelden, auf die Sie während Ihrer Webbrowser Sitzung zugegriffen haben? Bitte wählen sie <strong>Ja</strong> oder <strong>Nein</strong> um sicherzustellen, dass der Abmeldevorgang abgeschlossen wird, oder warten Sie einige Sekunden für Ja.
-idp.attribute-release.revoke=Die zu übermittelnden Informationen anzeigen, damit ich die Weitergabe gegebenenfalls ablehnen kann.
-idp.attribute-release.title=Informationsweitergabe
-idp.attribute-release.attributesHeader=An den Dienst zu übermittelnde Informationen
-idp.attribute-release.serviceNameLabel=Sie sind dabei auf diesen Dienst zuzugreifen\:
-idp.attribute-release.of=von
-idp.attribute-release.serviceDescriptionLabel=Beschreibung dieses Dienstes\:
-idp.attribute-release.informationURLLabel=Zusätzliche Informationen über diesen Dienst
-idp.attribute-release.privacyStatementURLLabel=Datenschutzinformationen dieses Dienstes
-idp.attribute-release.showDetails=Details anzeigen
-idp.attribute-release.accept=Akzeptieren
-idp.attribute-release.reject=Ablehnen
-idp.attribute-release.confirmationQuestion=Die oben aufgeführten Informationen werden an den Dienst weitergegeben, falls Sie fortfahren. Sind Sie einverstanden, dass diese Informationen bei jedem Zugriff auf diesen Dienst an ihn weitergegeben werden?
-idp.attribute-release.consentMethod=Wählen Sie die Dauer, für die Ihre Entscheidung zur Informationsweitergabe gültig sein soll\:
-idp.attribute-release.consentMethodRevoke=Diese Einstellung kann jederzeit mit der Checkbox auf der Anmeldeseite widerrufen werden.
-idp.attribute-release.doNotRememberConsent=Bei nächster Anmeldung erneut fragen.
-idp.attribute-release.doNotRememberConsentItem=Ich bin einverstanden, meine Informationen dieses Mal zu senden.
-idp.attribute-release.rememberConsent=Erneut fragen, wenn sich die Informationen ändern, welche diesem Dienst weitergegeben werden.
-idp.attribute-release.rememberConsentItem=Ich bin einverstanden, dass dieselben Informationen in Zukunft automatisch an diesen Dienst weitergegeben werden.
-idp.attribute-release.globalConsent=Nicht mehr fragen
-idp.attribute-release.globalConsentItem=Ich bin einverstanden, dass <strong>alle</strong> meine Informationen an <strong>jeden</strong> Dienst weitergegeben werden.
-idp.terms-of-use.accept=Ich akzeptiere die Benutzerordnung
-idp.terms-of-use.submit=Senden
-idp.terms-of-use.reject=Ablehnen
-idp.terms-of-use.required=Bitte diese Checkbox ankreuzen um fortzufahren.
-idp.impersonate.header=Benutzerkonto Impersonifizierung
-idp.impersonate.text=Geben Sie den Namen eines Benutzerkontos an, das Sie impersonifizieren möchten, oder fahren Sie normal fort.
-idp.impersonate.login-as=Anmelden als
-idp.impersonate.impersonate=Impersonifizieren
-idp.impersonate.continue=Normal weiterfahren
-idp.unlock-keys.title=Begleiteter Neustart Schlüsselentsperrung
-idp.unlock-keys.keystorePassword=DataSealer Schlüsselbundpasswort
-idp.unlock-keys.keyPassword=DataSealer Schlüsselpasswort
-idp.unlock-keys.privateKeyPassword=Passwort des privaten Schlüssels
-idp.unlock-keys.unlock=Entsperren
-idp.unlock-keys.cancel=Abbrechen
-idp.unlock-keys.complete=Das System ist entsperrt und einsatzbereit.
-idp.unlock-keys.error=Entsperrung fehlgeschlagen; Logdatei überprüfen für spezifische Fehlermeldung
-idp.hello-world.title=Hallo Welt
-idp.hello-world.greeting=Grüße
-idp.hello-world.reload=Seite neu laden
-https\://sp.example.org=example-tou-1
-example-tou-1.title=Beispiel Benutzerordnung
-example-tou-1.text=<em>*** This is an example ToU - tailor due to your needs ***</em> <p>Example organization AAI services\: Terms of Use (ToU)</p> <strong>A. Data Protection Sample Clause</strong> <p> "The End User notes that personal data about the End User is compiled from generally available sources and from communications received from the End User and other Universities as well as from off-site sources. The policy relating to the use and procession of such data is posted on the Uni [...]
-access.title=Zugang verweigert
-access.message=Sie haben keine Zugangsrechte für diese Ressource.
-context-check-denied.title=Zugang verweigert
-context-check-denied.message=Sie sind nicht berechtigt auf diesen Dienst zuzugreifen.
-impersonation-violation.title=Zugang verweigert
-impersonation-violation.message=Sie haben keine Berechtigung das ausgewählte Konto zu impersonifizieren.
-no-release.title=Weitergabe von Informationen verhindert
-no-release.message=Auf Ihren Wunsch hin wurde die Weitergabe von Informationen blockiert. Wenn Sie Ihre Entscheidung ändern möchten, greifen Sie bitte erneut auf den Dienst zu und akzeptieren die Weitergabe von Informationen.
-no-terms.title=Benutzerordnung abgelehnt
-no-terms.message=Bei Ablehnung der Benutzerordnung ist der der Zugang zum Dienst nicht erlaubt. Falls Sie Ihre Entscheidung ändern möchten, greifen Sie erneut auf den Dienst zu und akzeptieren Sie die Benutzerordnung.
-authn.title=Anmeldung fehlgeschlagen
-authn.message=Anmeldung war nicht erfolgreich oder die Anforderungen der anfragenden Anwendung konnten nicht erfüllt werden.
-bad-username.message=Der eingegebene Benutzername wurde nicht gefunden.
-bad-password.message=Das eingegebene Passwort ist nicht korrekt.
-expired-password.message=Das Passwort ist abgelaufen.
-account-locked.message=Ihr Benutzerkonto ist gesperrt.
-spnego-unavailable.message=Ihr Webbrowser unterstützt die Anmeldung mit Ihren Desktop-Anmeldedaten nicht.
-spnego-unavailable.return=Versuch abbrechen.
-ntlm.message=Ihr Webbrowser hat versucht eine schwächere Form der Desktop-Anmeldung zu benutzen.
-endpoint.title=Antwort nicht möglich
-endpoint.message=Der Anmeldedienst hat keine kompatible Möglichkeit, um der anfragenden Applikation zu antworten. Dies tritt normalerweise bei einer Fehlkonfiguration der Applikation auf und sollte deshalb dem Betreiber oder Eigentümer der Applikation gemeldet werden.
-logout.title=Fehler beim Abmelden
-logout.message=Eine Anwendung hat eine Abmeldung über eine Sitzung angefordert, die nicht mehr erkannt wird. Wie üblich bleibt Ihr Browser bei vielen Diensten angemeldet; Sie sollten Ihr Gerät daher immer sperren, um Missbrauch zu verhindern, wenn Sie es unbeaufsichtigt lassen.
-relying-party.title=Nicht unterstützte Anfrage
-relying-party.message=Die Applikation, auf die Sie zugreifen möchten, ist für die Benutzung dieses Dienstes nicht registriert.
-security-cfg.title=Fehler in der Sicherheitskonfiguration
-security-cfg.message=Der Anmeldedienst und die anfragende Applikation haben keine kompatible Sicherheitskonfiguration und deshalb kann die Anfrage nicht beantwortet werden.
-security-msg.title=Sicherheitsfehler in der Nachricht
-security-msg.message=Die Anfrage kann nicht beantwortet werden, da die Nachricht die Sicherheitsbedingungen des Anmeldedienstes nicht erfüllt.
-stale.title=Veraltete Anfrage
-stale.message=<p>Sie sehen diese Meldung wahrscheinlich, weil sie auf den Zurück-Knopf in Ihrem Webbrowser geklickt haben, während sie auf einer sicheren Webseite oder Applikation waren. Eventuell haben Sie auch ein Lesezeichen der Anmeldeseite erstellt, anstatt der Webseite, auf die Sie zugreifen möchten. Oder Sie haben auf einen Link geklickt, den Ihnen jemand gesendet hat, der denselben Fehler gemacht hat.</p> <br/> <p>Ohne diese Überprüfung könnten in manchen Web-Browsern Fehler ents [...]
-unexpected.title=Unerwarteter Fehler
-unexpected.message=Ein unerwarteter Fehler ist aufgetreten. Normalerweise passiert das aufgrund einer Fehlkonfiguration oder eines Softwarefehlers.
-runtime-error.title=Unbehandelter Fehler
-runtime-error.message=<p>Ein Softwarefehler ist aufgetreten, der die normale Ausführung behindert\:</p><br/> <p><strong>\#if($exception)$encoder.encodeForHTML($exception.toString())\#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())\#else$encoder.encodeForHTML($flowExecutionException.getMessage())\#end</strong></p><br/> <p>Bitte melden Sie dieses Problem dem Help Desk oder einem Administrator. Das Pr [...]
-invalid-event.title=Ungültiger Vorgang
-invalid-event.message=<p>Die zugrunde liegende Software stieß auf ein Ereignis, auf das sie nicht programmiert war zu reagieren.</p><br/>\n<p>Bitte melden Sie dieses Problem Ihrem Helpdesk oder Ihrem Administrator. Das Ereignis wurde protokolliert so dass ein Administrator es überprüfen kann.</p>
-invalid-csrf-token.title=Verarbeitungsfehler
-invalid-csrf-token.message=CSRF-Token-Verifizierung fehlgeschlagen
-error.title=Fehler
-error.message=Ein Fehler ist aufgetreten\: $eventId
diff --git a/java-identity-provider/5/messages/messages_de_CH.properties b/java-identity-provider/5/messages/messages_de_CH.properties
deleted file mode 100644
index 172ea8a..0000000
--- a/java-identity-provider/5/messages/messages_de_CH.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-# In addition to the Apache 2.0 license, this content is also licensed
-# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
-# (see http://creativecommons.org/licenses/by-sa/3.0/).
-
-# This is a translation contributed by volunteers on Zanata
-# https://translate.zanata.org/project/view/shib-idpv3-translations
-# so that internationalized translations can be made available and
-# You find the latest version on the Shibboleth Wiki:
-# https://wiki.shibboleth.net/confluence/display/IDP4/MessagesTranslation
-
-AccessDenied=access
-ContextCheckDenied=context-check-denied
-EndpointResolutionFailed=endpoint
-ImpersonationViolation=impersonation-violation
-InvalidProfileConfiguration=relying-party
-InvalidSecurityConfiguration=security-cfg
-MessageAuthenticationError=security-msg
-MessageReplay=stale
-MessageExpired=stale
-UnableToDecode=stale
-AccountError=authn
-AccountLocked=account-locked
-AuthenticationException=authn
-InvalidCredentials=authn
-InvalidCSRFToken=invalid-csrf-token
-NoCredentials=authn
-NoPotentialFlow=authn
-RequestUnsupported=authn
-SubjectCanonicalizationError=authn
-InvalidAttributeContext=unexpected
-InvalidAuthenticationContext=unexpected
-InvalidSubjectContext=unexpected
-InvalidSubjectCanonicalizationContext=unexpected
-InvalidMessage=unexpected
-InvalidMessageContext=unexpected
-InvalidMessageVersion=unexpected
-InvalidProfileContext=unexpected
-InvalidRelyingPartyContext=unexpected
-InvalidRelyingPartyConfiguration=unexpected
-MessageProcessingError=unexpected
-UnableToEncode=unexpected
-UnableToSign=unexpected
-UnableToEncrypt=unexpected
-AttributeReleaseRejected=no-release
-TermsRejected=no-terms
-RuntimeException=runtime-error
-InvalidEvent=invalid-event
-UnknownUsername=bad-username
-InvalidPassword=bad-password
-ExpiredPassword=expired-password
-SPNEGONotAvailable=spnego-unavailable
-NTLMUnsupported=ntlm
-NoSuchFlowExecutionException=stale
-FlowExecutionRestorationFailureException=stale
-ExternalAuthenticationException=stale
-SessionNotFound=logout
-idp.css=/css/placeholder.css
-idp.title=Web Anmeldedienst
-idp.title.suffix=Fehler
-idp.logo=/images/placeholder-logo.png
-idp.logo.alt-text=Dieses Logo ersetzen oder entfernen
-idp.message=Ein unbekannter Fehler ist aufgetreten.
-idp.footer=Bitte Fusstext hier einfügen.
-root.css=/css/placeholder.css
-root.title=Shibboleth IdP
-root.message=Kein Dienst verfügbar unter dieser Adresse.
-root.footer=Bitte Fusstext hier einfügen.
-idp.client-storage-read.title=Lade Session-Informationen...
-idp.client-storage-read.text=Lade Session-Informationen vom Webbrowser...
-idp.client-storage-write.title=Speichere Session-Informationen
-idp.client-storage-write.text=Speichere Session-Informationen im Webbrowser...
-idp.client-storage.no-js=Da Ihr Webbrowser kein JavaScript unterstützt, müssen Sie auf den Weiter-Knopf klicken um fortzufahren.
-idp.login.loginTo=Anmelden bei
-idp.login.username=Benutzername
-idp.login.password=Passwort
-idp.login.donotcache=Anmeldung nicht speichern
-idp.login.login=Anmelden
-idp.login.pleasewait=Anmeldung läuft, bitte warten...
-idp.login.forgotPassword=Passwort vergessen?
-idp.login.needHelp=Hilfe benötigt?
-idp.login.duoRequired=Für den Dienst, auf den Sie zugreifen möchten, wird eine Anmeldung mit Duo benötigt.
-idp.login.duoNoScript=Der Duo Anmeldedienst benötigt JavaScript.
-idp.login.duoCancel=Anfrage abbrechen
-idp.login.expiringSoon=Ihr Passwort läuft bald ab\!
-idp.login.changePassword=Um jetzt ein neues Passwort zu erstellen, gehen Sie bitte zu
-idp.login.proceedBegin=Ihre Anmeldung wird in 20 Sekunden automatisch fortgesetzt oder klicken Sie
-idp.login.proceedHere=hier
-idp.login.proceedEnd=um fortzufahren
-idp.url.password.reset=\#
-idp.url.helpdesk=\#
-idp.userprefs.title=Web Anmeldedienst
-idp.userprefs.title.suffice=Anmelde-Einstellungen
-idp.userprefs.info=Diese Seite erlaubt es Ihnen, Ihr Gerät so zu konfigurieren, dass der Web Anmeldedienst fortgeschrittene Anmeldemöglichkeiten verwendet. Diese sind bequemer, jedoch nicht immer verfügbar.
-idp.userprefs.options=Die folgenden Auswahlmöglichkeiten sind verfügbar\:
-idp.userprefs.spnego=Automatisch Desktop-Anmeldung versuchen, falls verfügbar.
-idp.userprefs.no-js=Diese Funktion benötigt JavaScript.
-idp.logout.sp-initiated=Sie wurden von folgenden Diensten abgemeldet\:
-idp.logout.prompt=Wählen Sie eine der Optionen, oder warten Sie kurz auf die vorausgewählte Variante.
-idp.logout.idponly=Lokal abmelden
-idp.logout.idponly.caption=Beende nur die SSO-Anmeldung.
-idp.logout.global=Überall abmelden
-idp.logout.global.caption=Beende die SSO-Anmeldung und versuche bei allen Diensten abzumelden, auf die zuvor zugegriffen wurde.
-idp.logout.cancel=Abbrechen
-idp.logout.cancel.caption=Abmeldevorgang abbrechen und SSO-Anmeldung beibehalten.
-idp.logout.contactServices=Wenn Sie fortfahren, wird das System folgende Dienste kontaktieren\:
-idp.logout.complete=Der Abmeldevorgang ist abgeschlossen. Es scheint als wäre auf keine weiteren Dienste zugegriffen worden während dieser Webbrowser Sitzung.
-idp.logout.local=Sie haben sich entschieden, sich nicht von allen Diensten abzumelden, auf die Sie während dieser Webbrowser Sitzung zugegriffen haben.
-idp.logout.attempt=Versuch gestartet um Sie bei folgenden Diensten abzumelden\:
-idp.logout.cancelled=Abmeldevorgang abgebrochen.
-idp.logout.hidden=Ihre Single-Sign-On-Sitzung wurde beendet, aber Sie sind weiterhin bei vielen der Dienste angemeldet, auf die Sie während Ihrer Sitzung zugegriffen haben.
-idp.logout.ask=Möchten Sie versuchen sich von allen Diensten abzumelden, auf die Sie während Ihrer Webbrowser Sitzung zugegriffen haben? Bitte wählen sie <strong>Ja</strong> oder <strong>Nein</strong> um sicherzustellen, dass der Abmeldevorgang abgeschlossen wird, oder warten Sie einige Sekunden für Ja.
-idp.attribute-release.revoke=Die zu übermittelnden Informationen anzeigen, damit ich die Weitergabe gegebenenfalls ablehnen kann.
-idp.attribute-release.title=Informationsweitergabe
-idp.attribute-release.attributesHeader=An den Dienst zu übermittelnde Informationen
-idp.attribute-release.serviceNameLabel=Sie sind dabei auf diesen Dienst zuzugreifen\:
-idp.attribute-release.of=von
-idp.attribute-release.serviceDescriptionLabel=Beschreibung dieses Dienstes\:
-idp.attribute-release.informationURLLabel=Zusätzliche Informationen über diesen Dienst
-idp.attribute-release.privacyStatementURLLabel=Datenschutzinformationen dieses Dienstes
-idp.attribute-release.showDetails=Details anzeigen
-idp.attribute-release.accept=Akzeptieren
-idp.attribute-release.reject=Ablehnen
-idp.attribute-release.confirmationQuestion=Die oben aufgeführten Informationen werden an den Dienst weitergegeben, falls Sie fortfahren. Sind Sie einverstanden, dass diese Informationen bei jedem Zugriff auf diesen Dienst an ihn weitergegeben werden?
-idp.attribute-release.consentMethod=Wählen Sie die Dauer, für die Ihre Entscheidung zur Informationsweitergabe gültig sein soll\:
-idp.attribute-release.consentMethodRevoke=Diese Einstellung kann jederzeit mit der Checkbox auf der Anmeldeseite widerrufen werden.
-idp.attribute-release.doNotRememberConsent=Bei nächster Anmeldung erneut fragen.
-idp.attribute-release.doNotRememberConsentItem=Ich stimme zu, dass meine Informationen dieses Mal weitergegeben werden.
-idp.attribute-release.rememberConsent=Erneut fragen, wenn sich die Informationen ändern, welche diesem Dienst weitergegeben werden.
-idp.attribute-release.rememberConsentItem=Ich bin einverstanden, dass dieselben Informationen in Zukunft automatisch an diesen Dienst weitergegeben werden.
-idp.attribute-release.globalConsent=Nicht mehr fragen
-idp.attribute-release.globalConsentItem=Ich bin einverstanden, dass <strong>alle</strong> meine Informationen an <strong>jeden</strong> Dienst weitergegeben werden.
-idp.terms-of-use.accept=Ich akzeptiere die Benutzerordnung
-idp.terms-of-use.submit=Senden
-idp.terms-of-use.reject=Ablehnen
-idp.terms-of-use.required=Bitte diese Checkbox ankreuzen um fortzufahren.
-idp.impersonate.header=Benutzerkonto Impersonifizierung
-idp.impersonate.text=Geben Sie den Namen eines Benutzerkontos an, das Sie impersonifizieren möchten, oder fahren Sie normal fort.
-idp.impersonate.login-as=Anmelden als
-idp.impersonate.impersonate=Impersonifizieren
-idp.impersonate.continue=Normal weiterfahren
-idp.unlock-keys.title=Begleiteter Neustart Schlüsselentsperrung
-idp.unlock-keys.keystorePassword=DataSealer Schlüsselbundpasswort
-idp.unlock-keys.keyPassword=DataSealer Schlüsselpasswort
-idp.unlock-keys.privateKeyPassword=Passwort des privaten Schlüssels
-idp.unlock-keys.unlock=Entsperren
-idp.unlock-keys.cancel=Abbrechen
-idp.unlock-keys.complete=Das System ist entsperrt und einsatzbereit.
-idp.unlock-keys.error=Entsperrung fehlgeschlagen; Logdatei überprüfen für spezifische Fehlermeldung
-idp.hello-world.title=Hallo Welt
-idp.hello-world.greeting=Grüsse
-idp.hello-world.reload=Seite neu laden
-https\://sp.example.org=example-tou-1
-example-tou-1.title=Beispiel Benutzerordnung
-example-tou-1.text=<em>*** This is an example ToU - tailor due to your needs ***</em> <p>Example organization AAI services\: Terms of Use (ToU)</p> <strong>A. Data Protection Sample Clause</strong> <p> "The End User notes that personal data about the End User is compiled from generally available sources and from communications received from the End User and other Universities as well as from off-site sources. The policy relating to the use and procession of such data is posted on the Uni [...]
-access.title=Zugang verweigert
-access.message=Sie haben keine Zugangsrechte für diese Ressource.
-context-check-denied.title=Zugang verweigert
-context-check-denied.message=Sie sind nicht berechtigt auf diesen Dienst zuzugreifen.
-impersonation-violation.title=Zugang verweigert
-impersonation-violation.message=Sie haben keine Berechtigung das ausgewählte Konto zu impersonifizieren.
-no-release.title=Weitergabe von Informationen verhindert
-no-release.message=Auf Ihren Wunsch hin wurde die Weitergabe von Informationen blockiert. Wenn Sie Ihre Entscheidung ändern möchten, greifen Sie bitte erneut auf den Dienst zu und akzeptieren die Weitergabe von Informationen.
-no-terms.title=Benutzerordnung abgelehnt
-no-terms.message=Bei Ablehnung der Benutzerordnung ist der der Zugang zum Dienst nicht erlaubt. Falls Sie Ihre Entscheidung ändern möchten, greifen Sie erneut auf den Dienst zu und akzeptieren Sie die Benutzerordnung.
-authn.title=Anmeldung fehlgeschlagen
-authn.message=Anmeldung war nicht erfolgreich oder die Anforderungen der anfragenden Anwendung konnten nicht erfüllt werden.
-bad-username.message=Der eingegebene Benutzername wurde nicht gefunden.
-bad-password.message=Das eingegebene Passwort ist nicht korrekt.
-expired-password.message=Das Passwort ist abgelaufen.
-account-locked.message=Ihr Benutzerkonto ist gesperrt.
-spnego-unavailable.message=Ihr Webbrowser unterstützt die Anmeldung mit Ihren Desktop-Anmeldedaten nicht.
-spnego-unavailable.return=Versuch abbrechen.
-ntlm.message=Ihr Webbrowser hat versucht eine schwächere Form der Desktop-Anmeldung zu benutzen.
-endpoint.title=Antwort nicht möglich
-endpoint.message=Der Anmeldedienst hat keine kompatible Möglichkeit, um der anfragenden Applikation zu antworten. Dies tritt normalerweise bei einer Fehlkonfiguration der Applikation auf und sollte deshalb dem Betreiber oder Eigentümer der Applikation gemeldet werden.
-logout.title=Fehler beim Abmelden
-logout.message=Eine Anwendung hat eine Abmeldung über eine Sitzung angefordert, die nicht mehr erkannt wird. Wie üblich bleibt Ihr Browser bei vielen Diensten angemeldet; Sie sollten Ihr Gerät daher immer sperren, um Missbrauch zu verhindern, wenn Sie es unbeaufsichtigt lassen.
-relying-party.title=Nicht unterstützte Anfrage
-relying-party.message=Die Applikation, auf die Sie zugreifen möchten, ist für die Benutzung dieses Dienstes nicht registriert.
-security-cfg.title=Fehler in der Sicherheitskonfiguration
-security-cfg.message=Der Anmeldedienst und die anfragende Applikation haben keine kompatible Sicherheitskonfiguration und deshalb kann die Anfrage nicht beantwortet werden.
-security-msg.title=Sicherheitsfehler in der Nachricht
-security-msg.message=Die Anfrage kann nicht beantwortet werden, da die Nachricht die Sicherheitsbedingungen des Anmeldedienstes nicht erfüllt.
-stale.title=Veraltete Anfrage
-stale.message=<p>Sie sehen diese Meldung wahrscheinlich, weil sie auf den Zurück-Knopf in Ihrem Webbrowser geklickt haben, während sie auf einer sicheren Webseite oder Applikation waren. Eventuell haben Sie auch ein Lesezeichen der Anmeldeseite erstellt, anstatt der Webseite, auf die Sie zugreifen möchten. Oder Sie haben auf einen Link geklickt, den Ihnen jemand gesendet hat, der denselben Fehler gemacht hat.</p> <br/> <p>Ohne diese Überprüfung könnten in manchen Web-Browsern Fehler ents [...]
-unexpected.title=Unerwarteter Fehler
-unexpected.message=Ein unerwarteter Fehler ist aufgetreten. Normalerweise passiert das aufgrund einer Fehlkonfiguration oder eines Softwarefehlers.
-runtime-error.title=Unbehandelter Fehler
-runtime-error.message=<p>Ein Softwarefehler ist aufgetreten, der die normale Ausführung behindert\:</p><br/> <p><strong>\#if($exception)$encoder.encodeForHTML($exception.toString())\#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())\#else$encoder.encodeForHTML($flowExecutionException.getMessage())\#end</strong></p><br/> <p>Bitte melden Sie dieses Problem dem Help Desk oder einem Administrator. Das Pr [...]
-invalid-event.title=Ungültiger Vorgang
-invalid-event.message=<p>Die zugrunde liegende Software stiess auf ein Ereignis, auf das sie nicht programmiert war zu reagieren.</p><br/>\n<p>Bitte melden Sie dieses Problem Ihrem Helpdesk oder Ihrem Administrator. Das Ereignis wurde protokolliert so dass ein Administrator es überprüfen kann.</p>
-invalid-csrf-token.title=Verarbeitungsfehler
-invalid-csrf-token.message=CSRF-Token-Verifizierung fehlgeschlagen
-error.title=Fehler
-error.message=Ein Fehler ist aufgetreten\: $eventId
diff --git a/java-identity-provider/5/messages/messages_fr.properties b/java-identity-provider/5/messages/messages_fr.properties
deleted file mode 100644
index e5bff31..0000000
--- a/java-identity-provider/5/messages/messages_fr.properties
+++ /dev/null
@@ -1,187 +0,0 @@
-# In addition to the Apache 2.0 license, this content is also licensed
-# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
-# (see http://creativecommons.org/licenses/by-sa/3.0/).
-
-# This is a translation contributed by volunteers on Zanata
-# https://translate.zanata.org/project/view/shib-idpv3-translations
-# so that internationalized translations can be made available and
-# You find the latest version on the Shibboleth Wiki:
-# https://wiki.shibboleth.net/confluence/display/IDP4/MessagesTranslation
-
-AccessDenied=access
-ContextCheckDenied=context-check-denied
-EndpointResolutionFailed=endpoint
-ImpersonationViolation=impersonation-violation
-InvalidProfileConfiguration=relying-party
-InvalidSecurityConfiguration=security-cfg
-MessageAuthenticationError=security-msg
-MessageReplay=stale
-MessageExpired=stale
-UnableToDecode=stale
-AccountError=authn
-AccountLocked=account-locked
-AuthenticationException=authn
-InvalidCredentials=authn
-InvalidCSRFToken=invalid-csrf-token
-NoCredentials=authn
-NoPotentialFlow=authn
-RequestUnsupported=authn
-SubjectCanonicalizationError=authn
-InvalidAttributeContext=unexpected
-InvalidAuthenticationContext=unexpected
-InvalidSubjectContext=unexpected
-InvalidSubjectCanonicalizationContext=unexpected
-InvalidMessage=unexpected
-InvalidMessageContext=unexpected
-InvalidMessageVersion=unexpected
-InvalidProfileContext=unexpected
-InvalidRelyingPartyContext=unexpected
-InvalidRelyingPartyConfiguration=unexpected
-MessageProcessingError=unexpected
-UnableToEncode=unexpected
-UnableToSign=unexpected
-UnableToEncrypt=unexpected
-AttributeReleaseRejected=no-release
-TermsRejected=no-terms
-RuntimeException=runtime-error
-InvalidEvent=invalid-event
-UnknownUsername=bad-username
-InvalidPassword=bad-password
-ExpiredPassword=expired-password
-SPNEGONotAvailable=spnego-unavailable
-NTLMUnsupported=ntlm
-NoSuchFlowExecutionException=stale
-FlowExecutionRestorationFailureException=stale
-ExternalAuthenticationException=stale
-idp.css=/css/placeholder.css
-idp.title=Service Web d'Authentification
-idp.title.suffix=Erreur
-idp.logo=/images/placeholder-logo.png
-idp.logo.alt-text=Remplacez ou supprimez ce logo
-idp.message=Une erreur non identifiée a été rencontrée.
-idp.footer=Insérez votre texte de pied de page ici.
-root.title=IdP Shibboleth
-root.message=Aucun service disponible à cet emplacement.
-root.footer=Insérez votre texte de pied de page ici.
-idp.client-storage-read.title=Chargement des Informations de Session
-idp.client-storage-read.text=Chargement des informations de session de connexion depuis le navigateur...
-idp.client-storage-write.title=Enregistrement des informations de session
-idp.client-storage-write.text=Enregistrement des informations de session de connexion dans le navigateur...
-idp.client-storage.no-js=Puisque votre navigateur ne supporte pas JavaScript, vous devez appuyer sur le bouton Continuer pour poursuivre.
-idp.login.loginTo=Se connecter à
-idp.login.username=Nom d'utilisateur
-idp.login.password=Mot de passe
-idp.login.donotcache=Ne pas enregistrer mon identifiant
-idp.login.login=Identifiant
-idp.login.pleasewait=Connexion en cours, veuillez patienter...
-idp.login.forgotPassword=Mot de passe oublié?
-idp.login.needHelp=Besoin d'aide?
-idp.login.duoRequired=L'authentification avec Duo est requise pour le service demandé.
-idp.login.duoNoScript=Le service Duo requiert JavaScript.
-idp.login.duoCancel=Annuler cette demande
-idp.login.expiringSoon=Votre mot de passe expirera prochainement\!
-idp.login.changePassword=Pour créer un nouveau mot de passe, accédez à
-idp.login.proceedBegin=Votre connexion se fera dans 20 secondes ou vous pouvez cliquer
-idp.login.proceedHere=ici
-idp.login.proceedEnd=pour continuer
-idp.url.password.reset=\#
-idp.url.helpdesk=\#
-idp.userprefs.title=Service d'Authentification Web
-idp.userprefs.title.suffice=Préférences d'Authentification
-idp.userprefs.info=Cette page vous permet de configurer votre poste pour indiquer au Service d'Authentification Web qu'il peut utiliser des approches d'authentifications avancées qui ne sont pas toujours utilisées mais qui sont plus convenables.
-idp.userprefs.options=Les options suivantes sont disponibles\:
-idp.userprefs.spnego=Essayez automatiquement une connexion bureau si disponible.
-idp.userprefs.no-js=Cette fonctionnalité requiert Javascript.
-idp.logout.sp-initiated=Vous avez été déconnecté des services suivants\:
-idp.logout.prompt=Voulez-vous vous déconnecter de tous les services accédés pendant votre session? Veuillez sélectionner <strong>Oui</strong> ou <strong>Non</strong> pour compléter votre processus de déconnexion, ou patientez quelques secondes pour Oui.
-idp.logout.idponly=Déconnexion locale
-idp.logout.idponly.caption=Termine seulement votre session SSO.
-idp.logout.global=Déconnexion globale
-idp.logout.global.caption=Termine votre session SSO et tente de vous déconnecter de tous les services auxquels vous avez accédé pendant cette session.
-idp.logout.cancel=Annuler
-idp.logout.cancel.caption=Annule la déconnexion et préserve votre session SSO.
-idp.logout.contactServices=Si vous poursuivez, le système va tenter de contacter les services suivants\:
-idp.logout.complete=L'opération de déconnexion est terminée, et aucun autre service ne semble avoir été accédé au cours de cette session.
-idp.logout.local=Vous avez choisi de ne pas vous déconnecter de tous les services accédés pendant votre session.
-idp.logout.attempt=Tentative de déconnexion des services suivants\:
-idp.logout.cancelled=Déconnexion annulée
-idp.logout.ask=Voulez-vous vous déconnecter de tous les services accédés pendant votre session? Veuillez sélectionner <strong>Oui</strong> ou <strong>Non</strong> pour compléter votre processus de déconnexion, ou patientez quelques secondes pour Oui.
-idp.attribute-release.revoke=Afficher les informations qui vont être transférées afin que je puisse en refuser le transfert.
-idp.attribute-release.title=Informations Transmises
-idp.attribute-release.attributesHeader=Données requises par le service
-idp.attribute-release.serviceNameLabel=Vous allez accéder au service\:
-idp.attribute-release.of=de
-idp.attribute-release.serviceDescriptionLabel=Description fournie par le service \:
-idp.attribute-release.informationURLLabel=Information supplémentaire relative au service
-idp.attribute-release.privacyStatementURLLabel=Informations sur la protection des données à caractère personnel du service
-idp.attribute-release.showDetails=afficher les détails
-idp.attribute-release.accept=Accepter
-idp.attribute-release.reject=Rejeter
-idp.attribute-release.confirmationQuestion=Les informations ci-dessus seront transmises au service si vous continuez. Acceptez-vous de les fournir à chaque connexion à ce dernier ?
-idp.attribute-release.consentMethod=Choisir une durée de consentement\:
-idp.attribute-release.consentMethodRevoke=Vous pouvez révoquer cette décision à tout moment en cochant la case correspondante dans la page d'authentification.
-idp.attribute-release.doNotRememberConsent=Me demander à nouveau à la prochaine connexion
-idp.attribute-release.doNotRememberConsentItem=J'accepte d'envoyer mes informations cette fois-ci.
-idp.attribute-release.rememberConsent=Me demander à nouveau si les données transmises au service devaient changer
-idp.attribute-release.rememberConsentItem=J'accepte dorénavant d'envoyer ces mêmes informations automatiquement à ce service.
-idp.attribute-release.globalConsent=Ne pas me demander à nouveau
-idp.attribute-release.globalConsentItem=J'accepte que <strong>toutes</strong> mes informations soient transmises à <strong>tous</strong> les services.
-idp.terms-of-use.accept=J'accepte les conditions d'utilisation
-idp.terms-of-use.submit=Accepter
-idp.terms-of-use.reject=Refuser
-idp.terms-of-use.required=Cochez cette case si vous souhaitez continuer.
-idp.impersonate.header=endosser un compte
-idp.impersonate.text=Renseignez le compte pour lequel vous voulez endosser l'identité pour ce service ou continuez normalement.
-idp.impersonate.login-as=Se connecter en tant que
-idp.impersonate.impersonate=Endosser
-idp.impersonate.continue=Continuer normalement
-idp.unlock-keys.title=Relancer le déverrouillage de la clé
-idp.unlock-keys.keystorePassword=Mot de passe du DataSealer Keystore
-idp.unlock-keys.keyPassword=Mot de passe du DataSealer Key
-idp.unlock-keys.privateKeyPassword=Mot de passe de la clé privée
-idp.unlock-keys.unlock=Déverrouiller
-idp.unlock-keys.cancel=Annuler
-idp.unlock-keys.complete=Le système est déverrouillé et prêt à être utilisé.
-idp.unlock-keys.error=Echec du déverrouillage; vérifiez les logs pour le message spécifique.
-https\://sp.example.org=example-tou-1
-example-tou-1.title=Exemple de conditions d'utilisation
-example-tou-1.text=<em>*** Ceci est un exemple de condition d'utilisation (à adapter selon vos besoins) ***</em> <p>Service exemple \\\: Condition d'utilisation</p> <strong>A.Exemple de clause de protection des données à caractère personnel</strong> <p>"The End User notes that personal data about the End User is compiled from generally available sources and from communications received from the End User and other Universities as well as from off-site sources. The policy relating to the u [...]
-access.title=Accès Refusé
-access.message=Vous n'êtes pas autorisé à accéder à cette ressource.
-context-check-denied.title=Accès Refusé
-context-check-denied.message=Vous n'êtes pas éligible pour le service demandé.
-impersonation-violation.title=Accès refusé
-impersonation-violation.message=Vous n'êtes pas autorisé à endosser l'identité du compte sélectionné.
-no-release.title=La diffusion d'informations a été bloquée
-no-release.message=À votre demande, la diffusion d'informations a été bloquée. Si vous désirez revenir sur votre décision, vous pouvez vous reconnecter au service et approuver la diffusion de l'information.
-no-terms.title=Conditions d'utilisation refusées
-no-terms.message=Puisque vous avez refusé les conditions d'utilisation, l'accès au service n'est pas autorisé. Si vous désirez revenir sur votre décision vous pouvez vous reconnecter au service et approuver les conditions d'utilisation.
-authn.title=échec de la connexion
-authn.message=L'authentification a échoué ou ne satisfait pas les exigences de l'application.
-bad-username.message=L'identifiant fourni n'est pas reconnu.
-bad-password.message=Le mot de passe fourni est incorrect.
-expired-password.message=Votre mot de passe a expiré.
-account-locked.message=Votre compte est bloqué.
-spnego-unavailable.message=Votre navigateur web ne supporte pas l'authentification avec les identifiants de connexion de votre poste.
-spnego-unavailable.return=Annuler la tentative.
-ntlm.message=Votre navigateur web a utilisé une méthode d'authentification de bureau faible.
-endpoint.title=Impossible de répondre
-endpoint.message=Le service d'authentification n'a pas réussi à identifier un moyen de réponse compatible avec le service demandé. C'est généralement dû à une mauvaise configuration du service, le problème doit être signalé aux responsables du service.
-relying-party.title=Requête non supportée
-relying-party.message=L'application à laquelle vous avez accédé n'est pas enregistrée pour être utilisée avec ce service.
-security-cfg.title=Erreur de configuration de sécurité
-security-cfg.message=Le Service d'Authentification et l'application demandée ne partagent pas une configuration de sécurité commune, la requête ne peut pas être exécutée.
-security-msg.title=Message d'erreur de sécurité
-security-msg.message=La demande ne peut être traitée car le message reçu ne répond pas aux exigences de sécurité du service d'authentification.
-stale.title=Stale Request
-stale.message=<p>Vous rencontrez ce message d'erreur parce que vous avez peut-être utilisé le bouton de retour à la page précédente alors que vous naviguiez dans une application ou un site web sécurisé. Ou alors, vous avez peut-être sauvegardé dans un signet le formulaire d'authentification au lieu de l'application elle-même, ou encore utilisé un lien créé par quelqu'un d'autre qui a commis la même erreur.</p><br/><p>Sans un traitement approprié, cela peut causer des problèmes sur certai [...]
-unexpected.title=Erreur inattendue
-unexpected.message=Une erreur inattendue a eu lieu, probablement due à une erreur logiciel ou de configuration.
-runtime-error.title=Uncaught Exception
-runtime-error.message=<p>Une erreur logiciel empêche le fonctionnement normal\:</p><br/> <p><strong>\#if($exception)$encoder.encodeForHTML($exception.toString())\#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())\#else$encoder.encodeForHTML($flowExecutionException.getMessage())\#end</strong></p><br/> <p>Veuillez signaler ce problème à votre service de support. Il a également été enregistré pour qu'un [...]
-invalid-event.title=Evénement invalide
-invalid-event.message=<p>Le logiciel a rencontré un événement pour lequel il n'a pas été programmé pour répondre.</p><br/> <p>Veuillez signaler ce problème à votre support ou à votre personnel administratif. Cette information est également disponible dans les logs de l'application à destination d'un administrateur.</p>
-invalid-csrf-token.title=Erreur de traitement
-invalid-csrf-token.message=La vérification du jeton CSRF a échoué.
-error.title=Erreur
-error.message=Une erreur est survenue\: $eventId
diff --git a/java-identity-provider/5/messages/messages_it.properties b/java-identity-provider/5/messages/messages_it.properties
deleted file mode 100644
index 71f99db..0000000
--- a/java-identity-provider/5/messages/messages_it.properties
+++ /dev/null
@@ -1,187 +0,0 @@
-# In addition to the Apache 2.0 license, this content is also licensed
-# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
-# (see http://creativecommons.org/licenses/by-sa/3.0/).
-
-# This is a translation contributed by volunteers on Zanata
-# https://translate.zanata.org/project/view/shib-idpv3-translations
-# so that internationalized translations can be made available and
-# You find the latest version on the Shibboleth Wiki:
-# https://wiki.shibboleth.net/confluence/display/IDP4/MessagesTranslation
-
-AccessDenied=access
-ContextCheckDenied=context-check-denied
-EndpointResolutionFailed=endpoint
-ImpersonationViolation=impersonation-violation
-InvalidProfileConfiguration=relying-party
-InvalidSecurityConfiguration=security-cfg
-MessageAuthenticationError=security-msg
-MessageReplay=stale
-MessageExpired=stale
-UnableToDecode=stale
-AccountError=authn
-AccountLocked=account-locked
-AuthenticationException=authn
-InvalidCredentials=authn
-InvalidCSRFToken=invalid-csrf-token
-NoCredentials=authn
-NoPotentialFlow=authn
-RequestUnsupported=authn
-SubjectCanonicalizationError=authn
-InvalidAttributeContext=unexpected
-InvalidAuthenticationContext=unexpected
-InvalidSubjectContext=unexpected
-InvalidSubjectCanonicalizationContext=unexpected
-InvalidMessage=unexpected
-InvalidMessageContext=unexpected
-InvalidMessageVersion=unexpected
-InvalidProfileContext=unexpected
-InvalidRelyingPartyContext=unexpected
-InvalidRelyingPartyConfiguration=unexpected
-MessageProcessingError=unexpected
-UnableToEncode=unexpected
-UnableToSign=unexpected
-UnableToEncrypt=unexpected
-AttributeReleaseRejected=no-release
-TermsRejected=no-terms
-RuntimeException=runtime-error
-InvalidEvent=invalid-event
-UnknownUsername=bad-username
-InvalidPassword=bad-password
-ExpiredPassword=expired-password
-SPNEGONotAvailable=spnego-unavailable
-NTLMUnsupported=ntlm
-NoSuchFlowExecutionException=stale
-FlowExecutionRestorationFailureException=stale
-ExternalAuthenticationException=stale
-idp.css=/css/placeholder.css
-idp.title=Servizio di accesso web
-idp.title.suffix=Errore
-idp.logo=/images/placeholder-logo.png
-idp.logo.alt-text=Sostituisci o rimuovi il logo
-idp.message=Si è verificato un errore non identificato.
-idp.footer=Inserisci qui il tuo testo a piè di pagina.
-root.title=Shibboleth IdP
-root.message=Nessun servizio disponibile a questo indirizzo.
-root.footer=Inserisci qui il tuo testo a piè di pagina.
-idp.client-storage-read.title=Caricamento delle informazioni di sessione
-idp.client-storage-read.text=Caricamento delle informazioni di sessione dal browser...
-idp.client-storage-write.title=Salvataggio delle informazioni di sessione
-idp.client-storage-write.text=Salvataggio delle informazioni di sessione nel browser...
-idp.client-storage.no-js=Dato che il tuo browser non supporta JavaScript, devi premere il bottone Continua per proseguire.
-idp.login.loginTo=Accedi a
-idp.login.username=Nome utente
-idp.login.password=Password
-idp.login.donotcache=Non ricordare l'accesso
-idp.login.login=Accesso
-idp.login.pleasewait=Accesso in corso, attendere prego...
-idp.login.forgotPassword=Password dimenticata?
-idp.login.needHelp=Serve aiuto?
-idp.login.duoRequired=Per il servizio richiesto è necessaria l'autenticazione con Duo
-idp.login.duoNoScript=Il servizio Duo richiede JavaScript.
-idp.login.duoCancel=Elimina questa richiesta
-idp.login.expiringSoon=La tua password sta per scadere\!
-idp.login.changePassword=Per creare una nuova password adesso, vai su
-idp.login.proceedBegin=L'accesso avverà entro 20 secondi o puoi cliccare
-idp.login.proceedHere=qui
-idp.login.proceedEnd=per continuare
-idp.url.password.reset=\#
-idp.url.helpdesk=\#
-idp.userprefs.title=Servizio di accesso web
-idp.userprefs.title.suffice=Preferenze di accesso
-idp.userprefs.info=In questa pagina puoi configurare il tuo dispositivo per richiedere modalità di accesso più avanzate e più comode, ma non sempre utilizzabili, al servizio di accesso web.
-idp.userprefs.options=Sono disponibili le seguenti opzioni\:
-idp.userprefs.spnego=Prova automaticamente l'accesso desktop se disponibile.
-idp.userprefs.no-js=Questa funzionalità richiede Javascript.
-idp.logout.sp-initiated=Sei stato disconnesso dai seguenti servizi\:
-idp.logout.prompt=Scegli uno dei seguenti, o attenti pochi secondi per il default.
-idp.logout.idponly=Disconnetti localmente
-idp.logout.idponly.caption=Termina la tua sessione SSO.
-idp.logout.global=Disconetti globalmente
-idp.logout.global.caption=Termina la tua sessione SSO e tenta di disconnetterti dai servizi acceduti durante la sessione.
-idp.logout.cancel=Annulla
-idp.logout.cancel.caption=Annulla la disconnessione e conserva la sessione SSO.
-idp.logout.contactServices=Se procedi, il sistema tenterà di contattare i seguenti servizi\:
-idp.logout.complete=L'operazione di disconnessione è stata completata, e nessuna altro servizio sembra essere stato acceduto durante questa sessione.
-idp.logout.local=Hai scelto di non disconnetterti da tutte le applicazioni accedute durante la sessione.
-idp.logout.attempt=Tentativo di disconnessione dai seguenti servizi\:
-idp.logout.cancelled=La disconnessione è stata annullata.
-idp.logout.ask=Vuoi provare a disconetterti da tutti i servizi acceduti durante la sessione? Seleziona <strong>Si</strong> o <strong>No</strong> per assicurarti che l'operazione di disconessione sia completata, o aspetta qualche secondo per il Si.
-idp.attribute-release.revoke=Mostra le informazioni che saranno trasferite in modo che io possa rifiutare il rilascio.
-idp.attribute-release.title=Rilascio informazioni
-idp.attribute-release.attributesHeader=Informazioni da fornire al servizio
-idp.attribute-release.serviceNameLabel=Stai per accedere al servizio\:
-idp.attribute-release.of=di
-idp.attribute-release.serviceDescriptionLabel=Descrizione fornita da questo servizio\:
-idp.attribute-release.informationURLLabel=Ulteriori informazioni sul servizio
-idp.attribute-release.privacyStatementURLLabel=Informazioni sul trattamento dei dati personali del servizio
-idp.attribute-release.showDetails=mostra dettagli
-idp.attribute-release.accept=Accetto
-idp.attribute-release.reject=Rifiuto
-idp.attribute-release.confirmationQuestion=Se procedi le informazioni sopra riportate saranno trasmesse al servizio. Acconsenti a rilasciare queste informazioni al servizio ogni volta che accedi?
-idp.attribute-release.consentMethod=Seleziona la durata del consenso al rilascio informazioni\:
-idp.attribute-release.consentMethodRevoke=Questa impostazione può essere revocata in qualsiasi momento tramite la casella di controllo della pagina di accesso.
-idp.attribute-release.doNotRememberConsent=Chiedimelo di nuovo al prossimo accesso
-idp.attribute-release.doNotRememberConsentItem=Acconsento solo per questa volta all'invio delle mie informazioni.
-idp.attribute-release.rememberConsent=Chiedimelo di nuovo se le informazioni da fornire a questo servizio cambiano
-idp.attribute-release.rememberConsentItem=Per il futuro acconsento ad inviare automaticamente le stesse informazioni al servizio.
-idp.attribute-release.globalConsent=Non chiedermelo di nuovo
-idp.attribute-release.globalConsentItem=Acconsento a rilasciare <strong>tutte</strong> le mie informazioni a <strong>qualunque</strong> servizio.
-idp.terms-of-use.accept=Accetto le condizioni di utilizzo
-idp.terms-of-use.submit=Invia
-idp.terms-of-use.reject=Rifiuta
-idp.terms-of-use.required=Spunta questa casella se intendi procedere.
-idp.impersonate.header=Impersona Account
-idp.impersonate.text=Inserisci un nome di account da impersonare per questo servizio o prosegui normalmente.
-idp.impersonate.login-as=Accedi come
-idp.impersonate.impersonate=Impersona
-idp.impersonate.continue=Prosegui normalmente
-idp.unlock-keys.title=Sblocco Chiave Riavvio Gestito
-idp.unlock-keys.keystorePassword=Password del keystore del DataSealer
-idp.unlock-keys.keyPassword=Password della chiave del DataSealer
-idp.unlock-keys.privateKeyPassword=Password della chiave privata
-idp.unlock-keys.unlock=Sblocca
-idp.unlock-keys.cancel=Cancella
-idp.unlock-keys.complete=Il sistema è sbloccato e pronto all'uso.
-idp.unlock-keys.error=Sblocco fallito; controlla i log per messaggi specifici.
-https\://sp.example.org=example-tou-1
-example-tou-1.title=Esempio di Condizioni di utilizzo
-example-tou-1.text=<em>*** Questo è un esempio di Condizioni di Utilizzo - da modificare secondo le proprie necessità ***</em> <p>Servizi AAI per l'organizzazione "Esempio"\: Condizioni di Utilizzo (CdU)</p> <strong>A. Esempio di Clausola di Protezione dei Dati</strong> <p> "L'Utente Finale prende nota che i dati personali dell'Utente Finale sono stati raccolti tramite fonti genericamente disponibili e da comunicazioni ricevute dall'Utente Finale stesso e da altre Università, così come [...]
-access.title=Accesso Negato
-access.message=Non hai accesso alla risorsa richiesta.
-context-check-denied.title=Accesso Negato
-context-check-denied.message=Non hai i requisiti per il servizio richiesto.
-impersonation-violation.title=Accesso negato
-impersonation-violation.message=Non hai il permesso di impersonare l'account selezionato.
-no-release.title=Rilascio di informazioni negato
-no-release.message=Su tua richiesta, il rilascio delle tue informazioni è stato bloccato. Se desideri modificare la tua decisione, in futuro potrai accedere nuovamente al servizio ed approvare il rilascio.
-no-terms.title=Condizioni di utilizzo rifiutate
-no-terms.message=Dato che sono state rifiutate le Condizioni di utilizzo obbligatorie, l'accesso al servizio non è consentito. Se desideri modificare la tua decisione, in futuro potrai accedere nuovamente al servizio ed approvare le condizioni.
-authn.title=Accesso Fallito
-authn.message=L'accesso utente non è avvenuto con successo o non rispettava i requisiti richiesti dall'applicazione.
-bad-username.message=Il nome utente immesso non può essere identificato.
-bad-password.message=La password immessa non è corretta.
-expired-password.message=La tua password è scaduta.
-account-locked.message=Il tuo account è bloccato.
-spnego-unavailable.message=Il tuo browser non supporta l'autenticazione con le credenziali per l'accesso desktop.
-spnego-unavailable.return=Elimina il tentativo.
-ntlm.message=Il tuo browser ha tentato di negoziare una forma di autenticazione desktop più debole.
-endpoint.title=Impossibile rispondere
-endpoint.message=Il servizio di accesso non è stato in grado di identificate una modalità compatibile per rispondere all'applicazione richiesta. Ciò generalmente è dovuto ad una configurazione errata dell'applicazione e dovrebbe essere segnalata al proprietario o al team di supporto dell'applicazione.
-relying-party.title=Richiesta non supportata
-relying-party.message=L'applicazione a cui hai acceduto non è registrata per l'utilizzo con questo servizio.
-security-cfg.title=Errore di configurazione di sicurezza
-security-cfg.message=Il servizio di accesso e l'applicazione richiesta non hanno una configurazione di sicurezza compatibile e la richiesta non può essere soddisfatta.
-security-msg.title=Errore di sicurezza del messaggio
-security-msg.message=La richiesta non può essere soddisfatta poiché il messaggio ricevuto non rispetta i requisiti di sicurezza del servizio di accesso.
-stale.title=Richiesta scaduta
-stale.message=<p>Potresti vedere questa pagina poiché hai premuto il tasto Indietro mentre stavi vistando un'applicazione on un sito web sicuri. Altrimenti, potresti aver inavvertitamente messo nei preferiti la pagina di accesso web invece che il reale sito web, o aver utilizzato un collegamento creato da qualcun altro che ha commesso lo stesso errore.</p><br/><p>Se non corretto, ciò potrebbe causare errori in alcuni browser o farti tornare al sito web che stavi cercando di lasciare, per [...]
-unexpected.title=Errore inaspettato
-unexpected.message=È stato riscontrato un errore inaspettato, ciò di solito denota un errore di configurazione o del software.
-runtime-error.title=Eccezione non gestita
-runtime-error.message=<p>È stato riscontrato un errore software che impedisce le normali operazioni\:</p><br/> <p><strong>\#if($exception)$encoder.encodeForHTML($exception.toString())\#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())\#else$encoder.encodeForHTML($flowExecutionException.getMessage())\#end</strong></p><br/> <p>La preghiamo di segnalare questo problema al suo Help Desk o allo staff che [...]
-invalid-event.title=Evento non valido
-invalid-event.message=<p>Si è verificato un evento per il quale il programma sottostante non è stato programmato per rispondere.</p><br/><p>La preghiamo di segnalare il problema al suo Help Desk o allo staff che amministra il servizio. L'evento è stato inoltre registrato per poter essere riesaminato dall'amministratore del sistema.</p>
-invalid-csrf-token.title=Errore durante il processamento
-invalid-csrf-token.message=Verifica del token CSRF fallita.
-error.title=Errore
-error.message=Si è verificato un errore\: $eventId
diff --git a/java-identity-provider/5/messages/messages_ja.properties b/java-identity-provider/5/messages/messages_ja.properties
deleted file mode 100644
index 9b0a25b..0000000
--- a/java-identity-provider/5/messages/messages_ja.properties
+++ /dev/null
@@ -1,187 +0,0 @@
-# In addition to the Apache 2.0 license, this content is also licensed
-# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
-# (see http://creativecommons.org/licenses/by-sa/3.0/).
-
-# This is a translation contributed by volunteers on Zanata
-# https://translate.zanata.org/project/view/shib-idpv3-translations
-# so that internationalized translations can be made available and
-# You find the latest version on the Shibboleth Wiki:
-# https://wiki.shibboleth.net/confluence/display/IDP4/MessagesTranslation
-
-AccessDenied=access
-ContextCheckDenied=context-check-denied
-EndpointResolutionFailed=endpoint
-ImpersonationViolation=impersonation-violation
-InvalidProfileConfiguration=relying-party
-InvalidSecurityConfiguration=security-cfg
-MessageAuthenticationError=security-msg
-MessageReplay=stale
-MessageExpired=stale
-UnableToDecode=stale
-AccountError=authn
-AccountLocked=account-locked
-AuthenticationException=authn
-InvalidCredentials=authn
-InvalidCSRFToken=invalid-csrf-token
-NoCredentials=authn
-NoPotentialFlow=authn
-RequestUnsupported=authn
-SubjectCanonicalizationError=authn
-InvalidAttributeContext=unexpected
-InvalidAuthenticationContext=unexpected
-InvalidSubjectContext=unexpected
-InvalidSubjectCanonicalizationContext=unexpected
-InvalidMessage=unexpected
-InvalidMessageContext=unexpected
-InvalidMessageVersion=unexpected
-InvalidProfileContext=unexpected
-InvalidRelyingPartyContext=unexpected
-InvalidRelyingPartyConfiguration=unexpected
-MessageProcessingError=unexpected
-UnableToEncode=unexpected
-UnableToSign=unexpected
-UnableToEncrypt=unexpected
-AttributeReleaseRejected=no-release
-TermsRejected=no-terms
-RuntimeException=runtime-error
-InvalidEvent=invalid-event
-UnknownUsername=bad-username
-InvalidPassword=bad-password
-ExpiredPassword=expired-password
-SPNEGONotAvailable=spnego-unavailable
-NTLMUnsupported=ntlm
-NoSuchFlowExecutionException=stale
-FlowExecutionRestorationFailureException=stale
-ExternalAuthenticationException=stale
-idp.css=/css/placeholder.css
-idp.title=ウェブログインサービス
-idp.title.suffix=エラー
-idp.logo=/images/placeholder-logo.png
-idp.logo.alt-text=ロゴを変更するか削除してください。
-idp.message=不明なエラーが発生しました。
-idp.footer=ここにフッターのテキストを挿入します。
-root.title=Shibboleth IdP
-root.message=ここでご利用いただけるサービスはありません。
-root.footer=ここにフッターのテキストを挿入します。
-idp.client-storage-read.title=セッション情報を読み込み中
-idp.client-storage-read.text=ブラウザからセッション情報を読み込んでいます…
-idp.client-storage-write.title=セッション情報を保存中
-idp.client-storage-write.text=ブラウザにセッション情報を保存しています…
-idp.client-storage.no-js=お使いのブラウザはJavaScriptをサポートしていません。続行するには一度 Continue ボタンを押す必要があります。
-idp.login.loginTo=ログインサービス\:
-idp.login.username=ユーザ名
-idp.login.password=パスワード
-idp.login.donotcache=ログインを記憶しません。
-idp.login.login=Login
-idp.login.pleasewait=ログインしています…
-idp.login.forgotPassword=パスワードをお忘れの方はこちら
-idp.login.needHelp=お困りの方はこちら
-idp.login.duoRequired=リクエストされたサービスにログインするにはDuoでの認証が必要です。
-idp.login.duoNoScript=Duoサービスを使うにはJavaScriptを有効化してください。
-idp.login.duoCancel=この要求をキャンセル
-idp.login.expiringSoon=もうすぐパスワードの期限が切れます!
-idp.login.changePassword=いますぐパスワードを変更する場合はこちら
-idp.login.proceedBegin=ログインするには、20秒待つか
-idp.login.proceedHere=ここ
-idp.login.proceedEnd=をクリックしてください
-idp.url.password.reset=\#
-idp.url.helpdesk=\#
-idp.userprefs.title=ウェブログインサービス
-idp.userprefs.title.suffice=ログイン設定
-idp.userprefs.info=このページでは、あなたの端末で使えるもっと便利で高度なログイン方法をこのウェブログインサービス向けに設定できます。ただし、常に使用できるわけではありません。
-idp.userprefs.options=以下のオプションが利用可能です\:
-idp.userprefs.spnego=可能であれば自動的にデスクトップログインを試します。
-idp.userprefs.no-js=Javascriptに対応したブラウザが必要です。
-idp.logout.sp-initiated=あなたはすでに以下のサービスからログアウトしています\:
-idp.logout.prompt=以下から選択してください。またはしばらく待つと既定の動作になります。
-idp.logout.idponly=ローカルログアウト
-idp.logout.idponly.caption=SSOセッションを終わらせます。
-idp.logout.global=グローバルログアウト
-idp.logout.global.caption=SSOセッションを終わらせこのセッション中にアクセスしたサービスからもログアウトを試みます。
-idp.logout.cancel=キャンセル
-idp.logout.cancel.caption=ログアウトをキャンセルしSSOセッションを維持します。
-idp.logout.contactServices=指示があれば、システムは以下のサービスにアクセスしようとします\:
-idp.logout.complete=ログアウトが完了しました。現在のセッションでアクセス中と思われる他のサービスはありません。
-idp.logout.local=現在のセッションでアクセスしている全てのアプリケーションからログアウトしないことを選択しました。
-idp.logout.attempt=以下のサービスからログアウトします\:
-idp.logout.cancelled=ログアウトはキャンセルされました。
-idp.logout.ask=現在のセッションでアクセスしている全てのサービスからログアウトしますか? ログアウト操作を完了するために<strong>Yes</strong>または<strong>No</strong>を選択してください。しばらく操作がない場合は、Yesを選択したことになります。
-idp.attribute-release.revoke=送信する情報を再度表示して送信の可否を選択します。
-idp.attribute-release.title=送信属性の選択
-idp.attribute-release.attributesHeader=サービスに送信される情報
-idp.attribute-release.serviceNameLabel=あなたがアクセスしようとしているサービス\:
-idp.attribute-release.of=/
-idp.attribute-release.serviceDescriptionLabel=サービスから提示された説明\:
-idp.attribute-release.informationURLLabel=サービスに関する追加情報
-idp.attribute-release.privacyStatementURLLabel=サービスのデータプライバシー情報
-idp.attribute-release.showDetails=詳細
-idp.attribute-release.accept=同意
-idp.attribute-release.reject=拒否
-idp.attribute-release.confirmationQuestion=続行すると上記の情報はこのサービスに送信されます。このサービスにアクセスするたびに、あなたに関する情報を送信することに同意しますか?
-idp.attribute-release.consentMethod=同意方法の選択\:
-idp.attribute-release.consentMethodRevoke=この設定はログインページのチェックボックスでいつでも取り消すことができます。
-idp.attribute-release.doNotRememberConsent=次回ログイン時に再度チェックします。
-idp.attribute-release.doNotRememberConsentItem=今回だけ情報を送信することに同意します。
-idp.attribute-release.rememberConsent=このサービスに送信する情報が変わった場合は、再度チェックします。
-idp.attribute-release.rememberConsentItem=今回と同じ情報であれば今後も自動的にこのサービスに送信することに同意します。
-idp.attribute-release.globalConsent=今後はチェックしません。
-idp.attribute-release.globalConsentItem=<strong>すべて</strong>の私に関する情報を今後アクセスする<strong>すべて</strong>のサービスに送信することに同意します。
-idp.terms-of-use.accept=利用規約に同意します。
-idp.terms-of-use.submit=送信
-idp.terms-of-use.reject=拒否
-idp.terms-of-use.required=続行する場合は、このチェックボックスにチェックを入れてください。
-idp.impersonate.header=アカウント偽装
-idp.impersonate.text=このサービスに対して偽装するアカウント名を入力するか、「偽装しない」を選んでください。
-idp.impersonate.login-as=偽装するアカウント名
-idp.impersonate.impersonate=偽装
-idp.impersonate.continue=偽装しない
-idp.unlock-keys.title=Attended Restart によるロック解除
-idp.unlock-keys.keystorePassword=DataSealerキーストアパスワード
-idp.unlock-keys.keyPassword=DataSealer鍵パスワード
-idp.unlock-keys.privateKeyPassword=秘密鍵パスワード
-idp.unlock-keys.unlock=ロック解除
-idp.unlock-keys.cancel=キャンセル
-idp.unlock-keys.complete=システムはロック解除され利用可能になりました。
-idp.unlock-keys.error=ロック解除失敗; ログを確認してください。
-https\://sp.example.org=example-tou-1
-example-tou-1.title=利用規約の例
-example-tou-1.text=<em>*** This is an example ToU - tailor due to your needs ***</em> <p>Example organization AAI services\: Terms of Use (ToU)</p> <strong>A. Data Protection Sample Clause</strong> <p> "The End User notes that personal data about the End User is compiled from generally available sources and from communications received from the End User and other Universities as well as from off-site sources. The policy relating to the use and procession of such data is posted on the Uni [...]
-access.title=アクセス拒否
-access.message=リクエストしたサービスへのアクセス権限がありません。
-context-check-denied.title=アクセス拒否
-context-check-denied.message=リクエストされたサービスの対象になりません。
-impersonation-violation.title=アクセス拒否
-impersonation-violation.message=選択されたアカウントに偽装する権限がありません。
-no-release.title=情報送信の拒否
-no-release.message=情報の送信を拒否したため、サービスヘの情報送信がブロックされています。あなたの決定を変更したい場合は、再度サービスにアクセスした時に情報を送信することに同意してください。
-no-terms.title=利用規約の拒否
-no-terms.message=利用規約への同意を拒否したため、サービスへのアクセスが許可されませんでした。あなたの決定を変更したい場合は、再度サービスにアクセスした時に利用規約に同意してください。
-authn.title=ログインに失敗
-authn.message=ユーザログインに失敗したか、リクエストしているアプリケーションの要件を満たすことができませんでした。
-bad-username.message=ユーザ名かパスワードが違います。
-bad-password.message=ユーザ名かパスワードが違います。
-expired-password.message=パスワードの有効期限が切れています。
-account-locked.message=アカウントがロックされています。
-spnego-unavailable.message=お使いのWebブラウザは、デスクトップのログイン資格情報を用いた認証をサポートしていません。
-spnego-unavailable.return=ログインをキャンセルします。
-ntlm.message=Webブラウザは、デスクトップ認証の弱い種類を用いてログインを試みました。
-endpoint.title=応答不能
-endpoint.message=ログインサービスは、リクエストされたアプリケーションに応答するために互換性のある方法を選択することができませんでした。一般的に、アプリケーション側の設定ミスによるため、アプリケーションのサポートチームまたは管理者に報告する必要があります。
-relying-party.title=サポートされていないリクエスト
-relying-party.message=アクセスしたアプリケーションは、本サービスに登録されていません。
-security-cfg.title=セキュリティ設定エラー
-security-cfg.message=ログインサービスとリクエストされたアプリケーションとの間で共通するセキュリティ設定がないため、リクエストの処理を中断しました。
-security-msg.title=メッセージセキュリティエラー
-security-msg.message=受信したメッセージは本ログインサービスのセキュリティ要件を満たさないため、リクエストの処理を中断しました。
-stale.title=過去のリクエスト
-stale.message=<p>セキュアなウェブサイトやアプリケーションを閲覧中にブラウザの[戻る]ボタンを使用したため、このページが表示されている可能性があります。もしくは、ブックマークしたかった実際のウェブサイトの代わりに間違ってWebログインフォームをブックマークしているか、同じミスをした誰かによって作成されたリンクを使用したかもしれません。</p> <br/> <p>このまま続行すると、一部のブラウザでエラーが発生したり、あなたが去ろうとしたWebサイトに戻ったりするので、このページが代わりに表示されています。</p>
-unexpected.title=予期しないエラー
-unexpected.message=予期しないエラーが発生しました。一般に、設定の間違いやソフトウェアのエラーがあり\nます。
-runtime-error.title=捕捉されなかった例外
-runtime-error.message=<p>通常の動作を妨げるソフトウェアエラーが発生しました\:</p><br/> <p><strong>\#if($exception)$encoder.encodeForHTML($exception.toString())\#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())\#else$encoder.encodeForHTML($flowExecutionException.getMessage())\#end</strong></p><br/> <p>ヘルプデスクや管理スタッフにこの問題を報告してください。管理者が見直すためにログにも記録されています。</p>
-invalid-event.title=無効なイベント
-invalid-event.message=<p>ソフトウェアが対処できないイベントが発生しました。</p><br/> <p>ヘルプデスクや管理スタッフにこの問題を報告してください。管理者が見直すためにログにも記録されています。</p>
-invalid-csrf-token.title=処理中のエラー
-invalid-csrf-token.message=CSRFトークンの検証に失敗しました。
-error.title=エラー
-error.message=エラーが発生しました\: $eventId
diff --git a/java-identity-provider/5/messages/messages_sk.properties b/java-identity-provider/5/messages/messages_sk.properties
deleted file mode 100644
index 37e6e9a..0000000
--- a/java-identity-provider/5/messages/messages_sk.properties
+++ /dev/null
@@ -1,332 +0,0 @@
-# In addition to the Apache 2.0 license, this content is also licensed
-# under the Creative Commons Attribution-ShareAlike 3.0 Unported license
-# (see http://creativecommons.org/licenses/by-sa/3.0/).
-
-# This is the as-delivered set of messages used in various views
-# so that internationalized translations can be made available and
-# so administrators can locally override or supplement the values
-# in their own message files.
-
-
-# Event/Exception to error key mappings, not messages per se, but used
-# in the example error view to support groupings of error behavior.
-
-AccessDenied = access
-ContextCheckDenied = context-check-denied
-EndpointResolutionFailed = endpoint
-ImpersonationViolation = impersonation-violation
-InvalidProfileConfiguration = relying-party
-InvalidSecurityConfiguration = security-cfg
-MessageAuthenticationError = security-msg
-MessageReplay = stale
-MessageExpired = stale
-UnableToDecode = stale
-AccountError = authn
-AuthenticationException = authn
-InvalidCredentials = authn
-InvalidCSRFToken = invalid-csrf-token
-NoCredentials = authn
-NoPotentialFlow = authn
-RequestUnsupported = authn
-SubjectCanonicalizationError = authn
-InvalidAttributeContext = unexpected
-InvalidAuthenticationContext = unexpected
-InvalidSubjectContext = unexpected
-InvalidSubjectCanonicalizationContext = unexpected
-InvalidMessage = unexpected
-InvalidMessageContext = unexpected
-InvalidMessageVersion = unexpected
-InvalidProfileContext = unexpected
-InvalidRelyingPartyContext = unexpected
-InvalidRelyingPartyConfiguration = unexpected
-MessageProcessingError = unexpected
-UnableToEncode = unexpected
-UnableToSign = unexpected
-UnableToEncrypt = unexpected
-AttributeReleaseRejected = no-release
-TermsRejected = no-terms
-RuntimeException = runtime-error
-InvalidEvent = invalid-event
-UnknownUsername = bad-username
-InvalidPassword = bad-password
-ExpiredPassword = expired-password
-AccountLocked = account-locked
-SPNEGONotAvailable = spnego-unavailable
-NTLMUnsupported = ntlm
-NoSuchFlowExecutionException = stale
-FlowExecutionRestorationFailureException = stale
-ExternalAuthenticationException = stale
-SessionNotFound = logout
-
-# General strings
-
-idp.css = /css/placeholder.css
-idp.title = Web Login Service
-idp.title.suffix = Error
-idp.logo = /images/placeholder-logo.png
-idp.logo.alt-text = Toto logo odstrániť alebo nahradit.
-idp.message = Nastala neznáma chyba.
-idp.footer = Sem vložte svoj text päty strany.
-
-root.css = /css/placeholder.css
-root.title = Shibboleth IdP
-root.message = Na tejto adrese nie je dostupná žiadna služba.
-root.footer = Sem vložte svoj text päty strany.
-
-idp.client-storage-read.title = Nahrávam informácie sedenia.
-idp.client-storage-read.text = Nahrávam informácie sedenia z prehliadača...
-idp.client-storage-write.title = Ukladám informácie sedenia
-idp.client-storage-write.text = Ukladám informácie sedenia do prehliadača...
-idp.client-storage.no-js = Kedže Váš prehliadač nepodporuje JavaScript, \
- musíte stlačiť tlačidlo Pokračovať pre pokračovanie.
-
-# Login / Logout messages
-
-idp.login.loginTo = Prihlásenie do:
-
-idp.login.username = Používateľské meno:
-idp.login.password = Heslo:
-
-idp.login.donotcache = Neukladať prihlasovacie údaje
-
-idp.login.login = Prihlásenie
-idp.login.pleasewait = Prihlasujem, čakajte prosím...
-
-idp.login.forgotPassword = Zabudnuté heslo?
-idp.login.needHelp = Potrebujete pomoc?
-
-idp.login.duoRequired = Pre požadovanú službu je potrebná Duo autentifikácia.
-idp.login.duoNoScript = Služba Duo vyžaduje JavaScript.
-idp.login.duoCancel = Zrušiť požiadavku
-
-# Expiring password example messages
-
-idp.login.expiringSoon = Vášmu heslu čoskor končí platnosť!
-idp.login.changePassword = Pre reset hesla pokračujte na
-idp.login.proceedBegin = Vaše prihlásenie bude po 20 sekundách pokračovať, alebo kliknite na
-idp.login.proceedHere = tu
-idp.login.proceedEnd = pre pokračovanie
-
-# Useful links
-
-idp.url.password.reset = #
-idp.url.helpdesk = #
-
-# User Preferences example messages
-
-idp.userprefs.title = Prihlásenie k Web-ovým službám
-idp.userprefs.title.suffice = Nastavenia prihlasovania
-idp.userprefs.info = Táto stránka Vam umožnuje nastavit Vaše zariadenie aby používalo služby pokročilého Webového prihlasovania, ktoré \
- môže použiť rozšírné spôsoby prihlasovnia a je viac pohodlné, ale nie vždy použiteľné.
-idp.userprefs.options = Sú dostupné nasledujúce možnosti:
-idp.userprefs.spnego = Použi desktop login ak je to možné.
-idp.userprefs.no-js = Táto funkcia vyžaduje Javascript.
-
-
-# Logout-related messages
-
-idp.logout.sp-initiated = Budete odhlasený z uvedených služieb:
-idp.logout.prompt = Vyberte jednu z uvedených možností, alebo počkajte zopár sekúnd pre použite automatickej predvoľby.
-idp.logout.idponly = Lokálne odhlásenie
-idp.logout.idponly.caption = Ukončenie SSO prihlásenia.
-idp.logout.global = Globálne odhlásenie
-idp.logout.global.caption = Ukončenie SSO prihlásenia a pokus o odhlásenie zo všetkých služieb, ku ktorým Ste pristupovali počas SSO sedenia.
-idp.logout.cancel = Prerušiť
-idp.logout.cancel.caption = Prerušiť odhlásenie a zachovať Vaše SSO prihlásenie.
-idp.logout.contactServices = Ak budete pokračovať systém upovedomí nasledujúce služby:
-idp.logout.complete = Odhlásenie bolo úspešné a zdá sa, že Ste počas aktuálneho sedenia nepristupovali k ďaľším sužbám.
-idp.logout.local = Zvolili Ste neodhlásiť sa zo všetkých služieb, ktoré Ste použili počas aktuálneho sedenia.
-idp.logout.attempt = Pokus o odhlásenie z nasledujúcich služieb:
-idp.logout.cancelled = Odhlásenie bolo zrušené.
-idp.logout.hidden = Vaše single sign-on sedenie bolo ukončené, ale stále Ste prihlasný k službám, \
- ku ktorým Ste pristupovali počas aktuálneho sedenia.
-
-# Legacy V3 UI
-idp.logout.ask = Chcete sa odhlásiť zo všetkých služieb, ku ktorým Ste pristupovali počas SSO sedenia? \
- Zvoľťe prosím <strong>Ano</strong> alebo <strong>Nie</strong> pre potvrdenie odhlásenia \
- , alebo počkajte zopár sekúnd pre automatické potvrdenie.
-
-# Messages related to attribute release consent.
-
-idp.attribute-release.revoke = Zruš predchádzajúce udelenie súhlasu s poskytnutím Vašich informácií tejto službe.
-
-idp.attribute-release.title = Vydanie informácií
-
-idp.attribute-release.attributesHeader = Informácie, ktoré sa poskytnú službe
-
-idp.attribute-release.serviceNameLabel = Chystáte sa získať prístup k službe:
-idp.attribute-release.of = of
-idp.attribute-release.serviceDescriptionLabel = Popis poskytnutý touto službou:
-
-idp.attribute-release.informationURLLabel = Doplňujúce informácie o službe
-idp.attribute-release.privacyStatementURLLabel = Informácie o ochrane osobných údajov v rámci služby
-
-idp.attribute-release.showDetails = zobraziť podrobnosti
-
-idp.attribute-release.accept = Prijať
-idp.attribute-release.reject = Odmietnuť
-
-idp.attribute-release.confirmationQuestion = Ak budete pokračovať, vyššie uvedené informácie budú zdieľané so službou. \
- Súhlasíte s poskytnutím týchto informácií službe vždy, keď k nej pristupujete?
-
-idp.attribute-release.consentMethod = Vyberte dĺžku trvania súhlasu so zverejnením informácií:
-idp.attribute-release.consentMethodRevoke = Toto nastavenie je možné kedykoľvek zrušiť zaškrtnutím políčka na prihlasovacej stránke.
-
-idp.attribute-release.doNotRememberConsent = Opýtaj sa ma znova pri ďalšom prihlásení
-idp.attribute-release.doNotRememberConsentItem = Súhlasím s jednorázovým odoslaním mojich informácií.
-
-idp.attribute-release.rememberConsent = Opýtajte sa ma znova, ak sa zmenia informácie, ktoré sa majú poskytnúť tejto službe
-idp.attribute-release.rememberConsentItem = Súhlasím s tým, že rovnaké informácie budú v budúcnosti automaticky odosielané tejto službe.
-
-idp.attribute-release.globalConsent = Nepýtať sa znovu
-idp.attribute-release.globalConsentItem = Súhlasím s tým, že <strong>všetky</strong> moje informácie budú poskytnuté <strong>akejkoľvek</strong> službe.
-
-# General messages related to terms of use consent.
-
-idp.terms-of-use.accept = Súhlasím s podmienkami používania
-idp.terms-of-use.submit = Odoslať
-idp.terms-of-use.reject = Odmietnuť
-idp.terms-of-use.required = Ak chcete pokračovať, zaškrtnite toto políčko.
-
-# General messages related to impersonation interceptor
-
-idp.impersonate.header = Personalizácia účtu
-idp.impersonate.text = Zadajte názov účtu, pod ktorým sa chcete prihlásiť do tejto služby, alebo pokračujte normálne.
-idp.impersonate.login-as = Prihlásiť sa ako
-idp.impersonate.impersonate = Vydávať sa za
-idp.impersonate.continue = Pokračovať normálne
-
-# General messages related to key-unlocking admin flow
-
-idp.unlock-keys.title = Asistovaný reštart odomknutia kľúča
-idp.unlock-keys.keystorePassword = Heslo úložiska kľúčov DataSealer
-idp.unlock-keys.keyPassword = Heslo kľúča DataSealer
-idp.unlock-keys.privateKeyPassword = Heslo súkromného kľúča
-idp.unlock-keys.unlock = Odomknúť
-idp.unlock-keys.cancel = Zrušiť
-idp.unlock-keys.complete = Systém je odomknutý a pripravený na použitie.
-idp.unlock-keys.error = Odomknutie zlyhalo; skontrolujte protokol, či neobsahuje konkrétny dôvod.
-
-# General messages related to Hello World admin flow
-idp.hello-world.title = Hello World
-idp.hello-world.greeting = Greetings
-idp.hello-world.reload = Reload the Page
-
-# Triples consisting of a TOU key, and a title and text for each set of terms.
-# The default implementation uses the SP name as the key, but this can be overriden.
-
-https\://sp.example.org = example-tou-1
-example-tou-1.title = Príklad podmienok používania
-example-tou-1.text = <em>*** This is an example ToU - tailor due to your needs ***</em> \
- <p>Example organization AAI services: Terms of Use (ToU)</p> \
- <strong>A. Data Protection Sample Clause</strong> \
- <p> \
- "The End User notes that personal data about the End User is compiled from generally \
- available sources and from communications received from the End User and other \
- Universities as well as from off-site sources. The policy relating to the use and procession \
- of such data is posted on the University website at [...]. Such data will be used, inter alia, \
- to authenticate and authorize the access to and use of various resources within \
- the University and on other sites ("Approved Uses"). The End User hereby consents to \
- the collection, processing, use and release of such data to the extent reasonably necessary \
- for the Approved Uses. Such consent includes, but is not limited to, the release \
- of personal data to other institutions by employing cookies and electronically exchanging, \
- caching and storing personal authorization attributes." \
- </p> \
- <strong>B. Limitation of Liability</strong> \
- <p> \
- "To the extent permitted by the applicable law, the End User hereby waives all and any \
- claims for cost and damages, whether direct or indirect, incidental, or consequential(including, \
- inter alia, loss of use and lost profits), both in contract and in tort, arising from \
- the use or in any way related to the inter-organizational authentication and authorization \
- services which allow the End User to access certain resources of other organizations. \
- This waiver of claims shall be valid and effective in relation to all participants of \
- the inter-organizational authentication and authorization services including the AAI \
- Service Provider and its affiliates, officers, employees and agents." \
- </p>
-
-# Error key to title and message mappings
-
-access.title = Prístup zamietnutý
-access.message = Nemáte prístup k požadovanému zdroju.
-
-context-check-denied.title = Prístup zamietnutý
-context-check-denied.message = Nespĺňate podmienky pre požadovanú službu.
-
-impersonation-violation.title = Prístup zamietnutý
-impersonation-violation.message = Nemáte povolenie vydávať sa za vybraný účet.
-
-no-release.title = Zverejnenie informácií odmietnuté
-no-release.message = Na vašu žiadosť bolo zverejnenie Vašich informácií zablokované. Ak si želáte \
- zmeniť svoje rozhodnutie, môžete službu znova získať a schváliť jej vydanie v \
- budúcnosťi.
-
-no-terms.title = Podmienky používania odmietnuté
-no-terms.message = Po odmietnutí povinných Podmienok používania nie je prístup k službe povolený. \
- Ak si želáte zmeniť svoje rozhodnutie, môžete službu znova použiť a \
- v budúcnosti schváliť podmienky.
-
-authn.title = Prihlásenie zlyhalo
-authn.message = Prihlásenie používateľa nebolo úspešné alebo nespĺňalo požiadavky požadovanej aplikácie.
-
-bad-username.message = Zadané používateľské meno nie je možné identifikovať.
-
-bad-password.message = Zadali ste nesprávne heslo.
-
-expired-password.message = Platnosť vášho hesla vypršala.
-
-account-locked.message = Váš účet je zablokovaný.
-
-spnego-unavailable.message = Váš webový prehliadač nepodporuje overovanie pomocou prihlasovacích údajov z počítača.
-spnego-unavailable.return = Zrušte pokus.
-
-ntlm.message = Váš webový prehliadač sa pokúsil vyjednať slabšiu formu overovania na počítači.
-
-endpoint.title = Nedá sa odpovedať
-endpoint.message = Prihlasovacia služba nedokázala identifikovať kompatibilný spôsob odpovede na požadovanú \
- aplikáciu. Toto je zvyčajne spôsobené nesprávnou konfiguráciou zo strany aplikácie \
- a malo by sa to nahlásiť tímu podpory alebo vlastníkovi aplikácie.
-
-logout.title = Chyba pri odhlásení
-logout.message = Aplikácia požiadala o odhlásenie pomocou relácie, ktorá už nie je rozpoznaná. Ako vždy, \
- Váš prehliadač Vás zvyčajne udrží prihlásených v mnohých službách a mali by ste vždy uzamknúť \
- svoje zariadenie, aby Ste predišli zneužitiu, keď ho necháte bez dozoru.
-
-relying-party.title = Nepodporovaná požiadavka
-relying-party.message = Aplikácia, ku ktorej Ste pristupovali, nie je registrovaná na používanie s touto službou.
-
-security-cfg.title = Chyba konfigurácie zabezpečenia
-security-cfg.message = Prihlasovacia služba a požadovaná aplikácia nezdieľajú kompatibilnú \
- konfiguráciu zabezpečenia a požiadavku nie je možné splniť.
-
-security-msg.title = Chyba zabezpečenia správy
-security-msg.message = Požiadavku nie je možné splniť, pretože prijatá správa nespĺňa \
- bezpečnostné požiadavky prihlasovacej služby.
-
-stale.title = Vyexpirovaná požiadavka
-stale.message = <p>Túto stránku pravdepodobne vidíte, pretože Ste pri prehliadaní zabezpečenej webovej stránky \
- alebo aplikácie použili tlačidlo Späť. Prípadne Ste si omylom uložili do záložiek \
- webový prihlasovací formulár namiesto samotnej webovej stránky, ktorú Ste si chceli uložiť \
- do záložiek, alebo Ste použili odkaz vytvorený niekým iným, kto urobil rovnakú chybu.</p> \
- <br/> \
- <p>Ak toto políčko nezaškrtnete, môže to spôsobiť chyby v niektorých prehliadačoch, alebo viesť k návratu \
- na webovú stránku, ktorú Ste sa pokúsili opustiť, takže sa namiesto toho zobrazí táto stránka.</p>
-
-unexpected.title = Neočakávaná chyba
-unexpected.message = Vyskytla sa neočakávaná chyba, zvyčajne spôsobená chybou konfigurácie alebo softvéru.
-
-runtime-error.title = Nezachytená výnimka
-runtime-error.message = <p>Vyskytla sa softvérová chyba, ktorá bráni normálnej prevádzke:</p><br/> \
- <p><strong>#if($exception)$encoder.encodeForHTML($exception.toString())#elseif($flowExecutionException && $flowExecutionException.getCause())$encoder.encodeForHTML($flowExecutionException.getCause().toString())#else$encoder.encodeForHTML($flowExecutionException.getMessage())#end</strong></p><br/> \
- <p>Nahláste tento problém oddeleniu technickej podpory alebo administratívnemu personálu. \
- Problém bol tiež zaznamenaný na kontrolu administrátorom.</p>
-
-invalid-event.title = Neplatná udalosť
-invalid-event.message = <p>Softvér zaznamenal udalosť, na ktorú nebol naprogramovaný reagovať.</p><br/> \
- <p>Nahláste tento problém oddeleniu technickej podpory alebo administratívnemu personálu. \
- Problém bol tiež zaznamenaný na kontrolu administrátorom.</p>
-
-invalid-csrf-token.title = Chyba spracovania
-invalid-csrf-token.message = Overenie tokenu CSRF zlyhalo.
-
-error.title = Chyba
-error.message = Vyskytla sa chyba: $eventId
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list