cross-channel content for 2021-11-24 11:04
X-Task-ID: YtqjtrYMRJSsAwQ2RKJzqw
X-Channel-Repo: mozilla-central
X-Channel-Revision: 77e540295ce542e22373507a92e52d70c9947f88
X-Channel-Repo: releases/mozilla-beta
X-Channel-Revision: d12b8ece56e8f94ed1b7694ca37e0851e8859cee
X-Channel-Repo: releases/mozilla-release
X-Channel-Revision: c6cd3976b9aae918b865d1b95db762571e2a66e1
X-Channel-Repo: releases/mozilla-esr91
X-Channel-Revision: 45d3fd63bd24f66072a16d23fefc01c3c68a0bb1
X-Channel-Repo: comm-central
X-Channel-Revision: dbc4bcfe93c207d415825a818959345f4e3787d1
X-Channel-Repo: releases/comm-beta
X-Channel-Revision: d895248a9f3f6c1e138e17aeb55c82b627f71996
X-Channel-Repo: releases/comm-esr91
X-Channel-Revision: b648daf2502e090f3c774ba6fa17cc4d2f565a06
--- a/browser/browser/downloads.ftl
+++ b/browser/browser/downloads.ftl
@@ -191,16 +191,30 @@ downloads-history =
.label = Show all downloads
.accesskey = S
# This string is shown at the top of the Download Details Panel, to indicate
# that we are showing the details of a single download.
downloads-details =
.title = Download Details
+## Displayed when a site attempts to automatically download many files.
+## Variables:
+## $num (number) - Number of blocked downloads.
+## $url (string) - The url of the suspicious site, stripped of http, https and www prefix.
+
+downloads-files-not-downloaded = { $num ->
+ [one] File not downloaded.
+ *[other] {$num} files not downloaded.
+}
+downloads-blocked-from-url = Downloads blocked from { $url }.
+downloads-blocked-download-detailed-info = { $url } attempted to automatically download multiple files. The site could be broken or trying to store spam files on your device.
+
+##
+
downloads-clear-downloads-button =
.label = Clear Downloads
.tooltiptext = Clears completed, canceled and failed downloads
# This string is shown when there are no items in the Downloads view, when it
# is displayed inside a browser tab.
downloads-list-empty =
.value = There are no downloads.