diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-04-14 11:43:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 11:43:57 +0200 |
commit | ec8bcae8fafa638e9e2e76ee041fa2db5bd292e6 (patch) | |
tree | 0aa4d7842c8d23cb365b9ed215a784cc2f4a2cda /app/src/main/res/values | |
parent | ef0cc9f047ace208115115786ecf66490061b4bb (diff) |
Improve Autofill enable UI and flaky browser list (#704)
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8637235b..7f22dc87 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -271,11 +271,15 @@ <string name="oreo_autofill_warning_publisher_warning_sign_description">Warning</string> <string name="oreo_autofill_warning_publisher_dataset_summary">Tap for details…</string> <string name="oreo_autofill_warning_publisher_dataset_title">Possible phishing attempt</string> - <string name="oreo_autofill_fill_and_save_support">Fill and save credentials</string> - <string name="oreo_autofill_fill_support">Fill credentials</string> - <string name="oreo_autofill_flaky_fill_support">Fill credentials (may require restarting the browser from time to time)</string> + <string name="oreo_autofill_general_fill_and_save_support">Fill and save credentials</string> + <string name="oreo_autofill_general_fill_support">Fill credentials</string> + <string name="oreo_autofill_password_fill_support">Fill passwords</string> + <string name="oreo_autofill_flaky_fill_support">Fill passwords (may require restarting the browser from time to time)</string> <string name="oreo_autofill_no_support">No support</string> <string name="oreo_autofill_preference_directory_structure">Password file organization</string> + <string name="oreo_autofill_enable_dialog_description">Password Store can offer to fill login forms and even save credentials you enter in apps or on websites.</string> + <string name="oreo_autofill_enable_dialog_instructions">To enable this feature, tap OK to go to Autofill settings. There, select Password Store from the list and confirm the confirmation prompt with OK.</string> + <string name="oreo_autofill_enable_dialog_installed_browsers">Autofill support with installed browsers:</string> <!-- Autofill --> <string name="autofill_description">Autofills password fields in apps. Only works for Android versions 4.3 and up. Does not rely on the clipboard for Android versions 5.0 and up.</string> |