blob: adeaef4c4bd3f9aa4e64f56ae39816fa3a50669c (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# 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/.
system-integration-title =
.title = Nastavení systému
system-integration-dialog =
.buttonlabelaccept = Nastavit jako výchozí
.buttonlabelcancel = Přeskočit integraci
.buttonlabelcancel2 = Zrušit
default-client-intro =
Použít { -brand-short-name.gender ->
[masculine] { -brand-short-name(case: "acc") }
[feminine] { -brand-short-name(case: "acc") }
[neuter] { -brand-short-name(case: "acc") }
*[other] aplikaci { -brand-short-name }
} jako výchozí pro:
unset-default-tooltip =
Z { -brand-short-name.gender ->
[masculine] { -brand-short-name(case: "gen") }
[feminine] { -brand-short-name(case: "gen") }
[neuter] { -brand-short-name(case: "gen") }
*[other] aplikace { -brand-short-name }
} není možné nastavit, aby { -brand-short-name.gender ->
[masculine] { -brand-short-name } nebyl
[feminine] { -brand-short-name } nebyla
[neuter] { -brand-short-name } nebylo
*[other] aplikace { -brand-short-name } nebyla
} výchozím klientem. Pro nastavení jiné aplikace jako výchozí použijte její dialog pro nastavení výchozí aplikace.
checkbox-email-label =
.label = E-mail
.tooltiptext = { unset-default-tooltip }
checkbox-newsgroups-label =
.label = Diskusní skupiny
.tooltiptext = { unset-default-tooltip }
checkbox-feeds-label =
.label = Kanály
.tooltiptext = { unset-default-tooltip }
checkbox-calendar-label =
.label = Kalendář
.tooltiptext = { unset-default-tooltip }
# Note: This is the search engine name for all the different platforms.
# Platforms that don't support it should be left blank.
system-search-engine-name =
{ PLATFORM() ->
[macos] Spotlight
[windows] Windows Search
*[other] { "" }
}
system-search-integration-label =
.label = Povolit službě { system-search-engine-name } prohledávat zprávy
.accesskey = P
check-on-startup-label =
.label =
Vždy kontrolovat při startu { -brand-short-name.gender ->
[masculine] { -brand-short-name(case: "gen") }
[feminine] { -brand-short-name(case: "gen") }
[neuter] { -brand-short-name(case: "gen") }
*[other] aplikace { -brand-short-name }
}
.accesskey = V
|