From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- browser/locales/en-US/browser/aboutLogins.ftl | 371 ++++++++++++++++++++++++++ 1 file changed, 371 insertions(+) create mode 100644 browser/locales/en-US/browser/aboutLogins.ftl (limited to 'browser/locales/en-US/browser/aboutLogins.ftl') diff --git a/browser/locales/en-US/browser/aboutLogins.ftl b/browser/locales/en-US/browser/aboutLogins.ftl new file mode 100644 index 0000000000..d2d0d1b899 --- /dev/null +++ b/browser/locales/en-US/browser/aboutLogins.ftl @@ -0,0 +1,371 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# NOTE: New strings should use the about-logins- prefix. + +about-logins-page-title = Logins & Passwords + +about-logins-login-filter = + .placeholder = Search Logins + .key = F + +create-new-login-button = + .title = Create new login + +fxaccounts-sign-in-text = Get your passwords on your other devices +fxaccounts-sign-in-sync-button = Sign in to sync +fxaccounts-avatar-button = + .title = Manage account + +## The ⋯ menu that is in the top corner of the page + +menu = + .title = Open menu +# This menuitem is only visible on Windows and macOS +about-logins-menu-menuitem-import-from-another-browser = Import from Another Browser… +about-logins-menu-menuitem-import-from-a-file = Import from a File… +about-logins-menu-menuitem-export-logins = Export Logins… +about-logins-menu-menuitem-remove-all-logins = Remove All Logins… +menu-menuitem-preferences = + { PLATFORM() -> + [windows] Options + *[other] Preferences + } +about-logins-menu-menuitem-help = Help + +## Login List + +login-list = + .aria-label = Logins matching search query +# Variables +# $count (number) - Number of logins +login-list-count = + { $count -> + [one] { $count } login + *[other] { $count } logins + } +# Variables +# $count (number) - Number of filtered logins +# $total (number) - Total number of logins +login-list-filtered-count = + { $total -> + [one] { $count } of { $total } login + *[other] { $count } of { $total } logins + } +login-list-sort-label-text = Sort by: +login-list-name-option = Name (A-Z) +login-list-name-reverse-option = Name (Z-A) +login-list-username-option = Username (A-Z) +login-list-username-reverse-option = Username (Z-A) +about-logins-login-list-alerts-option = Alerts +login-list-last-changed-option = Last Modified +login-list-last-used-option = Last Used +login-list-intro-title = No logins found +login-list-intro-description = When you save a password in { -brand-product-name }, it will show up here. +about-logins-login-list-empty-search-title = No logins found +about-logins-login-list-empty-search-description = There are no results matching your search. +login-list-item-title-new-login = New Login +login-list-item-subtitle-new-login = Enter your login credentials +login-list-item-subtitle-missing-username = (no username) +about-logins-list-item-breach-icon = + .title = Breached website +about-logins-list-item-vulnerable-password-icon = + .title = Vulnerable password +about-logins-list-section-breach = Breached websites +about-logins-list-section-vulnerable = Vulnerable passwords +about-logins-list-section-nothing = No alert +about-logins-list-section-today = Today +about-logins-list-section-yesterday = Yesterday +about-logins-list-section-week = Last 7 days + +## Introduction screen + +about-logins-login-intro-heading-logged-out2 = Looking for your saved logins? Turn on sync or import them. +about-logins-login-intro-heading-logged-in = No synced logins found. +login-intro-description = If you saved your logins to { -brand-product-name } on a different device, here’s how to get them here: +login-intro-instructions-fxa = Create or sign in to your { -fxaccount-brand-name(capitalization: "sentence") } on the device where your logins are saved. +login-intro-instructions-fxa-settings = Go to Settings > Sync > Turn on syncing… Select the Logins and passwords checkbox. +login-intro-instructions-fxa-passwords-help = Visit passwords support for more help. +about-logins-intro-browser-only-import = If your logins are saved in another browser, you can import them into { -brand-product-name } +about-logins-intro-import2 = If your logins are saved outside of { -brand-product-name }, you can import them from another browser or from a file + +## Login + +login-item-new-login-title = Create New Login +login-item-edit-button = Edit +about-logins-login-item-remove-button = Remove +login-item-origin-label = Website address +login-item-tooltip-message = Make sure this matches the exact address of the website where you log in. +login-item-origin = + .placeholder = https://www.example.com +login-item-username-label = Username +about-logins-login-item-username = + .placeholder = (no username) +login-item-copy-username-button-text = Copy +login-item-copied-username-button-text = Copied! +login-item-password-label = Password +login-item-password-reveal-checkbox = + .aria-label = Show password +login-item-copy-password-button-text = Copy +login-item-copied-password-button-text = Copied! +login-item-save-changes-button = Save Changes +login-item-save-new-button = Save +login-item-cancel-button = Cancel + +## The date is displayed in a timeline showing the password evolution. +## A label is displayed under the date to describe the type of change. +## (e.g. updated, created, etc.) + +# Variables +# $datetime (date) - Event date +login-item-timeline-point-date = { DATETIME($datetime, day: "numeric", month: "short", year: "numeric") } +login-item-timeline-action-created = Created +login-item-timeline-action-updated = Updated +login-item-timeline-action-used = Used + +## OS Authentication dialog + +about-logins-os-auth-dialog-caption = { -brand-full-name } + +## The macOS strings are preceded by the operating system with "Firefox is trying to " +## and includes subtitle of "Enter password for the user "xxx" to allow this." These +## notes are only valid for English. Please test in your respected locale. + +# This message can be seen when attempting to edit a login in about:logins on Windows. +about-logins-edit-login-os-auth-dialog-message-win = To edit your login, enter your Windows login credentials. This helps protect the security of your accounts. +# This message can be seen when attempting to edit a login in about:logins +# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here. +about-logins-edit-login-os-auth-dialog-message-macosx = edit the saved login + +# This message can be seen when attempting to reveal a password in about:logins on Windows. +about-logins-reveal-password-os-auth-dialog-message-win = To view your password, enter your Windows login credentials. This helps protect the security of your accounts. +# This message can be seen when attempting to reveal a password in about:logins +# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here. +about-logins-reveal-password-os-auth-dialog-message-macosx = reveal the saved password + +# This message can be seen when attempting to copy a password in about:logins on Windows. +about-logins-copy-password-os-auth-dialog-message-win = To copy your password, enter your Windows login credentials. This helps protect the security of your accounts. +# This message can be seen when attempting to copy a password in about:logins +# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here. +about-logins-copy-password-os-auth-dialog-message-macosx = copy the saved password + +# This message can be seen when attempting to export a password in about:logins on Windows. +about-logins-export-password-os-auth-dialog-message-win = To export your logins, enter your Windows login credentials. This helps protect the security of your accounts. +# This message can be seen when attempting to export a password in about:logins +# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here. +about-logins-export-password-os-auth-dialog-message-macosx = export saved logins and passwords + +## Primary Password notification + +about-logins-primary-password-notification-message = Please enter your Primary Password to view saved logins & passwords +master-password-reload-button = + .label = Log in + .accesskey = L + +## Dialogs + +confirmation-dialog-cancel-button = Cancel +confirmation-dialog-dismiss-button = + .title = Cancel + +about-logins-confirm-remove-dialog-title = Remove this login? +confirm-delete-dialog-message = This action cannot be undone. +about-logins-confirm-remove-dialog-confirm-button = Remove + +## Variables +## $count (number) - Number of items + +about-logins-confirm-remove-all-dialog-confirm-button-label = + { $count -> + [1] Remove + *[other] Remove All + } + +about-logins-confirm-remove-all-dialog-checkbox-label = + { $count -> + [1] Yes, remove this login + *[other] Yes, remove these logins + } + +about-logins-confirm-remove-all-dialog-title = + { $count -> + [one] Remove { $count } login? + *[other] Remove all { $count } logins? + } +about-logins-confirm-remove-all-dialog-message = + { $count -> + [1] This will remove the login you’ve saved to { -brand-short-name } and any breach alerts that appear here. You won’t be able to undo this action. + *[other] This will remove the logins you’ve saved to { -brand-short-name } and any breach alerts that appear here. You won’t be able to undo this action. + } + +about-logins-confirm-remove-all-sync-dialog-title = + { $count -> + [one] Remove { $count } login from all devices? + *[other] Remove all { $count } logins from all devices? + } +about-logins-confirm-remove-all-sync-dialog-message= + { $count -> + [1] This will remove the login you’ve saved to { -brand-short-name } on all devices synced to your { -fxaccount-brand-name }. This will also remove breach alerts that appear here. You won’t be able to undo this action. + *[other] This will remove all logins you’ve saved to { -brand-short-name } on all devices synced to your { -fxaccount-brand-name }. This will also remove breach alerts that appear here. You won’t be able to undo this action. + } + +## + +about-logins-confirm-export-dialog-title = Export logins and passwords +about-logins-confirm-export-dialog-message = Your passwords will be saved as readable text (e.g., BadP@ssw0rd) so anyone who can open the exported file can view them. +about-logins-confirm-export-dialog-confirm-button = Export… + +about-logins-alert-import-title = Import Complete +about-logins-alert-import-message = View detailed Import Summary + +confirm-discard-changes-dialog-title = Discard unsaved changes? +confirm-discard-changes-dialog-message = All unsaved changes will be lost. +confirm-discard-changes-dialog-confirm-button = Discard + +## Breach Alert notification + +about-logins-breach-alert-title = Website Breach +breach-alert-text = Passwords were leaked or stolen from this website since you last updated your login details. Change your password to protect your account. +about-logins-breach-alert-date = This breach occurred on { DATETIME($date, day: "numeric", month: "long", year: "numeric") } +# Variables: +# $hostname (String) - The hostname of the website associated with the login, e.g. "example.com" +about-logins-breach-alert-link = Go to { $hostname } + +## Vulnerable Password notification + +about-logins-vulnerable-alert-title = Vulnerable Password +about-logins-vulnerable-alert-text2 = This password has been used on another account that was likely in a data breach. Reusing credentials puts all your accounts at risk. Change this password. +# Variables: +# $hostname (String) - The hostname of the website associated with the login, e.g. "example.com" +about-logins-vulnerable-alert-link = Go to { $hostname } +about-logins-vulnerable-alert-learn-more-link = Learn more + +## Error Messages + +# This is an error message that appears when a user attempts to save +# a new login that is identical to an existing saved login. +# Variables: +# $loginTitle (String) - The title of the website associated with the login. +about-logins-error-message-duplicate-login-with-link = An entry for { $loginTitle } with that username already exists. Go to existing entry? + +# This is a generic error message. +about-logins-error-message-default = An error occurred while trying to save this password. + +## Login Export Dialog + +# Title of the file picker dialog +about-logins-export-file-picker-title = Export Logins File +# The default file name shown in the file picker when exporting saved logins. +# This must end in .csv +about-logins-export-file-picker-default-filename = logins.csv +about-logins-export-file-picker-export-button = Export +# A description for the .csv file format that may be shown as the file type +# filter by the operating system. +about-logins-export-file-picker-csv-filter-title = + { PLATFORM() -> + [macos] CSV Document + *[other] CSV File + } + +## Login Import Dialog + +# Title of the file picker dialog +about-logins-import-file-picker-title = Import Logins File +about-logins-import-file-picker-import-button = Import +# A description for the .csv file format that may be shown as the file type +# filter by the operating system. +about-logins-import-file-picker-csv-filter-title = + { PLATFORM() -> + [macos] CSV Document + *[other] CSV File + } +# A description for the .tsv file format that may be shown as the file type +# filter by the operating system. TSV is short for 'tab separated values'. +about-logins-import-file-picker-tsv-filter-title = + { PLATFORM() -> + [macos] TSV Document + *[other] TSV File + } + +## +## Variables: +## $count (number) - The number of affected elements + +about-logins-import-dialog-title = Import Complete +about-logins-import-dialog-items-added = + { $count -> + *[other] New logins added: { $count } + } + +about-logins-import-dialog-items-modified = + { $count -> + *[other] Existing logins updated: { $count } + } + +about-logins-import-dialog-items-no-change = + { $count -> + *[other] Duplicate logins found: { $count } (not imported) + } +about-logins-import-dialog-items-error = + { $count -> + *[other] Errors: { $count } (not imported) + } +about-logins-import-dialog-done = Done + +about-logins-import-dialog-error-title = Import Error +about-logins-import-dialog-error-conflicting-values-title = Multiple Conflicting Values for One Login +about-logins-import-dialog-error-conflicting-values-description = For example: multiple usernames, passwords, URLs, etc. for one login. +about-logins-import-dialog-error-file-format-title = File Format Issue +about-logins-import-dialog-error-file-format-description = Incorrect or missing column headers. Make sure the file includes columns for username, password and URL. +about-logins-import-dialog-error-file-permission-title = Unable to Read File +about-logins-import-dialog-error-file-permission-description = { -brand-short-name } does not have permission to read the file. Try changing the file permissions. +about-logins-import-dialog-error-unable-to-read-title = Unable to Parse File +about-logins-import-dialog-error-unable-to-read-description = Make sure you selected a CSV or TSV file. +about-logins-import-dialog-error-no-logins-imported = No logins have been imported +about-logins-import-dialog-error-learn-more = Learn more +about-logins-import-dialog-error-try-import-again = Try Import Again… +about-logins-import-dialog-error-cancel = Cancel + +about-logins-import-report-title = Import Summary +about-logins-import-report-description = Logins and passwords imported to { -brand-short-name }. + +# +# Variables: +# $number (number) - The number of the row +about-logins-import-report-row-index = Row { $number } +about-logins-import-report-row-description-no-change = Duplicate: Exact match of existing login +about-logins-import-report-row-description-modified = Existing login updated +about-logins-import-report-row-description-added = New login added +about-logins-import-report-row-description-error = Error: Missing field + +## +## Variables: +## $field (String) - The name of the field from the CSV file for example url, username or password + +about-logins-import-report-row-description-error-multiple-values = Error: Multiple values for { $field } +about-logins-import-report-row-description-error-missing-field = Error: Missing { $field } + +## +## Variables: +## $count (number) - The number of affected elements + +about-logins-import-report-added = + { $count -> + *[other]
{ $count }
New logins added
+ } +about-logins-import-report-modified = + { $count -> + *[other]
{ $count }
Existing logins updated
+ } +about-logins-import-report-no-change = + { $count -> + *[other]
{ $count }
Duplicate logins
(not imported)
+ } +about-logins-import-report-error = + { $count -> + *[other]
{ $count }
Errors
(not imported)
+ } + +## Logins import report page + +about-logins-import-report-page-title = Import Summary Report -- cgit v1.2.3