diff options
author | Thomas <> | 2023-01-09 13:41:34 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-09 13:41:34 +0100 |
commit | 0f2d49dc80dae7085a4f48ab16431e0e689ff8d7 (patch) | |
tree | 7c5f7457c0625aa8d3cbf3a4dd654ddd7fd6f00d /basicConfig/ms-connector/properties | |
parent | e8bf28429a6c06c735de0ac7c3c44dcc04a84b9f (diff) | |
download | National_eIDAS_Gateway-0f2d49dc80dae7085a4f48ab16431e0e689ff8d7.tar.gz National_eIDAS_Gateway-0f2d49dc80dae7085a4f48ab16431e0e689ff8d7.tar.bz2 National_eIDAS_Gateway-0f2d49dc80dae7085a4f48ab16431e0e689ff8d7.zip |
chore(ux): fix some errors and add new elements into message.properties
Diffstat (limited to 'basicConfig/ms-connector/properties')
-rw-r--r-- | basicConfig/ms-connector/properties/messages.properties | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/basicConfig/ms-connector/properties/messages.properties b/basicConfig/ms-connector/properties/messages.properties index e2d5c71d..355c4ab7 100644 --- a/basicConfig/ms-connector/properties/messages.properties +++ b/basicConfig/ms-connector/properties/messages.properties @@ -94,6 +94,8 @@ gui.countryselection.country.ir=Ireland gui.countryselection.country.ir.logo.alt=Ireland-eID gui.countryselection.country.lu=Luxembourg gui.countryselection.country.lu.logo.alt=Luxembourg-eID +gui.countryselection.country.li=Liechtenstein +gui.countryselection.country.li.logo.alt=Liechtenstein-eID gui.countryselection.country.mt=Malta gui.countryselection.country.mt.logo.alt=Malta-eID gui.countryselection.country.no=Norway @@ -111,6 +113,9 @@ gui.countryselection.country.uk.logo.alt=United Kingdom-eID gui.countryselection.country.ua=Ukraine gui.countryselection.country.ua.logo.alt=Ukraine-eID +gui.countryselection.country.xx=TestCountry +gui.countryselection.country.xx.logo.alt=Testcountry-eID + gui.countryselection.country.testcountry=TestCountry gui.countryselection.country.testcountry.logo.alt=Testcountry-eID @@ -135,11 +140,12 @@ gui.countryselection.country.hu.img = /img/countries/Hungary-EU_.png gui.countryselection.country.is.img = /img/countries/Iceland.png gui.countryselection.country.ie.img = /img/countries/Ireland-EU_.png gui.countryselection.country.it.img = /img/countries/Italy-EU_.png +gui.countryselection.country.li.img = /img/countries/Lichtenstein.png gui.countryselection.country.lv.img = /img/countries/Latvia-EU_.png gui.countryselection.country.lt.img = /img/countries/Lithuania-EU_.png gui.countryselection.country.lu.img = /img/countries/Luxembourg-EU_.png gui.countryselection.country.mt.img = /img/countries/Malta-EU_.png -gui.countryselection.country.po.img = /img/countries/Poland-EU_.png +gui.countryselection.country.pl.img = /img/countries/Poland-EU_.png gui.countryselection.country.pt.img = /img/countries/Portugal-EU_.png gui.countryselection.country.ro.img = /img/countries/Romania-EU_.png gui.countryselection.country.sk.img = /img/countries/Slovakia-EU_.png @@ -148,6 +154,7 @@ gui.countryselection.country.es.img = /img/countries/Spain-EU_.png gui.countryselection.country.se.img = /img/countries/Sweden-EU_.png gui.countryselection.country.nl.img = /img/countries/TheNetherlands-EU_.png gui.countryselection.country.uk.img = /img/countries/UnitedKingdom-EU_.png +gui.countryselection.country.xx.img = /img/countries/TestLoginLogo.png ##### Matching operations |