diff options
Diffstat (limited to 'l10n-kn/devtools/startup')
-rw-r--r-- | l10n-kn/devtools/startup/aboutDevTools.ftl | 26 | ||||
-rw-r--r-- | l10n-kn/devtools/startup/key-shortcuts.properties | 52 | ||||
-rw-r--r-- | l10n-kn/devtools/startup/startup.properties | 8 |
3 files changed, 86 insertions, 0 deletions
diff --git a/l10n-kn/devtools/startup/aboutDevTools.ftl b/l10n-kn/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..0b21942ecf --- /dev/null +++ b/l10n-kn/devtools/startup/aboutDevTools.ftl @@ -0,0 +1,26 @@ +# 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/. + +enable-close-button = ಈ ಹಾಳೆ ಮುಚ್ಚು + +welcome-title = Firefox ಡೆವೆಲಪರ್ ಉಪಕರಣಗಳಿಗೆ ಸ್ವಾಗತ! +newsletter-email-placeholder = + .placeholder = ಮಿಂಚಂಚೆ +newsletter-subscribe-button = ಚಂದಾದಾರನಾಗು +newsletter-thanks-title = ಧನ್ಯವಾದಗಳು! +newsletter-thanks-message = ನೀವು ಈ ಹಿಂದೆ Mozilla ಸಂಬಂಧಿತ ಸುದ್ದಿಪತ್ರಕ್ಕೆ ಚಂದಾದಾರಿಕೆ ದೃಢೀಕರಿಸಿಲ್ಲವಾದರೆ ನೀವು ಹಾಗೆ ಮಾಡಬೇಕಾಗುತ್ತದೆ. ದಯವಿಟ್ಟು ನಿಮ್ಮ ಇನ್ಬಾಕ್ಸ್ ಅಥವಾ ನಿಮ್ಮ ಸ್ಪ್ಯಾಮ್ ಫಿಲ್ಟರ್ನಲ್ಲಿ ನಮ್ಮಿಂಡ ಬಂದಿರುವ ಇಮೇಲ್ ಪರಿಶೀಲಿಸಿ. + +footer-title = ಫೈರ್ಫಾಕ್ಸ್ ಡೆವೆಲಪರ್ ಆವೃತ್ತಿ +footer-learn-more-link = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ + +features-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ +features-inspector-title = ಪರೀಕ್ಷಕ +features-console-title = ಕನ್ಸೋಲ್ +features-network-title = ಜಾಲಬಂಧ +features-storage-title = ಶೇಖರಣೆ +features-storage-desc = ಕ್ಯಾಶ್, ಕುಕ್ಕಿಗಳು, ದತ್ತಸಂಚಯ ಮತ್ತು ಅಧಿವೇಶನ ದತ್ತಾಂಶವನ್ನು ಸೇರಿಸಿ, ಬದಲಿಸಿ ಮತ್ತು ತೆಗೆಯಿರಿ. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = ಪ್ರತಿಕ್ರಿಯೆ ವಿನ್ಯಾಸ ಕ್ರಮ +features-visual-editing-title = ದೃಷ್ಯ ಸಂಪಾದನೆ +features-performance-title = ಕಾರ್ಯಕ್ಷಮತೆ +features-memory-title = ಸ್ಮರಣೆ diff --git a/l10n-kn/devtools/startup/key-shortcuts.properties b/l10n-kn/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..5d3719b4b0 --- /dev/null +++ b/l10n-kn/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-kn/devtools/startup/startup.properties b/l10n-kn/devtools/startup/startup.properties new file mode 100644 index 0000000000..2cff886e7e --- /dev/null +++ b/l10n-kn/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=ವಿಕಸನೆಗಾರ ಉಪಕರಣಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು… +enableDevTools.accesskey=E |