This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
spip-saml/inc/simplesamlphp/dictionaries/status.definition.json

33 lines
732 B
JSON

{
"header_saml20_sp": {
"en": "SAML 2.0 SP Demo Example"
},
"header_shib": {
"en": "Shibboleth demo"
},
"header_wsfed": {
"en": "WS-Fed SP Demo Example"
},
"header_diagnostics": {
"en": "SimpleSAMLphp Diagnostics"
},
"some_error_occurred": {
"en": "Some error occurred"
},
"intro": {
"en": "Hi, this is the status page of SimpleSAMLphp. Here you can see if your session is timed out, how long it lasts until it times out and all the attributes that are attached to your session."
},
"validfor": {
"en": "Your session is valid for %SECONDS% seconds from now."
},
"sessionsize": {
"en": "Session size: %SIZE%"
},
"attributes_header": {
"en": "Your attributes"
},
"logout": {
"en": "Logout"
}
}