blob: 0041d41a0c203a35e2ae25de91319546fe108882 (
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 = Aranjare în pagină
custom-prompt-title = Personalizare…
custom-prompt-prompt = Introdu textul personalizat pentru antet/subsol
basic-tab =
.label = Format și opțiuni
advanced-tab =
.label = Margini și antet/subsol
format-group-label =
.value = Format
orientation-label =
.value = Orientare:
portrait =
.label = Portret
.accesskey = P
landscape =
.label = Peisaj
.accesskey = P
scale =
.label = Scală:
.accesskey = S
scale-percent =
.value = %
shrink-to-fit =
.label = Micșorează pentru încadrare pe lățimea paginii
.accesskey = M
options-group-label =
.value = Opțiuni
print-bg =
.label = Tipărește fundalul (culori și imagini)
.accesskey = T
margin-group-label-inches =
.value = Margini (țoli)
margin-group-label-metric =
.value = Margini (milimetri)
margin-top =
.value = Sus:
.accesskey = S
margin-top-invisible =
.value = Sus:
margin-bottom =
.value = Jos:
.accesskey = J
margin-bottom-invisible =
.value = Jos:
margin-left =
.value = Stânga:
.accesskey = S
margin-left-invisible =
.value = Stânga:
margin-right =
.value = Dreapta:
.accesskey = r
margin-right-invisible =
.value = Dreapta:
header-footer-label =
.value = Anteturi și subsoluri
hf-left-label =
.value = Stânga:
hf-center-label =
.value = Mijloc:
hf-right-label =
.value = Dreapta:
header-left-tip =
.tooltiptext = Antet stânga
header-center-tip =
.tooltiptext = Antet mijloc
header-right-tip =
.tooltiptext = Antet dreapta
footer-left-tip =
.tooltiptext = Subsol stânga
footer-center-tip =
.tooltiptext = Subsol mijloc
footer-right-tip =
.tooltiptext = Subsol dreapta
hf-blank =
.label = --nimic--
hf-title =
.label = Titlul
hf-url =
.label = URL-ul
hf-date-and-time =
.label = Data/ora
hf-page =
.label = Pagina #
hf-page-and-total =
.label = Pagina # din #
hf-custom =
.label = Personalizează…
print-preview-window =
.title = Previzualizare pentru tipărire
print-title =
.value = Titlu:
print-preparing =
.value = Se pregătește…
print-progress =
.value = Progres:
print-window =
.title = Tipărire
print-complete =
.value = Tipărire încheiată.
# Variables
# $percent (integer) - Number of printed percentage
print-percent =
.value = { $percent }%
dialog-cancel-label = Anulează
dialog-close-label = Închide
|