diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-07-31 14:08:49 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-07-31 16:05:49 +0200 |
| commit | bf23a895205920f196601781e9590122ad5932aa (patch) | |
| tree | 1ed0ced2b38ae51d6bee58092b1ae6f3352225e7 | |
| parent | 5f01133c1f4875066bdb4f1030cdbd3ce079e597 (diff) | |
| download | mullvadvpn-bf23a895205920f196601781e9590122ad5932aa.tar.xz mullvadvpn-bf23a895205920f196601781e9590122ad5932aa.zip | |
Update texts
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 2 | ||||
| -rw-r--r-- | gui/locales/messages.pot | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index 367b635879..531a9b046b 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -383,4 +383,6 @@ <string name="delete_method_question">Delete method?</string> <string name="failed_to_set_current_test_error">Failed to set to current - API not reachable</string> <string name="failed_to_set_current_unknown_error">Failed to set to current - Unknown reason</string> + <string name="location_was_removed_from_list">%s was removed from \"%s\"</string> + <string name="create_custom_list_message">\"%s\" was created</string> </resources> diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 7aea156fb9..0b2154711f 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -2114,6 +2114,9 @@ msgstr "" msgid "%s was added to your account." msgstr "" +msgid "%s was removed from \"%s\"" +msgstr "" + msgid "1. After clicking on the <b>Go to VPN settings</b> button below, click on the cogwheel next to the <b>Mullvad VPN</b> name." msgstr "" @@ -2579,6 +2582,9 @@ msgstr "" msgid "You are running an unsupported app version." msgstr "" +msgid "\"%s\" was created" +msgstr "" + msgid "\"%s\" was deleted" msgstr "" |
