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 in the shared React components, 6# so files in `devtools/client/shared/components/*`. 7 8# LOCALIZATION NOTE (frame.unknownSource): When we do not know the source filename of 9# a frame, we use this string instead. 10frame.unknownSource=(unknown) 11 12# LOCALIZATION NOTE (frame.viewsourceindebugger): The label for the tooltip when hovering over 13# a source link that links to the debugger. 14# %S represents the URL to match in the debugger. 15frame.viewsourceindebugger=View source in Debugger → %S 16 17# LOCALIZATION NOTE (frame.viewsourceinstyleeditor): The label for the tooltip when hovering over 18# a source link that links to the Style Editor. 19# %S represents the URL to match in the style editor. 20frame.viewsourceinstyleeditor=View source in Style Editor → %S 21 22# LOCALIZATION NOTE (notificationBox.closeTooltip): The content of a tooltip that 23# appears when hovering over the close button in a notification box. 24notificationBox.closeTooltip=Close this message 25 26# LOCALIZATION NOTE (appErrorBoundary.description): This is the information displayed 27# once the panel errors. 28# %S represents the name of panel which has the crash. 29appErrorBoundary.description=The %S panel has crashed. 30 31# LOCALIZATION NOTE (appErrorBoundary.fileBugButton): This is the text that appears in 32# the button to visit the bug filing link. 33appErrorBoundary.fileBugButton=File Bug Report 34 35# LOCALIZATION NOTE (appErrorBoundary.reloadPanelInfo): This is the text that appears 36# after the panel errors to instruct the user to reload the panel. 37appErrorBoundary.reloadPanelInfo=Close and reopen the toolbox to clear this error. 38