diff options
| -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 "" |
