toolkit/toolkit/about/aboutServiceWorkers.ftl
author Francesco Lodolo (:flod) <flod@lodolo.net>
Fri, 24 Mar 2023 11:31:22 +0100
changeset 15030 46b47f2396166e11221201d05a24f75d40fa9a9f
parent 14008 6aa37e782604ba1740c1b24ee6eafbb96693e6d3
permissions -rw-r--r--
cross-channel content for 2023-03-24 10:29 X-Channel-Repo: mozilla-central X-Channel-Revision: 72b81149fa79431a048f90b0f67a1e6f31a01478 X-Channel-Repo: releases/mozilla-beta X-Channel-Revision: 04152e27b812ad8a0110d0614980b08fc2d22a81 X-Channel-Repo: releases/mozilla-release X-Channel-Revision: 7d8e7a75db1e1489fa6b112be71b458ea028453b X-Channel-Repo: releases/mozilla-esr102 X-Channel-Revision: 55fe04f6205f9bc5f0765f2eeca6552b4b01d96a

# 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…