summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/values
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-02-24 18:29:35 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-02-27 12:15:21 +0000
commit57f19f079dd220bfe32fbac97542d5e6cbe76b91 (patch)
tree806e7d6c2d69f4863caae33c97dcb429e0d2dfdd /android/src/main/res/values
parent7d69d3bd423a4dc6b71f972040bd1c7830b1b9c3 (diff)
downloadmullvadvpn-57f19f079dd220bfe32fbac97542d5e6cbe76b91.tar.xz
mullvadvpn-57f19f079dd220bfe32fbac97542d5e6cbe76b91.zip
Show critical error message in notification
Diffstat (limited to 'android/src/main/res/values')
-rw-r--r--android/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index f34ef41a9b..4294c0f868 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -5,6 +5,8 @@
<string name="disconnecting">Disconnecting</string>
<string name="secured">Secured</string>
<string name="unsecured">Unsecured</string>
+ <string name="critical_error">Critical error (your attention is
+ required)</string>
<string name="blocking_all_connections">Blocking all
connections</string>
<string name="foreground_notification_channel_name">VPN tunnel
@@ -89,6 +91,7 @@
<string name="connect">Secure my connection</string>
<string name="cancel">Cancel</string>
<string name="disconnect">Disconnect</string>
+ <string name="dismiss">Dismiss</string>
<string name="switch_location">Switch location</string>
<string name="wireguard">WireGuard</string>
<string name="tcp">TCP</string>