[java-identity-provider] branch main updated: IDP-2447 - Add Slovak translations to IdP

Codeberg noreply at shibboleth.net
Tue Apr 14 20:52:45 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/f16b537323671a80ac870aa107186e9901eada32

The following commit(s) were added to refs/heads/main by this push:
     new f16b53732 IDP-2447 - Add Slovak translations to IdP
f16b53732 is described below

commit f16b537323671a80ac870aa107186e9901eada32
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 14 16:52:03 2026 -0400

    IDP-2447 - Add Slovak translations to IdP
    
    https://shibboleth.atlassian.net/browse/IDP-2447
    
    Also some German additions.
---
 .../shibboleth/idp/messages/messages_de.properties |   8 +
 .../idp/messages/messages_de_CH.properties         |   8 +
 .../shibboleth/idp/messages/messages_sk.properties | 332 +++++++++++++++++++++
 .../idp/module/conf/attributes/eduCourse.xml       |   4 +
 .../idp/module/conf/attributes/eduPerson.xml       |  42 +++
 .../idp/module/conf/attributes/inetOrgPerson.xml   |  54 ++++
 .../idp/module/conf/attributes/samlSubject.xml     |   8 +-
 .../idp/module/conf/attributes/schac.xml           |  46 +++
 8 files changed, 501 insertions(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_de.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_de.properties
index a20408bdc..48e814428 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_de.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_de.properties
@@ -53,6 +53,7 @@ NTLMUnsupported=ntlm
 NoSuchFlowExecutionException=stale
 FlowExecutionRestorationFailureException=stale
 ExternalAuthenticationException=stale
+SessionNotFound=logout
 idp.css=/css/placeholder.css
 idp.title=Web Anmeldedienst
 idp.title.suffix=Fehler
@@ -60,6 +61,7 @@ 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.
@@ -105,6 +107,7 @@ idp.logout.complete=Der Abmeldevorgang ist abgeschlossen. Es scheint, als wäre
 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
@@ -143,6 +146,9 @@ 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 [...]
@@ -167,6 +173,8 @@ 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
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_de_CH.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_de_CH.properties
index ad86c410a..172ea8ae4 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_de_CH.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_de_CH.properties
@@ -53,6 +53,7 @@ NTLMUnsupported=ntlm
 NoSuchFlowExecutionException=stale
 FlowExecutionRestorationFailureException=stale
 ExternalAuthenticationException=stale
+SessionNotFound=logout
 idp.css=/css/placeholder.css
 idp.title=Web Anmeldedienst
 idp.title.suffix=Fehler
@@ -60,6 +61,7 @@ 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.
@@ -105,6 +107,7 @@ idp.logout.complete=Der Abmeldevorgang ist abgeschlossen. Es scheint als wäre a
 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
@@ -143,6 +146,9 @@ 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 [...]
@@ -167,6 +173,8 @@ 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
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_sk.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_sk.properties
new file mode 100644
index 000000000..37e6e9ae4
--- /dev/null
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages_sk.properties
@@ -0,0 +1,332 @@
+# 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
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduCourse.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduCourse.xml
index 08641d453..b52ad8a93 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduCourse.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduCourse.xml
@@ -32,8 +32,10 @@
                     <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>
@@ -48,8 +50,10 @@
                     <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>
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml
index 7cd8e38a2..4512a4cc2 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/eduPerson.xml
@@ -35,12 +35,14 @@
                     <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>
@@ -57,11 +59,13 @@
                     <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>
@@ -78,11 +82,13 @@
                     <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>
@@ -100,12 +106,14 @@
                     <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>
@@ -118,7 +126,11 @@
                     <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>
@@ -131,9 +143,13 @@
                     <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>
@@ -148,9 +164,11 @@
                     <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>
@@ -167,11 +185,13 @@
                     <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>
@@ -184,9 +204,13 @@
                     <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>
@@ -204,12 +228,14 @@
                     <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>
@@ -223,9 +249,13 @@
                     <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>
@@ -243,12 +273,14 @@
                     <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>
@@ -266,12 +298,14 @@
                     <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>
@@ -285,7 +319,11 @@
                     <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>
@@ -299,7 +337,11 @@
                     <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>
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/inetOrgPerson.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/inetOrgPerson.xml
index 6236bda75..4475d064e 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/inetOrgPerson.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/inetOrgPerson.xml
@@ -35,9 +35,11 @@
                     <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>
@@ -52,9 +54,11 @@
                     <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>
@@ -71,11 +75,13 @@
                     <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>
@@ -92,11 +98,13 @@
                     <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>
@@ -111,9 +119,11 @@
                     <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>
@@ -130,11 +140,13 @@
                     <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>
@@ -151,11 +163,13 @@
                     <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>
@@ -173,12 +187,14 @@
                     <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>
@@ -194,11 +210,13 @@
                     <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>
@@ -214,10 +232,12 @@
                     <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>
@@ -234,12 +254,14 @@
                     <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>
@@ -256,11 +278,13 @@
                     <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>
@@ -276,10 +300,12 @@
                     <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>
@@ -295,10 +321,12 @@
                     <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>
@@ -311,7 +339,11 @@
                     <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>
@@ -328,12 +360,14 @@
                     <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>
@@ -350,11 +384,13 @@
                     <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>
@@ -371,11 +407,13 @@
                     <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>
@@ -392,11 +430,13 @@
                     <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>
@@ -413,11 +453,13 @@
                     <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>
@@ -430,11 +472,15 @@
                     <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>
@@ -451,11 +497,13 @@
                     <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>
@@ -473,11 +521,13 @@
                     <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>
@@ -493,10 +543,12 @@
                     <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>
@@ -513,11 +565,13 @@
                     <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>
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/samlSubject.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/samlSubject.xml
index 6b6a994b8..a5787a937 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/samlSubject.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/samlSubject.xml
@@ -15,7 +15,7 @@
     <!--
     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.
     -->
 
@@ -39,12 +39,14 @@
                     <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>
@@ -60,12 +62,14 @@
                     <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>
@@ -110,12 +114,14 @@
                     <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>
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
index 640f4a74a..b7ed64d25 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
@@ -33,10 +33,12 @@
                     <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>
@@ -52,10 +54,12 @@
                     <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>
@@ -71,10 +75,12 @@
                     <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>
@@ -90,10 +96,12 @@
                     <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>
@@ -109,10 +117,12 @@
                     <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>
@@ -127,10 +137,12 @@
                     <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>
@@ -146,10 +158,12 @@
                     <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>
@@ -165,10 +179,12 @@
                     <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>
@@ -184,10 +200,12 @@
                     <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>
@@ -205,12 +223,14 @@
                     <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>
@@ -228,12 +248,14 @@
                     <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>
@@ -249,10 +271,12 @@
                     <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>
@@ -265,11 +289,15 @@
                     <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>
@@ -282,11 +310,15 @@
                     <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>
@@ -302,10 +334,12 @@
                     <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>
@@ -321,10 +355,12 @@
                     <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>
@@ -339,10 +375,12 @@
                     <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>
@@ -357,10 +395,12 @@
                     <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>
@@ -375,10 +415,12 @@
                     <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>
@@ -393,10 +435,12 @@
                     <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>
@@ -411,10 +455,12 @@
                     <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>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list