diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-05 11:20:01 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-05 11:20:01 +0100 |
commit | 2d210ca863561ac68445e588d1405d9847716347 (patch) | |
tree | 2601b2a04c391d704c2473e629030b3c4c730636 /app/src/main/res/values/strings.xml | |
parent | a484bf584f4163c8a0a1260e81d598fdec87ff3b (diff) |
Embed trackerfilter aar, ui fixes.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 14ccb6f..17d5e12 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -61,6 +61,10 @@ <string name="trackers_period_year">past year</string> <string name="trackers_applist_title">Block trackers on each app</string> + <!-- App Trackers --> + <!--string name="apptrackers_block_all_toggle">Activate trackers blocking : </string--> + <string name="apptrackers_no_trackers_yet">Trackers will appear as they are they start tracking you.</string> + <!-- --> <string name="quick_protection_info">Quick protection enables these settings when turned on</string> <string name="quick_protection_settings_list"> - All trackers are turned off.\n- Your geolocation will be faked.\n- Your real IP address will be hidden.</string> |