From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../is/devtools/client/toolbox-options.ftl | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 thunderbird-l10n/is/localization/is/devtools/client/toolbox-options.ftl (limited to 'thunderbird-l10n/is/localization/is/devtools/client/toolbox-options.ftl') diff --git a/thunderbird-l10n/is/localization/is/devtools/client/toolbox-options.ftl b/thunderbird-l10n/is/localization/is/devtools/client/toolbox-options.ftl new file mode 100644 index 0000000000..e460482923 --- /dev/null +++ b/thunderbird-l10n/is/localization/is/devtools/client/toolbox-options.ftl @@ -0,0 +1,130 @@ +# 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 for Developer Tools options + + +## Default Developer Tools section + +# The heading +options-select-default-tools-label = Default Developer Tools + +# The label for the explanation of the * marker on a tool which is currently not supported +# for the target of the toolbox. +options-tool-not-supported-label = * Not supported for current toolbox target + +# The label for the heading of group of checkboxes corresponding to the developer tools +# added by add-ons. This heading is hidden when there is no developer tool installed by add-ons. +options-select-additional-tools-label = Developer Tools installed by add-ons + +# The label for the heading of group of checkboxes corresponding to the default developer +# tool buttons. +options-select-enabled-toolbox-buttons-label = Available Toolbox Buttons + +# The label for the heading of the radiobox corresponding to the theme +options-select-dev-tools-theme-label = Þemu + +## Inspector section + +# The heading +options-context-inspector = Inspector + +# The label for the checkbox option to show user agent styles +options-show-user-agent-styles-label = Show Browser Styles +options-show-user-agent-styles-tooltip = + .title = Að kveikja á þessu mun birta sjálfgefna stíla sem vafrinn hleður inn. + +# The label for the checkbox option to enable collapse attributes +options-collapse-attrs-label = Truncate DOM attributes +options-collapse-attrs-tooltip = + .title = Truncate long attributes in the inspector + +## "Default Color Unit" options for the Inspector + +options-default-color-unit-label = Default color unit +options-default-color-unit-authored = As Authored +options-default-color-unit-hex = Hex +options-default-color-unit-hsl = HSL(A) +options-default-color-unit-rgb = RGB(A) +options-default-color-unit-name = Color Names + +## Style Editor section + +# The heading +options-styleeditor-label = Style Editor + +# The label for the checkbox that toggles autocompletion of css in the Style Editor +options-stylesheet-autocompletion-label = Autocomplete CSS +options-stylesheet-autocompletion-tooltip = + .title = Autocomplete CSS properties, values and selectors in Style Editor as you type + +## Screenshot section + +# The heading +options-screenshot-label = Hegðun skjámynda + +# Label for the checkbox that toggles screenshot to clipboard feature +options-screenshot-clipboard-only-label = Skjáskot eingöngu á klippispjald +options-screenshot-clipboard-tooltip2 = + .title = Vistar skjámyndina beint á klippispjaldið + +# Label for the checkbox that toggles the camera shutter audio for screenshot tool +options-screenshot-audio-label = Spila lokarahljóð myndavélar +options-screenshot-audio-tooltip = + .title = Virkjar myndavélarhljóð þegar skjámynd er tekin + +## Editor section + +# The heading +options-sourceeditor-label = Editor Preferences + +options-sourceeditor-detectindentation-tooltip = + .title = Guess indentation based on source content +options-sourceeditor-detectindentation-label = Detect indentation +options-sourceeditor-autoclosebrackets-tooltip = + .title = Automatically insert closing brackets +options-sourceeditor-autoclosebrackets-label = Autoclose brackets +options-sourceeditor-expandtab-tooltip = + .title = Use spaces instead of the tab character +options-sourceeditor-expandtab-label = Indent using spaces +options-sourceeditor-tabsize-label = Tab size +options-sourceeditor-keybinding-label = Keybindings +options-sourceeditor-keybinding-default-label = Default + +## Advanced section + +# The heading (this item is also used in perftools.ftl) +options-context-advanced-settings = Advanced settings + +# The label for the checkbox that toggles the HTTP cache on or off +options-disable-http-cache-label = Disable HTTP Cache (when toolbox is open) +options-disable-http-cache-tooltip = + .title = Turning this option on will disable the HTTP cache for all tabs that have the toolbox open. Service Workers are not affected by this option. + +# The label for checkbox that toggles JavaScript on or off +options-disable-javascript-label = Disable JavaScript * +options-disable-javascript-tooltip = + .title = Turning this option on will disable JavaScript for the current tab. If the tab or the toolbox is closed then this setting will be forgotten. + +# The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference +options-enable-chrome-label = Enable browser chrome and add-on debugging toolboxes +options-enable-chrome-tooltip = + .title = Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager + +# The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference +options-enable-remote-label = Enable remote debugging + +# The label for checkbox that toggles the service workers testing over HTTP on or off. +options-enable-service-workers-http-label = Enable Service Workers over HTTP (when toolbox is open) +options-enable-service-workers-http-tooltip = + .title = Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open. + +# The label for the checkbox that toggles source maps in all tools. +options-source-maps-label = Enable Source Maps +options-source-maps-tooltip = + .title = If you enable this option sources will be mapped in the tools. + +# The message shown for settings that trigger page reload +options-context-triggers-page-refresh = * Aðeins núverandi lota, endurhleður síðuna -- cgit v1.2.3