diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /l10n-br/devtools | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-br/devtools')
-rw-r--r-- | l10n-br/devtools/client/debugger.properties | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/l10n-br/devtools/client/debugger.properties b/l10n-br/devtools/client/debugger.properties index c690c0b3c2..2eae9b8526 100644 --- a/l10n-br/devtools/client/debugger.properties +++ b/l10n-br/devtools/client/debugger.properties @@ -625,13 +625,16 @@ original=original # input element expressions.placeholder=Add Watch Expression -# LOCALIZATION NOTE (expressions.noOriginalScopes): Expressions right sidebar pane message -# for when the`map variable names`is off and the debugger is paused in an original source - # LOCALIZATION NOTE (expressions.errorMsg): Error text for expression # input element expressions.errorMsg=Invalid expression… +# LOCALIZATION NOTE (expressions.placeholder): Placeholder text for expression +# input element + +# LOCALIZATION NOTE (expressions.noOriginalScopes): Expressions right sidebar pane message +# for when the`map variable names`is off and the debugger is paused in an original source + # LOCALIZATION NOTE (expressions.label): For the "Add watch expression" context menu item in the editor expressions.label=Add watch expression expressions.accesskey=e @@ -748,6 +751,7 @@ sourceFooter.unignore=Unignore source # Displayed when the selected source is an original source. # i.e. a file which may not be in JavaScript and isn't being executed by Firefox. # This file is transpiled by the web developer into a "bundle" JavaScript file, which is executed by the page. +sourceFooter.sourceMapButton.isOriginalSource = restr orin # LOCALIZATION NOTE (sourceFooter.sourceMapButton.isBundleSource): Label displayed next to the # Source Map icon displayed in editor footer. |