cross-channel content for 2022-08-12 11:04
X-Task-ID: IwaPsX3bQN64nMrjbAhAKg
X-Channel-Repo: mozilla-central
X-Channel-Revision: 9ce1bc0acf1544186bb85b062417d2a0a65efdb3
X-Channel-Repo: releases/mozilla-beta
X-Channel-Revision: 923c0cd32d530b10dcec1dbb512f7c2604a30114
X-Channel-Repo: releases/mozilla-release
X-Channel-Revision: e6ce6a0fe10da6726ace43c549f537fb5272d09f
X-Channel-Repo: releases/mozilla-esr102
X-Channel-Revision: 5909e8822d62ab7f80d6667e448742396715f207
X-Channel-Repo: comm-central
X-Channel-Revision: 0dffb147a5d3a9c3267d4e35d98db27e927c3727
X-Channel-Repo: releases/comm-beta
X-Channel-Revision: 092826839c0fb07f4602637795f1cc0b137c0fa2
X-Channel-Repo: releases/comm-esr102
X-Channel-Revision: ba082e9fec97faaa499b0045f3816f67911e19df
# 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/.
### The term "Service Workers" and "Workers" should not be translated
about-service-workers-title = About Service Workers
about-service-workers-main-title = Registered Service Workers
about-service-workers-warning-not-enabled = Service Workers are not enabled.
about-service-workers-warning-no-service-workers = No Service Workers registered.
# The original title of service workers' information
#
# Variables:
# $originTitle: original title
origin-title = Origin: { $originTitle }
## These strings are for showing the information of workers.
##
## Variables:
## $name: the name of scope, active cache, waiting cache and the push end point.
## $url: the url of script specification and current worker.
scope = <strong>Scope:</strong> { $name }
script-spec = <strong>Script Spec:</strong> <a data-l10n-name="link">{ $url }</a>
current-worker-url = <strong>Current Worker URL:</strong> <a data-l10n-name="link">{ $url }</a>
active-cache-name = <strong>Active Cache Name:</strong> { $name }
waiting-cache-name = <strong>Waiting Cache Name:</strong> { $name }
push-end-point-waiting = <strong>Push Endpoint:</strong> { waiting }
push-end-point-result = <strong>Push Endpoint:</strong> { $name }
# This term is used as a button label (verb, not noun).
update-button = Update
unregister-button = Unregister
unregister-error = Failed to unregister this Service Worker.
waiting = Waiting…