diff options
| author | Oliver <oliver@mohlin.dev> | 2025-01-21 09:11:41 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-01-22 13:12:43 +0100 |
| commit | c6f149c3be49a4ddebb6fb0304c68a9967038ab5 (patch) | |
| tree | b3d62d6ae4fc1bbe5b42e6ca33117b739a6d37df | |
| parent | ec71fd6d88a9f8a00e121cbd0b4d0c2943b9c17b (diff) | |
| download | mullvadvpn-c6f149c3be49a4ddebb6fb0304c68a9967038ab5.tar.xz mullvadvpn-c6f149c3be49a4ddebb6fb0304c68a9967038ab5.zip | |
Update translations
| -rw-r--r-- | desktop/packages/mullvad-vpn/locales/messages.pot | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/locales/messages.pot b/desktop/packages/mullvad-vpn/locales/messages.pot index 6855ce4408..dd5747d6ad 100644 --- a/desktop/packages/mullvad-vpn/locales/messages.pot +++ b/desktop/packages/mullvad-vpn/locales/messages.pot @@ -317,8 +317,11 @@ msgctxt "accessibility" msgid "Expand %(location)s" msgstr "" +#. This is used by screenreaders to communicate the "x" button next to a saved account number. +#. Available placeholders: +#. %(accountNumber)s - the account number to the left of the button msgctxt "accessibility" -msgid "Forget %(accountNumber)s" +msgid "Forget account number %(accountNumber)s" msgstr "" #. Provided to accessibility tools such as screenreaders to describe @@ -336,6 +339,13 @@ msgctxt "accessibility" msgid "Login" msgstr "" +#. This is used by screenreaders to communicate logging in with a saved account number. +#. Available placeholders: +#. %(accountNumber)s - the saved account number +msgctxt "accessibility" +msgid "Login with account number %(accountNumber)s" +msgstr "" + msgctxt "accessibility" msgid "More information" msgstr "" |
