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## Messages used as headers in the main pane
6
7compatibility-selected-element-header = Selected Element
8compatibility-all-elements-header = All Issues
9
10## Message used as labels for the type of issue
11
12compatibility-issue-deprecated = (deprecated)
13compatibility-issue-experimental = (experimental)
14compatibility-issue-prefixneeded = (prefix needed)
15compatibility-issue-deprecated-experimental = (deprecated, experimental)
16compatibility-issue-deprecated-prefixneeded = (deprecated, prefix needed)
17compatibility-issue-experimental-prefixneeded = (experimental, prefix needed)
18compatibility-issue-deprecated-experimental-prefixneeded = (deprecated, experimental, prefix needed)
19
20## Messages used as labels and titles for buttons in the footer
21
22compatibility-settings-button-label = Settings
23compatibility-settings-button-title =
24    .title = Settings
25
26## Messages used as headers in settings pane
27
28compatibility-settings-header = Settings
29compatibility-target-browsers-header = Target Browsers
30
31##
32
33# Text used as the label for the number of nodes where the issue occurred
34# Variables:
35#   $number (Number) - The number of nodes where the issue occurred
36compatibility-issue-occurrences =
37    { $number ->
38        [one] { $number } occurrence
39       *[other] { $number } occurrences
40    }
41
42compatibility-no-issues-found = No compatibility issues found.
43compatibility-close-settings-button =
44    .title = Close settings
45
46# Text used in the element containing the browser icons for a given compatibility issue.
47# Line breaks are significant.
48# Variables:
49#   $browsers (String) - A line-separated list of browser information (e.g. Firefox 98\nChrome 99).
50compatibility-issue-browsers-list =
51    .title = Compatibility issues in:
52    { $browsers }
53