From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- l10n-te/devtools/startup/aboutDevTools.ftl | 32 ++++++++++++++ l10n-te/devtools/startup/key-shortcuts.properties | 52 +++++++++++++++++++++++ l10n-te/devtools/startup/startup.properties | 7 +++ 3 files changed, 91 insertions(+) create mode 100644 l10n-te/devtools/startup/aboutDevTools.ftl create mode 100644 l10n-te/devtools/startup/key-shortcuts.properties create mode 100644 l10n-te/devtools/startup/startup.properties (limited to 'l10n-te/devtools/startup') diff --git a/l10n-te/devtools/startup/aboutDevTools.ftl b/l10n-te/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..112beff838 --- /dev/null +++ b/l10n-te/devtools/startup/aboutDevTools.ftl @@ -0,0 +1,32 @@ +# 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/. + +head-title = డెవలపర్ పనిముట్ల గురించి +enable-learn-more-link = డెవలపర్ పనిముట్ల గురించి ఇంకా తెలుసుకోండి +enable-enable-button = డెవలపర్ పనిముట్లను చేతనించు +enable-close-button = ఈ ట్యాబుని మూసివేయి + +welcome-title = Firefox డెవలపర్ పనిముట్లకి స్వాగతం! +newsletter-title = Mozilla డెవలపర్ వార్తాలేఖ +newsletter-email-placeholder = + .placeholder = ఈమెయిలు +newsletter-subscribe-button = చందాచేరండి +newsletter-thanks-title = కృతజ్ఞతలు! + +footer-title = Firefox డెవలపర్ ఎడిషన్ +footer-learn-more-link = ఇంకా తెలుసుకోండి + +features-learn-more = ఇంకా తెలుసుకోండి +features-inspector-title = ఇన్‌స్పెక్టర్ +features-console-title = కన్సోల్ +features-debugger-title = డీబగ్గర్ +features-network-title = నెట్‌వర్కు +features-storage-title = నిల్వ +features-performance-title = పనితనం +features-memory-title = మెమొరీ +# Variables: +# $errorDescription (String) - The error that occurred e.g. 404 - Not Found +newsletter-error-common = చందా అభ్యర్థన విఫలమైంది ({ $errorDescription }). +newsletter-error-unknown = అనుకోని లోపం సంభవించింది. +newsletter-error-timeout = చందా అభ్యర్థన కాలం చెల్లింది. diff --git a/l10n-te/devtools/startup/key-shortcuts.properties b/l10n-te/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..5d3719b4b0 --- /dev/null +++ b/l10n-te/devtools/startup/key-shortcuts.properties @@ -0,0 +1,52 @@ +# 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/. + +# LOCALIZATION NOTE (toogleToolbox.commandkey): +# Key pressed to open a toolbox with the default panel selected +toggleToolbox.commandkey=I + +# LOCALIZATION NOTE (toogleToolboxF12.commandkey): +# Alternative key pressed to open a toolbox with the default panel selected +toggleToolboxF12.commandkey=VK_F12 + +# LOCALIZATION NOTE (browserToolbox.commandkey): +# Key pressed to open the Browser Toolbox, used for debugging Firefox itself +browserToolbox.commandkey=I + +# LOCALIZATION NOTE (browserConsole.commandkey): +# Key pressed to open the Browser Console, used for debugging Firefox itself +browserConsole.commandkey=J + +# LOCALIZATION NOTE (responsiveDesignMode.commandkey): +# Key pressed to toggle on the Responsive Design Mode +responsiveDesignMode.commandkey=M + +# LOCALIZATION NOTE (inspector.commandkey): +# Key pressed to open a toolbox with the inspector panel selected +inspector.commandkey=C + +# LOCALIZATION NOTE (webconsole.commandkey): +# Key pressed to open a toolbox with the web console panel selected +webconsole.commandkey=K + +# LOCALIZATION NOTE (netmonitor.commandkey): +# Key pressed to open a toolbox with the network monitor panel selected +netmonitor.commandkey=E + +# LOCALIZATION NOTE (styleeditor.commandkey): +# Key pressed to open a toolbox with the style editor panel selected +styleeditor.commandkey=VK_F7 + +# LOCALIZATION NOTE (performance.commandkey): +# Key pressed to open a toolbox with the performance panel selected +performance.commandkey=VK_F5 + +# LOCALIZATION NOTE (storage.commandkey): +# Key pressed to open a toolbox with the storage panel selected +storage.commandkey=VK_F9 + +# LOCALIZATION NOTE (dom.commandkey): +# Key pressed to open a toolbox with the DOM panel selected +dom.commandkey=W + diff --git a/l10n-te/devtools/startup/startup.properties b/l10n-te/devtools/startup/startup.properties new file mode 100644 index 0000000000..a66abc964b --- /dev/null +++ b/l10n-te/devtools/startup/startup.properties @@ -0,0 +1,7 @@ +# 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/. + +# LOCALIZATION NOTE (enableDevTools.label): +# Label for the menu item displayed in Tools > Developer Tools when DevTools are disabled. +enableDevTools.accesskey=E -- cgit v1.2.3