diff options
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 8 | ||||
| -rw-r--r-- | gui/locales/messages.pot | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 5e9a768c8b..b9c935a9cc 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -184,4 +184,12 @@ <string name="failed_to_remove_device">Failed to remove device</string> <string name="changes_dialog_subtitle">Changes in this version:</string> <string name="changes_dialog_dismiss_button">Got it!</string> + <string name="always_on_vpn_error_notification_title">Always-on VPN assigned to other + app</string> + <string name="always_on_vpn_error_notification_content"> + <![CDATA[Unable to start tunnel connection. Please disable Always-on VPN for <b>%s</b> before + using Mullvad VPN.]]></string> + <string name="vpn_permission_error_notification_title">VPN permission error</string> + <string name="vpn_permission_error_notification_message">Always-on might be enabled for another + app</string> </resources> diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 62e195a631..1ed2f4ed1f 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -1536,6 +1536,12 @@ msgstr "" msgid "All applications" msgstr "" +msgid "Always-on VPN assigned to other app" +msgstr "" + +msgid "Always-on VPN might be enabled for another app" +msgstr "" + msgid "Blocking all connections" msgstr "" @@ -1626,12 +1632,18 @@ msgstr "" msgid "Toggle VPN" msgstr "" +msgid "Unable to start tunnel connection. Please disable Always-on VPN for <b>%s</b> before using Mullvad VPN." +msgstr "" + msgid "Unsecured" msgstr "" msgid "Update available, download to remain safe." msgstr "" +msgid "VPN permission error" +msgstr "" + msgid "VPN permission was denied when creating the tunnel. Please try connecting again." msgstr "" |
