76 lines
3.4 KiB
Text
76 lines
3.4 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 the about:debugging sidebar when USB devices discovery is enabled.
|
||
about-debugging-sidebar-usb-enabled = УСБ е овозможено
|
||
# 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 = УСБ е оневозможено
|
||
# Connection status (connected) for runtime items in the sidebar
|
||
aboutdebugging-sidebar-runtime-connection-status-connected = Поврзано
|
||
# Connection status (disconnected) for runtime items in the sidebar
|
||
aboutdebugging-sidebar-runtime-connection-status-disconnected = Исклучено
|
||
# 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 = Поврзи
|
||
# Title for runtime sidebar items that are related to a specific device (USB, WiFi).
|
||
# Variables:
|
||
# $displayName (string) - Displayed name
|
||
# $deviceName (string) - Name of the device
|
||
about-debugging-sidebar-runtime-item-name =
|
||
.title = { $displayName } ({ $deviceName })
|
||
# Title for runtime sidebar items where we cannot get device information (network
|
||
# locations).
|
||
# Variables:
|
||
# $displayName (string) - Displayed name
|
||
about-debugging-sidebar-runtime-item-name-no-device =
|
||
.title = { $displayName }
|
||
|
||
# Setup Page strings
|
||
|
||
# Title of the heading Connect section of the Setup page.
|
||
about-debugging-setup-connect-heading = Поврзете уред
|
||
# USB section of the Setup page
|
||
about-debugging-setup-usb-title = УСБ
|
||
# USB section of the Setup page (USB status)
|
||
about-debugging-setup-usb-status-enabled = Овозможено
|
||
about-debugging-setup-usb-status-disabled = Оневозможено
|
||
# 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 = Додај
|
||
# 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 = Отстрани
|
||
|
||
# Runtime Page strings
|
||
|
||
# Title of the tabs category.
|
||
# .name is processed by fluent-react / DebugTargetPane
|
||
about-debugging-runtime-tabs =
|
||
.name = Јазичиња
|
||
# 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 })
|
||
|
||
# Debug Targets strings
|
||
|
||
# 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 = Отстрани
|
||
# Text displayed for extensions (temporary extensions only) in "runtime" pages, before
|
||
# displaying the location of the temporary extension.
|
||
about-debugging-extension-location =
|
||
.label = Локација
|
||
# Label text used for default state of details of message component.
|
||
about-debugging-message-details-label = Детали
|