blob: 8f8d1e3fdf8220bcadeabf67300005ebd6eb85cc (
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
|
# 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 = Cipta dan tambah lembaran gaya baru ke atas dokumen tersebut
.accesskey = B
styleeditor-import-button =
.tooltiptext = Mengimport dan melampirkan lembaran gaya yang sedia ada kepada dokumen itu
.accesskey = I
styleeditor-visibility-toggle =
.tooltiptext = Togol ketampakan lembaran gaya
.accesskey = S
styleeditor-save-button = Simpan
.tooltiptext = Simpan lembaran gaya ini ke dalam fail
.accesskey = S
styleeditor-options-button =
.tooltiptext = Pilihan Editor Gaya
styleeditor-editor-textbox =
.data-placeholder = Taip CSS di sini.
styleeditor-no-stylesheet = Halaman ini tiada lembaran gaya.
styleeditor-no-stylesheet-tip = Mungkin anda ingin untuk <a data-l10n-name="append-new-stylesheet">lampirkan satu gaya lembaran yang baru</a>?
styleeditor-open-link-new-tab =
.label = Buka Pautan dalam Tab Baru
styleeditor-copy-url =
.label = Salin URL
styleeditor-find =
.label = Cari
.accesskey = r
styleeditor-find-again =
.label = Cari Lagi
.accesskey = g
styleeditor-go-to-line =
.label = Langkau ke barisan…
.accesskey = L
# This string is shown in the style sheets list
# Variables:
# $ruleCount (Integer) - The number of rules in the stylesheet.
styleeditor-stylesheet-rule-count = { $ruleCount } peraturan.
|