diff options
Diffstat (limited to 'l10n-tl/devtools/client/styleeditor.ftl')
-rw-r--r-- | l10n-tl/devtools/client/styleeditor.ftl | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/l10n-tl/devtools/client/styleeditor.ftl b/l10n-tl/devtools/client/styleeditor.ftl new file mode 100644 index 0000000000..47a63d44d1 --- /dev/null +++ b/l10n-tl/devtools/client/styleeditor.ftl @@ -0,0 +1,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. + } |