mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1016820 - rename csscoverage.noMatch to reflect new content; r=pbrosset
This commit is contained in:
parent
ea30efed9b
commit
9ce14abd49
@ -159,7 +159,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="csscoverage-report-unused">
|
<div class="csscoverage-report-unused">
|
||||||
<h2>&csscoverage.unused;</h2>
|
<h2>&csscoverage.unused;</h2>
|
||||||
<p>&csscoverage.noMatch;</p>
|
<p>&csscoverage.noMatches;</p>
|
||||||
<div foreach="page in ${unused}">
|
<div foreach="page in ${unused}">
|
||||||
<h3>${page.url}</h3>
|
<h3>${page.url}</h3>
|
||||||
<code foreach="rule in ${page.rules}"
|
<code foreach="rule in ${page.rules}"
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
- Text on the button to go back to the main style editor -->
|
- Text on the button to go back to the main style editor -->
|
||||||
<!ENTITY csscoverage.backButton "Back">
|
<!ENTITY csscoverage.backButton "Back">
|
||||||
|
|
||||||
<!-- LOCALIZATION NOTE (csscoverage.unused, csscoverage.noMatch):
|
<!-- LOCALIZATION NOTE (csscoverage.unused, csscoverage.noMatches):
|
||||||
- This is the heading and body text for the CSS usage part of the report -->
|
- This is the heading and body text for the CSS usage part of the report -->
|
||||||
<!ENTITY csscoverage.unused "Unused Rules">
|
<!ENTITY csscoverage.unused "Unused Rules">
|
||||||
<!ENTITY csscoverage.noMatch "No matches found for the following rules:">
|
<!ENTITY csscoverage.noMatches "No matches found for the following rules:">
|
||||||
|
|
||||||
<!-- LOCALIZATION NOTE (csscoverage.optimize):
|
<!-- LOCALIZATION NOTE (csscoverage.optimize.header):
|
||||||
- This is the heading for the CSS optimization part of the report -->
|
- This is the heading for the CSS optimization part of the report -->
|
||||||
<!ENTITY csscoverage.optimize.header "Optimizable Pages">
|
<!ENTITY csscoverage.optimize.header "Optimizable Pages">
|
||||||
|
|
||||||
@ -33,7 +33,7 @@
|
|||||||
<!ENTITY csscoverage.optimize.body2 "tags to the bottom of the page and creating a new inline">
|
<!ENTITY csscoverage.optimize.body2 "tags to the bottom of the page and creating a new inline">
|
||||||
<!ENTITY csscoverage.optimize.body3 "element with the styles needed before the 'load' event to the top. Here are the style blocks you need:">
|
<!ENTITY csscoverage.optimize.body3 "element with the styles needed before the 'load' event to the top. Here are the style blocks you need:">
|
||||||
|
|
||||||
<!-- LOCALIZATION NOTE (csscoverage.noPreload):
|
<!-- LOCALIZATION NOTE (csscoverage.optimize.bodyX):
|
||||||
- This is what we say when we have no optimization suggestions -->
|
- This is what we say when we have no optimization suggestions -->
|
||||||
<!ENTITY csscoverage.optimize.bodyX "All rules are inlined.">
|
<!ENTITY csscoverage.optimize.bodyX "All rules are inlined.">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user