summaryrefslogtreecommitdiffstats
path: root/l10n-nl/devtools/client/toolbox-options.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-nl/devtools/client/toolbox-options.ftl')
-rw-r--r--l10n-nl/devtools/client/toolbox-options.ftl35
1 files changed, 14 insertions, 21 deletions
diff --git a/l10n-nl/devtools/client/toolbox-options.ftl b/l10n-nl/devtools/client/toolbox-options.ftl
index 08560a9e7b..1f3033948a 100644
--- a/l10n-nl/devtools/client/toolbox-options.ftl
+++ b/l10n-nl/devtools/client/toolbox-options.ftl
@@ -10,19 +10,15 @@
# The heading
options-select-default-tools-label = Standaard ontwikkelaarshulpmiddelen
-
# 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 = * Niet ondersteund voor huidige doel van werkset
-
# 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 = Door add-ons geïnstalleerde ontwikkelaarshulpmiddelen
-
# The label for the heading of group of checkboxes corresponding to the default developer
# tool buttons.
options-select-enabled-toolbox-buttons-label = Beschikbare werksetknoppen
-
# The label for the heading of the radiobox corresponding to the theme
options-select-dev-tools-theme-label = Thema’s
@@ -30,27 +26,28 @@ options-select-dev-tools-theme-label = Thema’s
# The heading
options-context-inspector = Inspector
-
# The label for the checkbox option to show user agent styles
options-show-user-agent-styles-label = Browserstijlen tonen
options-show-user-agent-styles-tooltip =
.title = Aanzetten hiervan toont standaardstijlen die door de browser worden geladen.
-
# The label for the checkbox option to enable collapse attributes
options-collapse-attrs-label = DOM-attributen afkappen
options-collapse-attrs-tooltip =
.title = Lange attributen in de inspector afkappen
-
# The label for the checkbox option to enable the "drag to update" feature
options-inspector-draggable-properties-label = Klik en sleep om de afmetingswaarden te bewerken
options-inspector-draggable-properties-tooltip =
.title = Klik en sleep om de afmetingswaarden te bewerken in de inspectorregelweergave.
-
# The label for the checkbox option to enable simplified highlighting on page elements
# within the inspector for users who enabled prefers-reduced-motion = reduce
options-inspector-simplified-highlighters-label = Gebruik eenvoudigere accentueringen met prefers-reduced-motion
options-inspector-simplified-highlighters-tooltip =
.title = Schakelt eenvoudiger accentueringen in als prefers-reduced-motion is ingeschakeld. Trekt lijnen in plaats van opgevulde rechthoeken rond geaccentueerde elementen om knippereffecten te voorkomen.
+# The label for the checkbox option to make the Enter key move the focus to the next input
+# when editing a property name or value in the Inspector rules view
+options-inspector-rules-focus-next-on-enter-label = Volgende invoer focussen op <kbd>Enter</kbd>
+options-inspector-rules-focus-next-on-enter-tooltip =
+ .title = Indien ingeschakeld, zal op de Enter-toets drukken bij het bewerken van een selector, een eigenschapnaam of -waarde de focus naar de volgende invoer verplaatsen.
## "Default Color Unit" options for the Inspector
@@ -62,11 +59,19 @@ options-default-color-unit-rgb = RGB(A)
options-default-color-unit-hwb = HWB
options-default-color-unit-name = Kleurnamen
+## Web Console section
+
+# The heading
+options-webconsole-label = Webconsole
+# The label for the checkbox that toggle whether the Split console is enabled
+options-webconsole-split-console-label = Gesplitste console inschakelen
+options-webconsole-split-console-tooltip =
+ .title = Gesplitste console openen met de Escape-toets
+
## Style Editor section
# The heading
options-styleeditor-label = Stijleditor
-
# The label for the checkbox that toggles autocompletion of css in the Style Editor
options-stylesheet-autocompletion-label = CSS automatisch aanvullen
options-stylesheet-autocompletion-tooltip =
@@ -76,12 +81,10 @@ options-stylesheet-autocompletion-tooltip =
# The heading
options-screenshot-label = Schermafbeeldingsgedrag
-
# Label for the checkbox that toggles screenshot to clipboard feature
options-screenshot-clipboard-only-label = Schermafbeelding alleen naar klembord
options-screenshot-clipboard-tooltip2 =
.title = Slaat de schermafbeelding rechtstreeks op naar het klembord
-
# Label for the checkbox that toggles the camera shutter audio for screenshot tool
options-screenshot-audio-label = Camerasluitergeluid afspelen
options-screenshot-audio-tooltip =
@@ -91,7 +94,6 @@ options-screenshot-audio-tooltip =
# The heading
options-sourceeditor-label = Editorvoorkeuren
-
options-sourceeditor-detectindentation-tooltip =
.title = Inspringing raden op basis van broninhoud
options-sourceeditor-detectindentation-label = Inspringing detecteren
@@ -109,46 +111,37 @@ options-sourceeditor-keybinding-default-label = Standaard
# The heading (this item is also used in perftools.ftl)
options-context-advanced-settings = Geavanceerde instellingen
-
# The label for the checkbox that toggles the HTTP cache on or off
options-disable-http-cache-label = HTTP-buffer uitschakelen (als werkset is geopend)
options-disable-http-cache-tooltip =
.title = Door deze optie aan te zetten, wordt de HTTP-buffer voor alle tabbladen die de werkset hebben geopend uitgeschakeld. Service Workers worden niet door deze optie beïnvloed.
-
# The label for checkbox that toggles JavaScript on or off
options-disable-javascript-label = JavaScript uitschakelen *
options-disable-javascript-tooltip =
.title = Door deze optie aan te zetten, wordt JavaScript voor het huidige tabblad uitgeschakeld. Als het tabblad of de werkset wordt gesloten, wordt deze instelling vergeten.
-
# The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference
options-enable-chrome-label = Browserchrome- en add-on-debugging-werksets inschakelen
options-enable-chrome-tooltip =
.title = Door deze optie aan te zetten, kunt u diverse ontwikkelaarshulpmiddelen in browsercontext gebruiken (via Extra > Webontwikkelaar > Browserwerkset) en fouten in add-ons van de add-onbeheerder opsporen
-
# The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference
options-enable-remote-label = Remote debugging inschakelen
options-enable-remote-tooltip2 =
.title = Door deze optie in te schakelen kunt u deze browserinstallatie op afstand debuggen
-
# The label for checkbox that enables F12 as a shortcut to open DevTools
options-enable-f12-label = Gebruik de F12-toets om DevTools te openen of te sluiten
options-enable-f12-tooltip =
.title = Als u deze optie inschakelt, wordt de F12-toets gekoppeld om de DevTools-toolbox te openen of te sluiten
-
# The label for checkbox that toggles custom formatters for objects
options-enable-custom-formatters-label = Aangepaste opmaakelementen inschakelen
options-enable-custom-formatters-tooltip =
.title = Als u deze optie inschakelt, kunnen websites aangepaste opmaakelementen voor DOM-objecten definiëren
-
# The label for checkbox that toggles the service workers testing over HTTP on or off.
options-enable-service-workers-http-label = Service Workers over HTTP inschakelen (als werkset is geopend)
options-enable-service-workers-http-tooltip =
.title = Door deze optie aan te zetten, worden de service workers over HTTP voor alle tabbladen die de werkset hebben geopend ingeschakeld.
-
# The label for the checkbox that toggles source maps in all tools.
options-source-maps-label = Brontoewijzingen inschakelen
options-source-maps-tooltip =
.title = Als u deze optie inschakelt, zullen bronnen in de hulpmiddelen worden toegewezen.
-
# The message shown for settings that trigger page reload
options-context-triggers-page-refresh = * Alleen huidige sessie, vernieuwt de pagina