blob: 3a585a2fcdb0bf84fc86cff449f98fe137a0be9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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/.
troubleshoot-mode-window =
.title = Безопасный режим { -brand-short-name }
.style = width: 37em;
troubleshoot-mode-description = Используйте безопасный режим { -brand-short-name } для диагностики проблем. Ваши дополнения и настройки будут временно отключены.
troubleshoot-mode-description2 = Произведённые вами изменения настроек вступят в силу при перезапуске в обычном режиме:
troubleshoot-mode-disable-addons =
.label = Отключить все дополнения
.accesskey = т
troubleshoot-mode-reset-toolbars =
.label = Сбросить настройки панелей и элементов управления
.accesskey = б
troubleshoot-mode-change-and-restart =
.label = Внести изменения и перезапустить
.accesskey = е
troubleshoot-mode-continue =
.label = Продолжить в безопасном режиме
.accesskey = П
troubleshoot-mode-quit =
.label =
{ PLATFORM() ->
[windows] Выход
*[other] Выход
}
.accesskey =
{ PLATFORM() ->
[windows] х
*[other] х
}
|