diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-10-11 16:36:02 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-10-11 16:36:02 +0000 |
commit | 95e68cbbe748f81af1113753c5b99929e3db9ea2 (patch) | |
tree | 776b2e1fb3d5c16a48beb1c947eef887b2475db8 /app/src/main/res | |
parent | 41c0e48498979ec8310961e40c89aa6b3c0d8e0f (diff) |
epic18: Trackers control on standalone app (without Ipscrambling).
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fac1f75..ba3ba03 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -144,4 +144,9 @@ <string name="notifications_ipscrambling_title">Real IP hidden</string> <string name="notifications_ipscrambling_content">This could impact the functioning of some applications.</string> + <string name="notifications_tracker_channel_name">Tracker control flag</string> + <string name="notifications_tracker_channel_description">Highlight that the trackers are actually logged and blocked by Advanced Privacy</string> + <string name="notifications_tracker_title">Tracker control is on</string> + <string name="notifications_tracker_content">This could impact the functioning of some applications.</string> + </resources> |