Skip to content

Commit bd8dc5d

Browse files
Pontoon/Firefox Profiler: Update English (Canada) (en-CA)
Co-authored-by: chutten <[email protected]> (en-CA)
1 parent 100732e commit bd8dc5d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

locales/en-CA/app.ftl

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ AppViewRouter--error-from-localhost-url-safari =
4242
AppViewRouter--route-not-found--home =
4343
.specialMessage = The URL you tried to reach was not recognized.
4444
45+
## Backtrace
46+
## This is used to display a backtrace (call stack) for a marker or sample.
47+
48+
# Variables:
49+
# $function (String) - Name of the function that was inlined.
50+
Backtrace--inlining-badge = (inlined)
51+
.title = { $function } was inlined into its caller by the compiler.
52+
4553
## CallNodeContextMenu
4654
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
4755
## panels.
@@ -443,6 +451,16 @@ MarkerTable--duration = Duration
443451
MarkerTable--name = Name
444452
MarkerTable--details = Details
445453
454+
## MarkerTooltip
455+
## This is the component for Marker Tooltip panel.
456+
457+
# This is used as the tooltip for the filter button in marker tooltips.
458+
# Variables:
459+
# $filter (String) - Search string that will be used to filter the markers.
460+
MarkerTooltip--filter-button-tooltip =
461+
.title = Only show markers matching: “{ $filter }
462+
.aria-label = Only show markers matching: “{ $filter }
463+
446464
## MenuButtons
447465
## These strings are used for the buttons at the top of the profile viewer.
448466

@@ -519,6 +537,7 @@ MenuButtons--metaInfo--profiling-started = Recording started:
519537
MenuButtons--metaInfo--profiling-session = Recording length:
520538
MenuButtons--metaInfo--main-process-started = Main process started:
521539
MenuButtons--metaInfo--main-process-ended = Main process ended:
540+
MenuButtons--metaInfo--file-name = File name:
522541
MenuButtons--metaInfo--file-size = File size:
523542
MenuButtons--metaInfo--interval = Interval:
524543
MenuButtons--metaInfo--buffer-capacity = Buffer capacity:

0 commit comments

Comments
 (0)