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