From d908de9dfd6fda7a6a696e5476babc039494f4b9 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn <matthias.urhahn@sap.com> Date: Tue, 29 Sep 2020 12:49:03 +0200 Subject: [PATCH] Texts for error recovery notice (EXPOSUREAPP-1851) (#1254) --- Corona-Warn-App/src/main/res/values-de/strings.xml | 4 ++++ Corona-Warn-App/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 8 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 ae7bb3001..6d5db568d 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -1164,6 +1164,10 @@ <string name="errors_generic_button_negative">"Details"</string> <!-- XTXT: error dialog - text when no error description is available --> <string name="errors_generic_text_unknown_error_cause">"Ein unbekannter Fehler ist aufgetreten."</string> + <!-- XTXT: error dialog - text when a catastrophic error occured from which the app recovered automatically via data reset --> + <string name="errors_generic_text_catastrophic_error_recovery_via_reset">"Aufgrund eines technischen Problems wurde Ihre App zurückgesetzt. Das hat jedoch keine Auswirkungen auf die Verwendung der App. Sie werden weiterhin über Risiko-Begegnungen benachrichtigt und können andere warnen, falls Sie positiv auf COVID-19 getestet wurden."</string> + <!-- XTXT: error dialog - link for the details button in the catastrophic error recovery dialog --> + <string name="errors_generic_text_catastrophic_error_encryption_failure">"https://www.coronawarn.app/de/faq/#cause9002"</string> <!-- #################################### Just for Development diff --git a/Corona-Warn-App/src/main/res/values/strings.xml b/Corona-Warn-App/src/main/res/values/strings.xml index 43f203857..17123bc0b 100644 --- a/Corona-Warn-App/src/main/res/values/strings.xml +++ b/Corona-Warn-App/src/main/res/values/strings.xml @@ -1165,6 +1165,10 @@ <string name="errors_generic_button_negative">"Details"</string> <!-- XTXT: error dialog - text when no error description is available --> <string name="errors_generic_text_unknown_error_cause">"An unknown error occurred."</string> + <!-- XTXT: error dialog - text when a catastrophic error occured from which the app recovered automatically via data reset --> + <string name="errors_generic_text_catastrophic_error_recovery_via_reset">"Aufgrund eines technischen Problems wurde Ihre App zurückgesetzt. Das hat jedoch keine Auswirkungen auf die Verwendung der App. Sie werden weiterhin über Risiko-Begegnungen benachrichtigt und können andere warnen, falls Sie positiv auf COVID-19 getestet wurden."</string> + <!-- XTXT: error dialog - link for the details button in the catastrophic error recovery dialog --> + <string name="errors_generic_text_catastrophic_error_encryption_failure">"https://www.coronawarn.app/en/faq/#cause9002"</string> <!-- #################################### Just for Development -- GitLab