From 526b57adc6fa31868a20e9d2ab3bad040736045a Mon Sep 17 00:00:00 2001 From: jacquarg Date: Tue, 21 Oct 2025 10:40:45 +0200 Subject: [PATCH] feat:3701: add summary in settings, translate in de,es,fr,it --- notificationsreceiver/src/main/AndroidManifest.xml | 4 ++++ .../src/main/res/values-de/strings.xml | 6 ++++++ .../src/main/res/values-es/strings.xml | 6 ++++++ .../src/main/res/values-fr/strings.xml | 6 ++++++ .../src/main/res/values-it/strings.xml | 6 ++++++ notificationsreceiver/src/main/res/values/strings.xml | 10 ++++------ 6 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 notificationsreceiver/src/main/res/values-de/strings.xml create mode 100644 notificationsreceiver/src/main/res/values-es/strings.xml create mode 100644 notificationsreceiver/src/main/res/values-fr/strings.xml create mode 100644 notificationsreceiver/src/main/res/values-it/strings.xml diff --git a/notificationsreceiver/src/main/AndroidManifest.xml b/notificationsreceiver/src/main/AndroidManifest.xml index 061c927..7bff98c 100644 --- a/notificationsreceiver/src/main/AndroidManifest.xml +++ b/notificationsreceiver/src/main/AndroidManifest.xml @@ -25,6 +25,10 @@ android:name="com.android.settings.order" android:value="0" /> + + + Murena-Benachrichtigungen + Überprüfen Sie den Verlauf aller Benachrichtigungen von Murena und e Foundation. + Keine Benachrichtigungen empfangen + \ No newline at end of file diff --git a/notificationsreceiver/src/main/res/values-es/strings.xml b/notificationsreceiver/src/main/res/values-es/strings.xml new file mode 100644 index 0000000..6c617a1 --- /dev/null +++ b/notificationsreceiver/src/main/res/values-es/strings.xml @@ -0,0 +1,6 @@ + + + Notificaciones de Murena + Consulta el historial de todas las notificaciones de Murena y e Foundation. + No se han recibido notificaciones + \ No newline at end of file diff --git a/notificationsreceiver/src/main/res/values-fr/strings.xml b/notificationsreceiver/src/main/res/values-fr/strings.xml new file mode 100644 index 0000000..830d8b0 --- /dev/null +++ b/notificationsreceiver/src/main/res/values-fr/strings.xml @@ -0,0 +1,6 @@ + + + Notifications Murena + Consultez l’historique de toutes les notifications de Murena et e Foundation. + Notifications MurenaAucune notification reçue + \ No newline at end of file diff --git a/notificationsreceiver/src/main/res/values-it/strings.xml b/notificationsreceiver/src/main/res/values-it/strings.xml new file mode 100644 index 0000000..11dd1e6 --- /dev/null +++ b/notificationsreceiver/src/main/res/values-it/strings.xml @@ -0,0 +1,6 @@ + + + Notifiche Murena + Controlla la cronologia di tutte le notifiche di Murena e e Foundation. + Nessuna notifica ricevuta + \ No newline at end of file diff --git a/notificationsreceiver/src/main/res/values/strings.xml b/notificationsreceiver/src/main/res/values/strings.xml index 0e2196a..29039f1 100644 --- a/notificationsreceiver/src/main/res/values/strings.xml +++ b/notificationsreceiver/src/main/res/values/strings.xml @@ -16,17 +16,15 @@ --> - eOS Notifications Receiver + Murena Notifications + Check the history of all notifications from Murena and e Foundation. - eOS Broadcasting Notifications - /e/OS Notifications Receiver + @string/eos_settings_title OK - Murena Notifications + @string/eos_settings_title No notifications received OK - - Murena Notifications -- GitLab