diff options
| -rw-r--r-- | gui/locales/messages.pot | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 760070ae6c..6effa79b61 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -78,6 +78,9 @@ msgstr "" msgid "BLOCKED CONNECTION" msgstr "" +msgid "Blocking internet" +msgstr "" + msgid "Buy credit" msgstr "" @@ -102,6 +105,9 @@ msgstr "" msgid "Default" msgstr "" +msgid "Disable" +msgstr "" + msgid "Disconnect" msgstr "" @@ -173,6 +179,9 @@ msgstr "" msgid "UDP" msgstr "" +msgid "Unblock" +msgstr "" + msgid "UNSECURED CONNECTION" msgstr "" @@ -565,6 +574,14 @@ msgctxt "launch-view" msgid "Connecting to Mullvad system service..." msgstr "" +#. This is a warning message shown when the app is blocking the users +#. internet connection while logged out. +#. Available placeholder: +#. %(alwaysRequireVpnSettingsName)s - The translation of "Always require VPN" +msgctxt "login-view" +msgid "**%(alwaysRequireVpnSettingsName)s** is enabled. Disable it to unblock your connection." +msgstr "" + msgctxt "login-view" msgid "Account created" msgstr "" @@ -613,6 +630,12 @@ msgctxt "login-view" msgid "Login failed" msgstr "" +#. This is a warning message shown when the app is blocking the users +#. internet connection while logged out. +msgctxt "login-view" +msgid "Our kill switch is currently blocking your connection." +msgstr "" + msgctxt "login-view" msgid "Please wait" msgstr "" @@ -1374,9 +1397,6 @@ msgstr "" msgid "Blocking all connections" msgstr "" -msgid "Blocking internet" -msgstr "" - msgid "Copied Mullvad account number to clipboard" msgstr "" |
