blob: b4df5c339f66f0a0f631278dcc3555cdb094e3e3 (
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
# 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/.
connection-dns-over-https-url-resolver = Použít poskytovatele
.accesskey = s
# Variables:
# $name (String) - Display name or URL for the DNS over HTTPS provider
connection-dns-over-https-url-item-default =
.label = { $name } (výchozí)
.tooltiptext = Použít výchozí URL adresu pro službu DNS over HTTPS
connection-dns-over-https-url-custom =
.label = Vlastní
.accesskey = n
.tooltiptext = Zadejte vlastní URL adresu pro službu DNS over HTTPS
connection-dns-over-https-custom-label = Vlastní
connection-dialog-window =
.title = Nastavení připojení
.style =
{ PLATFORM() ->
[macos] width: 44em !important
*[other] width: 49em !important
}
connection-proxy-legend = Nastavení proxy serverů pro přístup k internetu
proxy-type-no =
.label = Bez proxy serveru
.accesskey = B
proxy-type-wpad =
.label = Automatické zjištění konfigurace proxy serverů
.accesskey = A
proxy-type-system =
.label = Použít nastavení proxy serverů v systému
.accesskey = u
proxy-type-manual =
.label = Ruční konfigurace proxy serverů:
.accesskey = k
proxy-http-label =
.value = HTTP proxy:
.accesskey = H
http-port-label =
.value = Port:
.accesskey = p
proxy-http-sharing =
.label = Použít tento proxy server také pro HTTPS
.accesskey = s
proxy-https-label =
.value = HTTPS proxy:
.accesskey = H
ssl-port-label =
.value = Port:
.accesskey = o
proxy-socks-label =
.value = SOCKS server:
.accesskey = C
socks-port-label =
.value = Port:
.accesskey = t
proxy-socks4-label =
.label = SOCKS v4
.accesskey = K
proxy-socks5-label =
.label = SOCKS v5
.accesskey = v
proxy-type-auto =
.label = URL pro automatickou konfiguraci proxy serverů:
.accesskey = m
proxy-reload-label =
.label = Znovu načíst
.accesskey = Z
no-proxy-label =
.value = Nepoužívat pro:
.accesskey = N
no-proxy-example = Příklad: .mozilla.org, .net.nz, 192.168.1.0/24
# Note: Do not translate localhost, 127.0.0.1 and ::1.
no-proxy-localhost-label = Spojení na localhost, 127.0.0.1 a ::1 nikdy proxy servery nepoužívají.
proxy-password-prompt =
.label = Nedotazovat se na autentizaci, pokud je heslo uloženo
.accesskey = e
.tooltiptext = Tato volba zajistí provedení tiché autentizace k proxy, pokud pro ni máte uloženy přihlašovací údaje. Pokud autentizace selže, budete na ně dotázání.
proxy-remote-dns =
.label = Použít proxy server pro DNS při použití SOCKS v5
.accesskey = d
proxy-enable-doh =
.label = Zapnout DNS over HTTPS
.accesskey = p
|