diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2024-10-09 13:08:23 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-10-15 14:38:37 +0200 |
| commit | 57aa8880dcd2d739d852fee1fa60bdd49dec9f80 (patch) | |
| tree | 698af4176e8685c2ca8d2517fb16488df391ae32 /gui | |
| parent | 9e2e53486a66fd3ad83d5775b050041a29131652 (diff) | |
| download | mullvadvpn-57aa8880dcd2d739d852fee1fa60bdd49dec9f80.tar.xz mullvadvpn-57aa8880dcd2d739d852fee1fa60bdd49dec9f80.zip | |
Show create account confirm when user has account
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/locales/messages.pot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index a85ec843a2..1c746a90a5 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -2341,6 +2341,9 @@ msgstr "" msgid "Create" msgstr "" +msgid "Create new account" +msgstr "" + msgid "Create new list" msgstr "" @@ -2389,6 +2392,9 @@ msgstr "" msgid "Dismiss" msgstr "" +msgid "Do you want to create a new account?" +msgstr "" + msgid "Edit custom lists" msgstr "" @@ -2725,6 +2731,9 @@ msgstr "" msgid "YOU MIGHT BE LEAKING NETWORK TRAFFIC" msgstr "" +msgid "You already have a saved account number, by creating a new account the saved account number will be removed from this device. This cannot be undone." +msgstr "" + msgid "You are running an unsupported app version." msgstr "" |
