Skip to content

Commit

Permalink
Merge branch 'terminology' of https://github.com/OpenConext/OpenConex…
Browse files Browse the repository at this point in the history
…t-engineblock into terminology
  • Loading branch information
FlorisFokkinga committed Dec 4, 2024
2 parents 075c5dc + f837862 commit 88f6486
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions languages/messages.en.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'no_idp_results' => 'Your search did not return any results.',
'no_idp_results_request_access' => 'Can\'t find your %organisationNoun%? &nbsp;<a href="#no-access" class="noaccess">Request access</a>&nbsp;or try tweaking your search.',
'more_idp_results' => '%arg1% results not shown. Refine your search to show more specific results.',
'return_to_sp' => 'Return to application provider',
'return_to_sp' => 'Return to application',

// Help page
'help' => 'Help',
Expand Down Expand Up @@ -165,7 +165,7 @@
'error_session_not_started' => 'Error - No session found',
'error_session_not_started_desc' => 'To continue to the application an active session is required. However, no session was found. Your browser must accept cookies. Alternatively, the link you used to get to the application might be wrong. Please go back to the application and try again. If that doesn\'t work, try a different browser.',
'error_authorization_policy_violation' => 'Error - Access denied',
'error_authorization_policy_violation_desc' => 'You cannot use %spName% because %idpName% limits access to it (the application provider) with an authorization policy. Please contact the service desk of %idpName% if you think you should be allowed access to %spName%.',
'error_authorization_policy_violation_desc' => 'You cannot use %spName% because %idpName% limits access to it with an authorization policy. Please contact the service desk of %idpName% if you think you should be allowed access to %spName%.',
'error_authorization_policy_violation_desc_no_idp_name' => 'You cannot use %spName% because your %organisationNoun% limits access with an authorization policy. Please contact the service desk of your %organisationNoun% if you think you should be allowed access to %spName%.',
'error_authorization_policy_violation_desc_no_sp_name' => 'You cannot use this application because %idpName% limits access with an authorization policy. Please contact the service desk of %idpName% if you think you should be allowed access to this application.',
'error_authorization_policy_violation_desc_no_name' => 'You cannot use this application because your %organisationNoun% limits access with an authorization policy. Please contact the helpdesk of your %organisationNoun% if you think you should be allowed access to this application.',
Expand All @@ -179,7 +179,7 @@
'error_unsupported_signature_method' => 'Error - Signature method is not supported',
'error_unsupported_signature_method_desc' => 'The signature method %arg1% is not supported, please upgrade to RSA-SHA256 (http://www.w3.org/2001/04/xmldsig-more#rsa-sha256).',
'error_unknown_keyid' => 'Error - unknown key id',
'error_unknown_keyid_desc' => 'The requested key-ID is not known to %suiteName%. Perhaps the application provider is using outdated metadata or has a configuration error.',
'error_unknown_keyid_desc' => 'The requested key-ID is not known to %suiteName%. Perhaps the application is using outdated metadata or has a configuration error.',
'error_unknown_preselected_idp' => 'Error - %spName% not accessible through your %organisationNoun%',
'error_unknown_preselected_idp_no_sp_name' => 'Error - Application not accessible through your %organisationNoun%',
'error_unknown_preselected_idp_desc' => 'The %organisationNoun% that you want to use to log in to %spName% did not activate access to it. This means you are unable to use %spName% through %suiteName%. Please contact the service desk of your %organisationNoun% to request access. State it is about %spName% and why you need access.',
Expand Down
2 changes: 1 addition & 1 deletion theme/skeune/translations/messages.en.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'language_switcher' => 'Language switcher',

// FOOTER
'log_in_to' => 'Select an account to login to %arg1%',
'log_in_to' => 'Select an account to log in to %arg1%',
'helpLink' => 'https://support.surfconext.nl/wayf-en',
'footer_navigation_screenreader' => 'Footer navigation',

Expand Down
2 changes: 1 addition & 1 deletion theme/skeune/translations/messages.pt.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'language_switcher' => 'Language switcher',

// FOOTER
'log_in_to' => 'Select an %organisationNoun% to login to %arg1%',
'log_in_to' => 'Select an %organisationNoun% to log in to %arg1%',
'helpLink' => 'https://support.surfconext.nl/wayf-en',
'footer_navigation_screenreader' => 'Footer navigation',

Expand Down

0 comments on commit 88f6486

Please sign in to comment.