csscoverage.properties 1.9 KB

123456789101112131415161718192021222324252627282930313233
  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 These strings are used in the 'csscoverage' command and in
  5. # the user interface that this command creates.
  6. # LOCALIZATION NOTE (csscoverageDesc, csscoverageStartDesc2,
  7. # csscoverageStopDesc2, csscoverageOneShotDesc2, csscoverageToggleDesc2,
  8. # csscoverageReportDesc2): Short descriptions of the csscoverage commands
  9. csscoverageDesc=Control CSS coverage analysis
  10. csscoverageStartDesc2=Begin collecting CSS coverage data
  11. csscoverageStopDesc2=Stop collecting CSS coverage data
  12. csscoverageOneShotDesc2=Collect instantaneous CSS coverage data
  13. csscoverageToggleDesc2=Toggle collecting CSS coverage data
  14. csscoverageReportDesc2=Show CSS coverage report
  15. csscoverageStartNoReloadDesc=Don’t start with a page reload
  16. csscoverageStartNoReloadManual=It’s best if we start by reloading the current page because that starts the test at a known point, but there could be reasons why we don’t want to do that (e.g. the page contains state that will be lost across a reload)
  17. # LOCALIZATION NOTE (csscoverageRunningReply, csscoverageDoneReply): Text that
  18. # describes the current state of the css coverage system
  19. csscoverageRunningReply=Running CSS coverage analysis
  20. csscoverageDoneReply=CSS Coverage analysis completed
  21. # LOCALIZATION NOTE (csscoverageRunningError, csscoverageNotRunningError,
  22. # csscoverageNotRunError): Error message that describe things that can go wrong
  23. # with the css coverage system
  24. csscoverageRunningError=CSS coverage analysis already running
  25. csscoverageNotRunningError=CSS coverage analysis not running
  26. csscoverageNotRunError=CSS coverage analysis has not been run
  27. csscoverageNoRemoteError=Target does not support CSS Coverage
  28. csscoverageOneShotReportError=CSS coverage report is not available for ‘oneshot’ data. Please use start/stop.