blob: 4952f171ca7640da35e45c278393d0e5fe7ec44d (
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
|
# 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/.
printpreview-simplify-page-checkbox =
.label = Simplifică pagina
.accesskey = i
.tooltiptext = Pagina nu poate fi simplificată automat
printpreview-simplify-page-checkbox-enabled =
.label = { printpreview-simplify-page-checkbox.label }
.accesskey = { printpreview-simplify-page-checkbox.accesskey }
.tooltiptext = Schimbă aspectul pentru a citi mai ușor
printpreview-close =
.label = Închide
.accesskey = c
printpreview-portrait =
.label = Portret
.accesskey = o
printpreview-landscape =
.label = Peisaj
.accesskey = e
printpreview-scale =
.value = Scală:
.accesskey = S
printpreview-shrink-to-fit =
.label = Micșorează pentru încadrare în pagină
printpreview-custom =
.label = Personalizat…
printpreview-print =
.label = Tipărește…
.accesskey = p
printpreview-of =
.value = din
printpreview-custom-scale-prompt-title = Scară personalizată
printpreview-page-setup =
.label = Aranjare în pagină…
.accesskey = u
printpreview-page =
.value = Pagina:
.accesskey = a
## Variables
## $percent (integer) - menuitem percent label
## $arrow (String) - UTF-8 arrow character for navigation buttons
printpreview-percentage-value =
.label = { $percent }%
printpreview-homearrow =
.label = { $arrow }
.tooltiptext = Prima pagină
printpreview-previousarrow =
.label = { $arrow }
.tooltiptext = Pagina precedentă
printpreview-nextarrow =
.label = { $arrow }
.tooltiptext = Pagina următoare
printpreview-endarrow =
.label = { $arrow }
.tooltiptext = Ultima pagină
|