20 lines
1.1 KiB
Text
20 lines
1.1 KiB
Text
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
### These strings are used inside the Inspector
|
|
### which is available from the Browser Tools sub-menu -> 'Inspect'.
|
|
|
|
# A title text for the spectrum dragger panel in the color picker tooltip.
|
|
colorpicker-tooltip-spectrum-dragger-title = สเปกตรัม
|
|
# A title text for the eyedropper in the color picker tooltip.
|
|
colorpicker-tooltip-eyedropper-title = เลือกสีบนหน้า
|
|
# A title text for the closest color name shown in the color picker tooltip, used together with the actual color.
|
|
# Variables:
|
|
# $colorName (String): the color name the current color is closest to.
|
|
colorpicker-tooltip-color-name-title = ใกล้เคียงที่สุดกับ: { $colorName }
|
|
# A title text for the hue slider in the color picker tooltip.
|
|
colorpicker-tooltip-hue-slider-title = สีสัน
|
|
# A title text for the alpha slider in the color picker tooltip.
|
|
colorpicker-tooltip-alpha-slider-title = ความทึบ
|