summaryrefslogtreecommitdiffstats
path: root/l10n-nl/devtools/client/perftools.ftl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-nl/devtools/client/perftools.ftl111
1 files changed, 111 insertions, 0 deletions
diff --git a/l10n-nl/devtools/client/perftools.ftl b/l10n-nl/devtools/client/perftools.ftl
new file mode 100644
index 0000000000..c43433eb91
--- /dev/null
+++ b/l10n-nl/devtools/client/perftools.ftl
@@ -0,0 +1,111 @@
+# 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/.
+
+
+### These strings are used in DevTools’ performance-new panel, about:profiling, and
+### the remote profiling panel. There are additional profiler strings in the appmenu.ftl
+### file that are used for the profiler popup.
+
+perftools-intro-title = Profilerinstellingen
+perftools-intro-description =
+ Opnames starten profiler.firefox.com in een nieuw tabblad. Alle gegevens worden lokaal
+ opgeslagen, maar u kunt ervoor kiezen ze te uploaden om ze te delen.
+
+## All of the headings for the various sections.
+
+perftools-heading-settings = Volledige instellingen
+perftools-heading-buffer = Bufferinstellingen
+perftools-heading-features = Functies
+perftools-heading-features-default = Functies (standaard aan aanbevolen)
+perftools-heading-features-disabled = Uitgeschakelde functies
+perftools-heading-features-experimental = Experimenteel
+perftools-heading-threads = Threads
+perftools-heading-local-build = Lokale build
+
+##
+
+perftools-description-intro =
+ Opnames starten <a>profiler.firefox.com</a> in een nieuw tabblad. Alle gegevens worden lokaal
+ opgeslagen, maar u kunt ervoor kiezen ze te uploaden om ze te delen.
+perftools-description-local-build =
+ Als u een build profileert die u zelf, op deze machine, gecompileerd heeft,
+ voeg dan de objdir van uw build aan de onderstaande lijst toe, zodat
+ deze kan worden gebruikt om symboolinformatie op te zoeken.
+
+## The controls for the interval at which the profiler samples the code.
+
+perftools-range-interval-label = Steekproefinterval:
+perftools-range-interval-milliseconds = { NUMBER($interval, maxFractionalUnits: 2) } ms
+
+##
+
+# The size of the memory buffer used to store things in the profiler.
+perftools-range-entries-label = Buffergrootte:
+perftools-custom-threads-label = Aangepaste threads op naam toevoegen:
+perftools-devtools-interval-label = Interval:
+perftools-devtools-threads-label = Threads:
+perftools-devtools-settings-label = Instellingen
+
+## Various statuses that affect the current state of profiling, not typically displayed.
+
+perftools-status-private-browsing-notice =
+ De profiler is uitgeschakeld als privénavigatie is ingeschakeld.
+ Sluit alle privévensters om de profiler opnieuw in te schakelen
+perftools-status-recording-stopped-by-another-tool = De opname is door een ander hulpmiddel gestopt.
+perftools-status-restart-required = De browser moet opnieuw worden gestart om deze functie in te schakelen.
+
+## These are shown briefly when the user is waiting for the profiler to respond.
+
+perftools-request-to-stop-profiler = Opname wordt gestopt
+perftools-request-to-get-profile-and-stop-profiler = Profiel wordt vastgelegd
+
+##
+
+perftools-button-start-recording = Opname starten
+perftools-button-capture-recording = Opname vastleggen
+perftools-button-cancel-recording = Opname annuleren
+perftools-button-save-settings = Instellen opslaan en teruggaan
+perftools-button-restart = Herstarten
+perftools-button-add-directory = Een directory toevoegen
+perftools-button-remove-directory = Geselecteerde verwijderen
+perftools-button-edit-settings = Instellingen bewerken…
+
+## These messages are descriptions of the threads that can be enabled for the profiler.
+
+perftools-thread-gecko-main =
+ .title = De hoofdprocessen voor zowel het bovenliggende proces als de inhoudsprocessen
+perftools-thread-compositor =
+ .title = Stelt verschillende painted elementen op de pagina samen
+perftools-thread-dom-worker =
+ .title = Dit verwerkt zowel webworkers als serviceworkers
+perftools-thread-renderer =
+ .title = Als WebRender is ingeschakeld, de thread die OpenGL-aanroepen uitvoert
+perftools-thread-render-backend =
+ .title = De WebRender RenderBackend-thread
+perftools-thread-paint-worker =
+ .title = Als off-main-threadpainting is ingeschakeld, de thread waarop painting wordt uitgevoerd
+perftools-thread-style-thread =
+ .title = Stijlberekening is opgesplitst in meerdere threads
+pref-thread-stream-trans =
+ .title = Netwerkstroomtransport
+perftools-thread-socket-thread =
+ .title = De thread waarin netwerkcode alle blokkerende socket-aanroepen uitvoert
+perftools-thread-img-decoder =
+ .title = Afbeeldingsontsleutelingsthreads
+perftools-thread-dns-resolver =
+ .title = Op deze thread vindt DNS-omzetting plaats
+perftools-thread-js-helper =
+ .title = Achtergrondwerk van de JS-engine, zoals off-main-threadcompilaties
+
+##
+
+perftools-record-all-registered-threads = Bovenstaande selectie omzeilen en alle geregistreerde threads opnemen
+perftools-tools-threads-input-label =
+ .title = Deze threadnamen zijn een kommagescheiden lijst, die wordt gebruikt om het profileren van de threads in de profiler mogelijk te maken. De naam hoeft maar deels overeen te komen met de threadnaam om opgenomen te worden. Gevoelig voor witruimte.
+
+## Onboarding UI labels. These labels are displayed in the new performance panel UI, when
+## both devtools.performance.new-panel-onboarding & devtools.performance.new-panel-enabled
+## preferences are true.
+
+-profiler-brand-name = Firefox Profiler