43 lines
1.6 KiB
Text
43 lines
1.6 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 = Gumawa at magdagdag ng bagong style sheet sa documento
|
|
.accesskey = B
|
|
styleeditor-import-button =
|
|
.tooltiptext = I-import at idagdag ang kasalukuyang style sheet sa documento
|
|
.accesskey = I
|
|
styleeditor-visibility-toggle =
|
|
.tooltiptext = i-Toggle ang style sheet visibility
|
|
.accesskey = s
|
|
styleeditor-save-button = I-save
|
|
.tooltiptext = I-save ang style sheet na ito sa isang file
|
|
.accesskey = s
|
|
styleeditor-options-button =
|
|
.tooltiptext = Mga pagpipilian sa Style Editor
|
|
styleeditor-editor-textbox =
|
|
.data-placeholder = I-type ang CSS dito.
|
|
styleeditor-no-stylesheet = Ang pahinang ito ay walang style sheet.
|
|
styleeditor-no-stylesheet-tip = Baka gusto mo <a data-l10n-name="append-new-stylesheet">mag-append ng bagong style sheet</a>?
|
|
styleeditor-open-link-new-tab =
|
|
.label = Buksan ang Link sa Bagong Tab
|
|
styleeditor-copy-url =
|
|
.label = Kopyahin ang URL
|
|
styleeditor-find =
|
|
.label = Hanapin
|
|
.accesskey = H
|
|
styleeditor-find-again =
|
|
.label = Hanapin Muli
|
|
.accesskey = g
|
|
styleeditor-go-to-line =
|
|
.label = Tumalon sa linya…
|
|
.accesskey = J
|
|
# This string is shown in the style sheets list
|
|
# Variables:
|
|
# $ruleCount (Integer) - The number of rules in the stylesheet.
|
|
styleeditor-stylesheet-rule-count =
|
|
{ $ruleCount ->
|
|
[one] { $ruleCount } panuntunan.
|
|
*[other] { $ruleCount } mga panuntunan.
|
|
}
|