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### These strings are used inside the about:debugging UI.
6
7# Page Title strings
8
9# Page title (ie tab title) for the Setup page
10about-debugging-page-title-setup-page = Debugging - Setup
11
12# Page title (ie tab title) for the Runtime page
13# { $selectedRuntimeId } is the id of the current runtime, such as "this-firefox", "localhost:6080", ...
14about-debugging-page-title-runtime-page = Debugging - Runtime / { $selectedRuntimeId }
15
16# Sidebar strings
17
18# Display name of the runtime for the currently running instance of Firefox. Used in the
19# Sidebar and in the Setup page.
20about-debugging-this-firefox-runtime-name = This { -brand-shorter-name }
21
22# Sidebar heading for selecting the currently running instance of Firefox
23about-debugging-sidebar-this-firefox =
24  .name = { about-debugging-this-firefox-runtime-name }
25
26# Sidebar heading for connecting to some remote source
27about-debugging-sidebar-setup =
28  .name = Setup
29
30# Text displayed in the about:debugging sidebar when USB devices discovery is enabled.
31about-debugging-sidebar-usb-enabled = USB enabled
32
33# Text displayed in the about:debugging sidebar when USB devices discovery is disabled
34# (for instance because the mandatory ADB extension is not installed).
35about-debugging-sidebar-usb-disabled = USB disabled
36
37# Connection status (connected) for runtime items in the sidebar
38aboutdebugging-sidebar-runtime-connection-status-connected = Connected
39# Connection status (disconnected) for runtime items in the sidebar
40aboutdebugging-sidebar-runtime-connection-status-disconnected = Disconnected
41
42# Text displayed in the about:debugging sidebar when no device was found.
43about-debugging-sidebar-no-devices = No devices discovered
44
45# Text displayed in buttons found in sidebar items representing remote runtimes.
46# Clicking on the button will attempt to connect to the runtime.
47about-debugging-sidebar-item-connect-button = Connect
48
49# Text displayed in buttons found in sidebar items when the runtime is connecting.
50about-debugging-sidebar-item-connect-button-connecting = Connecting…
51
52# Text displayed in buttons found in sidebar items when the connection failed.
53about-debugging-sidebar-item-connect-button-connection-failed = Connection failed
54
55# Text displayed in connection warning on sidebar item of the runtime when connecting to
56# the runtime is taking too much time.
57about-debugging-sidebar-item-connect-button-connection-not-responding = Connection still pending, check for messages on the target browser
58
59# Text displayed as connection error in sidebar item when the connection has timed out.
60about-debugging-sidebar-item-connect-button-connection-timeout = Connection timed out
61
62# Text displayed in sidebar items for remote devices where a compatible browser (eg
63# Firefox) has not been detected yet. Typically, Android phones connected via USB with
64# USB debugging enabled, but where Firefox is not started.
65about-debugging-sidebar-runtime-item-waiting-for-browser = Waiting for browser…
66
67# Text displayed in sidebar items for remote devices that have been disconnected from the
68# computer.
69about-debugging-sidebar-runtime-item-unplugged = Unplugged
70
71# Title for runtime sidebar items that are related to a specific device (USB, WiFi).
72about-debugging-sidebar-runtime-item-name =
73  .title = { $displayName } ({ $deviceName })
74# Title for runtime sidebar items where we cannot get device information (network
75# locations).
76about-debugging-sidebar-runtime-item-name-no-device =
77  .title = { $displayName }
78
79# Text to show in the footer of the sidebar that links to a help page
80# (currently: https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/)
81about-debugging-sidebar-support = Debugging Support
82
83# Text to show as the ALT attribute of a help icon that accompanies the help about
84# debugging link in the footer of the sidebar
85about-debugging-sidebar-support-icon =
86  .alt = Help icon
87
88# Text displayed in a sidebar button to refresh the list of USB devices. Clicking on it
89# will attempt to update the list of devices displayed in the sidebar.
90about-debugging-refresh-usb-devices-button = Refresh devices
91
92# Setup Page strings
93
94# Title of the Setup page.
95about-debugging-setup-title = Setup
96
97# Introduction text in the Setup page to explain how to configure remote debugging.
98about-debugging-setup-intro = Configure the connection method you wish to remotely debug your device with.
99
100# Explanatory text in the Setup page about what the 'This Firefox' page is for
101about-debugging-setup-this-firefox2 = Use <a>{ about-debugging-this-firefox-runtime-name }</a> to debug extensions and service workers on this version of { -brand-shorter-name }.
102
103# Title of the heading Connect section of the Setup page.
104about-debugging-setup-connect-heading = Connect a Device
105
106# USB section of the Setup page
107about-debugging-setup-usb-title = USB
108
109# Explanatory text displayed in the Setup page when USB debugging is disabled
110about-debugging-setup-usb-disabled = Enabling this will download and add the required Android USB debugging components to { -brand-shorter-name }.
111
112# Text of the button displayed in the USB section of the setup page when USB debugging is disabled.
113# Clicking on it will download components needed to debug USB Devices remotely.
114about-debugging-setup-usb-enable-button = Enable USB Devices
115
116# Text of the button displayed in the USB section of the setup page when USB debugging is enabled.
117about-debugging-setup-usb-disable-button = Disable USB Devices
118
119# Text of the button displayed in the USB section of the setup page while USB debugging
120# components are downloaded and installed.
121about-debugging-setup-usb-updating-button = Updating…
122
123# USB section of the Setup page (USB status)
124about-debugging-setup-usb-status-enabled = Enabled
125about-debugging-setup-usb-status-disabled = Disabled
126about-debugging-setup-usb-status-updating = Updating…
127
128# USB section step by step guide
129about-debugging-setup-usb-step-enable-dev-menu2 = Enable Developer menu on your Android device.
130
131# USB section step by step guide
132about-debugging-setup-usb-step-enable-debug2 = Enable USB Debugging in the Android Developer Menu.
133
134# USB section step by step guide
135about-debugging-setup-usb-step-enable-debug-firefox2 = Enable USB Debugging in Firefox on the Android device.
136
137# USB section step by step guide
138about-debugging-setup-usb-step-plug-device = Connect the Android device to your computer.
139
140# Text shown in the USB section of the setup page with a link to troubleshoot connection errors.
141# The link goes to https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/index.html#connecting-to-a-remote-device
142about-debugging-setup-usb-troubleshoot = Problems connecting to the USB device? <a>Troubleshoot</a>
143
144# Network section of the Setup page
145about-debugging-setup-network =
146  .title = Network Location
147
148# Text shown in the Network section of the setup page with a link to troubleshoot connection errors.
149# The link goes to https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/index.html#connecting-over-the-network
150about-debugging-setup-network-troubleshoot = Problems connecting via network location? <a>Troubleshoot</a>
151
152# Text of a button displayed after the network locations "Host" input.
153# Clicking on it will add the new network location to the list.
154about-debugging-network-locations-add-button = Add
155
156# Text to display when there are no locations to show.
157about-debugging-network-locations-empty-text = No network locations have been added yet.
158
159# Text of the label for the text input that allows users to add new network locations in
160# the Connect page. A host is a hostname and a port separated by a colon, as suggested by
161# the input's placeholder "localhost:6080".
162about-debugging-network-locations-host-input-label = Host
163
164# Text of a button displayed next to existing network locations in the Connect page.
165# Clicking on it removes the network location from the list.
166about-debugging-network-locations-remove-button = Remove
167
168# Text used as error message if the format of the input value was invalid in the network locations form of the Setup page.
169# Variables:
170#   $host-value (string) - The input value submitted by the user in the network locations form
171about-debugging-network-location-form-invalid = Invalid host “{ $host-value }”. The expected format is “hostname:portnumber”.
172
173# Text used as error message if the input value was already registered in the network locations form of the Setup page.
174# Variables:
175#   $host-value (string) - The input value submitted by the user in the network locations form
176about-debugging-network-location-form-duplicate = The host “{ $host-value }” is already registered
177
178# Runtime Page strings
179
180# Below are the titles for the various categories of debug targets that can be found
181# on "runtime" pages of about:debugging.
182# Title of the temporary extensions category (only available for "This Firefox" runtime).
183about-debugging-runtime-temporary-extensions =
184  .name = Temporary Extensions
185# Title of the extensions category.
186about-debugging-runtime-extensions =
187  .name = Extensions
188# Title of the tabs category.
189about-debugging-runtime-tabs =
190  .name = Tabs
191# Title of the service workers category.
192about-debugging-runtime-service-workers =
193  .name = Service Workers
194# Title of the shared workers category.
195about-debugging-runtime-shared-workers =
196  .name = Shared Workers
197# Title of the other workers category.
198about-debugging-runtime-other-workers =
199  .name = Other Workers
200# Title of the processes category.
201about-debugging-runtime-processes =
202  .name = Processes
203
204# Label of the button opening the performance profiler panel in runtime pages for remote
205# runtimes.
206about-debugging-runtime-profile-button2 = Profile performance
207
208# This string is displayed in the runtime page if the current configuration of the
209# target runtime is incompatible with service workers. "Learn more" points to:
210# https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/index.html#service-workers-not-compatible
211about-debugging-runtime-service-workers-not-compatible = Your browser configuration is not compatible with Service Workers. <a>Learn more</a>
212
213# This string is displayed in the runtime page if the remote browser version is too old.
214# "Troubleshooting" link points to https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/
215# { $runtimeVersion } is the version of the remote browser (for instance "67.0a1")
216# { $minVersion } is the minimum version that is compatible with the current Firefox instance (same format)
217about-debugging-browser-version-too-old = The connected browser has an old version ({ $runtimeVersion }). The minimum supported version is ({ $minVersion }). This is an unsupported setup and may cause DevTools to fail. Please update the connected browser. <a>Troubleshooting</a>
218
219# Dedicated message for a backward compatibility issue that occurs when connecting:
220# from Fx 70+ to the old Firefox for Android (aka Fennec) which uses Fx 68.
221about-debugging-browser-version-too-old-fennec = This version of Firefox cannot debug Firefox for Android (68). We recommend installing Firefox for Android Nightly on your phone for testing. <a>More details</a>
222
223# This string is displayed in the runtime page if the remote browser version is too recent.
224# "Troubleshooting" link points to https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/
225# { $runtimeID } is the build ID of the remote browser (for instance "20181231", format is yyyyMMdd)
226# { $localID } is the build ID of the current Firefox instance (same format)
227# { $runtimeVersion } is the version of the remote browser (for instance "67.0a1")
228# { $localVersion } is the version of your current browser (same format)
229about-debugging-browser-version-too-recent = The connected browser is more recent ({ $runtimeVersion }, buildID { $runtimeID }) than your { -brand-shorter-name } ({ $localVersion }, buildID { $localID }). This is an unsupported setup and may cause DevTools to fail. Please update Firefox. <a>Troubleshooting</a>
230
231# Displayed for runtime info in runtime pages.
232# { $name } is brand name such as "Firefox Nightly"
233# { $version } is version such as "64.0a1"
234about-debugging-runtime-name = { $name } ({ $version })
235
236# Text of a button displayed in Runtime pages for remote runtimes.
237# Clicking on the button will close the connection to the runtime.
238about-debugging-runtime-disconnect-button = Disconnect
239
240# Text of the connection prompt button displayed in Runtime pages, when the preference
241# "devtools.debugger.prompt-connection" is false on the target runtime.
242about-debugging-connection-prompt-enable-button = Enable connection prompt
243
244# Text of the connection prompt button displayed in Runtime pages, when the preference
245# "devtools.debugger.prompt-connection" is true on the target runtime.
246about-debugging-connection-prompt-disable-button = Disable connection prompt
247
248# Title of a modal dialog displayed on remote runtime pages after clicking on the Profile Runtime button.
249about-debugging-profiler-dialog-title2 = Profiler
250
251# Clicking on the header of a debug target category will expand or collapse the debug
252# target items in the category. This text is used as ’title’ attribute of the header,
253# to describe this feature.
254about-debugging-collapse-expand-debug-targets = Collapse / expand
255
256# Debug Targets strings
257
258# Displayed in the categories of "runtime" pages that don't have any debug target to
259# show. Debug targets depend on the category (extensions, tabs, workers...).
260about-debugging-debug-target-list-empty = Nothing yet.
261
262# Text of a button displayed next to debug targets of "runtime" pages. Clicking on this
263# button will open a DevTools toolbox that will allow inspecting the target.
264# A target can be an addon, a tab, a worker...
265about-debugging-debug-target-inspect-button = Inspect
266
267# Text of a button displayed in the "This Firefox" page, in the Temporary Extension
268# section. Clicking on the button will open a file picker to load a temporary extension
269about-debugging-tmp-extension-install-button = Load Temporary Add-on…
270
271# Text displayed when trying to install a temporary extension in the "This Firefox" page.
272about-debugging-tmp-extension-install-error = There was an error during the temporary add-on installation.
273
274# Text of a button displayed for a temporary extension loaded in the "This Firefox" page.
275# Clicking on the button will reload the extension.
276about-debugging-tmp-extension-reload-button = Reload
277
278# Text of a button displayed for a temporary extension loaded in the "This Firefox" page.
279# Clicking on the button will uninstall the extension and remove it from the page.
280about-debugging-tmp-extension-remove-button = Remove
281
282# Message displayed in the file picker that opens to select a temporary extension to load
283# (triggered by the button using "about-debugging-tmp-extension-install-button")
284# manifest.json .xpi and .zip should not be localized.
285# Note: this message is only displayed in Windows and Linux platforms.
286about-debugging-tmp-extension-install-message = Select manifest.json file or .xpi/.zip archive
287
288# This string is displayed as a message about the add-on having a temporaryID.
289about-debugging-tmp-extension-temporary-id = This WebExtension has a temporary ID. <a>Learn more</a>
290
291# Text displayed for extensions in "runtime" pages, before displaying a link the extension's
292# manifest URL.
293about-debugging-extension-manifest-url =
294  .label = Manifest URL
295
296# Text displayed for extensions in "runtime" pages, before displaying the extension's uuid.
297# UUIDs look like b293e463-481e-5148-a487-5aaf7a130429
298about-debugging-extension-uuid =
299  .label = Internal UUID
300
301# Text displayed for extensions (temporary extensions only) in "runtime" pages, before
302# displaying the location of the temporary extension.
303about-debugging-extension-location =
304  .label = Location
305
306# Text displayed for extensions in "runtime" pages, before displaying the extension's ID.
307# For instance "geckoprofiler@mozilla.com" or "{ed26ddcb-5611-4512-a89a-51b8db81cfb2}".
308about-debugging-extension-id =
309  .label = Extension ID
310
311# This string is displayed as a label of the button that pushes a test payload
312# to a service worker.
313# Note this relates to the "Push" API, which is normally not localized so it is
314# probably better to not localize it.
315about-debugging-worker-action-push2 = Push
316  .disabledTitle = Service Worker push is currently disabled for multiprocess { -brand-shorter-name }
317
318# This string is displayed as a label of the button that starts a service worker.
319about-debugging-worker-action-start2 = Start
320  .disabledTitle = Service Worker start is currently disabled for multiprocess { -brand-shorter-name }
321
322# This string is displayed as a label of the button that unregisters a service worker.
323about-debugging-worker-action-unregister = Unregister
324
325# Displayed for service workers in runtime pages that listen to Fetch events.
326about-debugging-worker-fetch-listening =
327  .label = Fetch
328  .value = Listening for fetch events
329
330# Displayed for service workers in runtime pages that do not listen to Fetch events.
331about-debugging-worker-fetch-not-listening =
332  .label = Fetch
333  .value = Not listening for fetch events
334
335# Displayed for service workers in runtime pages that are currently running (service
336# worker instance is active).
337about-debugging-worker-status-running = Running
338
339# Displayed for service workers in runtime pages that are registered but stopped.
340about-debugging-worker-status-stopped = Stopped
341
342# Displayed for service workers in runtime pages that are registering.
343about-debugging-worker-status-registering = Registering
344
345# Displayed for service workers in runtime pages, to label the scope of a worker
346about-debugging-worker-scope =
347  .label = Scope
348
349# Displayed for service workers in runtime pages, to label the push service endpoint (url)
350# of a worker
351about-debugging-worker-push-service =
352  .label = Push Service
353
354# Displayed as title of the inspect button when service worker debugging is disabled.
355about-debugging-worker-inspect-action-disabled =
356  .title = Service Worker inspection is currently disabled for multiprocess { -brand-shorter-name }
357
358# Displayed as title of the inspect button for zombie tabs (e.g. tabs loaded via a session restore).
359about-debugging-zombie-tab-inspect-action-disabled =
360  .title = Tab is not fully loaded and cannot be inspected
361
362# Displayed as name for the Main Process debug target in the Processes category. Only for
363# remote runtimes, if `devtools.aboutdebugging.process-debugging` is true.
364about-debugging-main-process-name = Main Process
365
366# Displayed as description for the Main Process debug target in the Processes category.
367# Only for remote browsers, if `devtools.aboutdebugging.process-debugging` is true.
368about-debugging-main-process-description2 = Main Process for the target browser
369
370# Displayed instead of the Main Process debug target when the preference
371# `devtools.browsertoolbox.fission` is true.
372about-debugging-multiprocess-toolbox-name = Multiprocess Toolbox
373
374# Description for the Multiprocess Toolbox target.
375about-debugging-multiprocess-toolbox-description = Main Process and Content Processes for the target browser
376
377# Alt text used for the close icon of message component (warnings, errors and notifications).
378about-debugging-message-close-icon =
379  .alt = Close message
380
381# Label text used for the error details of message component.
382about-debugging-message-details-label-error = Error details
383
384# Label text used for the warning details of message component.
385about-debugging-message-details-label-warning = Warning details
386
387# Label text used for default state of details of message component.
388about-debugging-message-details-label = Details
389