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 0c4ae7668caff00ec766332e525bd59046e4e802..f4507a9280444e7ba2e40323617e7054c213dd2c 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -853,6 +853,10 @@ <string name="submission_test_result_positive_steps_warning_others_body">"Teilen Sie Ihre Zufalls-IDs und warnen Sie andere.\nHelfen Sie, das Infektionsrisiko für andere genauer zu bestimmen, indem Sie auch angeben, wann eventuelle Corona-Symptome zum ersten Mal aufgetreten sind."</string> <!-- XBUT: positive test result : continue button --> <string name="submission_test_result_positive_continue_button">"Weiter"</string> + <!-- XBUT: positive test result : continue button with symptoms--> + <string name="submission_test_result_positive_continue_button_with_symptoms">"Weiter mit Symptom-Erfassung"</string> + <!-- XBUT: positive test result : continue button without symptoms --> + <string name="submission_test_result_positive_continue_button_wo_symptoms">"Weiter ohne Symptom-Erfassung"</string> <!-- XHED: Page headline for invalid test result screen --> <string name="submission_test_result_invalid_steps_invalid_heading">"Ihr Testergebnis"</string> <!-- YTXT: Body text for next steps section of invalid test result--> diff --git a/Corona-Warn-App/src/main/res/values/strings.xml b/Corona-Warn-App/src/main/res/values/strings.xml index b0e588f0273068c3a4dcca908a71f62adde7e473..262f138207e59518697cf4107aeffbd6c6c4976a 100644 --- a/Corona-Warn-App/src/main/res/values/strings.xml +++ b/Corona-Warn-App/src/main/res/values/strings.xml @@ -859,6 +859,10 @@ <string name="submission_test_result_positive_steps_warning_others_body">"Share your random IDs and warn others.\nHelp determine the risk of infection for others more accurately by also indicating when you first noticed any coronavirus symptoms."</string> <!-- XBUT: positive test result : continue button --> <string name="submission_test_result_positive_continue_button">"Next"</string> + <!-- XBUT: positive test result : continue button with symptoms--> + <string name="submission_test_result_positive_continue_button_with_symptoms">"Weiter mit Symptom-Erfassung"</string> + <!-- XBUT: positive test result : continue button without symptoms --> + <string name="submission_test_result_positive_continue_button_wo_symptoms">"Weiter ohne Symptom-Erfassung"</string> <!-- XHED: Page headline for invalid test result screen --> <string name="submission_test_result_invalid_steps_invalid_heading">"Your Test Result"</string> <!-- YTXT: Body text for next steps section of invalid test result-->