tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

toolbox.ftl (2225B)


      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 
      5 ### These messages are used in the DevTools toolbox.
      6 
      7 ## These labels are shown in the "..." menu in the toolbox, and represent different
      8 ## commands such as the docking of DevTools, toggling features, and viewing some
      9 ## external links. Some of the commands have the keyboard shortcut shown next to
     10 ## the label.
     11 
     12 toolbox-meatball-menu-dock-bottom-label = Dock to Bottom
     13 toolbox-meatball-menu-dock-left-label = Dock to Left
     14 toolbox-meatball-menu-dock-right-label = Dock to Right
     15 toolbox-meatball-menu-dock-separate-window-label = Separate Window
     16 
     17 toolbox-meatball-menu-splitconsole-label = Show Split Console
     18 toolbox-meatball-menu-hideconsole-label = Hide Split Console
     19 
     20 toolbox-meatball-menu-settings-label = Settings
     21 toolbox-meatball-menu-documentation-label = Documentation…
     22 toolbox-meatball-menu-community-label = Community…
     23 
     24 # This menu item is only available in the browser toolbox. It forces the popups/panels
     25 # to stay visible on blur, which is primarily useful for addon developers and Firefox
     26 # contributors.
     27 toolbox-meatball-menu-noautohide-label = Disable Popup Auto-Hide
     28 
     29 toolbox-meatball-menu-pseudo-locale-accented = Enable “accented” locale
     30 toolbox-meatball-menu-pseudo-locale-bidi = Enable “bidi” locale
     31 
     32 ## These labels are shown in the top-toolbar in the Browser Toolbox and Browser Console
     33 
     34 toolbox-mode-browser-toolbox-label = Browser Toolbox Mode
     35 toolbox-mode-browser-console-label = Browser Console Mode
     36 
     37 toolbox-mode-everything-label = Multiprocess
     38 toolbox-mode-everything-sub-label = (Slower)
     39 toolbox-mode-everything-container =
     40   .title = Debug everything in all processes
     41 
     42 toolbox-mode-parent-process-label = Parent process only
     43 toolbox-mode-parent-process-sub-label = (Fast)
     44 toolbox-mode-parent-process-container =
     45   .title = Only focus on resources from the parent process.
     46 
     47 toolbox-always-on-top-enabled2 = Disable always on top
     48   .title = This will restart the Developer Tools
     49 toolbox-always-on-top-disabled2 = Enable always on top
     50   .title = This will restart the Developer Tools