diff options
author | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-12-01 14:46:18 +0100 |
---|---|---|
committer | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-12-02 16:13:48 +0100 |
commit | 401cd39689d73f1cc865bb3c7cfca40a3f5ac625 (patch) | |
tree | dbfbbe4fd54d05b3a80a7c87b016cfd47e501ffe /basicConfig/properties | |
parent | 47565187c7f273c49e0347fb5ad34ae4a3d1f616 (diff) | |
download | National_eIDAS_Gateway-401cd39689d73f1cc865bb3c7cfca40a3f5ac625.tar.gz National_eIDAS_Gateway-401cd39689d73f1cc865bb3c7cfca40a3f5ac625.tar.bz2 National_eIDAS_Gateway-401cd39689d73f1cc865bb3c7cfca40a3f5ac625.zip |
Add simple page to search for an Austrian Address
Diffstat (limited to 'basicConfig/properties')
-rw-r--r-- | basicConfig/properties/messages.properties | 15 | ||||
-rw-r--r-- | basicConfig/properties/messages_de.properties | 14 |
2 files changed, 29 insertions, 0 deletions
diff --git a/basicConfig/properties/messages.properties b/basicConfig/properties/messages.properties index eae15865..4d9f48a0 100644 --- a/basicConfig/properties/messages.properties +++ b/basicConfig/properties/messages.properties @@ -109,3 +109,18 @@ gui.countryselection.mode.prod=Production gui.countryselection.mode.qs=QS gui.countryselection.mode.test=Test gui.countryselection.mode.dev=Development + + +##Austrian Residency page +gui.residency.title=Austrian Residency +gui.residency.logo.bmi.alt=Logo BMI +gui.residency.link.bmi=Mainpage BMI +gui.residency.header1=Federal Ministry of Internal Affairs +gui.residency.header2=Austrian Central eIDAS Node +gui.residency.header3=Operated by Federal Ministry of Internal Affairs +gui.residency.header.selection=Search for your Austrian Residency +gui.residency.cancel=Cancel +gui.residency.search=Search +gui.residency.proceed=Proceed +gui.residency.updated=Updated your input +gui.residency.error=Error on Backend Call
\ No newline at end of file diff --git a/basicConfig/properties/messages_de.properties b/basicConfig/properties/messages_de.properties index a35b9d2c..cfbd98da 100644 --- a/basicConfig/properties/messages_de.properties +++ b/basicConfig/properties/messages_de.properties @@ -109,3 +109,17 @@ gui.countryselection.mode.qs=Qualitätsicherung gui.countryselection.mode.test=Test gui.countryselection.mode.dev=Development + +##Austrian Residency page +gui.residency.title=Österreichischer Wohnsitz +gui.residency.logo.bmi.alt=Logo BMI +gui.residency.link.bmi=Startseite BMI +gui.residency.header1=Bundesministerium für Inneres +gui.residency.header2=Zentraler eIDAS Knoten der Republik Österreich +gui.residency.header3=Betrieben durch das Bundesministerium für Inneres +gui.residency.header.selection=Suche nach Österreichischem Wohnsitz +gui.residency.cancel=Abbrechen +gui.residency.search=Suche +gui.residency.proceed=Weiter +gui.residency.updated=Eingabe aktualisiert +gui.residency.error=Fehler bei Addresssuche
\ No newline at end of file |