diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-12-01 14:47:47 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-12-03 12:02:46 +0100 |
| commit | 5e646f2ca5cd54092f7edc19be75bdfa74446e13 (patch) | |
| tree | 7ead7cffea497a9ab264fc28101c5d4ea94b6280 /gui/locales | |
| parent | 891a279b3ceb6d62ab059735fb8130826bcb1db2 (diff) | |
| download | mullvadvpn-5e646f2ca5cd54092f7edc19be75bdfa74446e13.tar.xz mullvadvpn-5e646f2ca5cd54092f7edc19be75bdfa74446e13.zip | |
Update translations
Diffstat (limited to 'gui/locales')
| -rw-r--r-- | gui/locales/messages.pot | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index e12f70db2b..eb403901d0 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -93,9 +93,6 @@ msgstr "" msgid "Connect" msgstr "" -msgid "COPIED TO CLIPBOARD!" -msgstr "" - msgid "CREATING SECURE CONNECTION" msgstr "" @@ -176,6 +173,12 @@ msgctxt "accessibility" msgid "Collapse %(location)s" msgstr "" +#. Provided to accessibility tools such as screenreaders to describe a button +#. which copies the account number to the clipboard. +msgctxt "accessibility" +msgid "Copy account number" +msgstr "" + msgctxt "accessibility" msgid "Expand %(location)s" msgstr "" @@ -184,6 +187,12 @@ msgctxt "accessibility" msgid "Forget %(accountToken)s" msgstr "" +#. Provided to accessibility tools such as screenreaders to describe +#. the button which obscures the account number. +msgctxt "accessibility" +msgid "Hide account number" +msgstr "" + #. This is used by screenreaders to communicate the login button. msgctxt "accessibility" msgid "Login" @@ -201,6 +210,12 @@ msgctxt "accessibility" msgid "Select location. Current location is %(location)s" msgstr "" +#. Provided to accessibility tools such as screenreaders to describe +#. the button which unobscures the account number. +msgctxt "accessibility" +msgid "Show account number" +msgstr "" + #. Title label in navigation bar msgctxt "account-view" msgid "Account" |
