summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/nn-NO/localization/nn-NO/messenger/messengercompose/messengercompose.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/nn-NO/localization/nn-NO/messenger/messengercompose/messengercompose.ftl')
-rw-r--r--thunderbird-l10n/nn-NO/localization/nn-NO/messenger/messengercompose/messengercompose.ftl202
1 files changed, 202 insertions, 0 deletions
diff --git a/thunderbird-l10n/nn-NO/localization/nn-NO/messenger/messengercompose/messengercompose.ftl b/thunderbird-l10n/nn-NO/localization/nn-NO/messenger/messengercompose/messengercompose.ftl
new file mode 100644
index 0000000000..c8c37727b7
--- /dev/null
+++ b/thunderbird-l10n/nn-NO/localization/nn-NO/messenger/messengercompose/messengercompose.ftl
@@ -0,0 +1,202 @@
+# 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/.
+
+
+## Send Format
+
+compose-send-auto-menu-item =
+ .label = Automatisk
+ .accesskey = A
+
+## Addressing widget
+
+# $type (String) - the type of the addressing row
+# $count (Number) - the number of address pills currently present in the addressing row
+address-input-type-aria-label =
+ { $count ->
+ [0] { $type }
+ [one] { $type } med 1 adresse, bruk venstre piltast for å fokusere på henne.
+ *[other] { $type } med { $count } adresser, bruk venstre piltast for å fokusere på dei.
+ }
+# $email (String) - the email address
+# $count (Number) - the number of address pills currently present in the addressing row
+pill-aria-label =
+ { $count ->
+ [one] { $email }: trykk Enter for å redigere, Slett for å fjerne.
+ *[other] { $email }, 1 av { $count }: trykk Enter for å redigere, Slett for å fjerne.
+ }
+# $email (String) - the email address
+pill-tooltip-invalid-address = { $email } er ikkje ei gyldig e-postadresse
+# $email (String) - the email address
+pill-tooltip-not-in-address-book = { $email } er ikkje i adresseboka di
+pill-action-edit =
+ .label = Rediger adresse
+ .accesskey = e
+pill-action-move-to =
+ .label = Flytt til Til-feltet
+ .accesskey = t
+pill-action-move-cc =
+ .label = Flytt til Kopi-feltet
+ .accesskey = K
+pill-action-move-bcc =
+ .label = Flytt til Blindkopi-feltet
+ .accesskey = B
+
+## Attachment widget
+
+ctrl-cmd-shift-pretty-prefix =
+ { PLATFORM() ->
+ [macos] ⇧ ⌘{ " " }
+ *[other] Ctrl+Shift+
+ }
+trigger-attachment-picker-key = A
+toggle-attachment-pane-key = M
+menuitem-toggle-attachment-pane =
+ .label = Vedleggspanel
+ .accesskey = V
+ .acceltext = { ctrl-cmd-shift-pretty-prefix }{ toggle-attachment-pane-key }
+toolbar-button-add-attachment =
+ .label = Legg ved
+ .tooltiptext = Legg ved eit vedlegg ({ ctrl-cmd-shift-pretty-prefix }{ trigger-attachment-picker-key })
+menuitem-attach-files =
+ .label = Fil(er)…
+ .accesskey = F
+ .acceltext = { ctrl-cmd-shift-pretty-prefix }{ trigger-attachment-picker-key }
+context-menuitem-attach-files =
+ .label = Legg ved fil(er)…
+ .accesskey = L
+ .acceltext = { ctrl-cmd-shift-pretty-prefix }{ trigger-attachment-picker-key }
+
+## Variables:
+## $count (Number) - Number of files being dropped onto the composer.
+
+drop-file-label-attachment =
+ { $count ->
+ [one] Legg til som vedlegg
+ *[other] Legg til som vedlegg
+ }
+drop-file-label-inline =
+ { $count ->
+ [one] Set inn innebygd
+ *[other] Set inn innebygd
+ }
+
+## Reorder Attachment Panel
+
+move-attachment-first-panel-button =
+ .label = Flytt først
+move-attachment-left-panel-button =
+ .label = Flytt til venstre
+move-attachment-right-panel-button =
+ .label = Flytt til høgre
+move-attachment-last-panel-button =
+ .label = Flytt sist
+button-return-receipt =
+ .label = Kvittering
+ .tooltiptext = Be om returkvittering for denne meldinga
+
+## Encryption
+
+encryption-options-openpgp =
+ .label = OpenPGP
+ .tooltiptext = Vis eller endre krypteringsinnstillingar forOpenPGP
+encryption-options-smime =
+ .label = S/MIME
+ .tooltiptext = Vis eller endre krypteringsinnstillingar for S/MIME
+
+## Addressing Area
+
+to-address-row-label =
+ .value = Til
+# $key (String) - the shortcut key for this field
+show-to-row-main-menuitem =
+ .label = Til-felt
+ .accesskey = T
+ .acceltext = { ctrl-cmd-shift-pretty-prefix }{ $key }
+# No acceltext should be shown.
+# The label should match the show-to-row-button text.
+show-to-row-extra-menuitem =
+ .label = Til
+ .accesskey = T
+# $key (String) - the shortcut key for this field
+show-to-row-button = Til
+ .title = Vis Til-felt ({ ctrl-cmd-shift-pretty-prefix }{ $key })
+cc-address-row-label =
+ .value = Kopi
+# $key (String) - the shortcut key for this field
+show-cc-row-main-menuitem =
+ .label = Kopi-felt
+ .accesskey = K
+ .acceltext = { ctrl-cmd-shift-pretty-prefix }{ $key }
+# No acceltext should be shown.
+# The label should match the show-cc-row-button text.
+show-cc-row-extra-menuitem =
+ .label = Kopi
+ .accesskey = K
+# $key (String) - the shortcut key for this field
+show-cc-row-button = Kopi
+ .title = Vis Kopi-felt ({ ctrl-cmd-shift-pretty-prefix }{ $key })
+bcc-address-row-label =
+ .value = Blindkopi
+# $key (String) - the shortcut key for this field
+show-bcc-row-main-menuitem =
+ .label = Blindkopifelt
+ .accesskey = B
+ .acceltext = { ctrl-cmd-shift-pretty-prefix }{ $key }
+# No acceltext should be shown.
+# The label should match the show-bcc-row-button text.
+show-bcc-row-extra-menuitem =
+ .label = Blindkopi
+ .accesskey = B
+# $key (String) - the shortcut key for this field
+show-bcc-row-button = Blindkopi
+ .title = Vis blindkopifelt ({ ctrl-cmd-shift-pretty-prefix }{ $key })
+many-public-recipients-bcc =
+ .label = Bruk blindkopi i staden
+ .accesskey = B
+many-public-recipients-prompt-cancel = Avbryt sending
+many-public-recipients-prompt-send = Send likevel
+
+## Notifications
+
+
+## Editing
+
+
+# Tools
+
+
+## Filelink
+
+
+# Placeholder file
+
+
+# Template
+
+# A text used in a footer, instructing the reader where to find additional
+# information about the used service provider.
+# $link (string) - html a-tag for a link pointing to the web page of the provider
+cloud-file-service-provider-footer-single = Les meir om { $link }.
+# Used in a list of stats about a specific file
+# Service - the used service provider to host the file (Filelink Service: BOX.com)
+# Size - the size of the file (Size: 4.2 MB)
+# Link - the link to the file (Link: https://some.provider.com)
+# Expiry Date - stating the date the link will expire (Expiry Date: 12.12.2022)
+# Download Limit - stating the maximum allowed downloads, before the link becomes invalid
+# (Download Limit: 6)
+cloud-file-template-service-name = Filelink-teneste:
+cloud-file-template-size = Storleik:
+cloud-file-template-link = Lenke
+cloud-file-template-download-limit = Nedlastingsgrense:
+
+# Messages
+
+
+## Link Preview
+
+link-preview-yes-replace = Ja
+
+## Dictionary selection popup
+