90 lines
4.2 KiB
Text
90 lines
4.2 KiB
Text
# This Source Code Form is subject to the terms of the Mozilla Public
|
||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
||
|
||
### These strings are used inside the about:debugging UI.
|
||
|
||
|
||
# Page Title strings
|
||
|
||
|
||
# Sidebar strings
|
||
|
||
# Text displayed in buttons found in sidebar items representing remote runtimes.
|
||
# Clicking on the button will attempt to connect to the runtime.
|
||
about-debugging-sidebar-item-connect-button = Ceangail
|
||
# Text displayed in buttons found in sidebar items when the runtime is connecting.
|
||
about-debugging-sidebar-item-connect-button-connecting = Ag ceangal…
|
||
|
||
# Setup Page strings
|
||
|
||
# Title of the heading Connect section of the Setup page.
|
||
about-debugging-setup-connect-heading = Ceangail Gléas
|
||
# USB section of the Setup page
|
||
about-debugging-setup-usb-title = USB
|
||
# USB section of the Setup page (USB status)
|
||
about-debugging-setup-usb-status-enabled = Cumasaithe
|
||
about-debugging-setup-usb-status-disabled = Díchumasaithe
|
||
about-debugging-setup-usb-status-updating = Á nuashonrú...
|
||
# Text of the label for the text input that allows users to add new network locations in
|
||
# the Connect page. A host is a hostname and a port separated by a colon, as suggested by
|
||
# the input's placeholder "localhost:6080".
|
||
about-debugging-network-locations-host-input-label = Óstach
|
||
# Text of a button displayed next to existing network locations in the Connect page.
|
||
# Clicking on it removes the network location from the list.
|
||
about-debugging-network-locations-remove-button = Bain
|
||
|
||
# Runtime Page strings
|
||
|
||
# Title of the extensions category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-extensions =
|
||
.name = Eisínteachtaí
|
||
# Title of the tabs category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-tabs =
|
||
.name = Cluaisíní
|
||
# Title of the other workers category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-other-workers =
|
||
.name = Oibrithe Eile
|
||
# Displayed for runtime info in runtime pages.
|
||
# { $name } is brand name such as "IceCat Nightly"
|
||
# { $version } is version such as "64.0a1"
|
||
about-debugging-runtime-name = { $name } ({ $version })
|
||
# Text of a button displayed in Runtime pages for remote runtimes.
|
||
# Clicking on the button will close the connection to the runtime.
|
||
about-debugging-runtime-disconnect-button = Dícheangail
|
||
# Clicking on the header of a debug target category will expand or collapse the debug
|
||
# target items in the category. This text is used as ’title’ attribute of the header,
|
||
# to describe this feature.
|
||
about-debugging-collapse-expand-debug-targets = Laghdaigh / leathnaigh
|
||
|
||
# Debug Targets strings
|
||
|
||
# Displayed in the categories of "runtime" pages that don't have any debug target to
|
||
# show. Debug targets depend on the category (extensions, tabs, workers...).
|
||
about-debugging-debug-target-list-empty = Faic fós.
|
||
# Text of a button displayed next to debug targets of "runtime" pages. Clicking on this
|
||
# button will open a DevTools toolbox that will allow inspecting the target.
|
||
# A target can be an addon, a tab, a worker...
|
||
about-debugging-debug-target-inspect-button = Scrúdaigh
|
||
# Text of a button displayed for a temporary extension loaded in the "This IceCat" page.
|
||
# Clicking on the button will reload the extension.
|
||
about-debugging-tmp-extension-reload-button = Athlódáil
|
||
# Text of a button displayed for a temporary extension loaded in the "This IceCat" page.
|
||
# Clicking on the button will uninstall the extension and remove it from the page.
|
||
about-debugging-tmp-extension-remove-button = Bain
|
||
# Text displayed for extensions (temporary extensions only) in "runtime" pages, before
|
||
# displaying the location of the temporary extension.
|
||
about-debugging-extension-location =
|
||
.label = Suíomh
|
||
# Displayed for service workers in runtime pages, to label the scope of a worker
|
||
about-debugging-worker-scope =
|
||
.label = Raon feidhme
|
||
# Alt text used for the close icon of message component (warnings, errors and notifications).
|
||
about-debugging-message-close-icon =
|
||
.alt = Dún an teachtaireacht
|
||
# Label text used for default state of details of message component.
|
||
about-debugging-message-details-label = Mionsonraí
|