summaryrefslogtreecommitdiffstats
path: root/l10n-tl/devtools/client/styleeditor.ftl
blob: 47a63d44d1f564f74e8d0fca5992b74ee18fdd01 (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
# 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.
    }