diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
commit | c1701504b2366542c32c5e6eeff1ba62cc75f8f6 (patch) | |
tree | 81b15ef2846efcdbb09422dd283399e769cb7ef9 /l10n-br/devtools/client/webconsole.properties | |
parent | Releasing progress-linux version 115.10.0esr-1~progress7.99u1. (diff) | |
download | firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.tar.xz firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |