diff options
Diffstat (limited to 'l10n-da/devtools/client/toolbox.properties')
-rwxr-xr-x | l10n-da/devtools/client/toolbox.properties | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/l10n-da/devtools/client/toolbox.properties b/l10n-da/devtools/client/toolbox.properties index 6ae86ada20..aab14cbf10 100755 --- a/l10n-da/devtools/client/toolbox.properties +++ b/l10n-da/devtools/client/toolbox.properties @@ -14,14 +14,13 @@ toolbox.titleTemplate1=Udviklerværktøj - %1$S toolbox.titleTemplate2=Udviklerværktøj - %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=Værktøj for multiproces-browser # 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=Browserværktøj for overordnet proces @@ -161,9 +160,13 @@ toolbox.meatballMenu.button.tooltip=Tilpas Udviklerværktøj og få hjælp toolbox.closebutton.tooltip=Luk Udviklerværktøj # 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=Vis delt 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=Vis 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=Vis antallet af fejl på siden |