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-gd/devtools/startup/aboutDevTools.ftl | 57 +++++++++++++++++++++++ l10n-gd/devtools/startup/key-shortcuts.properties | 56 ++++++++++++++++++++++ l10n-gd/devtools/startup/startup.properties | 8 ++++ 3 files changed, 121 insertions(+) create mode 100644 l10n-gd/devtools/startup/aboutDevTools.ftl create mode 100644 l10n-gd/devtools/startup/key-shortcuts.properties create mode 100644 l10n-gd/devtools/startup/startup.properties (limited to 'l10n-gd/devtools/startup') diff --git a/l10n-gd/devtools/startup/aboutDevTools.ftl b/l10n-gd/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..2fce5a3b41 --- /dev/null +++ b/l10n-gd/devtools/startup/aboutDevTools.ftl @@ -0,0 +1,57 @@ +# 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 = Mu innealan an luchd-leasachaidh +enable-title = Enable Firefox Developer Tools +enable-inspect-element-title = Enable Firefox Developer Tools to use Inspect Element +enable-inspect-element-message = Examine and edit HTML and CSS with the Developer Tools’ Inspector. +enable-about-debugging-message = Develop and debug WebExtensions, web workers, service workers and more with Firefox Developer Tools. +enable-key-shortcut-message = You activated a Developer Tools shortcut. If that was a mistake, you can close this Tab. +enable-menu-message = Perfect your website’s HTML, CSS, and JavaScript with tools like Inspector and Debugger. +enable-common-message = Firefox Developer Tools are disabled by default to give you more control over your browser. +enable-learn-more-link = Learn more about Developer Tools +enable-enable-button = Enable Developer Tools +enable-close-button = Close this Tab + +welcome-title = Welcome to Firefox Developer Tools! +newsletter-title = Mozilla Developer Newsletter +newsletter-message = Get developer news, tricks and resources sent straight to your inbox. +newsletter-email-placeholder = + .placeholder = Email +newsletter-privacy-label = I’m okay with Mozilla handling my info as explained in this Privacy Policy. +newsletter-subscribe-button = Subscribe +newsletter-thanks-title = Thanks! +newsletter-thanks-message = If you haven’t previously confirmed a subscription to a Mozilla-related newsletter you may have to do so. Please check your inbox or your spam filter for an email from us. + +footer-title = Firefox Developer Edition +footer-message = Looking for more than just Developer Tools? Check out the Firefox browser that is built specifically for developers and modern workflows. +footer-learn-more-link = Learn more + +features-learn-more = Learn more +features-inspector-title = Inspector +features-inspector-desc = Inspect and refine code to build pixel-perfect layouts. { features-learn-more } +features-console-title = Console +features-console-desc = Track CSS, JavaScript, security and network issues. { features-learn-more } +features-debugger-title = Debugger +features-debugger-desc = Powerful JavaScript debugger with support for your framework. { features-learn-more } +features-network-title = Network +features-network-desc = Monitor network requests that can slow or block your site. { features-learn-more } +features-storage-title = Storage +features-storage-desc = Add, modify and remove cache, cookies, databases and session data. { features-learn-more } +features-responsive-title = Responsive Design Mode +features-responsive-desc = Test sites on emulated devices in your browser. { features-learn-more } +features-visual-editing-title = Visual Editing +features-visual-editing-desc = Fine-tune animations, alignment and padding. { features-learn-more } +features-performance-title = Performance +features-performance-desc = Unblock bottlenecks, streamline processes, optimize assets. { features-learn-more } +features-memory-title = Memory +features-memory-desc = Find memory leaks and make your application zippy. { features-learn-more } +# Variables: +# $errorDescription (String) - The error that occurred e.g. 404 - Not Found +newsletter-error-common = Subscription request failed ({ $errorDescription }). +newsletter-error-unknown = An unexpected error occurred. +newsletter-error-timeout = Subscription request timed out. +# Variables: +# $shortcut (String) - The keyboard shortcut used for the tool +welcome-message = You’ve successfully enabled Developer Tools! To get started, explore the Web Developer menu or open the tools with { $shortcut }. diff --git a/l10n-gd/devtools/startup/key-shortcuts.properties b/l10n-gd/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..5759ff8636 --- /dev/null +++ b/l10n-gd/devtools/startup/key-shortcuts.properties @@ -0,0 +1,56 @@ +# 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 (toggleToolbox.commandkey): +# Key pressed to open a toolbox with the default panel selected +toggleToolbox.commandkey=I + +# LOCALIZATION NOTE (toggleToolboxF12.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 + +# LOCALIZATION NOTE (accessibilityF12.commandkey): +# Key pressed to open a toolbox with the accessibility panel selected +accessibilityF12.commandkey=VK_F12 + diff --git a/l10n-gd/devtools/startup/startup.properties b/l10n-gd/devtools/startup/startup.properties new file mode 100644 index 0000000000..773dd92d79 --- /dev/null +++ b/l10n-gd/devtools/startup/startup.properties @@ -0,0 +1,8 @@ +# 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.label=Enable Developer Tools… +enableDevTools.accesskey=E -- cgit v1.2.3