styleeditor.ftl (2344B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 styleeditor-new-button = 6 .tooltiptext = Create and append a new style sheet to the document 7 .accesskey = N 8 styleeditor-import-button = 9 .tooltiptext = Import and append an existing style sheet to the document 10 .accesskey = I 11 styleeditor-filter-input = 12 .placeholder = Filter style sheets 13 styleeditor-visibility-toggle = 14 .tooltiptext = Toggle style sheet visibility 15 .accesskey = S 16 styleeditor-visibility-toggle-system = 17 .tooltiptext = System style sheets can’t be disabled 18 styleeditor-save-button = Save 19 .tooltiptext = Save this style sheet to a file 20 .accesskey = S 21 styleeditor-options-button = 22 .tooltiptext = Style Editor options 23 styleeditor-at-rules = At-rules 24 styleeditor-no-stylesheet = This page has no style sheet. 25 styleeditor-no-stylesheet-tip = Perhaps you’d like to <a data-l10n-name="append-new-stylesheet">append a new style sheet</a>? 26 styleeditor-open-link-new-tab = 27 .label = Open Link in New Tab 28 styleeditor-copy-url = 29 .label = Copy URL 30 styleeditor-find = 31 .label = Find 32 .accesskey = F 33 styleeditor-find-again = 34 .label = Find Again 35 .accesskey = g 36 styleeditor-go-to-line = 37 .label = Jump to Line… 38 .accesskey = J 39 # Label displayed when searching a term that is not found in any stylesheet path 40 styleeditor-stylesheet-all-filtered = No matching style sheet has been found. 41 42 # This string is shown in the style sheets list 43 # Variables: 44 # $ruleCount (Integer) - The number of rules in the stylesheet. 45 styleeditor-stylesheet-rule-count = 46 { $ruleCount -> 47 [one] { $ruleCount } rule. 48 *[other] { $ruleCount } rules. 49 } 50 51 # Title for the pretty print button in the editor footer. 52 styleeditor-pretty-print-button = 53 .title = Pretty print style sheet 54 55 # Title for the pretty print button in the editor footer, when it's disabled 56 styleeditor-pretty-print-button-disabled = 57 .title = Can only pretty print CSS files 58 59 # Title for the pretty print button in the editor footer, when it's disabled because 60 # the stylesheet is read-only 61 styleeditor-pretty-print-button-disabled-read-only = 62 .title = Can’t pretty print read-only style sheet.