diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-11-18 07:21:49 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-11-18 07:21:49 +0000 |
commit | 2ee502ad3dbfd42c09a88212f5bd179fc531e2e6 (patch) | |
tree | 1b81bc5228aa8c722ca8df289cd9f93c2104522f /app/src/main/res/values-it | |
parent | 82e1bee1454fe5f8bc6653344da76b35f1d3d8a3 (diff) |
568: individuals buttons to activate trackers control, fake location and Hide my ip
Diffstat (limited to 'app/src/main/res/values-it')
-rw-r--r-- | app/src/main/res/values-it/strings.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 9f8d02d..316aa4f 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="dashboard_state_title_off">La tua privacy online non รจ protetta</string> - <string name="dashboard_state_trackers_label">Tracker:</string> + <string name="dashboard_state_trackers_label">Tracker</string> <string name="dashboard_state_trackers_off">Vulnerabile</string> <string name="dashboard_state_trackers_on">Negato</string> - <string name="dashboard_state_geolocation_label">Posizione:</string> + <string name="dashboard_state_geolocation_label">Posizione</string> <string name="dashboard_state_geolocation_off">Esposta</string> <string name="dashboard_state_geolocation_on">Fasulla</string> - <string name="dashboard_state_ipaddress_label">Indirizzo IP reale:</string> + <string name="dashboard_state_ipaddress_label">Indirizzo IP reale</string> <string name="dashboard_state_ipaddress_off">Esposto</string> <string name="dashboard_state_ipaddress_on">Nascosto</string> <string name="dashboard_graph_label">Fuga di dati personali:</string> @@ -110,7 +110,6 @@ <string name="dashboard_graph_leaking_app">Guarda</string> <string name="dashboard_state_title_custom">Impostazioni della privacy personalizzate applicate</string> <string name="close">Chiudi</string> - <string name="quickprivacy_disabled_message">I cambiamenti avranno efficacia solo dopo l\'abilitazione del pulsante protezione privacy.</string> <string name="graph_subtitle">Tocca le barre per maggiori informazioni.</string> <string name="graph_legend_allowed">Perdite di dati ammesse</string> <string name="graph_legend_blocked">Perdite di dati bloccate</string> |