blob: eeab6bc36109ba2bbd0c7cb2ff9253001f35ca0b (
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 = Postavke stranice
custom-prompt-title = Korisnički…
custom-prompt-prompt = Unesite vaš tekst za zaglavlje/podnožje
basic-tab =
.label = Formatiranje & Opcije
advanced-tab =
.label = Margine & Zaglavlje/Podnožje
format-group-label =
.value = Format
orientation-label =
.value = Orijentacija:
portrait =
.label = Uspravno
.accesskey = p
landscape =
.label = Položeno
.accesskey = l
scale =
.label = Razmjera:
.accesskey = R
scale-percent =
.value = %
shrink-to-fit =
.label = Skupi da stane širina stranice
.accesskey = S
options-group-label =
.value = Opcije
print-bg =
.label = Štampaj pozadinu (boje & slike)
.accesskey = b
margin-group-label-inches =
.value = Margine (inča)
margin-group-label-metric =
.value = Margine (milimetara)
margin-top =
.value = Gore:
.accesskey = G
margin-top-invisible =
.value = Gore:
margin-bottom =
.value = Dolje:
.accesskey = D
margin-bottom-invisible =
.value = Dolje:
margin-left =
.value = Lijevo:
.accesskey = L
margin-left-invisible =
.value = Lijevo:
margin-right =
.value = Desno:
.accesskey = D
margin-right-invisible =
.value = Desno:
header-footer-label =
.value = Zagljavlja & Podnožja
hf-left-label =
.value = Lijevo:
hf-center-label =
.value = Centrirano:
hf-right-label =
.value = Desno:
header-left-tip =
.tooltiptext = Lijevo zaglavlje
header-center-tip =
.tooltiptext = Srednje zaglavlje
header-right-tip =
.tooltiptext = Desno zaglavlje
footer-left-tip =
.tooltiptext = Lijevo podnožje
footer-center-tip =
.tooltiptext = Srednje podnožje
footer-right-tip =
.tooltiptext = Desno podnožje
hf-blank =
.label = --prazno--
hf-title =
.label = Naslov
hf-url =
.label = URL
hf-date-and-time =
.label = Datum/Vrijeme
hf-page =
.label = Stranica #
hf-page-and-total =
.label = Stranica # od #
hf-custom =
.label = Korisnički…
print-preview-window =
.title = Pregled prije štampe
print-title =
.value = Naslov:
print-preparing =
.value = Pripremam…
print-progress =
.value = Napredak:
print-window =
.title = Štampanje
print-complete =
.value = Štampanje je završeno.
# Variables
# $percent (integer) - Number of printed percentage
print-percent =
.value = { $percent }%
dialog-cancel-label = Otkaži
dialog-close-label = Zatvori
|