diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-12 11:34:57 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-12 11:51:59 +0100 |
commit | 2ea0e99f1bcec61e1a94bb7c35605fca49c53d1c (patch) | |
tree | cb4acda9ccb676dd60eb7ab95d3769ff7796622c /app/src/main/res/values/strings.xml | |
parent | 95f0c8fb06bd1aa57702f56f2c736e9718597080 (diff) |
Integrate trackers module, small UI fixes
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 17d5e12..cce1107 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -17,7 +17,7 @@ <string name="dashboard_state_ipaddress_on">Hidden</string> <string name="dashboard_graph_label">Personal data leakage</string> <string name="dashboard_graph_period">Last 24 hours</string> - <string name="dashboard_graph_trackers_legend">%d Trackers</string> + <string name="dashboard_graph_trackers_legend">%s Trackers</string> <string name="dashboard_am_i_tracked_title">Am I tracked?</string> <string name="dashboard_am_i_tracked_subtitle">%1$d app trackers, %2$d active trackers</string> @@ -53,17 +53,18 @@ <string name="location_input_error">Invalid coordinates</string> <!-- Trackers --> - <string name="trackers_title">Manage and block</string> + <string name="trackers_title">Manage trackers</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="trackers_applist_title">Allow or deny trackers in apps</string> <!-- App Trackers --> - <!--string name="apptrackers_block_all_toggle">Activate trackers blocking : </string--> - <string name="apptrackers_no_trackers_yet">Trackers will appear as they are they start tracking you.</string> + <string name="apptrackers_block_all_toggle">Block trackers</string> + <string name="apptrackers_no_trackers_yet_block_off">No trackers were detected yet. If new trackers are detected they will be updated here.</string> + <string name="apptrackers_no_trackers_yet_block_on">No trackers were detected yet. All future trackers will be blocked.</string> <!-- --> <string name="quick_protection_info">Quick protection enables these settings when turned on</string> |