blob: e4bbd0c2d06304bb97e2b88b8b56df949369cf39 (
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
|
# 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/.
styleeditor-new-button =
.tooltiptext = Buat dan tambahkan lembar gaya baru ke dokumen
.accesskey = B
styleeditor-import-button =
.tooltiptext = Impor dan tambahkan lembar gaya yang sudah ada ke dokumen
.accesskey = I
styleeditor-filter-input =
.placeholder = Filter lembar gaya
styleeditor-visibility-toggle =
.tooltiptext = Aktifkan/Nonaktifkan keterlihatan lembar gaya
.accesskey = S
styleeditor-visibility-toggle-system =
.tooltiptext = Lembar gaya sistem tidak dapat dinonaktifkan
styleeditor-save-button = Simpan
.tooltiptext = Simpan lembar gaya ini sebagai berkas
.accesskey = S
styleeditor-options-button =
.tooltiptext = Opsi Editor Gaya
styleeditor-at-rules = Aturan at
styleeditor-editor-textbox =
.data-placeholder = Ketik CSS di sini.
styleeditor-no-stylesheet = Laman ini tidak memiliki lembar gaya.
styleeditor-no-stylesheet-tip = Mungkin Anda ingin <a data-l10n-name="append-new-stylesheet">menambahkan lembar gaya baru</a>?
styleeditor-open-link-new-tab =
.label = Buka Tautan di Tab Baru
styleeditor-copy-url =
.label = Salin URL
styleeditor-find =
.label = Cari
.accesskey = C
styleeditor-find-again =
.label = Cari Lagi
.accesskey = i
styleeditor-go-to-line =
.label = Loncat ke baris…
.accesskey = L
# Label displayed when searching a term that is not found in any stylesheet path
styleeditor-stylesheet-all-filtered = Tidak ditemukan lembar gaya yang cocok.
# This string is shown in the style sheets list
# Variables:
# $ruleCount (Integer) - The number of rules in the stylesheet.
styleeditor-stylesheet-rule-count = { $ruleCount } aturan.
|