tor-browser

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

inspector.ftl (1058B)


      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 strings are used inside the Inspector
      6 ### which is available from the Browser Tools sub-menu -> 'Inspect'.
      7 
      8 # A title text for the spectrum dragger panel in the color picker tooltip.
      9 colorpicker-tooltip-spectrum-dragger-title = Spectrum
     10 
     11 # A title text for the eyedropper in the color picker tooltip.
     12 colorpicker-tooltip-eyedropper-title = Pick color on page
     13 
     14 # A title text for the closest color name shown in the color picker tooltip, used together with the actual color.
     15 # Variables:
     16 #   $colorName (String): the color name the current color is closest to.
     17 colorpicker-tooltip-color-name-title = Closest to: { $colorName }
     18 
     19 # A title text for the hue slider in the color picker tooltip.
     20 colorpicker-tooltip-hue-slider-title = Hue
     21 
     22 # A title text for the alpha slider in the color picker tooltip.
     23 colorpicker-tooltip-alpha-slider-title = Opacity