toolbox.properties 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. toolboxDockButtons.bottom.tooltip=Dock to bottom of browser window
  5. toolboxDockButtons.side.tooltip=Dock to side of browser window
  6. toolboxDockButtons.window.tooltip=Show in separate window
  7. # LOCALIZATION NOTE (toolboxDockButtons.bottom.minimize): This string is shown
  8. # as a tooltip that appears in the toolbox when it is in "bottom host" mode and
  9. # when hovering over the minimize button in the toolbar. When clicked, the
  10. # button minimizes the toolbox so that just the toolbar is visible at the
  11. # bottom.
  12. toolboxDockButtons.bottom.minimize=Minimize the toolbox
  13. # LOCALIZATION NOTE (toolboxDockButtons.bottom.maximize): This string is shown
  14. # as a tooltip that appears in the toolbox when it is in "bottom host" mode and
  15. # when hovering over the maximize button in the toolbar. When clicked, the
  16. # button maximizes the toolbox again (if it had been minimized before) so that
  17. # the whole toolbox is visible again.
  18. toolboxDockButtons.bottom.maximize=Maximize the toolbox
  19. # LOCALIZATION NOTE (toolboxToggleButton.errors): Semi-colon list of plural
  20. # forms.
  21. # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
  22. # #1 number of errors in the current web page
  23. toolboxToggleButton.errors=#1 error;#1 errors
  24. # LOCALIZATION NOTE (toolboxToggleButton.warnings): Semi-colon list of plural
  25. # forms.
  26. # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
  27. # #1 number of warnings in the current web page
  28. toolboxToggleButton.warnings=#1 warning;#1 warnings
  29. # LOCALIZATION NOTE (toolboxToggleButton.tooltip): This string is shown
  30. # as tooltip in the developer toolbar to open/close the developer tools.
  31. # It's using toolboxToggleButton.errors as first and
  32. # toolboxToggleButton.warnings as second argument to show the number of errors
  33. # and warnings.
  34. toolboxToggleButton.tooltip=%1$S, %2$S\nClick to toggle the developer tools.
  35. # LOCALIZATION NOTE (toolbar.closeButton.tooltip)
  36. # Used as a message in tooltip when overing the close button of the Developer
  37. # Toolbar.
  38. toolbar.closeButton.tooltip=Close Developer Toolbar
  39. # LOCALIZATION NOTE (toolbar.toolsButton.tooltip)
  40. # Used as a message in tooltip when overing the wrench icon of the Developer
  41. # Toolbar, which toggle the developer toolbox.
  42. toolbar.toolsButton.tooltip=Toggle developer tools
  43. # LOCALIZATION NOTE (toolbox.titleTemplate1): This is the template
  44. # used to format the title of the toolbox.
  45. # The URL of the page being targeted: %1$S.
  46. toolbox.titleTemplate1=Developer Tools - %1$S
  47. # LOCALIZATION NOTE (toolbox.titleTemplate2): This is the template
  48. # used to format the title of the toolbox.
  49. # The page title or other name for the thing being targeted: %1$S
  50. # The URL of the page being targeted: %2$S.
  51. toolbox.titleTemplate2=Developer Tools - %1$S - %2$S
  52. # LOCALIZATION NOTE (toolbox.defaultTitle): This is used as the tool
  53. # name when no tool is selected.
  54. toolbox.defaultTitle=Developer Tools
  55. # LOCALIZATION NOTE (toolbox.label): This is used as the label for the
  56. # toolbox as a whole
  57. toolbox.label=Developer Tools
  58. # LOCALIZATION NOTE (options.toolNotSupported): This is the template
  59. # used to add a * marker to the label for the Options Panel tool checkbox for the
  60. # tool which is not supported for the current toolbox target.
  61. # The name of the tool: %1$S.
  62. options.toolNotSupportedMarker=%1$S *
  63. # LOCALIZATION NOTE (scratchpad.keycode)
  64. # Used for opening scratchpad from the detached toolbox window
  65. # Needs to match scratchpad.keycode from browser.dtd
  66. scratchpad.keycode=VK_F4
  67. # LOCALIZATION NOTE (browserConsoleCmd.commandkey)
  68. # Used for toggling the browser console from the detached toolbox window
  69. # Needs to match browserConsoleCmd.commandkey from browser.dtd
  70. browserConsoleCmd.commandkey=j
  71. # LOCALIZATION NOTE (pickButton.tooltip)
  72. # This is the tooltip of the pick button in the toolbox toolbar
  73. pickButton.tooltip=Pick an element from the page
  74. # LOCALIZATION NOTE (sidebar.showAllTabs.tooltip)
  75. # This is the tooltip shown when hover over the '…' button in the tabbed side
  76. # bar, when there's no enough space to show all tabs at once
  77. sidebar.showAllTabs.tooltip=All tabs
  78. # LOCALIZATION NOTE (toolbox.noContentProcessForTab.message)
  79. # Used as a message in the alert displayed when trying to open a browser
  80. # content toolbox and there is no content process running for the current tab
  81. toolbox.noContentProcessForTab.message=No content process for this tab.
  82. # LOCALIZATION NOTE (toolbox.viewCssSourceInStyleEditor.label)
  83. # Used as a message in either tooltips or contextual menu items to open the
  84. # corresponding URL as a css file in the Style-Editor tool.
  85. # DEV NOTE: Mostly used wherever toolbox.viewSourceInStyleEditor is used.
  86. toolbox.viewCssSourceInStyleEditor.label=Open File in Style-Editor
  87. # LOCALIZATION NOTE (toolbox.viewJsSourceInDebugger.label)
  88. # Used as a message in either tooltips or contextual menu items to open the
  89. # corresponding URL as a js file in the Debugger tool.
  90. # DEV NOTE: Mostly used wherever toolbox.viewSourceInDebugger is used.
  91. toolbox.viewJsSourceInDebugger.label=Open File in Debugger
  92. toolbox.resumeOrderWarning=Page did not resume after the debugger was attached. To fix this, please close and re-open the toolbox.
  93. # LOCALIZATION NOTE (toolbox.options.key)
  94. # Key shortcut used to open the options panel
  95. toolbox.options.key=CmdOrCtrl+Shift+O
  96. # LOCALIZATION NOTE (toolbox.help.key)
  97. # Key shortcut used to open the options panel
  98. toolbox.help.key=F1
  99. # LOCALIZATION NOTE (toolbox.nextTool.key)
  100. # Key shortcut used to select the next tool
  101. toolbox.nextTool.key=CmdOrCtrl+]
  102. # LOCALIZATION NOTE (toolbox.previousTool.key)
  103. # Key shortcut used to select the previous tool
  104. toolbox.previousTool.key=CmdOrCtrl+[
  105. # LOCALIZATION NOTE (toolbox.zoom*.key)
  106. # Key shortcuts used to zomm in/out or reset the toolbox
  107. # Should match fullZoom*Cmd.commandkey values from browser.dtd
  108. toolbox.zoomIn.key=CmdOrCtrl+Plus
  109. toolbox.zoomIn2.key=CmdOrCtrl+=
  110. toolbox.zoomIn3.key=
  111. toolbox.zoomOut.key=CmdOrCtrl+-
  112. toolbox.zoomOut2.key=
  113. toolbox.zoomReset.key=CmdOrCtrl+0
  114. toolbox.zoomReset2.key=
  115. # LOCALIZATION NOTE (toolbox.reload*.key)
  116. # Key shortcuts used to reload the page
  117. toolbox.reload.key=CmdOrCtrl+R
  118. toolbox.reload2.key=F5
  119. # LOCALIZATION NOTE (toolbox.forceReload*.key)
  120. # Key shortcuts used to force reload of the page by bypassing caches
  121. toolbox.forceReload.key=CmdOrCtrl+Shift+R
  122. toolbox.forceReload2.key=CmdOrCtrl+F5
  123. # LOCALIZATION NOTE (toolbox.minimize.key)
  124. # Key shortcut used to minimize the toolbox
  125. toolbox.minimize.key=CmdOrCtrl+Shift+U
  126. # LOCALIZATION NOTE (toolbox.toggleHost.key)
  127. # Key shortcut used to move the toolbox in bottom or side of the browser window
  128. toolbox.toggleHost.key=CmdOrCtrl+Shift+D