tor-browser

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

toolbox-options.ftl (8564B)


      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 ### Localization for Developer Tools options
      6 
      7 ## Default Developer Tools section
      8 
      9 # The heading
     10 options-select-default-tools-label = Default Developer Tools
     11 
     12 # The label for the explanation of the * marker on a tool which is currently not supported
     13 # for the target of the toolbox.
     14 options-tool-not-supported-label = * Not supported for current toolbox target
     15 
     16 # The label for the heading of group of checkboxes corresponding to the developer tools
     17 # added by add-ons. This heading is hidden when there is no developer tool installed by add-ons.
     18 options-select-additional-tools-label = Developer Tools installed by add-ons
     19 
     20 # The label for the heading of group of checkboxes corresponding to the default developer
     21 # tool buttons.
     22 options-select-enabled-toolbox-buttons-label = Available Toolbox Buttons
     23 
     24 # The label for the heading of the radiobox corresponding to the theme
     25 options-select-dev-tools-theme-label = Themes
     26 
     27 ## Inspector section
     28 
     29 # The heading
     30 options-context-inspector = Inspector
     31 
     32 # The label for the checkbox option to show user agent styles
     33 options-show-user-agent-styles-label = Show Browser Styles
     34 options-show-user-agent-styles-tooltip =
     35     .title = Turning this on will show default styles that are loaded by the browser.
     36 
     37 # The label for the checkbox option to show all anonymous content
     38 options-show-user-agent-shadow-dom-label = Show Browser Shadow DOM
     39 options-show-user-agent-shadow-dom-tooltip =
     40     .title = Turning this on will show Shadow DOM elements handled by the browser.
     41 
     42 # The label for the checkbox option to enable collapse attributes
     43 options-collapse-attrs-label = Truncate DOM attributes
     44 options-collapse-attrs-tooltip =
     45     .title = Truncate long attributes in the inspector
     46 
     47 # The label for the checkbox option to enable the "drag to update" feature
     48 options-inspector-draggable-properties-label = Click and drag to edit size values
     49 options-inspector-draggable-properties-tooltip =
     50     .title = Click and drag to edit size values in the inspector rules view.
     51 
     52 # The label for the checkbox option to enable simplified highlighting on page elements
     53 # within the inspector for users who enabled prefers-reduced-motion = reduce
     54 options-inspector-simplified-highlighters-label = Use simpler highlighters with prefers-reduced-motion
     55 options-inspector-simplified-highlighters-tooltip =
     56     .title = Enables simplified highlighters when prefers-reduced-motion is enabled. Draws lines instead of filled rectangles around highlighted elements to avoid flashing effects.
     57 
     58 # The label for the checkbox option to make the Enter key move the focus to the next input
     59 # when editing a property name or value in the Inspector rules view
     60 options-inspector-rules-focus-next-on-enter-label = Focus next input on <kbd>Enter</kbd>
     61 options-inspector-rules-focus-next-on-enter-tooltip =
     62     .title = When enabled, hitting the Enter key when editing a selector, a property name or value will move the focus to the next input.
     63 
     64 ## "Default Color Unit" options for the Inspector
     65 
     66 options-default-color-unit-label = Default color unit
     67 options-default-color-unit-authored = As Authored
     68 options-default-color-unit-hex = Hex
     69 options-default-color-unit-hsl = HSL(A)
     70 options-default-color-unit-rgb = RGB(A)
     71 options-default-color-unit-hwb = HWB
     72 options-default-color-unit-name = Color Names
     73 
     74 ## Web Console section
     75 
     76 # The heading
     77 options-webconsole-label = Web Console
     78 
     79 # The label for the checkbox that toggle whether the Split console is enabled
     80 options-webconsole-split-console-label = Enable Split Console
     81 options-webconsole-split-console-tooltip =
     82     .title = Open Split Console with the Escape Key
     83 
     84 ## Style Editor section
     85 
     86 # The heading
     87 options-styleeditor-label = Style Editor
     88 
     89 # The label for the checkbox that toggles autocompletion of css in the Style Editor
     90 options-stylesheet-autocompletion-label = Autocomplete CSS
     91 options-stylesheet-autocompletion-tooltip =
     92     .title = Autocomplete CSS properties, values and selectors in Style Editor as you type
     93 
     94 ## Screenshot section
     95 
     96 # The heading
     97 options-screenshot-label = Screenshot Behavior
     98 
     99 # Label for the checkbox that toggles screenshot to clipboard feature
    100 options-screenshot-clipboard-only-label = Screenshot to clipboard only
    101 options-screenshot-clipboard-tooltip2 =
    102     .title = Saves the screenshot directly to the clipboard
    103 
    104 # Label for the checkbox that toggles the camera shutter audio for screenshot tool
    105 options-screenshot-audio-label = Play camera shutter sound
    106 options-screenshot-audio-tooltip =
    107     .title = Enables the camera audio sound when taking screenshot
    108 
    109 ## Editor section
    110 
    111 # The heading
    112 options-sourceeditor-label = Editor Preferences
    113 
    114 options-sourceeditor-detectindentation-tooltip =
    115     .title = Guess indentation based on source content
    116 options-sourceeditor-detectindentation-label = Detect indentation
    117 options-sourceeditor-autoclosebrackets-tooltip =
    118     .title = Automatically insert closing brackets
    119 options-sourceeditor-autoclosebrackets-label = Autoclose brackets
    120 options-sourceeditor-expandtab-tooltip =
    121     .title = Use spaces instead of the tab character
    122 options-sourceeditor-expandtab-label = Indent using spaces
    123 options-sourceeditor-tabsize-label = Tab size
    124 options-sourceeditor-keybinding-label = Keybindings
    125 options-sourceeditor-keybinding-default-label = Default
    126 
    127 ## Advanced section
    128 
    129 # The heading (this item is also used in perftools.ftl)
    130 options-context-advanced-settings = Advanced settings
    131 
    132 # The label for the checkbox that toggles the HTTP cache on or off
    133 options-disable-http-cache-label = Disable HTTP Cache (when toolbox is open)
    134 options-disable-http-cache-tooltip =
    135     .title = 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.
    136 
    137 # The label for checkbox that toggles JavaScript on or off
    138 options-disable-javascript-label-2 = Disable JavaScript
    139 options-disable-javascript-tooltip =
    140     .title = 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.
    141 
    142 # The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference
    143 options-enable-chrome-label = Enable browser chrome and add-on debugging toolboxes
    144 options-enable-chrome-tooltip =
    145     .title = 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
    146 
    147 # The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference
    148 options-enable-remote-label = Enable remote debugging
    149 options-enable-remote-tooltip2 =
    150     .title = Turning this option on will allow to debug this browser instance remotely
    151 
    152 # The label for checkbox that enables F12 as a shortcut to open DevTools
    153 options-enable-f12-label = Use the F12 key to open or close DevTools
    154 options-enable-f12-tooltip =
    155     .title = Turning this option on will bind the F12 key to open or close the DevTools toolbox
    156 
    157 # The label for checkbox that toggles custom formatters for objects
    158 options-enable-custom-formatters-label = Enable custom formatters
    159 options-enable-custom-formatters-tooltip =
    160     .title = Turning this option on will allow sites to define custom formatters for DOM objects
    161 
    162 # The label for checkbox that toggles the service workers testing over HTTP on or off.
    163 options-enable-service-workers-http-label = Enable Service Workers over HTTP (when toolbox is open)
    164 options-enable-service-workers-http-tooltip =
    165     .title = Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open.
    166 
    167 # The label for the checkbox that toggles source maps in all tools.
    168 options-source-maps-label = Enable Source Maps
    169 options-source-maps-tooltip =
    170     .title = If you enable this option sources will be mapped in the tools.
    171 
    172 # The message shown for settings that trigger page reload and will only apply to the current session
    173 # This appears underneath the applicable options (e.g. options-disable-javascript-label-2).
    174 options-context-triggers-page-refresh-temporary = (current session only, reloads the page)
    175 
    176 # The message shown for settings that trigger page reload
    177 # This appears underneath the applicable options (e.g. options-show-user-agent-shadow-dom-label).
    178 options-context-triggers-page-refresh-persists = (reloads the page)