summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-12-20 16:26:11 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-12-20 16:26:11 +0000
commit6265efaf3155658bd9c2a6e009fb25dc438b5258 (patch)
tree153a4be153049e09762482c124695ec776f032ae /app/src/main/res/values
parentcfa3e314f19b81d12694ca797f448b3966442958 (diff)
parent3e73c61bc85afdd4a6253d76344d5da581ba14f7 (diff)
Merge branch '5538-notifications_for_fake_loc_ipscrambling' into 'main'
5538 notifications for fake loc ipscrambling See merge request e/os/advanced-privacy!109
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4d6e1f9..b29bbca 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -102,6 +102,7 @@
<string name="warningdialog_ipscrambling_message">This option uses the TOR network to hide your real IP address. Only use it for specific applications. While your IP is faked, your Internet speed is likely to be reduced.\n<b>Important:</b> we advise disabling this feature for email services as your address may end into permanent ban from your provider.</string>
<string name="warningdialog_ipscrambling_cta">I understand</string>
+
<!-- Widget -->
<string name="widget_title" translatable="false">@string/app_name</string>
<string name="widget_state_title_on">Your online privacy is protected</string>
@@ -119,6 +120,20 @@
<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>
+
+ <!-- Notifications -->
+ <string name="notifications_first_boot_channel_name">First Boot</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 &amp; hide your IP address.</string>
+ <string name="notifications_fake_location_channel_name">Fake location flag</string>
+ <string name="notifications_fake_location_channel_description">Highlight that location is currently faked by Advanced Privacy</string>
+
+ <string name="notifications_fake_location_title">Fake location is on</string>
+ <string name="notifications_fake_location_content">All apps using your location including your navigation app are now using this fake location.</string>
+
+ <string name="notifications_ipscrambling_channel_name">Hide my IP flag</string>
+ <string name="notifications_ipscrambling_channel_description">Highlight that IP is currently hidden by Advanced Privacy</string>
+ <string name="notifications_ipscrambling_title">Real IP hidden</string>
+ <string name="notifications_ipscrambling_content">This could impact the functioning of some applications.</string>
+
</resources>