-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into sam/update-vpn-waitlist-active-user-pixel
* main: Update Autofill Logins copy (#2246) Remove the reconnect/disconnect logic from the connection tester (#2272) Remove the Fastlane notes file temporarily (#2270) remove QR code from save recovery PDF view (#2271)
- Loading branch information
Showing
7 changed files
with
77 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"action.title.add" = "Add"; | ||
|
||
/* Autofill Logins menu item opening the login list */ | ||
"action.title.autofill.logins" = "Logins"; | ||
"action.title.autofill.logins" = "Passwords"; | ||
|
||
/* Confirmation of Add to Bookmarks action in Add All Open Tabs to Bookmarks alert */ | ||
"action.title.bookmark" = "Bookmark"; | ||
|
@@ -455,16 +455,16 @@ | |
"autofill.keep-enabled.alert.message" = "You can disable this at any time in Settings."; | ||
|
||
/* Title for alert when asking the user if they want to keep using autofill */ | ||
"autofill.keep-enabled.alert.title" = "Do you want to keep saving Logins?"; | ||
"autofill.keep-enabled.alert.title" = "Do you want to keep saving passwords?"; | ||
|
||
/* Button displayed after saving/updating an autofill login that takes the user to the saved login */ | ||
"autofill.login-save-action-button.toast" = "View"; | ||
|
||
/* Message displayed after saving an autofill login */ | ||
"autofill.login-saved.toast" = "Login saved"; | ||
"autofill.login-saved.toast" = "Password saved"; | ||
|
||
/* Message displayed after updating an autofill login */ | ||
"autofill.login-updated.toast" = "Login updated"; | ||
"autofill.login-updated.toast" = "Password updated"; | ||
|
||
/* Menu item text for copying autofill login details */ | ||
"autofill.logins.copy-prompt" = "Copy %@"; | ||
|
@@ -485,19 +485,19 @@ | |
"autofill.logins.details.address" = "Website URL"; | ||
|
||
/* Title for autofill login details */ | ||
"autofill.logins.details.default-title" = "Login"; | ||
"autofill.logins.details.default-title" = "Password"; | ||
|
||
/* Delete button when deleting an autofill login */ | ||
"autofill.logins.details.delete" = "Delete Login"; | ||
"autofill.logins.details.delete" = "Delete Password"; | ||
|
||
/* Autofill alert button confirming delete autofill login */ | ||
"autofill.logins.details.delete-confirmation.button" = "Delete Login"; | ||
"autofill.logins.details.delete-confirmation.button" = "Delete Password"; | ||
|
||
/* Title of confirmation alert when deleting an autofill login */ | ||
"autofill.logins.details.delete-confirmation.title" = "Are you sure you want to delete this Login?"; | ||
"autofill.logins.details.delete-confirmation.title" = "Are you sure you want to delete this password?"; | ||
|
||
/* Title when editing autofill login details */ | ||
"autofill.logins.details.edit-title" = "Edit Login"; | ||
"autofill.logins.details.edit-title" = "Edit Password"; | ||
|
||
/* Placeholder for password field on autofill login details */ | ||
"autofill.logins.details.edit.password-placeholder" = "Password"; | ||
|
@@ -511,14 +511,14 @@ | |
/* Placeholder for userbane field on autofill login details */ | ||
"autofill.logins.details.edit.username-placeholder" = "[email protected]"; | ||
|
||
/* Message displaying when the login was last updated by */ | ||
"autofill.logins.details.last-updated" = "Login last updated %@"; | ||
/* Message displaying when the login was last updated */ | ||
"autofill.logins.details.last-updated" = "Last updated %@"; | ||
|
||
/* Login name label for login details on autofill */ | ||
"autofill.logins.details.login-name" = "Login Title"; | ||
"autofill.logins.details.login-name" = "Title"; | ||
|
||
/* Title when adding new autofill login */ | ||
"autofill.logins.details.new-title" = "Add Login"; | ||
"autofill.logins.details.new-title" = "Add password"; | ||
|
||
/* Notes label for login details on autofill */ | ||
"autofill.logins.details.notes" = "Notes"; | ||
|
@@ -533,37 +533,37 @@ | |
"autofill.logins.details.save-duplicate-alert.action" = "OK"; | ||
|
||
/* Message for alert when attempting to save a duplicate login */ | ||
"autofill.logins.details.save-duplicate-alert.message" = "You already have a login for this username and website."; | ||
"autofill.logins.details.save-duplicate-alert.message" = "You already have a password saved for this username and website."; | ||
|
||
/* Title for alert when attempting to save a duplicate login */ | ||
"autofill.logins.details.save-duplicate-alert.title" = "Duplicated Login"; | ||
"autofill.logins.details.save-duplicate-alert.title" = "Duplicate Password"; | ||
|
||
/* Username label for login details on autofill */ | ||
"autofill.logins.details.username" = "Username"; | ||
|
||
/* Subtitle for view displayed when autofill has no items */ | ||
"autofill.logins.empty-view.subtitle" = "Logins are stored securely on your device."; | ||
"autofill.logins.empty-view.subtitle" = "Passwords are stored securely on your device."; | ||
|
||
/* Title for view displayed when autofill has no items */ | ||
"autofill.logins.empty-view.title" = "No Logins saved yet"; | ||
"autofill.logins.empty-view.title" = "No passwords saved yet"; | ||
|
||
/* Cancel button for auth when opening login list */ | ||
"autofill.logins.list.auth.cancel" = "Cancel"; | ||
|
||
/* Reason for auth when opening login list */ | ||
"autofill.logins.list.auth.reason" = "Unlock device to access saved Logins"; | ||
"autofill.logins.list.auth.reason" = "Unlock device to access passwords"; | ||
|
||
/* Title for close navigation button */ | ||
"autofill.logins.list.close-title" = "Close"; | ||
|
||
/* Title for a toggle that enables autofill */ | ||
"autofill.logins.list.enable" = "Save and Autofill Logins"; | ||
"autofill.logins.list.enable" = "Save and autofill passwords"; | ||
|
||
/* Toast message when a login item is deleted */ | ||
"autofill.logins.list.login-deleted-message" = "Login for %@ deleted"; | ||
"autofill.logins.list.login-deleted-message" = "Password for %@ deleted"; | ||
|
||
/* Toast message when a login item without a title is deleted */ | ||
"autofill.logins.list.login-deleted-message-no-title" = "Login deleted"; | ||
"autofill.logins.list.login-deleted-message-no-title" = "Password deleted"; | ||
|
||
/* Title for a button that allows a user to reset their list of never saved sites */ | ||
"autofill.logins.list.never.saved" = "Reset Excluded Sites"; | ||
|
@@ -575,28 +575,28 @@ | |
"autofill.logins.list.never.saved.reset.action.confirm" = "Reset Excluded Sites"; | ||
|
||
/* Alert title */ | ||
"autofill.logins.list.never.saved.reset.action.title" = "If you reset excluded sites, you will be prompted to save your Login next time you sign in to any of these sites."; | ||
"autofill.logins.list.never.saved.reset.action.title" = "If you reset excluded sites, you will be prompted to save your password next time you sign in to any of these sites."; | ||
|
||
/* Placeholder for search field on autofill login listing */ | ||
"autofill.logins.list.search-placeholder" = "Search Logins"; | ||
"autofill.logins.list.search-placeholder" = "Search passwords"; | ||
|
||
/* Section title for group of suggested saved logins */ | ||
"autofill.logins.list.suggested" = "Suggested"; | ||
|
||
/* Title for screen listing autofill logins */ | ||
"autofill.logins.list.title" = "Logins"; | ||
"autofill.logins.list.title" = "Passwords"; | ||
|
||
/* Title for view displayed when autofill is locked on devices where a passcode has not been set */ | ||
"autofill.logins.no-auth.subtitle" = "A passcode is required to protect your Logins."; | ||
"autofill.logins.no-auth.subtitle" = "A passcode is required to protect your passwords."; | ||
|
||
/* Title for view displayed when autofill is locked on devices where a passcode has not been set */ | ||
"autofill.logins.no-auth.title" = "Secure your device to save Logins"; | ||
"autofill.logins.no-auth.title" = "Secure your device to save passwords"; | ||
|
||
/* Cancel button for auth during login prompt */ | ||
"autofill.logins.prompt.auth.cancel" = "Cancel"; | ||
|
||
/* Reason for auth during login prompt */ | ||
"autofill.logins.prompt.auth.reason" = "Unlock To Use Saved Login"; | ||
"autofill.logins.prompt.auth.reason" = "Unlock to use saved password"; | ||
|
||
/* Title for section of autofill logins that are an exact match to the current website */ | ||
"autofill.logins.prompt.exact.match.title" = "From this website"; | ||
|
@@ -620,7 +620,7 @@ | |
"autofill.logins.search.no-results.title" = "No Results"; | ||
|
||
/* Subtitle for prompt to use suggested strong password for creating a login */ | ||
"autofill.password-generation-prompt.subtitle" = "Passwords are stored securely on your device in the Logins menu."; | ||
"autofill.password-generation-prompt.subtitle" = "Passwords are stored securely on your device."; | ||
|
||
/* Title for prompt to use suggested strong password for creating a login */ | ||
"autofill.password-generation-prompt.title" = "Use a strong password from DuckDuckGo?"; | ||
|
@@ -665,7 +665,7 @@ | |
"autofill.save-login.never-prompt.CTA" = "Never Ask for This Site"; | ||
|
||
/* Message displayed on modal asking for the user to save the login for the first time */ | ||
"autofill.save-login.new-user.message" = "Passwords are stored securely on your device in the Logins menu."; | ||
"autofill.save-login.new-user.message" = "Passwords are stored securely on your device."; | ||
|
||
/* Title displayed on modal asking for the user to save the login for the first time */ | ||
"autofill.save-login.new-user.title" = "Do you want DuckDuckGo to save your password?"; | ||
|
@@ -674,7 +674,7 @@ | |
"autofill.save-login.not-now.CTA" = "Don’t Save"; | ||
|
||
/* Title displayed on modal asking for the user to save the login */ | ||
"autofill.save-login.title" = "Save Login?"; | ||
"autofill.save-login.title" = "Save Password?"; | ||
|
||
/* Confirm CTA displayed on modal asking for the user to save the password */ | ||
"autofill.save-password.save.CTA" = "Save Password"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.