diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-01-13 09:42:34 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-01-13 09:42:34 +0100 |
commit | 6ac6cfa81ee63300fb57318404b8def0164af144 (patch) | |
tree | 1561b07687c435465ad4316840131ad537da28d2 /app/src/main/res/values/strings.xml | |
parent | 10564e2605d03a23fcc1b3728502bd5ffd77cc74 (diff) |
Update some wodrings.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index cce1107..fe92d6d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -3,9 +3,10 @@ <!-- Dashboard --> <string name="dashboard_title">Quick Privacy</string> - <string name="dashboard_state_label_off">Your online privacy is not protected</string> - <string name="dashboard_state_label_on">Your online privacy is now protected!</string> - <string name="dashboard_change_state_explanations">Tap to enable your privacy preferences</string> + <string name="dashboard_state_subtitle_off">Your online privacy is not protected</string> + <string name="dashboard_state_subtitle_on">Your online privacy is now protected!</string> + <string name="dashboard_state_title_on">Tap to disable your privacy preferences</string> + <string name="dashboard_state_title_off">Tap to enable your privacy preferences</string> <string name="dashboard_state_trackers_label">Trackers:</string> <string name="dashboard_state_trackers_off">Vulnerable</string> <string name="dashboard_state_trackers_on">Denied</string> @@ -19,7 +20,7 @@ <string name="dashboard_graph_period">Last 24 hours</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_title">Manage trackers</string> <string name="dashboard_am_i_tracked_subtitle">%1$d app trackers, %2$d active trackers</string> <string name="dashboard_apps_permissions_title">Apps Permissions</string> <string name="dashboard_apps_permissions_subtitle">Manage your permissions</string> @@ -37,9 +38,9 @@ <string name="ipscrambling_real_ip_subtitle">I can be tracked by my IP address</string> <string name="ipscrambling_hide_ip_label">Hide IP address</string> <string name="ipscrambling_hide_ip_subtitle">I am anonymous on the internet</string> - <string name="ipscrambling_tor_disclaimer"><b>Note:</b> when active, this setting will slow down your Internet connectivity speed (uses Thor network).</string> + <string name="ipscrambling_tor_disclaimer"><b>Note:</b> when active, this setting will slow down your Internet connectivity speed (uses the Tor network).</string> <string name="ipscrambling_location_label">Force a country of origin:</string> - <string name="ipscrambling_any_location">Any country</string> + <string name="ipscrambling_any_location">Random country</string> <string name="ipscrambling_select_app">Apply this setting to all selected apps:</string> <!-- Location --> @@ -63,6 +64,7 @@ <!-- App Trackers --> <string name="apptrackers_block_all_toggle">Block trackers</string> + <string name="apptrackers_trackers_list_title">Opt for the trackers you want to activate/desactivate.</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> |