From 3dd711b7cfd586ae242c7f49b7f7c6f9254b3308 Mon Sep 17 00:00:00 2001 From: Alex Paulescu <alex.paulescu@gmail.com> Date: Wed, 9 Dec 2020 14:51:48 +0200 Subject: [PATCH] Added strings. (#1847) --- Corona-Warn-App/src/main/res/values-de/strings.xml | 7 +++++++ Corona-Warn-App/src/main/res/values/strings.xml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Corona-Warn-App/src/main/res/values-de/strings.xml b/Corona-Warn-App/src/main/res/values-de/strings.xml index dcece355b..4d7cce96f 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -1489,4 +1489,11 @@ <!-- XBUT: Abort button for test result positive no consent screen --> <string name="submission_test_result_positive_no_consent_button_abort">Abbrechen</string> + <!-- XHED: Title for the contact diary card displayed in the homescreen --> + <string name="contact_diary_homescreen_card_header">Kontakt-Tagebuch</string> + <!-- XTXT: Body for the contact diary card displayed in the homescreen --> + <string name="contact_diary_homescreen_card_body">Merken Sie sich, wo Sie waren und wen Sie getroffen haben.</string> + <!-- XBUT: Button text for the contact diary card button in the homescreen --> + <string name="contact_diary_homescreen_card_button_text">Tagebuch Führen</string> + </resources> diff --git a/Corona-Warn-App/src/main/res/values/strings.xml b/Corona-Warn-App/src/main/res/values/strings.xml index bf239f79f..39a427c71 100644 --- a/Corona-Warn-App/src/main/res/values/strings.xml +++ b/Corona-Warn-App/src/main/res/values/strings.xml @@ -1489,4 +1489,11 @@ <!-- XBUT: Abort button for test result positive no consent screen --> <string name="submission_test_result_positive_no_consent_button_abort">"Cancel"</string> + <!-- XHED: Title for the contact diary card displayed in the homescreen --> + <string name="contact_diary_homescreen_card_header" /> + <!-- XTXT: Body for the contact diary card displayed in the homescreen --> + <string name="contact_diary_homescreen_card_body" /> + <!-- XBUT: Button text for the contact diary card button in the homescreen --> + <string name="contact_diary_homescreen_card_button_text" /> + </resources> \ No newline at end of file -- GitLab