blob: 570544ba352c16bca79be02c44d67190920bbd56 (
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
40
41
42
43
|
# 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 =
Režim řešení potíží v { -brand-short-name.gender ->
[masculine] { -brand-short-name(case: "loc") }
[feminine] { -brand-short-name(case: "loc") }
[neuter] { -brand-short-name(case: "loc") }
*[other] aplikaci { -brand-short-name }
}
.style = width: 37em;
troubleshoot-mode-description =
Režim řešení potíží v { -brand-short-name.gender ->
[masculine] { -brand-short-name(case: "loc") }
[feminine] { -brand-short-name(case: "loc") }
[neuter] { -brand-short-name(case: "loc") }
*[other] aplikaci { -brand-short-name }
} vám pomůže s diagnostikou problémů. Vaše doplňky a uživatelská nastavení budou dočasně zakázána.
troubleshoot-mode-description2 = Některé z těchto změn můžete provést natrvalo:
troubleshoot-mode-disable-addons =
.label = Zakázat všechny doplňky
.accesskey = d
troubleshoot-mode-reset-toolbars =
.label = Obnovit původní nástrojové lišty
.accesskey = r
troubleshoot-mode-change-and-restart =
.label = Provést změny a restartovat
.accesskey = m
troubleshoot-mode-continue =
.label = Pokračovat v režimu řešení potíží
.accesskey = o
troubleshoot-mode-quit =
.label = Ukončit
.accesskey = k
|