blob: f9baaa5927c1c40b0270b0b72a0e2b2fb072cc17 (
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 = Sederhanakan Halaman
.accesskey = s
.tooltiptext = Halaman ini tidak dapat disederhanakan secara otomatis
printpreview-simplify-page-checkbox-enabled =
.label = { printpreview-simplify-page-checkbox.label }
.accesskey = { printpreview-simplify-page-checkbox.accesskey }
.tooltiptext = Ubah tata letak agar mudah dibaca
printpreview-close =
.label = Tutup
.accesskey = T
printpreview-portrait =
.label = Tegak
.accesskey = T
printpreview-landscape =
.label = Mendatar
.accesskey = M
printpreview-scale =
.value = Skala:
.accesskey = S
printpreview-shrink-to-fit =
.label = Kecilkan Supaya Muat
printpreview-custom =
.label = Kesukaan…
printpreview-print =
.label = Cetak…
.accesskey = C
printpreview-of =
.value = dari
printpreview-custom-scale-prompt-title = Skala Khusus
printpreview-page-setup =
.label = Tata Laman…
.accesskey = L
printpreview-page =
.value = Laman:
.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 = Laman pertama
printpreview-previousarrow =
.label = { $arrow }
.tooltiptext = Laman sebelumnya
printpreview-nextarrow =
.label = { $arrow }
.tooltiptext = Laman berikutnya
printpreview-endarrow =
.label = { $arrow }
.tooltiptext = Laman terakhir
|