diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:21:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:21:19 +0000 |
commit | 520a92573ce79e3628762e4ce06e284d50c2e548 (patch) | |
tree | dd7bece82fdce266f06a6a2a6043264255631ee7 /l10n-bs/devtools/client | |
parent | Adding debian version 115.10.0esr-1~deb12u1. (diff) | |
download | firefox-esr-520a92573ce79e3628762e4ce06e284d50c2e548.tar.xz firefox-esr-520a92573ce79e3628762e4ce06e284d50c2e548.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-bs/devtools/client')
-rw-r--r-- | l10n-bs/devtools/client/debugger.properties | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/l10n-bs/devtools/client/debugger.properties b/l10n-bs/devtools/client/debugger.properties index 4441784dce..9a054190fc 100644 --- a/l10n-bs/devtools/client/debugger.properties +++ b/l10n-bs/devtools/client/debugger.properties @@ -126,6 +126,15 @@ pausePendingButtonTooltip=Čekam na sljedeće izvršenje # of the trace button, which is in the top of the debugger right sidebar. # This is used to force logging JavaScript traces in the stdout. +# LOCALIZATION NOTE (traceValues): The label that is displayed in the context menu +# of the trace button, which is in the top of the debugger right sidebar. +# This is used to enable logging arguments passed to function calls +# as well as returned values (only for JS function calls, but not native function calls) + +# LOCALIZATION NOTE (traceOnNextLoad): The label that is displayed in the context menu +# of the trace button, which is in the top of the debugger right sidebar. +# This is used to automatically start the tracing on next user interaction (mousedown/keydown) + # LOCALIZATION NOTE (resumeButtonTooltip): The label that is displayed on the pause # button when the debugger is in a paused state. resumeButtonTooltip=Nastavi %S @@ -651,6 +660,18 @@ sourceFooter.mappedSource=(Od %S) # with a mapped source. %S is replaced by the source map origin. sourceFooter.mappedSourceTooltip=(Izvor mapiran od %S) +# LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.title): Text associated +# with an original source mapped to a bundle. %S is replaced by the bundle url. + +# LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.tooltip): Tooltip text associated +# with an original source mapped to a bundle. %S is replaced by bundle url. + +# LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.title): Text associated +# with a bundled source mapped to an original source. %S is replaced by the original source url. + +# LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.tooltip): Tooltip text associated +# with a bundled source mapped to an original source. %S is replaced by the original source url. + # LOCALIZATION NOTE (sourceFooter.mappedSuffix): Text associated # with a mapped source. Displays next to URLs in tree and tabs. @@ -911,7 +932,7 @@ variablesViewErrorStacktrace=Stack trace: # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals # #1 number of remaining items in the object # example: 3 more… -variablesViewMoreObjects=još #1…;još #1… +variablesViewMoreObjects=još #1…;još #1…;još #1… # LOCALIZATION NOTE (variablesEditableNameTooltip): The text that is displayed # in the variables list on an item with an editable name. |