diff options
Diffstat (limited to 'l10n-br/devtools/client/webconsole.properties')
-rw-r--r-- | l10n-br/devtools/client/webconsole.properties | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/l10n-br/devtools/client/webconsole.properties b/l10n-br/devtools/client/webconsole.properties index a364c7de75..ce8859dd01 100644 --- a/l10n-br/devtools/client/webconsole.properties +++ b/l10n-br/devtools/client/webconsole.properties @@ -171,7 +171,7 @@ webconsole.close.key=CmdOrCtrl+W # LOCALIZATION NOTE (webconsole.clear.key*) # Key shortcut used to clear the console output -webconsole.clear.key=Reol+Pennlizh+L +webconsole.clear.key=Ctrl+Shift+L webconsole.clear.keyOSX=Ctrl+L webconsole.clear.alternativeKeyOSX=Cmd+K @@ -239,6 +239,8 @@ webconsole.menu.copyAllMessages.accesskey=g # Label used for a context-menu item displayed on the output. Clicking on it # opens a file picker to allow the user save a file containing # the output of the console. +webconsole.menu.saveAllMessagesFile.label=Save all Messages to File +webconsole.menu.saveAllMessagesFile.accesskey=F # LOCALIZATION NOTE (webconsole.clearButton.tooltip) # Label used for the tooltip on the clear logs button in the console top toolbar bar. @@ -454,7 +456,11 @@ webconsole.message.componentDidCatch.label=[DEVTOOLS ERROR] We’re sorry, we co # but only 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 + +# 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. # LOCALIZATION NOTE (webconsole.error.commands.copyError): # the error that is displayed when the "copy" command can't stringify an object |