From 724b36b7051c0d9190cbd8854ba5919904967c11 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:22:11 +0200 Subject: Merging upstream version 115.11.0esr. Signed-off-by: Daniel Baumann --- l10n-sv-SE/devtools/client/webconsole.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'l10n-sv-SE/devtools/client/webconsole.properties') diff --git a/l10n-sv-SE/devtools/client/webconsole.properties b/l10n-sv-SE/devtools/client/webconsole.properties index 0b223c336e..39f2f460e1 100644 --- a/l10n-sv-SE/devtools/client/webconsole.properties +++ b/l10n-sv-SE/devtools/client/webconsole.properties @@ -470,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=Började spåra till stdout webconsole.message.commands.startTracingToProfiler=Började spåra till profileraren. Spåren kommer att visas i profileraren vid stopp. # LOCALIZATION NOTE (webconsole.message.commands.stopTracing) -# Label displayed when :trace command was executed and the JavaScript tracer stopped. +# Label displayed when the JavaScript tracer stopped webconsole.message.commands.stopTracing=Slutade spåra +# LOCALIZATION NOTE (webconsole.message.commands.stopTracingWithReason) +# Label displayed when the JavaScript tracer stopped with a particular reason +# which isn't user explicit stop request. Can be reaching the max-depth option, or an infinite loop. +webconsole.message.commands.stopTracingWithReason=Stoppade spårning (orsak: %S) + # LOCALIZATION NOTE (webconsole.error.commands.copyError): # the error that is displayed when the "copy" command can't stringify an object # "copy" should not be translated, because is a function name. -- cgit v1.2.3