[js-embedded-discovery] branch master updated: EDS-83 German language for new message
Rod Widdowson
rdw at steadingsoftware.com
Mon Jan 28 11:28:16 EST 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository js-embedded-discovery.
View the commit online:
http://git.shibboleth.net/view/?p=js-embedded-discovery.git;a=commit;h=c2ac342041a8ac8bbc7eab67925f3f6b3cf64dcd
The following commit(s) were added to refs/heads/master by this push:
new c2ac342 EDS-83 German language for new message
c2ac342 is described below
commit c2ac342041a8ac8bbc7eab67925f3f6b3cf64dcd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jan 28 16:26:20 2019 +0000
EDS-83 German language for new message
https://issues.shibboleth.net/jira/browse/EDS-83
Plus a few back fills. Contributors note:
'
> My translation for autoFollow.* is not literal but what I think
> explains best what happens given language constraints. (Reversing my
> German into English would yield something like "Remember this choice
> and don't show this dialog anymore" for autoFollow.message, with "Only
> for today" and "For <n> months" for the autoFollow.time<n> settings.)
---
src/javascript/idpselect_languages.js | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/javascript/idpselect_languages.js b/src/javascript/idpselect_languages.js
index 4cb049a..c8945f9 100644
--- a/src/javascript/idpselect_languages.js
+++ b/src/javascript/idpselect_languages.js
@@ -38,10 +38,12 @@ function IdPSelectLanguages(){
'fatal.noXMLHttpRequest': 'Ihr Webbrowser unterst\u00fctzt keine XMLHttpRequests, IdP-Auswahl kann nicht geladen werden',
'fatal.wrongProtocol' : 'DS bekam eine andere Policy als "urn:oasis:names:tc:SAML:profiles:SSO:idpdiscovery-protocol:single"',
'fatal.wrongEntityId' : 'Die entityId ist nicht korrekt',
+ 'fatal.noData' : 'Heruntergeladene Metadata waren leer',
'fatal.loadFailed': 'Metadaten konnten nicht heruntergeladen werden: ',
'fatal.noparms' : 'Parameter f\u00fcr das Discovery Service oder \'defaultReturn\' fehlen',
'fatal.noReturnURL' : "URL return Parmeter fehlt",
'fatal.badProtocol' : "return Request muss mit https:// oder http:// beginnen",
+ 'fatal.badReturnString' : "Return Parameter ist nicht auf Positivliste enthalten",
'idpPreferred.label': 'Vorherige Auswahl:',
'idpEntry.label': 'Oder geben Sie den Namen (oder Teile davon) an:',
'idpEntry.NoPreferred.label': 'Namen (oder Teile davon) der Institution angeben:',
@@ -52,7 +54,12 @@ function IdPSelectLanguages(){
'idpList.showSearch' : 'Institution selbst angeben',
'submitButton.label': 'OK',
'helpText': 'Hilfe',
- 'defaultLogoAlt' : 'Standard logo'
+ 'defaultLogoAlt' : 'Standard logo',
+ 'autoFollow.message' : 'Auswahl merken und diesen Dialog nicht mehr anzeigen',
+ 'autoFollow.never' : 'Nicht merken',
+ 'autoFollow.time0' : 'Nur f\u00fcr Heute',
+ 'autoFollow.time1' : 'Drei Monate lang',
+ 'autoFollow.time2' : 'Neun Monate lang'
},
'ja': {
'fatal.divMissing': '"insertAtDiv" の ID を持つ <div> が HTML 中に存在しません',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list