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-te/devtools/client/aboutdebugging.ftl | 108 +++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 l10n-te/devtools/client/aboutdebugging.ftl (limited to 'l10n-te/devtools/client/aboutdebugging.ftl') diff --git a/l10n-te/devtools/client/aboutdebugging.ftl b/l10n-te/devtools/client/aboutdebugging.ftl new file mode 100644 index 0000000000..6d6d85a7ab --- /dev/null +++ b/l10n-te/devtools/client/aboutdebugging.ftl @@ -0,0 +1,108 @@ +# 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 + +# 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 = ఈ { -brand-shorter-name } + +# Sidebar heading for selecting the currently running instance of Firefox +about-debugging-sidebar-this-firefox = + .name = { about-debugging-this-firefox-runtime-name } + +# Connection status (connected) for runtime items in the sidebar +aboutdebugging-sidebar-runtime-connection-status-connected = అనుసంధానమైంది + +# 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 to show in the footer of the sidebar that links to a help page +# (currently: https://firefox-source-docs.mozilla.org/devtools-user/about_colon_debugging/) +about-debugging-sidebar-support = డీబగ్గింగ్ తోడ్పాటు + +# Text to show as the ALT attribute of a help icon that accompanies the help about +# debugging link in the footer of the sidebar +about-debugging-sidebar-support-icon = + .alt = సహాయ ప్రతీకం + +# 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 = పరికరాలను తాజాకరించు + +# Setup Page strings + +# 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 + +# 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 = తాత్కాలిక పొడగింతలు +# Title of the extensions category. +about-debugging-runtime-extensions = + .name = పొడగింతలు +# Title of the tabs category. +about-debugging-runtime-tabs = + .name = ట్యాబులు +# Title of the service workers category. +about-debugging-runtime-service-workers = + .name = సర్వీస్ వర్కర్లు + +# Displayed for runtime info in runtime pages. +# { $name } is brand name such as "Firefox Nightly" +# { $version } is version such as "64.0a1" +about-debugging-runtime-name = { $name } ({ $version }) + +# 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 = ఇంకా ఏమీలేదు. + +# 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 = తొలగించు + +# Text displayed for extensions (temporary extensions only) in "runtime" pages, before +# displaying the location of the temporary extension. +about-debugging-extension-location = + .label = స్థానం + +# Alt text used for the close icon of message component (warnings, errors and notifications). +about-debugging-message-close-icon = + .alt = సందేశాన్ని మూసివేయి + +# Label text used for the error details of message component. +about-debugging-message-details-label-error = దోష వివరాలు + +# Label text used for the warning details of message component. +about-debugging-message-details-label-warning = హెచ్చరిక వివరాలు + +# Label text used for default state of details of message component. +about-debugging-message-details-label = వివరాలు -- cgit v1.2.3