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 | e9ff3ff4bc573807004d31d9f1ab0a2364156125 (patch) | |
tree | c211cec8613e1ba3905698656a3ba0d3a6ea49a2 /app/src/main/res/values | |
parent | 6265efaf3155658bd9c2a6e009fb25dc438b5258 (diff) | |
parent | 224da0609f609494a9f9b9da65f1cd86d6198e05 (diff) |
Merge branch '6124-read_more_on_trackers' into 'main'
6124: learn more button for trackers info
See merge request e/os/advanced-privacy!110
Diffstat (limited to 'app/src/main/res/values')
-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 b29bbca..6cb0b5b 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> |