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-hu/devtools/client/webconsole.properties | |
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-hu/devtools/client/webconsole.properties')
-rw-r--r-- | l10n-hu/devtools/client/webconsole.properties | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/l10n-hu/devtools/client/webconsole.properties b/l10n-hu/devtools/client/webconsole.properties index 8ea45419ea..ad19b4755a 100644 --- a/l10n-hu/devtools/client/webconsole.properties +++ b/l10n-hu/devtools/client/webconsole.properties @@ -133,14 +133,18 @@ table.iterationIndex=(iterációs index) table.key=Kulcs table.value=Értékek -# 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=Hiba level.warn=Figyelmeztetés level.info=Információ level.log=Napló level.debug=Hibakeresés +level.jstracer=Függvényhívás + # LOCALIZATION NOTE (logpoint.title) # Tooltip shown for logpoints sent from the debugger logpoint.title=Naplózási pontok a hibakeresőből @@ -466,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=Nyomkövetés a szabványos kim webconsole.message.commands.startTracingToProfiler=Nyomkövetések küldése a profilozónak. A nyomkövetések a profilozó leállításakor fognak megjelenni. # 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=Nyomkövetés leállítva +# 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=Nyomkövetés megállítva (ok: %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. |