menus.properties 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. devToolsCmd.key = VK_F12
  5. devToolsCmd.keytext = F12
  6. devtoolsServiceWorkers.label = Service Workers
  7. devtoolsServiceWorkers.accesskey = k
  8. devtoolsConnect.label = Connect…
  9. devtoolsConnect.accesskey = C
  10. browserConsoleCmd.label = Browser Console
  11. browserConsoleCmd.accesskey = B
  12. browserConsoleCmd.key = j
  13. responsiveDesignMode.label = Responsive Design Mode
  14. responsiveDesignMode.accesskey = R
  15. responsiveDesignMode.key = M
  16. eyedropper.label = Eyedropper
  17. eyedropper.accesskey = Y
  18. # LOCALIZATION NOTE (scratchpad.label): This menu item label appears
  19. # in the Tools menu. See bug 653093.
  20. # The Scratchpad is intended to provide a simple text editor for creating
  21. # and evaluating bits of JavaScript code for the purposes of function
  22. # prototyping, experimentation and convenient scripting.
  23. #
  24. # It's quite possible that you won't have a good analogue for the word
  25. # "Scratchpad" in your locale. You should feel free to find a close
  26. # approximation to it or choose a word (or words) that means
  27. # "simple discardable text editor".
  28. scratchpad.label = Scratchpad
  29. scratchpad.accesskey = s
  30. scratchpad.key = VK_F4
  31. scratchpad.keytext = F4
  32. # LOCALIZATION NOTE (browserToolboxMenu.label): This is the label for the
  33. # application menu item that opens the browser toolbox UI in the Tools menu.
  34. browserToolboxMenu.label = Browser Toolbox
  35. browserToolboxMenu.accesskey = e
  36. browserToolboxMenu.key = i
  37. # LOCALIZATION NOTE (browserContentToolboxMenu.label): This is the label for the
  38. # application menu item that opens the browser content toolbox UI in the Tools menu.
  39. # This toolbox allows to debug the chrome of the content process in multiprocess builds.
  40. browserContentToolboxMenu.label = Browser Content Toolbox
  41. browserContentToolboxMenu.accesskey = x
  42. devToolbarMenu.label = Developer Toolbar
  43. devToolbarMenu.accesskey = v
  44. devToolbarMenu.key = VK_F2
  45. devToolbarMenu.keytext = F2
  46. devToolboxMenuItem.label = Toggle Tools
  47. devToolboxMenuItem.accesskey = T
  48. devToolboxMenuItem.key = I
  49. getMoreDevtoolsCmd.label = Get More Tools
  50. getMoreDevtoolsCmd.accesskey = M