summaryrefslogtreecommitdiffstats
path: root/l10n-nn-NO/devtools/client/webconsole.properties
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-nn-NO/devtools/client/webconsole.properties17
1 files changed, 13 insertions, 4 deletions
diff --git a/l10n-nn-NO/devtools/client/webconsole.properties b/l10n-nn-NO/devtools/client/webconsole.properties
index 24cb485e13..74f4450c19 100644
--- a/l10n-nn-NO/devtools/client/webconsole.properties
+++ b/l10n-nn-NO/devtools/client/webconsole.properties
@@ -133,14 +133,18 @@ table.iterationIndex=(iteration index)
table.key=Key
table.value=Values
-# LOCALIZATION NOTE (level.error, level.warn, level.info, level.log, level.debug):
-# tooltip for icons next to console output
+# LOCALIZATION NOTE (level.error, level.warn, level.info, level.log, level.debug, level.jstracer):
+# tooltip for icons next to console output.
+# "level.jstracer" isn't related to console.api call, but rather to the JavaScript Tracer,
+# each item represents a function call being logged in the console.
level.error=Error
level.warn=Warning
level.info=Info
level.log=Log
level.debug=Debug
+level.jstracer=Function call
+
# LOCALIZATION NOTE (logpoint.title)
# Tooltip shown for logpoints sent from the debugger
logpoint.title=Logpoints from the debugger
@@ -207,7 +211,7 @@ webconsole.menu.resendNetworkRequest.accesskey=n
# Label used for a context-menu item displayed for DOM Node logs. Clicking on it will
# reveal that specific DOM Node in the Inspector.
webconsole.menu.openNodeInInspector.label=Reveal in Inspector
-webconsole.menu.openNodeInInspector.accesskey=Q
+webconsole.menu.openNodeInInspector.accesskey=R
# LOCALIZATION NOTE (webconsole.menu.storeAsGlobalVar.label)
# Label used for a context-menu item displayed for object/variable logs. Clicking on it
@@ -466,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=Started tracing to stdout
webconsole.message.commands.startTracingToProfiler=Started tracing to the Profiler. The traces will be displayed in the profiler on stop.
# 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=Stopped tracing
+# 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=Stopped tracing (reason: %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.