diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-nb-NO/suite/chrome/common/tasksOverlay.dtd | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-nb-NO/suite/chrome/common/tasksOverlay.dtd')
-rw-r--r-- | l10n-nb-NO/suite/chrome/common/tasksOverlay.dtd | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/l10n-nb-NO/suite/chrome/common/tasksOverlay.dtd b/l10n-nb-NO/suite/chrome/common/tasksOverlay.dtd new file mode 100644 index 0000000000..bfe8b2a04b --- /dev/null +++ b/l10n-nb-NO/suite/chrome/common/tasksOverlay.dtd @@ -0,0 +1,64 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from tasksOverlay.xul --> +<!ENTITY minimizeWindowCmd.label "Minimer"> +<!ENTITY minimizeWindowCmd.key "M"> +<!ENTITY zoomWindowCmd.label "Zoom"> +<!ENTITY navigatorCmd.label "Nettleser"> +<!ENTITY navigatorCmd.accesskey "N"> +<!ENTITY navigatorCmd.commandkey "1"> + +<!-- LOCALIZATION NOTE (editorCmd.label): DONT_TRANSLATE --> +<!ENTITY editorCmd.label "Nettsideutvikler"> +<!ENTITY editorCmd.accesskey "u"> +<!ENTITY editorCmd.commandkey "4"> + +<!ENTITY errorConsoleCmd.label "Feilkonsoll"> +<!ENTITY errorConsoleCmd.accesskey "F"> +<!ENTITY errorConsoleCmd.commandkey2 "j"> + +<!ENTITY taskNavigator.tooltip "Nettleser"> +<!ENTITY taskComposer.tooltip "Nettsideutvikler"> + +<!ENTITY webDevelopment.label "Nettsideutvikling"> +<!ENTITY webDevelopment.accesskey "e"> + +<!ENTITY windowMenu.label "Vindu"> +<!ENTITY windowMenu.accesskey "u"> + +<!ENTITY tasksMenu.label "Verktøy"> +<!ENTITY tasksMenu.accesskey "e"> + +<!ENTITY datamanCmd.label "Databehandler"> +<!ENTITY datamanCmd.accesskey "D"> + +<!ENTITY passwordManagerCmd.label "Passordbehandling"> +<!ENTITY passwordManagerCmd.accesskey "P"> + +<!ENTITY passwordDisplayCmd.label "Behandle lagrede passord"> +<!ENTITY passwordDisplayCmd.accesskey "e"> + +<!ENTITY passwordExpireCmd.label "Logg ut"> +<!ENTITY passwordExpireCmd.accesskey "u"> + +<!ENTITY downloadManagerCmd.label "Nedlastinger"> +<!ENTITY downloadManagerCmd.accesskey "N"> +<!ENTITY downloadManagerCmd.commandkey "j"> + +<!ENTITY addOnsManagerCmd.label "Tilleggsbehandler"> +<!ENTITY addOnsManagerCmd.accesskey "U"> +<!ENTITY addOnsManagerCmd.commandkey "a"> + +<!ENTITY switchProfileCmd.label "Bytt profil …"> +<!ENTITY switchProfileCmd.accesskey "y"> + +<!ENTITY syncBrand.shortName.label "Sync"> +<!-- LOCALIZATION NOTE (syncSetup.accesskey, syncSyncNowItem.accesskey): + Only one of these will show at a time (based on setup state), + so reusing accesskey is ok. --> +<!ENTITY syncSetup.label "Konfigurer Sync …"> +<!ENTITY syncSetup.accesskey "S"> +<!ENTITY syncSyncNowItem.label "Synkroniser nå"> +<!ENTITY syncSyncNowItem.accesskey "S"> |