From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-lij/devtools/client/aboutdebugging.ftl | 148 ++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 l10n-lij/devtools/client/aboutdebugging.ftl (limited to 'l10n-lij/devtools/client/aboutdebugging.ftl') diff --git a/l10n-lij/devtools/client/aboutdebugging.ftl b/l10n-lij/devtools/client/aboutdebugging.ftl new file mode 100644 index 0000000000..a60d9e0694 --- /dev/null +++ b/l10n-lij/devtools/client/aboutdebugging.ftl @@ -0,0 +1,148 @@ +# 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 + +# Sidebar heading for connecting to some remote source +about-debugging-sidebar-setup = + .name = Inpostaçioin + +# Text displayed in the about:debugging sidebar when USB devices discovery is enabled. +about-debugging-sidebar-usb-enabled = USB ativou + +# Text displayed in the about:debugging sidebar when USB devices discovery is disabled +# (for instance because the mandatory ADB extension is not installed). +about-debugging-sidebar-usb-disabled = USB dizativou + +# 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 = Conetti + +# Title for runtime sidebar items that are related to a specific device (USB, WiFi). +about-debugging-sidebar-runtime-item-name = + .title = { $displayName } ({ $deviceName }) +# Title for runtime sidebar items where we cannot get device information (network +# locations). +about-debugging-sidebar-runtime-item-name-no-device = + .title = { $displayName } + +# Text displayed in a sidebar button to refresh the list of USB devices. Clicking on it +# will attempt to update the list of devices displayed in the sidebar. +about-debugging-refresh-usb-devices-button = Agiorna dispoxitivi + +# Setup Page strings + +# Title of the Setup page. +about-debugging-setup-title = Inpostaçioin + +# 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 = Ativo +about-debugging-setup-usb-status-disabled = Dizativo + +# Text of a button displayed after the network locations "Host" input. +# Clicking on it will add the new network location to the list. +about-debugging-network-locations-add-button = Azonzi + +# 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 = Host + +# 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 = Scancella + +# Runtime Page strings + +# Below are the titles for the various categories of debug targets that can be found +# on "runtime" pages of about:debugging. +# Title of the temporary extensions category (only available for "This Firefox" runtime). +about-debugging-runtime-temporary-extensions = + .name = Estenscioin tenporanee +# Title of the extensions category. +about-debugging-runtime-extensions = + .name = Estenscioin +# Title of the tabs category. +about-debugging-runtime-tabs = + .name = Feuggi +# Title of the service workers category. +about-debugging-runtime-service-workers = + .name = Service worker +# Title of the shared workers category. +about-debugging-runtime-shared-workers = + .name = Worker condivizi +# Title of the other workers category. +about-debugging-runtime-other-workers = + .name = Atri worker + +# 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 = Disconnetti + +# 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 = Nisciun elemento. + +# 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 = Inspeçionn-a + +# Text of a button displayed in the "This Firefox" page, in the Temporary Extension +# section. Clicking on the button will open a file picker to load a temporary extension +about-debugging-tmp-extension-install-button = Carega 'n conponente azonto tenporaneo... + +# Text displayed when trying to install a temporary extension in the "This Firefox" page. +about-debugging-tmp-extension-install-error = Gh'é stæto 'n erô inta instalaçion do conponente azonto tenporaneo. + +# Text of a button displayed for a temporary extension loaded in the "This Firefox" page. +# Clicking on the button will reload the extension. +about-debugging-tmp-extension-reload-button = Recarega + +# Text of a button displayed for a temporary extension loaded in the "This Firefox" page. +# Clicking on the button will uninstall the extension and remove it from the page. +about-debugging-tmp-extension-remove-button = Scancella + +# Text displayed for extensions in "runtime" pages, before displaying the extension's uuid. +# UUIDs look like b293e463-481e-5148-a487-5aaf7a130429 +about-debugging-extension-uuid = + .label = UUID interno + +# Text displayed for extensions (temporary extensions only) in "runtime" pages, before +# displaying the location of the temporary extension. +about-debugging-extension-location = + .label = Poxiçion + +# Text displayed for extensions in "runtime" pages, before displaying the extension's ID. +# For instance "geckoprofiler@mozilla.com" or "{ed26ddcb-5611-4512-a89a-51b8db81cfb2}". +about-debugging-extension-id = + .label = ID estenscion + +# This string is displayed as a label of the button that unregisters a service worker. +about-debugging-worker-action-unregister = Deregistra + +# Displayed for service workers in runtime pages that are registered but stopped. +about-debugging-worker-status-stopped = Fermo + +# Displayed for service workers in runtime pages, to label the scope of a worker +about-debugging-worker-scope = + .label = Anbito + +# Displayed for service workers in runtime pages, to label the push service endpoint (url) +# of a worker +about-debugging-worker-push-service = + .label = Serviçio push + -- cgit v1.2.3