From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../toolkit/toolkit/about/aboutServiceWorkers.ftl | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 l10n-sr/toolkit/toolkit/about/aboutServiceWorkers.ftl (limited to 'l10n-sr/toolkit/toolkit/about/aboutServiceWorkers.ftl') diff --git a/l10n-sr/toolkit/toolkit/about/aboutServiceWorkers.ftl b/l10n-sr/toolkit/toolkit/about/aboutServiceWorkers.ftl new file mode 100644 index 0000000000..9c39d426f4 --- /dev/null +++ b/l10n-sr/toolkit/toolkit/about/aboutServiceWorkers.ftl @@ -0,0 +1,40 @@ +# 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 = О Service Workers +about-service-workers-main-title = Регистровани Service Workers +about-service-workers-warning-not-enabled = Service Workers нису омогућени. +about-service-workers-warning-no-service-workers = Нема регистрованих Service Workers. + +# The original title of service workers' information +# +# Variables: +# $originTitle: original title +origin-title = Извор: { $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 = Простор: { $name } +script-spec = Спецификација скрипте: { $url } +current-worker-url = Тренутни Worker URL: { $url } +active-cache-name = Active Cache Name: { $name } +waiting-cache-name = Waiting Cache Name: { $name } +push-end-point-waiting = Push Endpoint: { waiting } +push-end-point-result = Push Endpoint: { $name } + +# This term is used as a button label (verb, not noun). +update-button = Ажурирај + +unregister-button = Опозови регистрацију + +unregister-error = Опозив регистрације овог сервис воркера није успео. + +waiting = Чекање… -- cgit v1.2.3