Merge pull request #1045 from Toadsta/copyURI

Copy URI to clipboard when using transfer entries
This commit is contained in:
Alexander Bakker 2022-12-04 17:00:12 +01:00 committed by GitHub
commit 927a27943b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 55 additions and 5 deletions

View file

@ -416,6 +416,9 @@
</plurals>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="copy_uri">Copy URI</string>
<string name="unable_to_copy_uri_to_clipboard">Unable to copy URI to clipboard</string>
<string name="uri_copied_to_clipboard">URI copied to clipboard</string>
<string name="transfer_entry">Transfer entry</string>
<string name="transfer_entry_description">Scan this QR code with the authenticator app you would like to transfer this entry to</string>
<string name="google_auth_compatible_transfer_description">Scan these QR codes with Aegis or Google Authenticator.\n\nDue to limitations of the Google Authenticator app, only TOTP &amp; HOTP tokens that use SHA1 and produce 6-digit codes are included</string>