diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-nn-NO/mail/chrome/messenger/viewSource.dtd | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-nn-NO/mail/chrome/messenger/viewSource.dtd')
-rw-r--r-- | l10n-nn-NO/mail/chrome/messenger/viewSource.dtd | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/l10n-nn-NO/mail/chrome/messenger/viewSource.dtd b/l10n-nn-NO/mail/chrome/messenger/viewSource.dtd new file mode 100644 index 0000000000..fa9c9fc3ae --- /dev/null +++ b/l10n-nn-NO/mail/chrome/messenger/viewSource.dtd @@ -0,0 +1,90 @@ +<!-- 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 content/viewSource.xul --> + +<!-- extracted from content/viewSource.xhtml --> + +<!-- LOCALIZATION NOTE (mainWindow.title) : DONT_TRANSLATE --> +<!ENTITY mainWindow.title "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifier "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifierseparator) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifierseparator " - "> +<!ENTITY mainWindow.preface "Kjeldekode for: "> + +<!ENTITY editMenu.label "Rediger"> +<!ENTITY editMenu.accesskey "R"> +<!ENTITY fileMenu.label "Fil"> +<!ENTITY fileMenu.accesskey "F"> +<!ENTITY savePageCmd.label "Lagre sida som…"> +<!ENTITY savePageCmd.accesskey "a"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY pageSetupCmd.label "Utskriftsformat…"> +<!ENTITY pageSetupCmd.accesskey "U"> +<!ENTITY printPreviewCmd.label "Førehandsvis sida"> +<!ENTITY printPreviewCmd.accesskey "F"> +<!ENTITY printCmd.label "Skriv ut…"> +<!ENTITY printCmd.accesskey "k"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "Lat att"> +<!ENTITY closeCmd.accesskey "L"> +<!ENTITY closeCmd.commandkey "W"> + +<!-- LOCALIZATION NOTE : +textEnlarge.commandkey3, textReduce.commandkey2 and +textReset.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY textEnlarge.commandkey "+"> +<!ENTITY textEnlarge.commandkey2 "="> +<!ENTITY textEnlarge.commandkey3 ""> +<!ENTITY textReduce.commandkey "-"> +<!ENTITY textReduce.commandkey2 ""> +<!ENTITY textReset.commandkey "0"> +<!ENTITY textReset.commandkey2 ""> + +<!ENTITY goToLineCmd.label "Gå til linje…"> +<!ENTITY goToLineCmd.accesskey "G"> +<!ENTITY goToLineCmd.commandkey "l"> + +<!ENTITY viewMenu.label "Vis"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY reloadCmd.label "Oppdater"> +<!ENTITY reloadCmd.accesskey "r"> +<!ENTITY reloadCmd.commandkey "r"> +<!ENTITY menu_wrapLongLines.title "Bryt lange linjer"> +<!ENTITY menu_wrapLongLines.accesskey "y"> +<!ENTITY menu_highlightSyntax.label "Syntaks-markering"> +<!ENTITY menu_highlightSyntax.accesskey "a"> +<!ENTITY menu_textSize.label "Skriftstorleik"> +<!ENTITY menu_textSize.accesskey "s"> +<!ENTITY menu_textEnlarge.label "Større skrift"> +<!ENTITY menu_textEnlarge.accesskey "i"> +<!ENTITY menu_textReduce.label "Mindre skrift"> +<!ENTITY menu_textReduce.accesskey "d"> +<!ENTITY menu_textReset.label "Normal"> +<!ENTITY menu_textReset.accesskey "N"> + +<!ENTITY findOnCmd.label "Søk på denne sida…"> +<!ENTITY findOnCmd.accesskey "e"> +<!ENTITY findOnCmd.commandkey "f"> +<!ENTITY findAgainCmd.label "Søk igjen"> +<!ENTITY findAgainCmd.accesskey "g"> +<!ENTITY findAgainCmd.commandkey "g"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "Tilbake"> +<!ENTITY backCmd.accesskey "b"> +<!ENTITY forwardCmd.label "Fram"> +<!ENTITY forwardCmd.accesskey "F"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY copyLinkCmd.label "Kopier lenkeadresse"> +<!ENTITY copyLinkCmd.accesskey "L"> +<!ENTITY copyEmailCmd.label "Kopier e-postadresse"> +<!ENTITY copyEmailCmd.accesskey "E"> |