diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-01 21:24:09 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-01 21:24:09 +0100 |
commit | a484bf584f4163c8a0a1260e81d598fdec87ff3b (patch) | |
tree | d6895488aafed08ef1c178a3b7713024edc02635 /app/src/main/res/values/strings.xml | |
parent | b0d9079811b08b95dd623d94c1d4338f28597d4c (diff) |
Add trackers UI
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7433080..14ccb6f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -52,6 +52,15 @@ <string name="location_hint_latitude">Latitude</string> <string name="location_input_error">Invalid coordinates</string> + <!-- Trackers --> + <string name="trackers_title">Manage and block</string> + <string name="trackers_info">See tracker usage and which trackers are present in your apps.</string> + <string name="trackers_count_label">%d trackers</string> + <string name="trackers_period_day">24 hours</string> + <string name="trackers_period_month">past month</string> + <string name="trackers_period_year">past year</string> + <string name="trackers_applist_title">Block trackers on each app</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> |