summaryrefslogtreecommitdiffstats
path: root/browser/locales/en-US
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /browser/locales/en-US
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/locales/en-US')
-rw-r--r--browser/locales/en-US/browser/confirmationHints.ftl1
-rw-r--r--browser/locales/en-US/browser/firefoxView.ftl28
-rw-r--r--browser/locales/en-US/browser/fxviewTabList.ftl26
-rw-r--r--browser/locales/en-US/browser/newtab/newtab.ftl1
-rw-r--r--browser/locales/en-US/browser/policies/policies-descriptions.ftl6
-rw-r--r--browser/locales/en-US/browser/preferences/connection.ftl3
-rw-r--r--browser/locales/en-US/browser/preferences/formAutofill.ftl12
-rw-r--r--browser/locales/en-US/browser/preferences/preferences.ftl5
-rw-r--r--browser/locales/en-US/browser/protectionsPanel.ftl44
-rw-r--r--browser/locales/en-US/browser/webProtocolHandler.ftl2
-rw-r--r--browser/locales/en-US/chrome/browser/downloads/downloads.properties4
11 files changed, 63 insertions, 69 deletions
diff --git a/browser/locales/en-US/browser/confirmationHints.ftl b/browser/locales/en-US/browser/confirmationHints.ftl
index f9b9f0264e..2da1e317cd 100644
--- a/browser/locales/en-US/browser/confirmationHints.ftl
+++ b/browser/locales/en-US/browser/confirmationHints.ftl
@@ -4,7 +4,6 @@
## Confirmation hints
-confirmation-hint-breakage-report-sent = Report sent. Thank you!
confirmation-hint-password-removed = Password removed!
confirmation-hint-page-bookmarked = Saved to bookmarks
confirmation-hint-password-created = Password saved
diff --git a/browser/locales/en-US/browser/firefoxView.ftl b/browser/locales/en-US/browser/firefoxView.ftl
index 2057066d49..a2a7f9aa73 100644
--- a/browser/locales/en-US/browser/firefoxView.ftl
+++ b/browser/locales/en-US/browser/firefoxView.ftl
@@ -12,6 +12,9 @@ menu-tools-firefox-view =
firefoxview-page-title = { -firefoxview-brand-name }
+firefoxview-page-heading =
+ .heading = { -firefoxview-brand-name }
+
firefoxview-page-label =
.label = { -firefoxview-brand-name }
@@ -292,3 +295,28 @@ firefoxview-recentlyclosed-empty-description-two = To find tabs from longer ago,
firefoxview-syncedtabs-device-notabs = No tabs open on this device
firefoxview-syncedtabs-connect-another-device = Connect another device
+
+firefoxview-pinned-tabs =
+ .title = Pinned Tabs
+
+firefoxview-tabs =
+ .title = Tabs
+
+## These tooltips will be displayed when hovering over a pinned tab on the Open Tabs page
+## Variables:
+## $tabTitle (string) - Title of pinned tab that will be opened when selected
+
+firefoxview-opentabs-pinned-tab =
+ .title = Switch to { $tabTitle }
+
+# This tooltip will be shown for a pinned tab whose URL is currently bookmarked.
+firefoxview-opentabs-bookmarked-pinned-tab =
+ .title = Switch to (Bookmarked) { $tabTitle }
+
+## These tooltips will be displayed when hovering over an unpinned Open Tab
+## Variables:
+## $url (string) - URL of tab that will be opened when selected
+
+# This tooltip will be shown for an unpinned tab whose URL is currently bookmarked.
+firefoxview-opentabs-bookmarked-tab =
+ .title = (Bookmarked) { $url }
diff --git a/browser/locales/en-US/browser/fxviewTabList.ftl b/browser/locales/en-US/browser/fxviewTabList.ftl
index 381234db50..73599c7a49 100644
--- a/browser/locales/en-US/browser/fxviewTabList.ftl
+++ b/browser/locales/en-US/browser/fxviewTabList.ftl
@@ -16,6 +16,11 @@ fxviewtabrow-tabs-list-tab =
.title = Open { $targetURI } in a new tab
# Variables:
+# $tabTitle (string) - Title of tab being closed
+fxviewtabrow-close-tab-button =
+ .title = Close { $tabTitle }
+
+# Variables:
# $tabTitle (string) - Title of tab being dismissed
fxviewtabrow-dismiss-tab-button =
.title = Dismiss { $tabTitle }
@@ -53,18 +58,23 @@ fxviewtabrow-move-tab-window = Move to New Window
.accesskey = W
fxviewtabrow-send-tab = Send Tab to Device
.accesskey = n
+fxviewtabrow-pin-tab = Pin Tab
+ .accesskey = P
+fxviewtabrow-unpin-tab = Unpin Tab
+ .accesskey = p
+fxviewtabrow-mute-tab = Mute Tab
+ .accesskey = M
+fxviewtabrow-unmute-tab = Unmute Tab
+ .accesskey = m
# Variables:
# $tabTitle (string) - Title of the tab to which the context menu is associated
fxviewtabrow-options-menu-button =
.title = Options for { $tabTitle }
-# Variables:
-# $tabTitle (string) - Title of tab being muted
-fxviewtabrow-mute-tab-button =
- .title = Mute { $tabTitle }
+## Strings below are to be used without context (tab title/URL) on mute/unmute buttons
-# Variables:
-# $tabTitle (string) - Title of tab being unmuted
-fxviewtabrow-unmute-tab-button =
- .title = Unmute { $tabTitle }
+fxviewtabrow-mute-tab-button-no-context =
+ .title = Mute tab
+fxviewtabrow-unmute-tab-button-no-context =
+ .title = Unmute tab
diff --git a/browser/locales/en-US/browser/newtab/newtab.ftl b/browser/locales/en-US/browser/newtab/newtab.ftl
index d4d72febda..256a8da576 100644
--- a/browser/locales/en-US/browser/newtab/newtab.ftl
+++ b/browser/locales/en-US/browser/newtab/newtab.ftl
@@ -46,6 +46,7 @@ newtab-topsites-add-search-engine-header = Add Search Engine
newtab-topsites-add-shortcut-header = New Shortcut
newtab-topsites-edit-topsites-header = Edit Top Site
newtab-topsites-edit-shortcut-header = Edit Shortcut
+newtab-topsites-add-shortcut-label = Add Shortcut
newtab-topsites-title-label = Title
newtab-topsites-title-input =
.placeholder = Enter a title
diff --git a/browser/locales/en-US/browser/policies/policies-descriptions.ftl b/browser/locales/en-US/browser/policies/policies-descriptions.ftl
index 6908dd5f9d..22c881c261 100644
--- a/browser/locales/en-US/browser/policies/policies-descriptions.ftl
+++ b/browser/locales/en-US/browser/policies/policies-descriptions.ftl
@@ -23,6 +23,10 @@ policy-AppUpdateURL = Set custom app update URL.
policy-Authentication = Configure integrated authentication for websites that support it.
+policy-AutofillAddressEnabled = Enable autofill for addresses.
+
+policy-AutofillCreditCardEnabled = Enable autofill for payment methods.
+
policy-AutoLaunchProtocolsFromOrigins = Define a list of external protocols that can be used from listed origins without prompting the user.
policy-BackgroundAppUpdate2 = Enable or disable the background updater.
@@ -41,6 +45,8 @@ policy-CaptivePortal = Enable or disable captive portal support.
policy-CertificatesDescription = Add certificates or use built-in certificates.
+policy-ContentAnalysis = Enable or disable connection to data-loss-prevention agent.
+
policy-Cookies = Allow or deny websites to set cookies.
# Containers in this context is referring to container tabs in Firefox.
diff --git a/browser/locales/en-US/browser/preferences/connection.ftl b/browser/locales/en-US/browser/preferences/connection.ftl
index cf66c983ac..236c252e4d 100644
--- a/browser/locales/en-US/browser/preferences/connection.ftl
+++ b/browser/locales/en-US/browser/preferences/connection.ftl
@@ -24,6 +24,9 @@ connection-proxy-option-no =
connection-proxy-option-system =
.label = Use system proxy settings
.accesskey = U
+connection-proxy-option-wpad =
+ .label = Use system Web Proxy Auto-Discovery setting
+ .accesskey = g
connection-proxy-option-auto =
.label = Auto-detect proxy settings for this network
.accesskey = w
diff --git a/browser/locales/en-US/browser/preferences/formAutofill.ftl b/browser/locales/en-US/browser/preferences/formAutofill.ftl
index 2324a3f197..123fa9bbbe 100644
--- a/browser/locales/en-US/browser/preferences/formAutofill.ftl
+++ b/browser/locales/en-US/browser/preferences/formAutofill.ftl
@@ -132,15 +132,3 @@ autofill-card-expires-month = Exp. Month
autofill-card-expires-year = Exp. Year
autofill-card-billing-address = Billing Address
autofill-card-network = Card Type
-
-## These are brand names and should only be translated when a locale-specific name for that brand is in common use
-
-autofill-card-network-amex = American Express
-autofill-card-network-cartebancaire = Carte Bancaire
-autofill-card-network-diners = Diners Club
-autofill-card-network-discover = Discover
-autofill-card-network-jcb = JCB
-autofill-card-network-mastercard = MasterCard
-autofill-card-network-mir = MIR
-autofill-card-network-unionpay = Union Pay
-autofill-card-network-visa = Visa
diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl
index f193689074..a3c382cac3 100644
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
@@ -287,7 +287,8 @@ preferences-web-appearance-choice-input-dark =
# This can appear when using windows HCM or "Override colors: always" without
# system colors.
-preferences-web-appearance-override-warning = Your color selections are overriding website appearance. <a data-l10n-name="colors-link">Manage colors</a>
+preferences-web-appearance-override-warning2 =
+ .message = Your color selections are overriding website appearance.
# This message contains one link. It can be moved within the sentence as needed
# to adapt to your language, but should not be changed.
@@ -1441,7 +1442,7 @@ addon-recommendations-link = Learn more
# or builds with no Telemetry support available.
collection-health-report-disabled = Data reporting is disabled for this build configuration
-collection-backlogged-crash-reports-with-link = Allow { -brand-short-name } to send backlogged crash reports on your behalf <a data-l10n-name="crash-reports-link">Learn more</a>
+collection-backlogged-crash-reports = Allow { -brand-short-name } to send backlogged crash reports on your behalf
.accesskey = c
privacy-segmentation-section-header = New features that enhance your browsing
diff --git a/browser/locales/en-US/browser/protectionsPanel.ftl b/browser/locales/en-US/browser/protectionsPanel.ftl
index 94b461d49e..e81d31a4e2 100644
--- a/browser/locales/en-US/browser/protectionsPanel.ftl
+++ b/browser/locales/en-US/browser/protectionsPanel.ftl
@@ -2,11 +2,6 @@
# 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/.
-protections-panel-sendreportview-error = There was an error sending the report. Please try again later.
-
-# A link shown when ETP is disabled for a site. Opens the breakage report subview when clicked.
-protections-panel-sitefixedsendreport-label = Site fixed? Send report
-
## These strings are used to define the different levels of
## Enhanced Tracking Protection.
@@ -40,13 +35,6 @@ protections-panel-etp-toggle-off =
.description = Off for this site
.aria-label = Enhanced Tracking Protection: Off for { $host }
-# The link to be clicked to open the sub-panel view
-protections-panel-site-not-working = Site not working?
-
-# The heading/title of the sub-panel view
-protections-panel-site-not-working-view =
- .title = Site Not Working?
-
## The "Allowed" header also includes a "Why?" link that, when hovered, shows
## a tooltip explaining why these items were not blocked in the page.
@@ -81,24 +69,6 @@ protections-panel-not-found-label = None Detected
protections-panel-settings-label = Protection settings
protections-panel-protectionsdashboard-label = Protections dashboard
-## In the Site Not Working? view, we suggest turning off protections if
-## the user is experiencing issues with any of a variety of functionality.
-
-# The header of the list
-protections-panel-site-not-working-view-header = Turn off protections if you’re having issues with:
-
-# The list items, shown in a <ul>
-protections-panel-site-not-working-view-issue-list-login-fields = Login fields
-protections-panel-site-not-working-view-issue-list-forms = Forms
-protections-panel-site-not-working-view-issue-list-payments = Payments
-protections-panel-site-not-working-view-issue-list-comments = Comments
-protections-panel-site-not-working-view-issue-list-videos = Videos
-protections-panel-site-not-working-view-issue-list-fonts = Fonts
-
-protections-panel-site-not-working-view-send-report = Send a report
-
-##
-
protections-panel-cross-site-tracking-cookies = These cookies follow you from site to site to gather data about what you do online. They are set by third parties such as advertisers and analytics companies.
protections-panel-cryptominers = Cryptominers use your system’s computing power to mine digital money. Cryptomining scripts drain your battery, slow down your computer, and can increase your energy bill.
protections-panel-fingerprinters = Fingerprinters collect settings from your browser and computer to create a profile of you. Using this digital fingerprint, they can track you across different websites.
@@ -114,20 +84,6 @@ protections-panel-content-blocking-manage-settings =
.label = Manage protection settings
.accesskey = M
-protections-panel-content-blocking-breakage-report-view =
- .title = Report a Broken Site
-protections-panel-content-blocking-breakage-report-view-description2 = Blocking certain trackers can cause problems with some websites. Reporting these problems helps make { -brand-short-name } better for everyone. Sending this report will send a URL and information about your browser settings to { -vendor-short-name }.
-protections-panel-content-blocking-breakage-report-view-collection-url = URL
-protections-panel-content-blocking-breakage-report-view-collection-url-label =
- .aria-label = URL
-protections-panel-content-blocking-breakage-report-view-collection-comments = Optional: Describe the problem
-protections-panel-content-blocking-breakage-report-view-collection-comments-label =
- .aria-label = Optional: Describe the problem
-protections-panel-content-blocking-breakage-report-view-cancel =
- .label = Cancel
-protections-panel-content-blocking-breakage-report-view-send-report =
- .label = Send Report
-
# Cookie Banner Handling
protections-panel-cookie-banner-blocker-header = Cookie Banner Blocker
diff --git a/browser/locales/en-US/browser/webProtocolHandler.ftl b/browser/locales/en-US/browser/webProtocolHandler.ftl
index 584611bcfd..848e5d469b 100644
--- a/browser/locales/en-US/browser/webProtocolHandler.ftl
+++ b/browser/locales/en-US/browser/webProtocolHandler.ftl
@@ -12,6 +12,8 @@ protocolhandler-mailto-os-handler-no-button = Not now
protocolhandler-mailto-handler-notificationbox-always = Always open email links using { $url }?
protocolhandler-mailto-handler-yes-confirm = { $url } is now your default site for opening links that send email.
+protocolhandler-mailto-handler-set-message = Use <strong>{ $url } in { -brand-short-name }</strong> every time you click a link that opens your email?
+protocolhandler-mailto-handler-confirm-message = <strong>{ $url } in { -brand-short-name }</strong> is now your computer’s default email handler.
##
diff --git a/browser/locales/en-US/chrome/browser/downloads/downloads.properties b/browser/locales/en-US/chrome/browser/downloads/downloads.properties
index 308d9f8f0b..d93941e90a 100644
--- a/browser/locales/en-US/chrome/browser/downloads/downloads.properties
+++ b/browser/locales/en-US/chrome/browser/downloads/downloads.properties
@@ -47,7 +47,7 @@ fileDeleted=File deleted
# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen,
# unblockTypeMalware, unblockTypePotentiallyUnwanted2,
# unblockTypeUncommon2, unblockTip2, unblockButtonOpen,
-# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure2):
+# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure3):
# These strings are displayed in the dialog shown when the user asks a blocked
# download to be unblocked. The severity of the threat is expressed in
# descending order by the unblockType strings, it is higher for files detected
@@ -57,7 +57,7 @@ unblockHeaderOpen=Are you sure you want to open this file?
unblockTypeMalware=This file contains a virus or other malware that will harm your computer.
unblockTypePotentiallyUnwanted2=This file is disguised as a helpful download, but it can make unexpected changes to your programs and settings.
unblockTypeUncommon2=This file is not commonly downloaded and may not be safe to open. It may contain a virus or make unexpected changes to your programs and settings.
-unblockInsecure2=The download is offered over HTTP even though the current document was delivered over a secure HTTPS connection. If you proceed, the download may be corrupted or tampered with during the download process.
+unblockInsecure3=You are trying to download this file on a connection that’s not secure. If you continue, the file might be changed, used to steal your info or harm your device.
unblockTip2=You can search for an alternate download source or try again later.
unblockButtonOpen=Open
unblockButtonUnblock=Allow download