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 --- l10n-ru/browser/browser/contentCrash.ftl | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 l10n-ru/browser/browser/contentCrash.ftl (limited to 'l10n-ru/browser/browser/contentCrash.ftl') diff --git a/l10n-ru/browser/browser/contentCrash.ftl b/l10n-ru/browser/browser/contentCrash.ftl new file mode 100644 index 0000000000..bd6a969efb --- /dev/null +++ b/l10n-ru/browser/browser/contentCrash.ftl @@ -0,0 +1,35 @@ +# 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/. + + +## Subframe crash notification + +crashed-subframe-message = В части этой страницы произошёл сбой. Чтобы сообщить { -brand-product-name } об этой проблеме и ускорить её исправление, отправьте сообщение. + +# The string for crashed-subframe-title.title should match crashed-subframe-message, +# but without any markup. +crashed-subframe-title = + .title = В части этой страницы произошёл сбой. Чтобы сообщить { -brand-product-name } об этой проблеме и ускорить её исправление, отправьте сообщение. +crashed-subframe-learnmore-link = + .value = Узнать больше +crashed-subframe-submit = + .label = Отправить сообщение + .accesskey = п + +## Pending crash reports + +# Variables: +# $reportCount (Number): the number of pending crash reports +pending-crash-reports-message = + { $reportCount -> + [one] У вас есть { $reportCount } неотправленное сообщение о падении + [few] У вас есть { $reportCount } неотправленных сообщения о падении + *[many] У вас есть { $reportCount } неотправленных сообщений о падении + } +pending-crash-reports-view-all = + .label = Просмотреть +pending-crash-reports-send = + .label = Отправить +pending-crash-reports-always-send = + .label = Всегда отправлять -- cgit v1.2.3