From d6e66055d50a899f1b32eb677363aa4cdb3740f5 Mon Sep 17 00:00:00 2001 From: jacquarg Date: Fri, 26 Sep 2025 11:53:04 +0200 Subject: [PATCH] fix:3399: improve notification title. --- app/src/main/res/values-de/strings.xml | 4 ++-- app/src/main/res/values-es/strings.xml | 4 ++-- app/src/main/res/values-fr/strings.xml | 4 ++-- app/src/main/res/values-it/strings.xml | 2 +- app/src/main/res/values/strings.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 9bf65b79..318d6524 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -39,7 +39,7 @@ Breitengrad Ungültige Koordinaten App-Tracker verwalten - Deaktivieren Sie „Meine IP-Adresse verstecken“, um diese Einstellung zu ändern + Deaktivieren Sie „Benutze meine echte IP-Adresse“, um das Land zu ändern Meinen Standort verwalten Dein Standort kann sehr viel über dich und deine Aktivitäten verraten. \n @@ -209,7 +209,7 @@ nur diese Woche! Datenschutz-Verteidigungswert: /e/OS hat %s%% aller Tracking-Versuche auf meinem Smartphone diese Woche blockiert. - Advanced Privacy läuft + Tracker kürzlich erkannt %1$s-Datenleck an %2$s am %3$s blockiert %1$s-Datenleck an %2$s am %3$s zugelassen dd/MM/yyyy-HH:mm diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 89df91a8..ce18d1d9 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -15,7 +15,7 @@ Mi actividad en internet debe aparecer desde: País al azar Aplicar esta configuración a todas las aplicaciones seleccionadas * : - Desactiva \"Ocultar mi IP real\" para cambiar esta configuración + Desactiva \"Ocultar mi dirección IP real\" para cambiar el país Administrar mi ubicación Usar mi ubicación real Usar una ubicación aceptable al azar @@ -211,7 +211,7 @@ ¡solo esta semana! Puntuación de defensa de privacidad: /e/OS bloqueó %s%% de todos los intentos de rastreo en mi smartphone esta semana. - Advanced Privacy está en funcionamiento + Tracker detectado recientemente Fuga de datos de %1$s a %2$s bloqueada el %3$s Fuga de datos de %1$s a %2$s permitida el %3$s dd/MM/yyyy-HH:mm diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index c1edfef0..fa8f458c 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -44,7 +44,7 @@ Activer le contrôle des pisteurs Aucun pisteur n\'a été détecté pour l\'instant. Si de nouveaux pisteurs sont détectés, ils seront listés ici. Aucun pisteur n\'a été détecté pour l\'instant. Tous les futurs pisteurs seront bloqués. - Désactivez « Masquer mon adresse IP » pour modifier ce paramètre + Désactivez « Masquer ma vraie adresse IP » pour changer le pays Gérer ma position Utiliser ma vraie position Utiliser une position aléatoire plausible @@ -210,7 +210,7 @@ /e/OS a bloqué %s%% de toutes les tentatives de pistage sur mon smartphone cette semaine. Seules les applications avec l\'autorisation de localisation sont listées. Réinitialiser les applications - Advanced Privacy est en cours d\'exécution + Pisteur détecté récemment Fuite de données de %1$s vers %2$s bloquée le %3$s Fuite de données de %1$s vers %2$s autorisée le %3$s dd/MM/yyyy-HH:mm diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index f651d27d..fe039071 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -17,7 +17,7 @@ La mia attività Internet deve apparire come provenisse da: Una nazione a caso Applica questa impostazione a tutte le app selezionate * : - Disattiva \"Nascondi IP\" per modificare questa impostazione + Disattiva \"Nascondi l\'indirizzo IP reale\" per cambiare il paese Gestisci la posizione Usa la posizione reale Usa una posizione a caso plausibile diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 708590e7..e3a494f3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -94,7 +94,7 @@ Only apps with Internet permission are listed. Please disable the 3rd-party VPN %s in order for Advanced Privacy to hide your real IP address. Our scrambling IP service is taking time to launch. It can take a few minutes. Leaving the screen won\'t interrupt the process. - Switch off \"hide my real IP address\" to change this setting + Switch off \"Hide IP address\" to change the country Manage my location @@ -288,7 +288,7 @@ This could impact the functioning of some applications. Weekly Report A weekly notification showing a summary of the trackers, highlighting any changes and updates in them. - Advanced Privacy is running + Tracker recently detected Blocked %1$s leak to %2$s on %3$s Allowed %1$s leak to %2$s on %3$s dd/MM/yyyy-HH:mm -- GitLab