diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c1f15f0..a08961b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ <resources> - <string name="app_name">Advanced Privacy</string> + <string name="app_name" translatable="false">Advanced Privacy</string> <!-- Commons --> <string name="dummy_system_app_label">System</string> @@ -11,7 +11,7 @@ <string name="close">Close</string> <!-- Dashboard --> - <string name="dashboard_title">@string/app_name</string> + <string name="dashboard_title" translatable="false">@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> @@ -127,22 +127,22 @@ <string name="app_widget_description">This is an app widget description</string> <!-- Widget --> - <string name="widget_title">@string/app_name</string> + <string name="widget_title" translatable="false">@string/app_name</string> <string name="widget_state_title_on">Your online privacy is protected</string> <string name="widget_state_title_off">Your online privacy is unprotected</string> <string name="widget_state_title_custom">Custom privacy settings applied</string> - <string name="widget_state_trackers_label">@string/dashboard_state_trackers_label</string> - <string name="widget_state_trackers_off">@string/dashboard_state_trackers_off</string> - <string name="widget_state_trackers_on">@string/dashboard_state_trackers_on</string> - <string name="widget_state_geolocation_label">@string/dashboard_state_geolocation_label</string> - <string name="widget_state_geolocation_off">@string/dashboard_state_geolocation_off</string> - <string name="widget_state_geolocation_on">@string/dashboard_state_geolocation_on</string> - <string name="widget_state_ipaddress_label">@string/dashboard_state_ipaddress_label</string> - <string name="widget_state_ipaddress_off">@string/dashboard_state_ipaddress_off</string> - <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_state_trackers_label" translatable="false">@string/dashboard_state_trackers_label</string> + <string name="widget_state_trackers_off" translatable="false">@string/dashboard_state_trackers_off</string> + <string name="widget_state_trackers_on" translatable="false">@string/dashboard_state_trackers_on</string> + <string name="widget_state_geolocation_label" translatable="false">@string/dashboard_state_geolocation_label</string> + <string name="widget_state_geolocation_off" translatable="false">@string/dashboard_state_geolocation_off</string> + <string name="widget_state_geolocation_on" translatable="false">@string/dashboard_state_geolocation_on</string> + <string name="widget_state_ipaddress_label" translatable="false">@string/dashboard_state_ipaddress_label</string> + <string name="widget_state_ipaddress_off" translatable="false">@string/dashboard_state_ipaddress_off</string> + <string name="widget_state_ipaddress_on" translatable="false">@string/dashboard_state_ipaddress_on</string> + <string name="widget_graph_trackers_legend" translatable="false">@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 +</resources> |