1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
# 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 = Profilerynstellingen
perftools-intro-description =
Opnamen starte profiler.firefox.com yn in nij ljepblêd. Alle gegevens wurde lokaal
bewarre, mar jo kinne derfoar kieze se op te laden om se te dielen.
## All of the headings for the various sections.
perftools-heading-settings = Folsleine ynstellingen
perftools-heading-buffer = Bufferynstellingen
perftools-heading-features = Funksjes
perftools-heading-features-default = Funksjes (standert oan oanrekommandearre)
perftools-heading-features-disabled = Utskeakele funksjes
perftools-heading-features-experimental = Eksperiminteel
perftools-heading-threads = Threads
perftools-heading-local-build = Lokale build
##
perftools-description-intro =
Opnamen starte <a>profiler.firefox.com</a> yn in nij ljepblêd. Alle gegevens wurde lokaal
bewarre, mar jo kinne derfoar kieze se op te laden om se te dielen.
perftools-description-local-build =
As jo in build profilearje dy't jo sels, op dizze masine, kompilearre hawwe,
foegje dan de objdir fan jo build oan de ûndersteande list ta, sadat
dizze brûkt wurde kin om symboalynformaasje op te sykjen.
## The controls for the interval at which the profiler samples the code.
perftools-range-interval-label = Stekproefynterfal:
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 = Buffergrutte:
perftools-custom-threads-label = Oanpaste threads op namme tafoegje:
perftools-devtools-interval-label = Ynterfal:
perftools-devtools-threads-label = Threads:
perftools-devtools-settings-label = Ynstellingen
## Various statuses that affect the current state of profiling, not typically displayed.
perftools-status-private-browsing-notice =
De profiler is útskeakele as priveenavigaasje ynskeakele is.
Slút alle priveefinsters om de profiler opnij yn te skeakeljen
perftools-status-recording-stopped-by-another-tool = De opname is troch in oar helpmiddel stoppe.
perftools-status-restart-required = De browser moat opnij start wurde om dizze funksje yn te skeakeljen.
## These are shown briefly when the user is waiting for the profiler to respond.
perftools-request-to-stop-profiler = Opname wurdt stoppe
perftools-request-to-get-profile-and-stop-profiler = Profyl wurdt fêstlein
##
perftools-button-start-recording = Opname starte
perftools-button-capture-recording = Opname fêstlizze
perftools-button-cancel-recording = Opname annulearje
perftools-button-save-settings = Ynstellen bewarje en tebekgean
perftools-button-restart = Opnij starte
perftools-button-add-directory = In map tafoegje
perftools-button-remove-directory = Selektearre fuortsmite
perftools-button-edit-settings = Ynstellingen bewurkje…
## These messages are descriptions of the threads that can be enabled for the profiler.
perftools-thread-gecko-main =
.title = De haadprosessen foar sawol it boppelizzende proses as ynhâldprosessen
perftools-thread-compositor =
.title = Stelt ferskate painted eleminten op de side gear
perftools-thread-dom-worker =
.title = Dit ferwurket sawol webworkers as serviceworkers
perftools-thread-renderer =
.title = As WebRender ynskeakele is, de thread dy't OpenGL-oanroppen útfiert
perftools-thread-render-backend =
.title = De WebRender RenderBackend-thread
perftools-thread-paint-worker =
.title = As off-main-threadpainting ynskeakele is, de thread wêrop painting útfierd wurdt
perftools-thread-style-thread =
.title = Stylberekkening is opsplitst yn meardere threads
pref-thread-stream-trans =
.title = Netwurkstreamtransport
perftools-thread-socket-thread =
.title = De thread wêryn netwurkkoade alle blokkearrende socket-oanroppen útfiert
perftools-thread-img-decoder =
.title = Ofbyldingsûntsiferingsthreads
perftools-thread-dns-resolver =
.title = Op dizze thread fynt DNS-omsetting plak
perftools-thread-js-helper =
.title = Eftergrûnwurk fan de JS-engine, lykas off-main-threadkompilaasjes
##
perftools-record-all-registered-threads = Boppesteande seleksje pasearje en alle registrearre threads opnimme
perftools-tools-threads-input-label =
.title = Dizze threadnammen binne in kommaskieden list, dy't brûkt wurdt om it profilearjen fan de threads yn de profiler mooglik te meitsjen. De namme hoecht mar in part oerien te kommen mei de threadnamme om opnommen te wurden. Gefoelich foar wytromte.
|