diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-09-23 08:05:37 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-09-23 08:05:37 +0000 |
commit | 50ffbbe6ce0164168443375a4e4797f7dca46be2 (patch) | |
tree | 38548878bead6f07139fb89d940daf13596a8ee0 /app/src/main/res/values/strings.xml | |
parent | 837e4ffac7d9d2c26e474e3c69847fac43e5d577 (diff) | |
parent | 227c31abea5fd56c7795f973c57729afbec3485b (diff) |
Merge branch '256-app_list_tooltip' into 'main'
256 : Add tooltip info about apps lists.
See merge request e/os/advanced-privacy!91
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8bcd998..79b2a98 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -51,7 +51,8 @@ <string name="ipscrambling_tor_disclaimer"><b>Note:</b> While this option is active, your Internet speed is likely to be significantly reduced.</string> <string name="ipscrambling_location_label">My internet activity must appear from:</string> <string name="ipscrambling_any_location">Random country</string> - <string name="ipscrambling_select_app">Apply this setting to all selected applications:</string> + <string name="ipscrambling_select_app">Apply this setting to all selected applications * :</string> + <string name="ipscrambling_app_list_infos">Only apps with internet permission are listed.</string> <string name="ipscrambling_error_quickprivacy_disabled">Enabled Quick Privacy to use functionalities</string> <string name="ipscrambling_warning_starting_long">Our scrambling IP service is taking time to launch. It can take a few minutes. Leaving the screen won\'t interrupt the process.</string> <!-- Location --> @@ -70,7 +71,9 @@ <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">Manage trackers used in applications:</string> + <string name="trackers_applist_title">Manage trackers used in applications * :</string> + <string name="trackers_applist_infos">@string/ipscrambling_app_list_infos</string> + <string name="trackers_graph_hours_period_format">HH:mm</string> <string name="trackers_graph_days_period_format">MMMM d - EEE</string> <string name="trackers_graph_months_period_format">MMMM yyyy</string> |