From 894d26dad12c4736cde827232764ed5c8d77df4e Mon Sep 17 00:00:00 2001 From: devthejo Date: Tue, 8 Jul 2025 13:51:13 +0200 Subject: [PATCH] fix: message_permission_required --- android/app/src/main/res/values-fr/strings.xml | 6 ++++++ android/app/src/main/res/values/strings.xml | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 android/app/src/main/res/values-fr/strings.xml diff --git a/android/app/src/main/res/values-fr/strings.xml b/android/app/src/main/res/values-fr/strings.xml new file mode 100644 index 0000000..6910288 --- /dev/null +++ b/android/app/src/main/res/values-fr/strings.xml @@ -0,0 +1,6 @@ + + Alerte Secours + + + Alerte Secours nécessite la localisation en arrière-plan pour les alertes de proximité. + \ No newline at end of file diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 7ea76e7..d004aed 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -4,4 +4,7 @@ false automatic 1.0.0 + + + Alerte Secours nécessite la localisation en arrière-plan pour les alertes de proximité. \ No newline at end of file