diff options
Diffstat (limited to 'l10n-en-CA/devtools/client/inspector.properties')
-rw-r--r-- | l10n-en-CA/devtools/client/inspector.properties | 36 |
1 files changed, 27 insertions, 9 deletions
diff --git a/l10n-en-CA/devtools/client/inspector.properties b/l10n-en-CA/devtools/client/inspector.properties index f1f04a7b4b..cffbe4dbcf 100644 --- a/l10n-en-CA/devtools/client/inspector.properties +++ b/l10n-en-CA/devtools/client/inspector.properties @@ -3,15 +3,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # LOCALIZATION NOTE These strings are used inside the Inspector -# which is available from the Web Developer sub-menu -> 'Inspect'. -# -# The correct localization of this file might be to keep it in -# English, or another language commonly spoken among web developers. -# You want to make that choice consistent across the developer tools. -# A good criteria is the language in which you'd find the best -# documentation on web development on the web. - -# LOCALIZATION NOTE These strings are used inside the Inspector # which is available from the Browser Tools sub-menu -> 'Inspect'. # # The correct localization of this file might be to keep it in @@ -92,6 +83,11 @@ markupView.display.contents.tooltiptext2=This element doesn’t produce a specif # the markup view. markupView.event.tooltiptext=Event listener +# LOCALIZATION NOTE (markupView.event.tooltiptext) +# Used in a tooltip that appears when the user hovers over 'event' badge in +# the markup view. +markupView.event.tooltiptext2=Click to show event listeners for this element + # LOCALIZATION NOTE (markupView.custom.tooltiptext) # Used in a tooltip that appears when the user hovers over 'custom' badge in # the markup view. Only displayed on custom elements with a shadow root attached. @@ -118,18 +114,33 @@ eyedropper.disabled.title=Unavailable in non-HTML documents #LOCALIZATION NOTE: Used in the event tooltip to allow the debugger to be opened eventsTooltip.openInDebugger=Open in Debugger +# LOCALIZATION NOTE: Used in the event tooltip for the toggle button. +# Parameter is the event type (e.g. "click") +eventsTooltip.toggleButton.label=“%S” event listener code + +#LOCALIZATION NOTE: Used in the event tooltip to allow the debugger to be opened +eventsTooltip.openInDebugger2=Open “%S” in Debugger + #LOCALIZATION NOTE: Used in the event tooltip when a script's filename cannot be detected eventsTooltip.unknownLocation=Unknown location #LOCALIZATION NOTE: Used in the mouseover tooltip when hovering "Unknown location." eventsTooltip.unknownLocationExplanation=The original location of this listener cannot be detected. Maybe the code is transpiled by a utility such as Babel. +# LOCALIZATION NOTE: Label for the checkbox in the event tooltip that toggles event listeners +# Parameter is the event type (e.g. "click") +eventsTooltip.toggleListenerLabel=Enable “%S” event listener + #LOCALIZATION NOTE: Used in the tooltip for Bubbling eventsTooltip.Bubbling=Bubbling #LOCALIZATION NOTE: Used in the tooltip for Capturing eventsTooltip.Capturing=Capturing +# LOCALIZATION NOTE: Title of the iframe we use in the event tooltip to display the code of +# the event listener. Parameter is the event type (e.g. "click") +eventsTooltip.codeIframeTitle=“%S” event listener code + # LOCALIZATION NOTE (allTabsMenuButton.tooltip): The tooltip that gets # displayed when hovering over the tabs overflow button. allTabsMenuButton.tooltip=Show all tabs @@ -479,10 +490,17 @@ inspector.breadcrumbs.label=Breadcrumbs # displayed or not. inspector.browserStyles.label=Browser Styles +# LOCALIZATION NOTE (inspector.filterStyles.label): This is the label for the search box +inspector.filterStyles.label=Filter Styles + # LOCALIZATION NOTE (inspector.filterStyles.placeholder): This is the placeholder that # goes in the search box when no search term has been entered. inspector.filterStyles.placeholder=Filter Styles +# LOCALIZATION NOTE (inspector.filterStylesClearButton.title): This is the title +# for the search box clear button displayed when the input is not empty. +inspector.filterStylesClearButton.title = Clear filter input + # LOCALIZATION NOTE (inspector.addRule.tooltip): This is the tooltip shown when # hovering the `Add new rule` button in the rules view toolbar. This should # match ruleView.contextmenu.addNewRule in styleinspector.properties |