diff options
author | Thomas <> | 2023-10-18 09:46:34 +0200 |
---|---|---|
committer | Thomas <> | 2023-10-18 09:46:34 +0200 |
commit | ad23489ede03ffa7386e5c45fe9330cbcf57fc37 (patch) | |
tree | a432077eb5083b486abc5996fe54eabe58e08192 /ms_specific_connector/src/main/resources/properties | |
parent | 8f49c6a9110aac2baeb3d76f71de47d43ab9b3c2 (diff) | |
download | National_eIDAS_Gateway-ad23489ede03ffa7386e5c45fe9330cbcf57fc37.tar.gz National_eIDAS_Gateway-ad23489ede03ffa7386e5c45fe9330cbcf57fc37.tar.bz2 National_eIDAS_Gateway-ad23489ede03ffa7386e5c45fe9330cbcf57fc37.zip |
feat(ux): add norway as supported country on Connector side
Diffstat (limited to 'ms_specific_connector/src/main/resources/properties')
-rw-r--r-- | ms_specific_connector/src/main/resources/properties/messages.properties | 4 | ||||
-rw-r--r-- | ms_specific_connector/src/main/resources/properties/messages_de.properties | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ms_specific_connector/src/main/resources/properties/messages.properties b/ms_specific_connector/src/main/resources/properties/messages.properties index 848be229..7fd3c4f2 100644 --- a/ms_specific_connector/src/main/resources/properties/messages.properties +++ b/ms_specific_connector/src/main/resources/properties/messages.properties @@ -94,6 +94,8 @@ gui.countryselection.country.se=Sweden gui.countryselection.country.se.logo.alt=Sweden-eID gui.countryselection.country.uk=United Kingdom gui.countryselection.country.uk.logo.alt=United Kingdom-eID +gui.countryselection.country.no=Norway +gui.countryselection.country.no.logo.alt=Norwegian-eID gui.countryselection.country.testcountry=TestCountry gui.countryselection.country.testcountry.logo.alt=Testcountry-eID @@ -129,4 +131,4 @@ gui.residency.input.postleitzahl=Postcode gui.residency.input.municipality=Municipality gui.residency.input.village=Village gui.residency.input.street=Street -gui.residency.input.number=Number
\ No newline at end of file +gui.residency.input.number=Number diff --git a/ms_specific_connector/src/main/resources/properties/messages_de.properties b/ms_specific_connector/src/main/resources/properties/messages_de.properties index 31733497..5b7aab95 100644 --- a/ms_specific_connector/src/main/resources/properties/messages_de.properties +++ b/ms_specific_connector/src/main/resources/properties/messages_de.properties @@ -94,6 +94,9 @@ gui.countryselection.country.se=Schweden gui.countryselection.country.se.logo.alt=Schwedische-eID gui.countryselection.country.uk=Großbritanien gui.countryselection.country.uk.logo.alt=Britische-eID +gui.countryselection.country.no=Norwegen +gui.countryselection.country.no.logo.alt=Norwegische-eID + gui.countryselection.country.testcountry=Testland gui.countryselection.country.testcountry.logo.alt=Testland-eID |