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 c358b842282ab05a661961941cc06a58e758aab7..5c3fca69974e3af40f4dc192f67351442c4270bf 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -1974,4 +1974,22 @@ <string name="trace_location_organiser_poster_share">"Teilen"</string> <!-- XHED: Trace location poster title --> <string name="trace_location_organiser_poster_title">"Druckversion"</string> + <!-- XHED: Trace location check-ins consent screen title --> + <string name="trace_location_attendee_consent_title">Check-ins für diese Orte teilen?</string> + <!-- XTXT: Trace location check-ins consent screen header description --> + <string name="trace_location_attendee_consent_header_description">Teilen Sie Ihre Check-ins, um andere zu warnen, die in Ihrer Nähe waren. Ihre Identität bleibt geheim.</string> + <!-- XBUT: Trace location check-ins consent screen header button --> + <string name="trace_location_attendee_consent_header_button">Alle auswählen</string> + <!-- XBUT: Trace location check-ins consent screen continue button --> + <string name="trace_location_attendee_consent_continue">Weiter</string> + <!-- XBUT: Trace location check-ins consent screen skip button --> + <string name="trace_location_attendee_consent_skip">Überspringen</string> + <!-- XHED: Trace location check-ins consent screen dialog title --> + <string name="trace_location_attendee_consent_dialog_title">Sind Sie sicher, dass Sie Ihre Check-Ins nicht teilen wollen?</string> + <!-- XTXT: Trace location check-ins consent screen dialog message --> + <string name="trace_location_attendee_consent_dialog_message">Dadurch werden andere, die in Ihrer Nähe waren, nicht gewarnt.</string> + <!-- XBUT: Trace location check-ins consent screen dialog positive button --> + <string name="trace_location_attendee_consent_dialog_positive_button">Teilen</string> + <!-- XBUT: Trace location check-ins consent screen dialog negative button --> + <string name="trace_location_attendee_consent_dialog_negative_button">Nicht teilen</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 e0807b1c6307c8bdde5dd01e7ff09264471a36d2..f96f8f788b3010ad1ac432dc71812f7afc4350c1 100644 --- a/Corona-Warn-App/src/main/res/values/strings.xml +++ b/Corona-Warn-App/src/main/res/values/strings.xml @@ -1982,4 +1982,22 @@ <string name="trace_location_organiser_poster_share">"Share"</string> <!-- XHED: Trace location poster title --> <string name="trace_location_organiser_poster_title">"Print Version"</string> + <!-- XHED: Trace location check-ins consent screen title --> + <string name="trace_location_attendee_consent_title">Check-ins für diese Orte teilen?</string> + <!-- XTXT: Trace location check-ins consent screen header description --> + <string name="trace_location_attendee_consent_header_description">Teilen Sie Ihre Check-ins, um andere zu warnen, die in Ihrer Nähe waren. Ihre Identität bleibt geheim.</string> + <!-- XBUT: Trace location check-ins consent screen header button --> + <string name="trace_location_attendee_consent_header_button">Alle auswählen</string> + <!-- XBUT: Trace location check-ins consent screen continue button --> + <string name="trace_location_attendee_consent_continue">Weiter</string> + <!-- XBUT: Trace location check-ins consent screen skip button --> + <string name="trace_location_attendee_consent_skip">Überspringen</string> + <!-- XHED: Trace location check-ins consent screen dialog title --> + <string name="trace_location_attendee_consent_dialog_title">Sind Sie sicher, dass Sie Ihre Check-Ins nicht teilen wollen?</string> + <!-- XTXT: Trace location check-ins consent screen dialog message --> + <string name="trace_location_attendee_consent_dialog_message">Dadurch werden andere, die in Ihrer Nähe waren, nicht gewarnt.</string> + <!-- XBUT: Trace location check-ins consent screen dialog positive button --> + <string name="trace_location_attendee_consent_dialog_positive_button">Teilen</string> + <!-- XBUT: Trace location check-ins consent screen dialog negative button --> + <string name="trace_location_attendee_consent_dialog_negative_button">Nicht teilen</string> </resources> \ No newline at end of file