diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-12-21 07:51:06 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-12-21 07:51:06 +0000 |
commit | 224da0609f609494a9f9b9da65f1cd86d6198e05 (patch) | |
tree | a89be6d79df5bb8b96693763f526b54387d19700 /app/src/main/res | |
parent | cfa3e314f19b81d12694ca797f448b3966442958 (diff) |
6124: learn more button for trackers info
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 4d6e1f9..17f5e3b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -11,6 +11,10 @@ <string name="graph_legend_blocked">Blocked leaks</string> <string name="graph_legend_allowed">Allowed leaks</string> <string name="graph_subtitle">Tap on the bars for more information.</string> + + <string name="error_no_activity_view_url">No application to see webpages</string> + + <!-- Dashboard --> <string name="dashboard_title" translatable="false">@string/app_name</string> <string name="dashboard_state_title_on">Your online privacy is protected</string> @@ -70,6 +74,7 @@ <!-- Trackers --> <string name="trackers_title">Manage apps\' trackers</string> <string name="trackers_info">Trackers are pieces of code hidden in apps. They collect your data and follow your activity 24/7. See which trackers are active and block them all for best protection. As it could cause some applications to malfunction, you can choose specifically which trackers you want to block.</string> + <string name="trackers_info_more">Learn more</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> |