98 lines
4.6 KiB
Text
98 lines
4.6 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
|
||
|
||
# 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-icecat", "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 IceCat. Used in the
|
||
# Sidebar and in the Setup page.
|
||
about-debugging-this-icecat-runtime-name = Šis { -brand-shorter-name }
|
||
# Sidebar heading for selecting the currently running instance of IceCat
|
||
# .name is processed by fluent-react / SidebarFixedItem
|
||
about-debugging-sidebar-this-icecat =
|
||
.name = { about-debugging-this-icecat-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
|
||
|
||
# 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 = Pievienot
|
||
# 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 = Noņemt
|
||
|
||
# Runtime Page strings
|
||
|
||
# Title of the extensions category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-extensions =
|
||
.name = Paplašinājumi
|
||
# Title of the tabs category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-tabs =
|
||
.name = Cilnes
|
||
# Title of the service workers category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-service-workers =
|
||
.name = Pakalpojuma strādņi
|
||
# Title of the shared workers category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-shared-workers =
|
||
.name = Kopīgotie strādņi
|
||
# Title of the other workers category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-other-workers =
|
||
.name = Citi strādņi
|
||
# 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 = Atvienoties
|
||
|
||
# Debug Targets strings
|
||
|
||
# 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 = Izpētīt
|
||
# 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 = Pārlādēt
|
||
# 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 = Noņemt
|
||
# Text displayed for extensions (temporary extensions only) in "runtime" pages, before
|
||
# displaying the location of the temporary extension.
|
||
about-debugging-extension-location =
|
||
.label = Atrašanās vieta
|