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-sl/devtools/client/toolbox.properties | |
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-sl/devtools/client/toolbox.properties')
-rw-r--r-- | l10n-sl/devtools/client/toolbox.properties | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/l10n-sl/devtools/client/toolbox.properties b/l10n-sl/devtools/client/toolbox.properties index 0ad6cadee0..ff0dc47c9b 100644 --- a/l10n-sl/devtools/client/toolbox.properties +++ b/l10n-sl/devtools/client/toolbox.properties @@ -14,25 +14,16 @@ toolbox.titleTemplate1=Razvojna orodja – %1$S toolbox.titleTemplate2=Razvojna orodja – %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=Razvojna orodja večprocesnega brskalnika # 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=Razvojna orodja za nadrejeni proces -# LOCALIZATION NOTE (toolbox.scope.everything.tooltip): Tooltip used in the iframe dropdown -# to select the "everything" scope where the browser toolbox will debug -# everything from all the processes. - -# LOCALIZATION NOTE (toolbox.scope.parent-process.tooltip): Tooltip used in the iframe dropdown -# to select the "parent process" scope where the browser toolbox will debug -# only resources running in the parent process. - # LOCALIZATION NOTE (toolbox.defaultTitle): This is used as the tool # name when no tool is selected. toolbox.defaultTitle=Razvojna orodja @@ -169,9 +160,13 @@ toolbox.meatballMenu.button.tooltip=Prilagodite razvojna orodja in poiščite po toolbox.closebutton.tooltip=Zapri razvojna orodja # 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=Prikaži deljeno konzolo +# 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=Prikaži konzolo + # 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=Prikaži število napak na strani |