diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c1f15f0..d5ffb0d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Advanced Privacy</string> - <!-- Commons --> <string name="dummy_system_app_label">System</string> <string name="graph_empty_message">Congratulations! No trackers are profiling you.</string> @@ -9,9 +9,7 @@ <string name="graph_subtitle">Tap on the bars for more information.</string> <string name="quickprivacy_disabled_message">Changes will only be effective when privacy protection toggle is enabled.</string> <string name="close">Close</string> - <!-- Dashboard --> - <string name="dashboard_title">@string/app_name</string> <string name="dashboard_state_title_on">Your online privacy is protected</string> <string name="dashboard_state_title_off">Your online privacy is unprotected</string> <string name="dashboard_state_title_custom">Custom privacy settings applied</string> @@ -29,7 +27,6 @@ <string name="dashboard_graph_trackers_legend">%s trackers have profiled you in the last 24 hours</string> <string name="dashboard_graph_leaking_app">View</string> <string name="dashboard_first_ipscrambling_activation">While your IP is faked, your internet speed is likely to be reduced.</string> - <string name="dashboard_am_i_tracked_title">Manage apps\' trackers</string> <string name="dashboard_am_i_tracked_subtitle">%1$d app trackers, %2$d allowed trackers</string> <string name="dashboard_apps_permissions_title">Manage apps\' permissions</string> @@ -41,7 +38,6 @@ <string name="dashboard_internet_activity_privacy_title">Manage my Internet address</string> <string name="dashboard_internet_activity_privacy_subtitle_off">Real IP address exposed</string> <string name="dashboard_internet_activity_privacy_subtitle_on">Real IP address hidden</string> - <!-- IpScrambling --> <string name="ipscrambling_title">Manage my internet address</string> <string name="ipscrambling_info">Your Internet address or IP address is the identifier assigned to your phone when connected to the Internet.\n\nManage my Internet address enables you to use a fake IP address instead of your real IP address. This way, your internet activity cannot be linked to your real IP address and to your device.</string> @@ -55,8 +51,6 @@ <string name="ipscrambling_select_app">Apply this setting to all selected applications:</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 --> <string name="location_title">Manage my location</string> <string name="location_info">Your location can reveal a lot about yourself or your activities.\n\nManage my location enables you to use a fake location instead of your real position. This way, your real location isn\'t shared with applications that might be snooping too much.</string> @@ -66,7 +60,6 @@ <string name="location_hint_longitude">Longitude</string> <string name="location_hint_latitude">Latitude</string> <string name="location_input_error">Invalid coordinates</string> - <!-- 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> @@ -79,7 +72,6 @@ <string name="trackers_graph_days_period_format">MMMM d - EEE</string> <string name="trackers_graph_months_period_format">MMMM yyyy</string> <string name="trackers_app_trackers_counts">%1$d blocked trackers out of %2$d, %3$d leaks</string> - <!-- 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/deactivate.</string> @@ -88,26 +80,21 @@ <string name="apptrackers_error_quickprivacy_disabled">Enable Quick Privacy to be able to activate/deactivate trackers.</string> <string name="apptrackers_trackers_count_summary">%1$d blocked trackers out of %2$d detected trackers, %3$d blocked leaks and %4$d allowed leaks.</string> <string name="apptrackers_error_no_app">App not installed.</string> - <!-- --> <string name="quick_protection_info">Quick protection enables these settings when turned on</string> <string name="quick_protection_settings_list"> - All trackers are turned off.\n- Your geolocation will be faked.\n- Your real IP address will be hidden.</string> <string name="learn_more">Learn more</string> - <string name="add_location">Add location</string> <string name="i_am_exposing">I am exposing my real IP address</string> <string name="ipscrambling_all_apps_scrambled">All apps use hidden IP</string> <string name="ipscrambling_only_selected_apps_scrambled">Only the following apps use hidden IP</string> - <string name="ipscrambling_is_starting">Tor is starting...</string> <string name="ipscrambling_is_stopping">Tor is stopping...</string> ipscrambling_any_location <string name="permission_control_info">Manage and control apps requesting various permissions.</string> - <string name="apps_allowed">%1$d of %2$d apps allowed</string> <string name="apps_access_to_permission">Apps which has access to %1$s permission</string> - <string name="real_location_mode">Real location mode</string> <string name="random_location_mode">Random location mode</string> <string name="fake_location_mode">Fake location mode</string> @@ -125,7 +112,6 @@ <string name="appwidget_text">EXAMPLE</string> <string name="add_widget">Add widget</string> <string name="app_widget_description">This is an app widget description</string> - <!-- Widget --> <string name="widget_title">@string/app_name</string> <string name="widget_state_title_on">Your online privacy is protected</string> @@ -142,7 +128,6 @@ <string name="widget_state_ipaddress_on">@string/dashboard_state_ipaddress_on</string> <string name="widget_graph_trackers_legend">@string/dashboard_graph_trackers_legend</string> <string name="widget_graph_view_trackers">View</string> - <string name="first_notification_title">Discover Advanced Privacy</string> <string name="first_notification_summary">Tap to find out how to easily block trackers, fake your location & hide your IP address.</string> </resources>
\ No newline at end of file |