Skip to content

Commit

Permalink
Copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Oct 25, 2023
1 parent c6ae7b7 commit 16a4ad4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/custom_messages.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ala.screen.login.instructions=Sign in to the {0}
ala.screen.login.instructions=Sign in to {0}
ala.screen.login.signinwith=Sign in with {0}
ala.screen.login.or=Or
ala.screen.login.noaccount=Don't have an account?
Expand Down Expand Up @@ -29,26 +29,26 @@ ala.screen.survey.affiliation.required=Affiliation is required
ala.breadcrumb.home=Home
ala.breadcrumb.authentication=Authentication

ala.skin.orgLongName.ala=Atlas of Living Australia
ala.skin.orgShortName.ala=ALA
ala.skin.orgLongName.ala=Swedish Biodiversity Data Infrastructure
ala.skin.orgShortName.ala=SBDI

screen.notactivated.heading=This account is not activated.
screen.notactivated.message=This account has a pending activation email. Please use the link in the activation email to activate your account first.

#Generic Success Screen Messages
screen.success.success=You, <strong>{0}</strong>, have successfully logged into the ALA's Central Authentication Service. However, you are seeing \
screen.success.success=You, <strong>{0}</strong>, have successfully logged into the SBDI's Central Authentication Service. However, you are seeing \
this page because CAS does not know about your target destination and how to get you there. Examine the authentication request again and \
make sure a target service/application that is authorized and registered with CAS is specified.

#Logout Screen Messages
screen.logout.header=Logout successful
screen.logout.success=You have successfully logged out of the ALA's Central Authentication Service. You may <a href="login">log in</a> again.
screen.logout.success=You have successfully logged out of the SBDI's Central Authentication Service. You may <a href="login">log in</a> again.

screen.unavailable.header=ALA auth error
screen.unavailable.heading=ALA auth is unable to process this request: "{0}:{1}"
screen.unavailable.header=Auth error
screen.unavailable.heading=Unable to process this request: "{0}:{1}"
screen.unavailable.message=There was an error trying to complete your request.<br> \
<strong>Please attempt to <a href="logout">log out</a> and try again. If the problem persists please contact <a href="mailto:support@ala.org.au">support@ala.org.au</a> \
<strong>Please attempt to <a href="logout">log out</a> and try again. If the problem persists please contact <a href="mailto:support@biodiversitydata.se">support@biodiversitydata.se</a> \
with the below details for further assistance.</strong>

screen.accountdisabled.heading=This account is not yet activated or has been locked.
screen.accountdisabled.message=Please check your email for account activation instructions or contact <a href="mailto:support@ala.org.au">support@ala.org.au</a>.
screen.accountdisabled.message=Please check your email for account activation instructions or contact <a href="mailto:support@biodiversitydata.se">support@biodiversitydata.se</a>.

0 comments on commit 16a4ad4

Please sign in to comment.