csscoverage.dtd 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <!-- LOCALIZATION NOTE : FILE This file contains the CSS Coverage Report
  5. - strings. See the 'csscoverage' command for more information, and
  6. - devtools/client/styleeditor/styleeditor.xul for context -->
  7. <!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to
  8. - keep it in English, or another language commonly spoken among web developers.
  9. - You want to make that choice consistent across the developer tools.
  10. - A good criteria is the language in which you'd find the best
  11. - documentation on web development on the web. -->
  12. <!-- LOCALIZATION NOTE (csscoverage.backButton):
  13. - Text on the button to go back to the main style editor -->
  14. <!ENTITY csscoverage.backButton "Back">
  15. <!-- LOCALIZATION NOTE (csscoverage.unused, csscoverage.noMatches):
  16. - This is the heading and body text for the CSS usage part of the report -->
  17. <!ENTITY csscoverage.unused "Unused Rules">
  18. <!ENTITY csscoverage.noMatches "No matches found for the following rules:">
  19. <!-- LOCALIZATION NOTE (csscoverage.optimize.header):
  20. - This is the heading for the CSS optimization part of the report -->
  21. <!ENTITY csscoverage.optimize.header "Optimizable Pages">
  22. <!-- LOCALIZATION NOTE (csscoverage.preload1, csscoverage.preload2,
  23. - csscoverage.preload3): These 3 are part of a paragraph with 1 and 2
  24. - separated by a styled <link> tag and 2 and 3 separated by a styled
  25. - <style> tag -->
  26. <!ENTITY csscoverage.optimize.body1 "You can sometimes speed up loading by moving">
  27. <!ENTITY csscoverage.optimize.body2 "tags to the bottom of the page and creating a new inline">
  28. <!ENTITY csscoverage.optimize.body3 "element with the styles needed before the ‘load’ event to the top. Here are the style blocks you need:">
  29. <!-- LOCALIZATION NOTE (csscoverage.optimize.bodyX):
  30. - This is what we say when we have no optimization suggestions -->
  31. <!ENTITY csscoverage.optimize.bodyX "All rules are inlined.">
  32. <!-- LOCALIZATION NOTE (csscoverage.footer1, csscoverage.footer2a,
  33. - csscoverage.footer3, csscoverage.footer4): The text displayed at the
  34. - bottom of the page, with 2a being the URL opened when the link text in 3
  35. - is clicked -->
  36. <!ENTITY csscoverage.footer1 "See">
  37. <!ENTITY csscoverage.footer2a "https://developer.mozilla.org/docs/Tools/CSS_Coverage">
  38. <!ENTITY csscoverage.footer3 "the MDN article on the CSS Coverage Tool">
  39. <!ENTITY csscoverage.footer4 "for caveats in the generation of this report.">