compatibility.ftl (1939B)
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 7 compatibility-selected-element-header = Selected Element 8 compatibility-all-elements-header = All Issues 9 10 ## Message used as labels for the type of issue 11 12 compatibility-issue-deprecated = (deprecated) 13 compatibility-issue-experimental = (experimental) 14 compatibility-issue-prefixneeded = (prefix needed) 15 compatibility-issue-deprecated-experimental = (deprecated, experimental) 16 compatibility-issue-deprecated-prefixneeded = (deprecated, prefix needed) 17 compatibility-issue-experimental-prefixneeded = (experimental, prefix needed) 18 compatibility-issue-deprecated-experimental-prefixneeded = (deprecated, experimental, prefix needed) 19 20 ## Messages used as labels and titles for buttons in the footer 21 22 compatibility-settings-button-label = Settings 23 compatibility-settings-button-title = 24 .title = Settings 25 26 ## Messages used as headers in settings pane 27 28 compatibility-settings-header = Settings 29 compatibility-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 36 compatibility-issue-occurrences = 37 { $number -> 38 [one] { $number } occurrence 39 *[other] { $number } occurrences 40 } 41 42 compatibility-no-issues-found = No compatibility issues found. 43 compatibility-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). 50 compatibility-issue-browsers-list = 51 .title = Compatibility issues in: 52 { $browsers }