diff --git a/Corona-Warn-App/src/main/res/values/strings.xml b/Corona-Warn-App/src/main/res/values/strings.xml index 1c35898140e6f7444be7ea5029e88a10419489f0..270eea720af7f11959b098e15f77103d9391bf95 100644 --- a/Corona-Warn-App/src/main/res/values/strings.xml +++ b/Corona-Warn-App/src/main/res/values/strings.xml @@ -976,7 +976,11 @@ Business Error Messages ###################################### --> <!-- XTXT: error dialog - detailed text if device is offline --> - <string name="errors_no_network">Du bist nicht mit dem Internet verbunden.</string> + <string name="errors_no_network">Sie sind nicht mit dem Internet verbunden.</string> + <!-- XTXT: error dialog - detailed text if device has not enough device space --> + <string name="errors_not_enough_device_storage">Sie haben nicht genug Speicherplatz.</string> + <!-- XTXT: error dialog - detailed text if there is error with Google API --> + <string name="errors_communication_with_api">Fehler bei Kommunikation mit Google API.</string> <!-- #################################### Generic Error Messages