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 (toolbox.titleTemplate1): This is the template
6# used to format the title of the toolbox.
7# The URL of the page being targeted: %1$S.
8toolbox.titleTemplate1=Developer Tools — %1$S
9
10# LOCALIZATION NOTE (toolbox.titleTemplate2): This is the template
11# used to format the title of the toolbox.
12# The page title or other name for the thing being targeted: %1$S
13# The URL of the page being targeted: %2$S.
14toolbox.titleTemplate2=Developer Tools — %1$S — %2$S
15
16# LOCALIZATION NOTE (toolbox.multiProcessBrowserToolboxTitle): Title used for
17# the Browser Toolbox when the pref `devtools.browsertoolbox.fission` is true.
18# This Browser Toolbox allows to debug the parent process as well as the content
19# processes in the same toolbox.
20toolbox.multiProcessBrowserToolboxTitle=Multiprocess Browser Toolbox
21
22# LOCALIZATION NOTE (toolbox.defaultTitle): This is used as the tool
23# name when no tool is selected.
24toolbox.defaultTitle=Developer Tools
25
26# LOCALIZATION NOTE (toolbox.label): This is used as the label for the
27# toolbox as a whole
28toolbox.label=Developer Tools
29
30# LOCALIZATION NOTE (options.autoTheme.label)
31# Used as a label for auto theme
32options.autoTheme.label=Auto
33
34# LOCALIZATION NOTE (options.toolNotSupportedMarker): This is the template
35# used to add a * marker to the label for the Options Panel tool checkbox for the
36# tool which is not supported for the current toolbox target.
37# The name of the tool: %1$S.
38options.toolNotSupportedMarker=%1$S *
39
40# LOCALIZATION NOTE (toolbox.pickButton.tooltip)
41# This is the tooltip of the element picker button in the toolbox toolbar.
42# %S is the keyboard shortcut that toggles the element picker.
43toolbox.elementPicker.tooltip=Pick an element from the page (%S)
44
45# LOCALIZATION NOTE (toolbox.pickButton.mac.tooltip)
46# Like toolbox.pickButton.tooltip, but for macOS there are two possible keyboard
47# shortcuts: Cmd+Shift+C or Cmd+Opt+C
48toolbox.elementPicker.mac.tooltip=Pick an element from the page (%1$S or %2$S)
49
50# LOCALIZATION NOTE (toolbox.androidElementPicker.tooltip)
51# This is the tooltip of the element picker button in the about:devtools-toolbox toolbox toolbar
52# when debugging an Android device
53# %S is the keyboard shortcut that toggles the element picker.
54toolbox.androidElementPicker.tooltip=Pick an element from the Android phone (%S)
55
56# LOCALIZATION NOTE (toolbox.androidElementPicker.mac.tooltip)
57# Like toolbox.androidElementPicker.tooltip, but for macOS as there are two possible keyboard
58# shortcuts (Cmd+Shift+C or Cmd+Opt+C)
59# %1$S and %2$S are the keyboard shortcuts that toggle the element picker.
60toolbox.androidElementPicker.mac.tooltip=Pick an element from the Android phone (%1$S or %2$S)
61
62# LOCALIZATION NOTE (toolbox.elementPicker.key)
63# Key shortcut used to toggle the element picker.
64toolbox.elementPicker.key=CmdOrCtrl+Shift+C
65
66# LOCALIZATION NOTE (toolbox.elementPicker.mac.key)
67# Key shortcut used to toggle the element picker for macOS.
68toolbox.elementPicker.mac.key=Cmd+Opt+C
69
70# LOCALIZATION NOTE (toolbox.noContentProcessForTab.message)
71# Used as a message in the alert displayed when trying to open a browser
72# content toolbox and there is no content process running for the current tab
73toolbox.noContentProcessForTab.message=No content process for this tab.
74
75# LOCALIZATION NOTE (toolbox.viewCssSourceInStyleEditor.label)
76# Used as a message in either tooltips or contextual menu items to open the
77# corresponding URL as a css file in the Style-Editor tool.
78# DEV NOTE: Mostly used wherever toolbox.viewSourceInStyleEditorByXX is used.
79toolbox.viewCssSourceInStyleEditor.label=Open File in Style-Editor
80
81# LOCALIZATION NOTE (toolbox.viewJsSourceInDebugger.label)
82# Used as a message in either tooltips or contextual menu items to open the
83# corresponding URL as a js file in the Debugger tool.
84# DEV NOTE: Mostly used wherever toolbox.viewSourceInDebugger is used.
85toolbox.viewJsSourceInDebugger.label=Open File in Debugger
86
87toolbox.resumeOrderWarning=Page did not resume after the debugger was attached. To fix this, please close and re-open the toolbox.
88
89# LOCALIZATION NOTE (toolbox.autoThemeNotification)
90# Notification displayed in the toolbox notification box when the DevTools theme
91# is set to auto and the user is using a dark Firefox theme.
92# %S is the brand shorter name (eg Firefox)
93toolbox.autoThemeNotification=DevTools now follow the overall %S theme. You can revert to Light or Dark theme in the Settings panel.
94
95# LOCALIZATION NOTE (toolbox.autoThemeNotification.settingsButton)
96# Text of the button displayed in the auto theme notification to open the settings
97# panel.
98# "Settings" refers to the name of the settings panel, and should most likely be
99# the same as toolbox.meatballMenu.settings.label.
100toolbox.autoThemeNotification.settingsButton=Open Settings
101
102# LOCALIZATION NOTE (toolbox.help.key)
103# Key shortcut used to open the options panel
104toolbox.help.key=F1
105
106# LOCALIZATION NOTE (toolbox.nextTool.key)
107# Key shortcut used to select the next tool
108toolbox.nextTool.key=CmdOrCtrl+]
109
110# LOCALIZATION NOTE (toolbox.previousTool.key)
111# Key shortcut used to select the previous tool
112toolbox.previousTool.key=CmdOrCtrl+[
113
114# LOCALIZATION NOTE (toolbox.zoom*.key)
115# Key shortcuts used to zomm in/out or reset the toolbox
116# Should match full-zoom-*-shortcut values from browserSets.ftl
117toolbox.zoomIn.key=CmdOrCtrl+Plus
118toolbox.zoomIn2.key=CmdOrCtrl+=
119
120toolbox.zoomOut.key=CmdOrCtrl+-
121toolbox.zoomOut2.key=
122
123toolbox.zoomReset.key=CmdOrCtrl+0
124toolbox.zoomReset2.key=
125
126# LOCALIZATION NOTE (toolbox.reload*.key)
127# Key shortcuts used to reload the page
128toolbox.reload.key=CmdOrCtrl+R
129toolbox.reload2.key=F5
130
131# LOCALIZATION NOTE (toolbox.forceReload*.key)
132# Key shortcuts used to force reload of the page by bypassing caches
133toolbox.forceReload.key=CmdOrCtrl+Shift+R
134toolbox.forceReload2.key=CmdOrCtrl+F5
135
136# LOCALIZATION NOTE (toolbox.toggleHost.key)
137# Key shortcut used to move the toolbox in bottom or side of the browser window
138toolbox.toggleHost.key=CmdOrCtrl+Shift+D
139
140# LOCALIZATION NOTE (toolbox.closeToolbox.key) Key shortcut used to close the toolbox
141toolbox.closeToolbox.key=CmdOrCtrl+W
142
143# LOCALIZATION NOTE (toolbox.toggleToolbox.key) Key shortcut used to toggle the toolbox
144toolbox.toggleToolbox.key=CmdOrCtrl+Shift+I
145
146# LOCALIZATION NOTE (toolbox.toggleToolboxOSX.key) Key shortcut used to toggle the toolbox
147toolbox.toggleToolboxOSX.key=CmdOrCtrl+Alt+I
148
149# LOCALIZATION NOTE (toolbox.toggleToolboxF12.key) Key shortcut used to toggle the toolbox
150toolbox.toggleToolboxF12.key=F12
151
152# LOCALIZATION NOTE (toolbox.frames.tooltip): This is the label for
153# the iframes menu list that appears only when the document has some.
154# It allows you to switch the context of the whole toolbox.
155toolbox.frames.tooltip=Select an iframe as the currently targeted document
156
157# LOCALIZATION NOTE (toolbox.frames.disabled.tooltip): This is the title
158# displayed as a tooltip of the iframes menu button, when disabled. The button
159# is normally hidden when no frames are available. But if the user is on the
160# DevTools Options panel, the button is always shown for discoverability.
161toolbox.frames.disabled.tooltip=This button is only available on pages with several iframes
162
163# LOCALIZATION NOTE (toolbox.showFrames.key)
164# Key shortcut used to show frames menu when 'frames' button is focused
165toolbox.showFrames.key=Alt+Down
166
167# LOCALIZATION NOTE (toolbox.meatballMenu.button.tooltip): This is the tooltip
168# for the "..." button on the developer tools toolbox.
169toolbox.meatballMenu.button.tooltip=Customize Developer Tools and Get Help
170
171# LOCALIZATION NOTE (toolbox.closebutton.tooltip): This is the tooltip for
172# the close button the developer tools toolbox.
173toolbox.closebutton.tooltip=Close Developer Tools
174
175# LOCALIZATION NOTE (toolbox.errorCountButton.tooltip): This is the tooltip for
176# the error count button displayed in the developer tools toolbox.
177toolbox.errorCountButton.tooltip=Show Split Console
178
179# LOCALIZATION NOTE (toolbox.errorCountButton.description): This is the description that
180# will be used for the error count button in the devTools settings panel.
181toolbox.errorCountButton.description=Show the number of errors on the page
182
183# LOCALIZATION NOTE (toolbox.sourceMapFailure): This is shown in the web console
184# when there is a failure to fetch or parse a source map.
185# The text of the error: %1$S
186# The URL that caused DevTools to try to fetch a source map: %2$S
187# The URL of the source map itself: %3$S
188toolbox.sourceMapFailure=Source map error: %1$S\nResource URL: %2$S\nSource Map URL: %3$S
189
190# LOCALIZATION NOTE (toolbox.sourceMapSourceFailure): This is shown in
191# the web console when there is a failure to fetch or parse an
192# original source that was mentioned in a source map.
193# The text of the error: %1$S
194# The URL of the source: %2$S
195toolbox.sourceMapSourceFailure=Error while fetching an original source: %1$S\nSource URL: %2$S
196
197# LOCALIZATION NOTE (toolbox.debugTargetInfo.runtimeLabel): This is displayed as a toolbox
198# header in about:devtools-toolbox. about:devtools-toolbox is used for instance when
199# inspecting tabs in about:debugging.
200# e.g. Mozilla Fennec (65.0a1)
201# The name of runtime: %1$S
202# The version of runtime: %2$S
203toolbox.debugTargetInfo.runtimeLabel=%1$S (%2$S)
204
205# LOCALIZATION NOTE (toolbox.debugTargetInfo.runtimeLabel.thisRuntime): this is displayed
206# as a toolbox header in about:devtools-toolbox, when inspecting the current Firefox runtime
207# (for instance, when inspecting one of its tabs in about:debugging)
208# e.g. This Firefox (65.0a1)
209# The name of the current runtime/application (brandShorterName): %1$S
210# The version of runtime: %2$S
211toolbox.debugTargetInfo.runtimeLabel.thisRuntime=This %1$S (%2$S)
212
213# LOCALIZATION NOTE (toolbox.debugTargetInfo.tabTitleRemote):
214# Used as the tab title for about:devtools-toolbox when connected to a remote target.
215# The connection type (see toolbox.debugTargetInfo.connection.*): %1$S
216# The target type (see toolbox.debugTargetInfo.targetType.*): %2$S
217# The target name (retrieved from DevTools, eg the extension's name): %3$S
218toolbox.debugTargetInfo.tabTitleRemote=Toolbox (%1$S) - %2$S / %3$S
219
220# LOCALIZATION NOTE (toolbox.debugTargetInfo.tabTitleLocal):
221# Used as the tab title for about:devtools-toolbox when connected to This Firefox.
222# The target type (see toolbox.debugTargetInfo.targetType.*): %1$S
223# The target name (retrieved from DevTools, eg the extension's name): %2$S
224toolbox.debugTargetInfo.tabTitleLocal=Toolbox - %1$S / %2$S
225
226# LOCALIZATION NOTE (toolbox.debugTargetInfo.tabTitleError):
227# Used as the tab title for about:devtools-toolbox when it failed to connect to the
228# target.
229toolbox.debugTargetInfo.tabTitleError=Toolbox - error occurred
230
231# LOCALIZATION NOTE (toolbox.debugTargetInfo.connection.*): This is displayed in the
232# toolbox header in about:devtools-toolbox, to indicate how the connection to the
233# runtime being inspected was made.
234toolbox.debugTargetInfo.connection.usb=USB
235toolbox.debugTargetInfo.connection.network=Network
236
237# LOCALIZATION NOTE (toolbox.debugTargetInfo.reload):
238# Used as the reload button tooltip
239toolbox.debugTargetInfo.reload=Reload
240
241# LOCALIZATION NOTE (toolbox.debugTargetInfo.forward):
242# Used as the navigation's "forward" button tooltip
243toolbox.debugTargetInfo.forward=Forward
244
245# LOCALIZATION NOTE (toolbox.debugTargetInfo.back):
246# Used as the navigation's "back" button tooltip
247toolbox.debugTargetInfo.back=Back
248
249# LOCALIZATION NOTE (toolbox.debugTargetInfo.targetType.*): This is displayed as the
250# alt attribute for an icon in the toolbox header in about:devtools-toolbox,
251# to indicate what is the type of the debug target being inspected.
252toolbox.debugTargetInfo.targetType.extension=Extension
253toolbox.debugTargetInfo.targetType.process=Process
254toolbox.debugTargetInfo.targetType.tab=Tab
255toolbox.debugTargetInfo.targetType.worker=Worker
256
257# LOCALIZATION NOTE (browserToolbox.statusMessage): This is the label
258# shown next to status details when the Browser Toolbox fails to connect or
259# appears to be taking a while to do so.
260browserToolbox.statusMessage=Browser Toolbox connection status:
261
262# LOCALIZATION NOTE (toolbox.debugTargetErrorPage.title): This is the title
263# for the Error view shown by the toolbox when a connection to a debug target
264# could not be made
265toolbox.debugTargetErrorPage.title = Error
266
267# LOCALIZATION NOTE (toolbox.debugTargetErrorPage.description): This is the
268# text that appears in the Error view and explains to the user that an error
269# has happened while trying to connect to a debug target
270toolbox.debugTargetErrorPage.description = Cannot connect to the debug target. See error details below:
271
272# LOCALIZATION NOTE (options.deprecationNotice): This is the text that appears in the
273# settings panel for panel that will be removed in future releases.
274# This entire text is treated as a link to an MDN page.
275options.deprecationNotice=Deprecated. Learn More…
276
277# LOCALIZATION NOTE (options.enableMultiProcessToolbox): This is the text that appears in the
278# settings panel for the checkbox that enables the Multiprocess Browser Toolbox.
279options.enableMultiProcessToolbox=Enable the Multiprocess Browser Toolbox (requires restarting the Browser Toolbox)
280
281# LOCALIZATION NOTE (options.enableNewPerformancePanel): This is the text that appears in the
282# settings panel for the checkbox that enables the new performance panel.
283options.enableNewPerformancePanel=Enable new performance recorder (then re-open DevTools)
284