From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../toolkit/toolkit/about/aboutServiceWorkers.ftl | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 l10n-ru/toolkit/toolkit/about/aboutServiceWorkers.ftl (limited to 'l10n-ru/toolkit/toolkit/about/aboutServiceWorkers.ftl') diff --git a/l10n-ru/toolkit/toolkit/about/aboutServiceWorkers.ftl b/l10n-ru/toolkit/toolkit/about/aboutServiceWorkers.ftl new file mode 100644 index 0000000000..efe39a5507 --- /dev/null +++ b/l10n-ru/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 Worker'ах +about-service-workers-main-title = Зарегистрированные Service Worker'ы +about-service-workers-warning-not-enabled = Нет включённых Service Worker'ов. +about-service-workers-warning-no-service-workers = Ни одного Service Worker'а не зарегистрировано. + +# 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 = URL текущего Worker: { $url } +active-cache-name = Имя активного кеша: { $name } +waiting-cache-name = Имя кеша ожидания: { $name } +push-end-point-waiting = Конечная точка Push: { waiting } +push-end-point-result = Конечная точка Push: { $name } + +# This term is used as a button label (verb, not noun). +update-button = Обновить + +unregister-button = Разрегистрировать + +unregister-error = Не удалось разрегистрировать этот Service Worker. + +waiting = Ожидание… -- cgit v1.2.3