jit-optimizations.properties 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  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 within the JIT tools
  5. # in the Performance Tools which is available from the Web Developer
  6. # sub-menu -> 'Performance' The correct localization of this file might
  7. # be to keep it in English, or another language commonly spoken among
  8. # web developers. You want to make that choice consistent across the
  9. # developer tools. A good criteria is the language in which you'd find the best
  10. # documentation on web development on the web.
  11. # LOCALIZATION NOTE (jit.title):
  12. # This string is displayed in the header of the JIT Optimizations view.
  13. jit.title=JIT Optimizations
  14. # LOCALIZATION NOTE (jit.optimizationFailure):
  15. # This string is displayed in a tooltip when no JIT optimizations were detected.
  16. jit.optimizationFailure=Optimization failed
  17. # LOCALIZATION NOTE (jit.samples):
  18. # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
  19. # This string is displayed for the unit representing the number of times a
  20. # frame is sampled.
  21. # "#1" represents the number of samples
  22. # example: 30 samples
  23. jit.samples=#1 sample;#1 samples
  24. # LOCALIZATION NOTE (jit.types):
  25. # This string is displayed for the group of Ion Types in the optimizations view.
  26. jit.types=Types
  27. # LOCALIZATION NOTE (jit.attempts):
  28. # This string is displayed for the group of optimization attempts in the optimizations view.
  29. jit.attempts=Attempts