From ad23489ede03ffa7386e5c45fe9330cbcf57fc37 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 18 Oct 2023 09:46:34 +0200 Subject: feat(ux): add norway as supported country on Connector side --- .../src/main/resources/properties/messages.properties | 4 +++- .../main/resources/properties/messages_de.properties | 3 +++ .../src/main/webapp/img/countries/Norway-EU.png | Bin 0 -> 12731 bytes .../src/main/webapp/img/countries/Norway-EU_gray.png | Bin 0 -> 12740 bytes .../src/main/webapp/img/countries/template-EU.xcf | Bin 0 -> 6871 bytes 5 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 ms_specific_connector/src/main/webapp/img/countries/Norway-EU.png create mode 100644 ms_specific_connector/src/main/webapp/img/countries/Norway-EU_gray.png create mode 100644 ms_specific_connector/src/main/webapp/img/countries/template-EU.xcf (limited to 'ms_specific_connector') 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 diff --git a/ms_specific_connector/src/main/webapp/img/countries/Norway-EU.png b/ms_specific_connector/src/main/webapp/img/countries/Norway-EU.png new file mode 100644 index 00000000..e551de67 Binary files /dev/null and b/ms_specific_connector/src/main/webapp/img/countries/Norway-EU.png differ diff --git a/ms_specific_connector/src/main/webapp/img/countries/Norway-EU_gray.png b/ms_specific_connector/src/main/webapp/img/countries/Norway-EU_gray.png new file mode 100644 index 00000000..3f167f1f Binary files /dev/null and b/ms_specific_connector/src/main/webapp/img/countries/Norway-EU_gray.png differ diff --git a/ms_specific_connector/src/main/webapp/img/countries/template-EU.xcf b/ms_specific_connector/src/main/webapp/img/countries/template-EU.xcf new file mode 100644 index 00000000..16e3feb4 Binary files /dev/null and b/ms_specific_connector/src/main/webapp/img/countries/template-EU.xcf differ -- cgit v1.2.3