diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /l10n-sv-SE/devtools/client/toolbox.properties | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz firefox-adbda400be353e676059e335c3c0aaf99e719475.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-sv-SE/devtools/client/toolbox.properties')
-rw-r--r-- | l10n-sv-SE/devtools/client/toolbox.properties | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/l10n-sv-SE/devtools/client/toolbox.properties b/l10n-sv-SE/devtools/client/toolbox.properties index 124bbc9a97..5384e0c734 100644 --- a/l10n-sv-SE/devtools/client/toolbox.properties +++ b/l10n-sv-SE/devtools/client/toolbox.properties @@ -14,14 +14,13 @@ toolbox.titleTemplate1=Utvecklarverktyg - %1$S toolbox.titleTemplate2=Utvecklarverktyg - %1$S - %2$S # LOCALIZATION NOTE (toolbox.multiProcessBrowserToolboxTitle): Title used for -# the Browser Toolbox when the pref `devtools.browsertoolbox.fission` is true. +# the Browser Toolbox when the pref `devtools.browsertoolbox.scope` is set to "everything". # This Browser Toolbox allows to debug the parent process as well as the content # processes in the same toolbox. toolbox.multiProcessBrowserToolboxTitle=Webbläsarverktyg för multiprocess # LOCALIZATION NOTE (toolbox.parentProcessBrowserToolboxTitle): Title used for -# the Browser Toolbox when the pref `devtools.browsertoolbox.fission` and -# `devtools.browsertoolbox.scope` is set to "parent-process". +# the Browser Toolbox when the pref `devtools.browsertoolbox.scope` is set to "parent-process". # This Browser Toolbox allows to debug only the parent process resources. toolbox.parentProcessBrowserToolboxTitle=Webbläsarverktyg för föräldraprocess @@ -161,9 +160,13 @@ toolbox.meatballMenu.button.tooltip=Anpassa Utvecklarverktyg och få hjälp toolbox.closebutton.tooltip=Stäng utvecklarverktygen # LOCALIZATION NOTE (toolbox.errorCountButton.tooltip): This is the tooltip for -# the error count button displayed in the developer tools toolbox. +# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is checked. toolbox.errorCountButton.tooltip=Visa delad konsol +# LOCALIZATION NOTE (toolbox.errorCountButtonConsoleTab.tooltip): This is the tooltip for +# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is unchecked. +toolbox.errorCountButtonConsoleTab.tooltip=Visa konsol + # LOCALIZATION NOTE (toolbox.errorCountButton.description): This is the description that # will be used for the error count button in the devTools settings panel. toolbox.errorCountButton.description=Visa antalet fel på sidan |