diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-12-13 14:29:49 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-12-21 13:49:06 +0100 |
| commit | e33a9a936e7be501e1da44b94cf5805bb8f3c824 (patch) | |
| tree | 0838e7b51d3d69b7a0640f3a7e53e1a5cf132d6d | |
| parent | c4f13e4cf5c9d11dbbf0a7e67959266c27a16038 (diff) | |
| download | mullvadvpn-e33a9a936e7be501e1da44b94cf5805bb8f3c824.tar.xz mullvadvpn-e33a9a936e7be501e1da44b94cf5805bb8f3c824.zip | |
Add kill switch info strings to messages.pot
| -rw-r--r-- | gui/locales/messages.pot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index f4d5af9325..56e3de490c 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -857,6 +857,10 @@ msgid "Enable to move the app around as a free-standing window." msgstr "" msgctxt "preferences-view" +msgid "Kill switch" +msgstr "" + +msgctxt "preferences-view" msgid "Launch app on start-up" msgstr "" @@ -885,6 +889,10 @@ msgid "Start minimized" msgstr "" msgctxt "preferences-view" +msgid "The app has a built in kill switch that is enabled by default and cannot be disabled. This is to prevent your traffic from leaking outside of the VPN tunnel if your network suddenly stops working or if the tunnel fails for any reason. Mullvad automatically protects your data until your connection is reestablished." +msgstr "" + +msgctxt "preferences-view" msgid "This option is unavailable while using a beta version." msgstr "" |
