toolkit/toolkit/about/aboutServiceWorkers.ftl
author siparon <siparon@gmail.com>
Tue, 28 Mar 2023 09:44:13 +0000
changeset 3862 10bd5adeaaeae0407066098eafb6e0f9a6126626
parent 2736 2da850783152671cb9ee2e998d712911f5eb511b
permissions -rw-r--r--
Pontoon: Update Hungarian (hu) localization of Firefox Co-authored-by: siparon <siparon@gmail.com> Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org>

# 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 = A Service Workerekről
about-service-workers-main-title = Regisztrált Service Workerek
about-service-workers-warning-not-enabled = A Service Workerek nem engedélyezettek.
about-service-workers-warning-no-service-workers = Nincs Service Worker regisztrálva.

# The original title of service workers' information
#
# Variables:
#   $originTitle: original title
origin-title = Eredet: { $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>Hatáskör:</strong> { $name }
script-spec = <strong>Szkript spec:</strong> <a data-l10n-name="link">{ $url }</a>
current-worker-url = <strong>Jelenlegi Worker URL:</strong> <a data-l10n-name="link">{ $url }</a>
active-cache-name = <strong>Aktív gyorsítótárnév:</strong> { $name }
waiting-cache-name = <strong>Várakozó gyorsítótárnév:</strong> { $name }
push-end-point-waiting = <strong>Küldés végpontja:</strong> { waiting }
push-end-point-result = <strong>Küldés végpontja:</strong> { $name }

# This term is used as a button label (verb, not noun).
update-button = Frissítés

unregister-button = Regisztráció megszüntetése

unregister-error = A Service Worker regisztrációjának megszüntetése sikertelen.

waiting = Várakozás…