blob: e9a0cbcac78df886d4fd32e45513596d4d5b01c7 (
plain)
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
|
# 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.
## All of the headings for the various sections.
perftools-heading-settings = Cunfiguratziones cumpletas
perftools-heading-features = Caraterìsticas
perftools-heading-features-default = Caraterìsticas (cussigiadas in manera predefinida)
perftools-heading-features-disabled = Caraterìsticas disativadas
perftools-heading-features-experimental = Isperimentales
##
## The controls for the interval at which the profiler samples the code.
perftools-range-interval-milliseconds = { NUMBER($interval, maxFractionalUnits: 2) } ms
##
perftools-devtools-interval-label = Intervallu:
perftools-devtools-settings-label = Cunfiguratzione
## Various statuses that affect the current state of profiling, not typically displayed.
## These are shown briefly when the user is waiting for the profiler to respond.
perftools-request-to-stop-profiler = Firmende sa registratzione
perftools-request-to-get-profile-and-stop-profiler = Caturende su profilu
##
perftools-button-start-recording = Cumintza a registrare
perftools-button-capture-recording = Catura sa registratzione
perftools-button-cancel-recording = Annulla sa registratzione
perftools-button-save-settings = Sarva is cunfiguratziones e torra a coa
perftools-button-restart = Torra a aviare
perftools-button-add-directory = Agiunghe una cartella
perftools-button-remove-directory = Cantzella sa seletzione
perftools-button-edit-settings = Modìfica sa cunfiguratzione...
## These messages are descriptions of the threads that can be enabled for the profiler.
##
## Onboarding UI labels. These labels are displayed in the new performance panel UI, when
## devtools.performance.new-panel-onboarding preference is true.
## Profiler presets
# Presets and their l10n IDs are defined in the file
# devtools/client/performance-new/popup/background.jsm.js
# The same labels and descriptions are also defined in appmenu.ftl.
# Presets and their l10n IDs are defined in the file
# devtools/client/performance-new/shared/background.jsm.js
# The same labels and descriptions are also defined in appmenu.ftl.
perftools-presets-web-developer-label = Iscuadra de isvilupu web
perftools-presets-web-developer-description = Paràmetros cussigiados pro sa curretzione de faddinas de sa majoria de aplicatziones web, cun subra-càrriga (overhead) bàscia.
perftools-presets-firefox-label = { -brand-shorter-name }
perftools-presets-firefox-description = Profilu cussigiadu pro descrìere { -brand-shorter-name }
perftools-presets-graphics-label = Gràficas
perftools-presets-graphics-description = Profilu pro compidare faddinas de gràfica in { -brand-shorter-name }.
perftools-presets-media-label = Cuntenutos multimediales
perftools-presets-media-description2 = Profilu pro compidare faddinas de àudio e vìdeu in { -brand-shorter-name }.
perftools-presets-networking-label = Rete
perftools-presets-networking-description = Profilu pro compidare faddinas de rete in { -brand-shorter-name }.
# "Power" is used in the sense of energy (electricity used by the computer).
perftools-presets-power-label = Energia
perftools-presets-power-description = Profilu pro compidare faddinas de impreu de energia in { -brand-shorter-name }, cun subra-càrriga (overhead) bàscia.
perftools-presets-custom-label = Personalizadu
##
|