52 lines
2.1 KiB
Text
52 lines
2.1 KiB
Text
# 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.
|
|
# Title for the pretty print button in the editor footer.
|
|
styleeditor-pretty-print-button =
|
|
.title = Cetak rapi lembar gaya
|
|
# Title for the pretty print button in the editor footer, when it's disabled
|
|
styleeditor-pretty-print-button-disabled =
|
|
.title = Hanya bisa mencetak rapi berkas CSS
|