diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:39:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:39:21 +0000 |
commit | a37d6265ace44d9abf95b01ac4837be722d89896 (patch) | |
tree | e8fa4e5590dad0cfb5aec19385a34989aa457dbe /l10n-lv/devtools/client/aboutdebugging.ftl | |
parent | Adding debian version 115.10.0esr-1. (diff) | |
download | firefox-esr-a37d6265ace44d9abf95b01ac4837be722d89896.tar.xz firefox-esr-a37d6265ace44d9abf95b01ac4837be722d89896.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-lv/devtools/client/aboutdebugging.ftl')
-rw-r--r-- | l10n-lv/devtools/client/aboutdebugging.ftl | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/l10n-lv/devtools/client/aboutdebugging.ftl b/l10n-lv/devtools/client/aboutdebugging.ftl new file mode 100644 index 0000000000..529034c45e --- /dev/null +++ b/l10n-lv/devtools/client/aboutdebugging.ftl @@ -0,0 +1,55 @@ +# 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 + +# Page title (ie tab title) for the Setup page +about-debugging-page-title-setup-page = Atkļūdošana — iestatīšana +# Page title (ie tab title) for the Runtime page +# Variables: +# $selectedRuntimeId - ID of the current runtime, such as "this-firefox", "localhost:6080", etc. +about-debugging-page-title-runtime-page = Atkļūdošana — izpildlaiks / { $selectedRuntimeId } + +# Sidebar strings + +# Display name of the runtime for the currently running instance of Firefox. Used in the +# Sidebar and in the Setup page. +about-debugging-this-firefox-runtime-name = Šis { -brand-shorter-name } +# Sidebar heading for selecting the currently running instance of Firefox +# .name is processed by fluent-react / SidebarFixedItem +about-debugging-sidebar-this-firefox = + .name = { about-debugging-this-firefox-runtime-name } +# Sidebar heading for connecting to some remote source +# .name is processed by fluent-react / SidebarFixedItem +about-debugging-sidebar-setup = + .name = Iestatīšana +# Text displayed in the about:debugging sidebar when USB devices discovery is enabled. +about-debugging-sidebar-usb-enabled = USB ieslēgts +# 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 izslēgts +# Connection status (connected) for runtime items in the sidebar +aboutdebugging-sidebar-runtime-connection-status-connected = Savienots +# Connection status (disconnected) for runtime items in the sidebar +aboutdebugging-sidebar-runtime-connection-status-disconnected = Atvienots +# Text displayed in the about:debugging sidebar when no device was found. +about-debugging-sidebar-no-devices = Nav atrasta neviena ierīce +# 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 = Savienoties +# Text displayed in buttons found in sidebar items when the runtime is connecting. +about-debugging-sidebar-item-connect-button-connecting = Savienojas… + +# Setup Page strings + + +# Runtime Page strings + + +# Debug Targets strings + |