toolbox.dtd 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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 Toolbox strings -->
  5. <!-- LOCALIZATION NOTE : FILE Do not translate key -->
  6. <!ENTITY closeCmd.key "W">
  7. <!ENTITY toggleToolbox.key "I">
  8. <!ENTITY toggleToolboxF12.keycode "VK_F12">
  9. <!ENTITY toggleToolboxF12.keytext "F12">
  10. <!ENTITY toolboxCloseButton.tooltip "Close Developer Tools">
  11. <!-- LOCALIZATION NOTE (toolboxFramesButton): This is the label for
  12. - the iframes menu list that appears only when the document has some.
  13. - It allows you to switch the context of the whole toolbox. -->
  14. <!ENTITY toolboxFramesTooltip "Select an iframe as the currently targeted document">
  15. <!-- LOCALIZATION NOTE (toolboxNoAutoHideButton): This is the label for
  16. - the button to force the popups/panels to stay visible on blur.
  17. - This is only visible in the browser toolbox as it is meant for
  18. - addon developers and Firefox contributors. -->
  19. <!ENTITY toolboxNoAutoHideTooltip "Disable popup auto hide">
  20. <!-- LOCALIZATION NOTE (browserToolboxErrorMessage): This is the label
  21. - shown next to error details when the Browser Toolbox is unable to open. -->
  22. <!ENTITY browserToolboxErrorMessage "Error opening Browser Toolbox:">
  23. <!-- LOCALIZATION NOTE (options.context.advancedSettings): This is the label for
  24. - the heading of the advanced settings group in the options panel. -->
  25. <!ENTITY options.context.advancedSettings "Advanced settings">
  26. <!-- LOCALIZATION NOTE (options.context.inspector): This is the label for
  27. - the heading of the Inspector group in the options panel. -->
  28. <!ENTITY options.context.inspector "Inspector">
  29. <!-- LOCALIZATION NOTE (options.showUserAgentStyles.label): This is the label
  30. - for the checkbox option to show user agent styles in the Inspector
  31. - panel. -->
  32. <!ENTITY options.showUserAgentStyles.label "Show Browser Styles">
  33. <!ENTITY options.showUserAgentStyles.tooltip "Turning this on will show default styles that are loaded by the browser.">
  34. <!-- LOCALIZATION NOTE (options.collapseAttrs.label): This is the label
  35. - for the checkbox option to enable collapse attributes in the Inspector
  36. - panel. -->
  37. <!ENTITY options.collapseAttrs.label "Truncate DOM attributes">
  38. <!ENTITY options.collapseAttrs.tooltip "Truncate long attributes in the inspector">
  39. <!-- LOCALIZATION NOTE (options.defaultColorUnit.label): This is the label for a
  40. - dropdown list that controls the default color unit used in the inspector.
  41. - This label is visible in the options panel. -->
  42. <!ENTITY options.defaultColorUnit.label "Default color unit">
  43. <!-- LOCALIZATION NOTE (options.defaultColorUnit.accesskey): This is the access
  44. - key for a dropdown list that controls the default color unit used in the
  45. - inspector. This is visible in the options panel. -->
  46. <!ENTITY options.defaultColorUnit.accesskey "U">
  47. <!-- LOCALIZATION NOTE (options.defaultColorUnit.authored): This is used in the
  48. - 'Default color unit' dropdown list and is visible in the options panel. -->
  49. <!ENTITY options.defaultColorUnit.authored "As Authored">
  50. <!-- LOCALIZATION NOTE (options.defaultColorUnit.hex): This is used in the
  51. - 'Default color unit' dropdown list and is visible in the options panel. -->
  52. <!ENTITY options.defaultColorUnit.hex "Hex">
  53. <!-- LOCALIZATION NOTE (options.defaultColorUnit.hsl): This is used in the
  54. - 'Default color unit' dropdown list and is visible in the options panel. -->
  55. <!ENTITY options.defaultColorUnit.hsl "HSL(A)">
  56. <!-- LOCALIZATION NOTE (options.defaultColorUnit.rgb): This is used in the
  57. - 'Default color unit' dropdown list and is visible in the options panel. -->
  58. <!ENTITY options.defaultColorUnit.rgb "RGB(A)">
  59. <!-- LOCALIZATION NOTE (options.defaultColorUnit.name): This is used in
  60. - the 'Default color unit' dropdown list and is visible in the options panel.
  61. - -->
  62. <!ENTITY options.defaultColorUnit.name "Color Names">
  63. <!-- LOCALIZATION NOTE (options.context.triggersPageRefresh): This is the
  64. - triggers page refresh footnote under the advanced settings group in the
  65. - options panel and is used for settings that trigger page reload. -->
  66. <!ENTITY options.context.triggersPageRefresh "* Current session only, reloads the page">
  67. <!-- LOCALIZATION NOTE (options.enableChrome.label4): This is the label for the
  68. - checkbox that toggles chrome debugging, i.e. devtools.chrome.enabled
  69. - boolean preference in about:config, in the options panel. -->
  70. <!ENTITY options.enableChrome.label5 "Enable browser chrome and add-on debugging toolboxes">
  71. <!ENTITY options.enableChrome.tooltip3 "Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager">
  72. <!-- LOCALIZATION NOTE (options.enableRemote.label3): This is the label for the
  73. - checkbox that toggles remote debugging, i.e. devtools.debugger.remote-enabled
  74. - boolean preference in about:config, in the options panel. -->
  75. <!ENTITY options.enableRemote.label3 "Enable remote debugging">
  76. <!ENTITY options.enableRemote.tooltip2 "Turning this option on will allow the developer tools to debug a remote instance like Firefox OS">
  77. <!-- LOCALIZATION NOTE (options.enableWorkers.label): This is the label for the
  78. - checkbox that toggles worker debugging, i.e. devtools.debugger.workers
  79. - boolean preference in about:config, in the options panel. -->
  80. <!ENTITY options.enableWorkers.label "Enable worker debugging (in development)">
  81. <!ENTITY options.enableWorkers.tooltip "Turning this option on will allow the developer tools to debug workers">
  82. <!-- LOCALIZATION NOTE (options.disableJavaScript.label,
  83. - options.disableJavaScript.tooltip): This is the options panel label and
  84. - tooltip for the checkbox that toggles JavaScript on or off. -->
  85. <!ENTITY options.disableJavaScript.label "Disable JavaScript *">
  86. <!ENTITY options.disableJavaScript.tooltip "Turning this option on will disable JavaScript for the current tab. If the tab or the toolbox is closed then this setting will be forgotten.">
  87. <!-- LOCALIZATION NOTE (options.disableHTTPCache.label,
  88. - options.disableHTTPCache.tooltip): This is the options panel label and
  89. - tooltip for the checkbox that toggles the HTTP cache on or off. -->
  90. <!ENTITY options.disableHTTPCache.label "Disable HTTP Cache (when toolbox is open)">
  91. <!ENTITY options.disableHTTPCache.tooltip "Turning this option on will disable the HTTP cache for all tabs that have the toolbox open. Service Workers are not affected by this option.">
  92. <!-- LOCALIZATION NOTE (options.enableServiceWorkersHTTP.label,
  93. - options.enableServiceWorkersHTTP.tooltip): This is the options panel label and
  94. - tooltip for the checkbox that toggles the service workers testing features on or off. This option enables service workers over HTTP. -->
  95. <!ENTITY options.enableServiceWorkersHTTP.label "Enable Service Workers over HTTP (when toolbox is open)">
  96. <!ENTITY options.enableServiceWorkersHTTP.tooltip "Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open.">
  97. <!-- LOCALIZATION NOTE (options.selectDefaultTools.label2): This is the label for
  98. - the heading of group of checkboxes corresponding to the default developer
  99. - tools. -->
  100. <!ENTITY options.selectDefaultTools.label2 "Default Developer Tools">
  101. <!-- LOCALIZATION NOTE (options.selectAdditionalTools.label): This is the label for
  102. - the heading of group of checkboxes corresponding to the developer tools
  103. - added by add-ons. This heading is hidden when there is no developer tool
  104. - installed by add-ons. -->
  105. <!ENTITY options.selectAdditionalTools.label "Developer Tools installed by add-ons">
  106. <!-- LOCALIZATION NOTE (options.selectEnabledToolboxButtons.label): This is the label for
  107. - the heading of group of checkboxes corresponding to the default developer
  108. - tool buttons. -->
  109. <!ENTITY options.selectEnabledToolboxButtons.label "Available Toolbox Buttons">
  110. <!-- LOCALIZATION NOTE (options.toolNotSupported.label): This is the label for
  111. - the explanation of the * marker on a tool which is currently not supported
  112. - for the target of the toolbox. -->
  113. <!ENTITY options.toolNotSupported.label "* Not supported for current toolbox target">
  114. <!-- LOCALIZATION NOTE (options.selectDevToolsTheme.label2): This is the label for
  115. - the heading of the radiobox corresponding to the theme of the developer
  116. - tools. -->
  117. <!ENTITY options.selectDevToolsTheme.label2 "Themes">
  118. <!-- LOCALIZATION NOTE (options.usedeveditiontheme.*) Options under the
  119. - toolbox for enabling and disabling the Developer Edition browser theme. -->
  120. <!ENTITY options.usedeveditiontheme.label "Use Developer Edition browser theme">
  121. <!ENTITY options.usedeveditiontheme.tooltip "Toggles the Developer Edition browser theme.">
  122. <!-- LOCALIZATION NOTE (options.webconsole.label): This is the label for the
  123. - heading of the group of Web Console preferences in the options panel. -->
  124. <!ENTITY options.webconsole.label "Web Console">
  125. <!-- LOCALIZATION NOTE (options.timestampMessages.label): This is the
  126. - label for the checkbox that toggles timestamps in the Web Console -->
  127. <!ENTITY options.timestampMessages.label "Enable timestamps">
  128. <!ENTITY options.timestampMessages.tooltip "If you enable this option commands and output in the Web Console will display a timestamp">
  129. <!-- LOCALIZATION NOTE (options.debugger.label): This is the label for the
  130. - heading of the group of Debugger preferences in the options panel. -->
  131. <!ENTITY options.debugger.label "Debugger">
  132. <!-- LOCALIZATION NOTE (options.sourceMap.label): This is the
  133. - label for the checkbox that toggles source maps in the Debugger -->
  134. <!ENTITY options.sourceMaps.label "Enable Source Maps">
  135. <!ENTITY options.sourceMaps.tooltip "If you enable this option sources will be mapped in the Debugger and Console.">
  136. <!-- LOCALIZATION NOTE (options.styleeditor.label): This is the label for the
  137. - heading of the group of Style Editor preferences in the options
  138. - panel. -->
  139. <!ENTITY options.styleeditor.label "Style Editor">
  140. <!-- LOCALIZATION NOTE (options.stylesheetSourceMaps.label): This is the
  141. - label for the checkbox that toggles showing original sources in the Style Editor -->
  142. <!ENTITY options.stylesheetSourceMaps.label "Show original sources">
  143. <!ENTITY options.stylesheetSourceMaps.tooltip "Show original sources (e.g. Sass files) in the Style Editor and Inspector">
  144. <!-- LOCALIZATION NOTE (options.stylesheetAutocompletion.label): This is the
  145. - label for the checkbox that toggles autocompletion of css in the Style Editor -->
  146. <!ENTITY options.stylesheetAutocompletion.label "Autocomplete CSS">
  147. <!ENTITY options.stylesheetAutocompletion.tooltip "Autocomplete CSS properties, values and selectors in Style Editor as you type">
  148. <!-- LOCALIZATION NOTE (options.commonprefs): This is the label for the heading
  149. of all preferences that affect both the Web Console and the Network
  150. Monitor -->
  151. <!ENTITY options.commonPrefs.label "Common Preferences">
  152. <!-- LOCALIZATION NOTE (options.enablePersistentLogs.label): This is the
  153. - label for the checkbox that toggles persistent logs in the Web Console and
  154. - network monitor, i.e. devtools.webconsole.persistlog a boolean preference in
  155. - about:config, in the options panel. -->
  156. <!ENTITY options.enablePersistentLogs.label "Enable persistent logs">
  157. <!ENTITY options.enablePersistentLogs.tooltip "If you enable this option the Web Console and Network Monitor will not clear the output each time you navigate to a new page">
  158. <!-- LOCALIZATION NOTE (options.showPlatformData.label): This is the
  159. - label for the checkbox that toggles the display of the platform data in the,
  160. - Profiler i.e. devtools.profiler.ui.show-platform-data a boolean preference
  161. - in about:config, in the options panel. -->
  162. <!ENTITY options.showPlatformData.label "Show Goanna platform data">
  163. <!ENTITY options.showPlatformData.tooltip "If you enable this option the JavaScript Profiler reports will include
  164. Goanna platform symbols">
  165. <!-- LOCALIZATION NOTE (options.sourceeditor.*): Options under the editor
  166. - section. -->
  167. <!ENTITY options.sourceeditor.label "Editor Preferences">
  168. <!ENTITY options.sourceeditor.detectindentation.label "Detect indentation">
  169. <!ENTITY options.sourceeditor.detectindentation.tooltip "Guess indentation based on source content">
  170. <!ENTITY options.sourceeditor.autoclosebrackets.label "Autoclose brackets">
  171. <!ENTITY options.sourceeditor.autoclosebrackets.tooltip "Automatically insert closing brackets">
  172. <!ENTITY options.sourceeditor.expandtab.label "Indent using spaces">
  173. <!ENTITY options.sourceeditor.expandtab.tooltip "Use spaces instead of the tab character">
  174. <!ENTITY options.sourceeditor.tabsize.label "Tab size">
  175. <!ENTITY options.sourceeditor.tabsize.accesskey "T">
  176. <!ENTITY options.sourceeditor.keybinding.label "Keybindings">
  177. <!ENTITY options.sourceeditor.keybinding.accesskey "K">
  178. <!ENTITY options.sourceeditor.keybinding.default.label "Default">