diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /l10n-nb-NO/browser/browser/preferences/containers.ftl | |
parent | Initial commit. (diff) | |
download | firefox-e51783d008170d9ab27d25da98ca3a38b0a41b67.tar.xz firefox-e51783d008170d9ab27d25da98ca3a38b0a41b67.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-nb-NO/browser/browser/preferences/containers.ftl')
-rw-r--r-- | l10n-nb-NO/browser/browser/preferences/containers.ftl | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/l10n-nb-NO/browser/browser/preferences/containers.ftl b/l10n-nb-NO/browser/browser/preferences/containers.ftl new file mode 100644 index 0000000000..0590c9ca02 --- /dev/null +++ b/l10n-nb-NO/browser/browser/preferences/containers.ftl @@ -0,0 +1,93 @@ +# 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/. + +containers-window-new2 = + .title = Legg til ny beholder + .style = min-width: 45em +# Variables +# $name (String) - Name of the container +containers-window-update-settings2 = + .title = Beholderinstillinger for { $name } + .style = min-width: 45em + +containers-window-close = + .key = w + +# This is a term to store style to be applied +# on the three labels in the containers add/edit dialog: +# - name +# - icon +# - color +# +# Using this term and referencing it in the `.style` attribute +# of the three messages ensures that all three labels +# will be aligned correctly. +-containers-labels-style = min-width: 4rem + +containers-name-label = Navn + .accesskey = N + .style = { -containers-labels-style } + +containers-name-text = + .placeholder = Oppgi et beholdernavn + +containers-icon-label = Ikon + .accesskey = I + .style = { -containers-labels-style } + +containers-color-label = Farge + .accesskey = a + .style = { -containers-labels-style } + +containers-dialog = + .buttonlabelaccept = Ferdig + .buttonaccesskeyaccept = F + +containers-color-blue = + .label = Blå +containers-color-turquoise = + .label = Turkis +containers-color-green = + .label = Grønn +containers-color-yellow = + .label = Gul +containers-color-orange = + .label = Oransje +containers-color-red = + .label = Rød +containers-color-pink = + .label = Rosa +containers-color-purple = + .label = Lilla +containers-color-toolbar = + .label = Samsvar med verktøylinjen + +containers-icon-fence = + .label = Gjerde +containers-icon-fingerprint = + .label = Fingeravtrykk +containers-icon-briefcase = + .label = Dokumentmappe +# String represents a money sign but currently uses a dollar sign +# so don't change to local currency. See Bug 1291672. +containers-icon-dollar = + .label = Dollartegn +containers-icon-cart = + .label = Handlevogn +containers-icon-circle = + .label = Punkt +containers-icon-vacation = + .label = Ferie +containers-icon-gift = + .label = Gave +containers-icon-food = + .label = Mat +containers-icon-fruit = + .label = Frukt +containers-icon-pet = + .label = Kjæledyr +containers-icon-tree = + .label = Tre +containers-icon-chill = + .label = Avslapping |