From 38bff84f37506f2e44c7bb0f7d0bd4380bb81531 Mon Sep 17 00:00:00 2001 From: Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com> Date: Wed, 2 Dec 2020 14:29:12 +0100 Subject: [PATCH] New texts for the dialog requesting consent for key submission/warning others(EXPOSUREAPP-3979) #1790 --- Corona-Warn-App/src/main/res/values-de/strings.xml | 11 +++++++++++ Corona-Warn-App/src/main/res/values/strings.xml | 11 +++++++++++ 2 files changed, 22 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 fdc12f79c..0fe84d679 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -1452,4 +1452,15 @@ <!-- XBUT: Title for the interoperability onboarding Settings-Button if no network is available --> <string name="interoperability_onboarding_list_button_title_no_network">Geräte-Einstellungen öffnen</string> + <!-- XHED: Title for the dialog on test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_dialog_title">Sie wollen keine Warnung verschicken?</string> + <!-- XTXT: Message for the dialog on test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_dialog_message">Nur wenn Sie Ihr Testergebnis teilen, helfen Sie mit, Ihre Mitmenschen zu warnen.</string> + <!-- XBUT: Positive button for the dialog on test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_dialog_positive_button">Warnen</string> + <!-- XBUT: Negative button for the dialog on test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_dialog_negative_button">Nicht warnen</string> + <!-- XBUT: Abort button for test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_button_abort">Abbrechen</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 77f5d6e10..6692a9ed8 100644 --- a/Corona-Warn-App/src/main/res/values/strings.xml +++ b/Corona-Warn-App/src/main/res/values/strings.xml @@ -1455,4 +1455,15 @@ <!-- XBUT: Title for the interoperability onboarding Settings-Button if no network is available --> <string name="interoperability_onboarding_list_button_title_no_network">"Open Device Settings"</string> + <!-- XHED: Title for the dialog on test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_dialog_title"></string> + <!-- XTXT: Message for the dialog on test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_dialog_message"></string> + <!-- XBUT: Positive button for the dialog on test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_dialog_positive_button"></string> + <!-- XBUT: Negative button for the dialog on test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_dialog_negative_button"></string> + <!-- XBUT: Abort button for test result positive no consent screen --> + <string name="submission_test_result_positive_no_consent_button_abort"></string> + </resources> -- GitLab