mirror of
https://github.com/bitwarden/mobile
synced 2026-01-11 13:04:00 +00:00
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="AutoFillServiceSummary">
|
|
Assist with filling username and password fields in other apps and on the web.
|
|
</string>
|
|
<string name="AutoFillServiceDescription">
|
|
It can be difficult and insecure for users to switch between apps to copy/paste username and password information
|
|
from their Bitwarden vault.\n\nUsing this accessibility service allows Bitwarden to detect and read input fields on
|
|
your device\'s screen. Whenever Bitwarden detects a password field on the screen a notification will appear that allows
|
|
you to quickly access your Bitwarden vault and automatically fill (auto-fill) the correct login information into the
|
|
necessary fields.
|
|
</string>
|
|
<string name="MyVault">
|
|
My Vault
|
|
</string>
|
|
<string name="PasswordGenerator">
|
|
Password Generator
|
|
</string>
|
|
<string name="AutoFillTile">
|
|
Auto-fill
|
|
</string>
|
|
<string name="SelfHostedServerUrl">
|
|
Self-hosted server URL
|
|
</string>
|
|
<string name="ServerUrl">
|
|
Server URL
|
|
</string>
|
|
</resources>
|