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 NOTE These strings are used inside the Style Inspector.
6#
7# The correct localization of this file might be to keep it in
8# English, or another language commonly spoken among web developers.
9# You want to make that choice consistent across the developer tools.
10# A good criteria is the language in which you'd find the best
11# documentation on web development on the web.
12
13
14# LOCALIZATION NOTE (panelTitle): This is the panel title
15panelTitle=Style Inspector
16
17# LOCALIZATION NOTE (rule.status): For each style property the panel shows
18# the rules which hold that specific property. For every rule, the rule status
19# is also displayed: a rule can be the best match, a match, a parent match, or a
20# rule did not match the element the user has highlighted.
21rule.status.BEST=Best Match
22rule.status.MATCHED=Matched
23rule.status.PARENT_MATCH=Parent Match
24
25# LOCALIZATION NOTE (rule.sourceElement, rule.sourceInline): For each
26# style property the panel shows the rules which hold that specific property.
27# For every rule, the rule source is also displayed: a rule can come from a
28# file, from the same page (inline), or from the element itself (element).
29rule.sourceInline=inline
30rule.sourceElement=element
31
32# LOCALIZATION NOTE (rule.inheritedFrom): Shown for CSS rules
33# that were inherited from a parent node. Will be passed a node
34# identifier of the parent node.
35# e.g "Inherited from body#bodyID"
36rule.inheritedFrom=Inherited from %S
37
38# LOCALIZATION NOTE (rule.keyframe): Shown for CSS Rules keyframe header.
39# Will be passed an identifier of the keyframe animation name.
40rule.keyframe=Keyframes %S
41
42# LOCALIZATION NOTE (rule.userAgentStyles): Shown next to the style sheet
43# link for CSS rules that were loaded from a user agent style sheet.
44# These styles will not be editable, and will only be visible if the
45# devtools.inspector.showUserAgentStyles pref is true.
46rule.userAgentStyles=(user agent)
47
48# LOCALIZATION NOTE (rule.pseudoElement): Shown for CSS rules
49# pseudo element header
50rule.pseudoElement=Pseudo-elements
51
52# LOCALIZATION NOTE (rule.selectedElement): Shown for CSS rules element header if
53# pseudo elements are present in the rule view.
54rule.selectedElement=This Element
55
56# LOCALIZATION NOTE (rule.warning.title): When an invalid property value is
57# entered into the rule view a warning icon is displayed. This text is used for
58# the title attribute of the warning icon.
59rule.warning.title=Invalid property value
60
61# LOCALIZATION NOTE (rule.filterProperty.title): Text displayed in the tooltip
62# of the search button that is shown next to a property that has been overridden
63# in the rule view.
64rule.filterProperty.title=Filter rules containing this property
65
66# LOCALIZATION NOTE (rule.empty): Text displayed when the highlighter is
67# first opened and there's no node selected in the rule view.
68rule.empty=No element selected.
69
70# LOCALIZATION NOTE (rule.variableValue): Text displayed in a tooltip
71# when the mouse is over a variable use (like "var(--something)") in
72# the rule view.  The first argument is the variable name and the
73# second argument is the value.
74rule.variableValue=%S = %S
75
76# LOCALIZATION NOTE (rule.variableUnset): Text displayed in a tooltip
77# when the mouse is over a variable use (like "var(--something)"),
78# where the variable is not set.  the rule view.  The argument is the
79# variable name.
80rule.variableUnset=%S is not set
81
82# LOCALIZATION NOTE (rule.selectorHighlighter.tooltip): Text displayed in a
83# tooltip when the mouse is over a selector highlighter icon in the rule view.
84rule.selectorHighlighter.tooltip=Highlight all elements matching this selector
85
86# LOCALIZATION NOTE (rule.colorSwatch.tooltip): Text displayed in a tooltip
87# when the mouse is over a color swatch in the rule view.
88rule.colorSwatch.tooltip=Click to open the color picker, Shift+click to change the color format
89
90# LOCALIZATION NOTE (rule.bezierSwatch.tooltip): Text displayed in a tooltip
91# when the mouse is over a cubic-bezier swatch in the rule view.
92rule.bezierSwatch.tooltip=Click to open the timing-function editor
93
94# LOCALIZATION NOTE (rule.filterSwatch.tooltip): Text displayed in a tooltip
95# when the mouse is over a filter swatch in the rule view.
96rule.filterSwatch.tooltip=Click to open the filter editor
97
98# LOCALIZATION NOTE (rule.angleSwatch.tooltip): Text displayed in a tooltip
99# when the mouse is over a angle swatch in the rule view.
100rule.angleSwatch.tooltip=Shift+click to change the angle format
101
102# LOCALIZATION NOTE (rule.flexToggle.tooltip): Text displayed in a tooltip
103# when the mouse is over a Flexbox toggle icon in the rule view.
104rule.flexToggle.tooltip=Click to toggle the Flexbox highlighter
105
106# LOCALIZATION NOTE (rule.gridToggle.tooltip): Text displayed in a tooltip
107# when the mouse is over a CSS Grid toggle icon in the rule view.
108rule.gridToggle.tooltip=Click to toggle the CSS Grid highlighter
109
110# LOCALIZATION NOTE (styleinspector.contextmenu.copyColor): Text displayed in the rule
111# and computed view context menu when a color value was clicked.
112styleinspector.contextmenu.copyColor=Copy Color
113
114# LOCALIZATION NOTE (styleinspector.contextmenu.copyColor.accessKey): Access key for
115# the rule and computed view context menu "Copy Color" entry.
116styleinspector.contextmenu.copyColor.accessKey=L
117
118# LOCALIZATION NOTE (styleinspector.contextmenu.copyUrl): In rule and computed view :
119# text displayed in the context menu for an image URL.
120# Clicking it copies the URL to the clipboard of the user.
121styleinspector.contextmenu.copyUrl=Copy URL
122
123# LOCALIZATION NOTE (styleinspector.contextmenu.copyUrl.accessKey): Access key for
124# the rule and computed view context menu "Copy URL" entry.
125styleinspector.contextmenu.copyUrl.accessKey=U
126
127# LOCALIZATION NOTE (styleinspector.contextmenu.copyImageDataUrl): In rule and computed view :
128# text displayed in the context menu for an image URL.
129# Clicking it copies the image as Data-URL to the clipboard of the user.
130styleinspector.contextmenu.copyImageDataUrl=Copy Image Data-URL
131
132# LOCALIZATION NOTE (styleinspector.contextmenu.copyImageDataUrl.accessKey): Access key for
133# the rule and computed view context menu "Copy Image Data-URL" entry.
134styleinspector.contextmenu.copyImageDataUrl.accessKey=I
135
136# LOCALIZATION NOTE (styleinspector.copyImageDataUrlError): Text set in the clipboard
137# if an error occurs when using the copyImageDataUrl context menu action
138# (invalid image link, timeout, etc...)
139styleinspector.copyImageDataUrlError=Failed to copy image Data-URL
140
141# LOCALIZATION NOTE (styleinspector.contextmenu.toggleOrigSources): Text displayed in the rule view
142# context menu.
143styleinspector.contextmenu.toggleOrigSources=Show Original Sources
144
145# LOCALIZATION NOTE (styleinspector.contextmenu.toggleOrigSources.accessKey): Access key for
146# the rule view context menu "Show original sources" entry.
147styleinspector.contextmenu.toggleOrigSources.accessKey=O
148
149# LOCALIZATION NOTE (styleinspector.contextmenu.addNewRule): Text displayed in the
150# rule view context menu for adding a new rule to the element.
151# This should match inspector.addRule.tooltip in inspector.properties
152styleinspector.contextmenu.addNewRule=Add New Rule
153
154# LOCALIZATION NOTE (styleinspector.contextmenu.addNewRule.accessKey): Access key for
155# the rule view context menu "Add rule" entry.
156styleinspector.contextmenu.addNewRule.accessKey=R
157
158# LOCALIZATION NOTE (styleinspector.contextmenu.selectAll): Text displayed in the
159# computed view context menu.
160styleinspector.contextmenu.selectAll=Select All
161
162# LOCALIZATION NOTE (styleinspector.contextmenu.selectAll.accessKey): Access key for
163# the computed view context menu "Select all" entry.
164styleinspector.contextmenu.selectAll.accessKey=A
165
166# LOCALIZATION NOTE (styleinspector.contextmenu.copy): Text displayed in the
167# computed view context menu.
168styleinspector.contextmenu.copy=Copy
169
170# LOCALIZATION NOTE (styleinspector.contextmenu.copy.accessKey): Access key for
171# the computed view context menu "Copy" entry.
172styleinspector.contextmenu.copy.accessKey=C
173
174# LOCALIZATION NOTE (styleinspector.contextmenu.copyLocation): Text displayed in the
175# rule view context menu for copying the source location.
176styleinspector.contextmenu.copyLocation=Copy Location
177
178# LOCALIZATION NOTE (styleinspector.contextmenu.copyPropertyDeclaration): Text
179# displayed in the rule view context menu for copying the property declaration.
180styleinspector.contextmenu.copyPropertyDeclaration=Copy Property Declaration
181
182# LOCALIZATION NOTE (styleinspector.contextmenu.copyPropertyName): Text displayed in
183# the rule view context menu for copying the property name.
184styleinspector.contextmenu.copyPropertyName=Copy Property Name
185
186# LOCALIZATION NOTE (styleinspector.contextmenu.copyPropertyValue): Text displayed in
187# the rule view context menu for copying the property value.
188styleinspector.contextmenu.copyPropertyValue=Copy Property Value
189
190# LOCALIZATION NOTE (styleinspector.contextmenu.copyRule): Text displayed in the
191# rule view context menu for copying the rule.
192styleinspector.contextmenu.copyRule=Copy Rule
193
194# LOCALIZATION NOTE (styleinspector.contextmenu.copySelector): Text displayed in the
195# rule view context menu for copying the selector.
196styleinspector.contextmenu.copySelector=Copy Selector
197