blob: ac83caa5ccc710665c05b77fe7a6001ea94ea6b1 (
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
# 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/.
print-setup =
.title = Vzhled stránky…
custom-prompt-title = Vlastní…
custom-prompt-prompt = Zadejte prosím vlastní text pro záhlaví či zápatí
basic-tab =
.label = Formát a možnosti
advanced-tab =
.label = Okraje, záhlaví a zápatí
format-group-label =
.value = Formát
orientation-label =
.value = Orientace:
portrait =
.label = Na výšku
.accesskey = v
landscape =
.label = Na šířku
.accesskey = u
scale =
.label = Měřítko:
.accesskey = M
scale-percent =
.value = %
shrink-to-fit =
.label = Na šířku stránky
.accesskey = s
options-group-label =
.value = Možnosti
print-bg =
.label = Tisknout pozadí (barvy a obrázky)
.accesskey = T
margin-group-label-inches =
.value = Okraje (palce)
margin-group-label-metric =
.value = Okraje (milimetry)
margin-top =
.value = Nahoře:
.accesskey = N
margin-top-invisible =
.value = Nahoře:
margin-bottom =
.value = Dole:
.accesskey = D
margin-bottom-invisible =
.value = Dole:
margin-left =
.value = Vlevo:
.accesskey = l
margin-left-invisible =
.value = Vlevo:
margin-right =
.value = Vpravo:
.accesskey = p
margin-right-invisible =
.value = Vpravo:
header-footer-label =
.value = Záhlaví a zápatí
hf-left-label =
.value = Vlevo:
hf-center-label =
.value = Uprostřed:
hf-right-label =
.value = Vpravo:
header-left-tip =
.tooltiptext = Záhlaví vlevo
header-center-tip =
.tooltiptext = Záhlaví uprostřed
header-right-tip =
.tooltiptext = Záhlaví vpravo
footer-left-tip =
.tooltiptext = Zápatí vlevo
footer-center-tip =
.tooltiptext = Zápatí uprostřed
footer-right-tip =
.tooltiptext = Zápatí vpravo
hf-blank =
.label = —prázdno—
hf-title =
.label = Název
hf-url =
.label = URL
hf-date-and-time =
.label = Datum a čas
hf-page =
.label = Strana #
hf-page-and-total =
.label = Strana # z #
hf-custom =
.label = Vlastní…
print-preview-window =
.title = Náhled tisku
print-title =
.value = Název stránky:
print-preparing =
.value = Příprava…
print-progress =
.value = Průběh:
print-window =
.title = Tisk
print-complete =
.value = Tisk je dokončen.
# Variables
# $percent (integer) - Number of printed percentage
print-percent =
.value = { $percent } %
dialog-cancel-label = Zrušit
dialog-close-label = Zavřít
|