diff options
Diffstat (limited to 'l10n-nn-NO/browser/browser/webauthnDialog.ftl')
-rw-r--r-- | l10n-nn-NO/browser/browser/webauthnDialog.ftl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-nn-NO/browser/browser/webauthnDialog.ftl b/l10n-nn-NO/browser/browser/webauthnDialog.ftl new file mode 100644 index 0000000000..df850263d5 --- /dev/null +++ b/l10n-nn-NO/browser/browser/webauthnDialog.ftl @@ -0,0 +1,27 @@ +# 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/. + +# Variables: +# $retriesLeft (Number): number of tries left +webauthn-pin-invalid-long-prompt = + { $retriesLeft -> + [one] Feil PIN-kode. Du har { $retriesLeft } forsøk att før du permanent mistar tilgangen til legitimasjonen på denne eininga. + *[other] Feil PIN-kode. Du har { $retriesLeft } forsøk att før du permanent mistar tilgangen til legitimasjonen på denne eininga. + } +webauthn-pin-invalid-short-prompt = Feil PIN-kode. Prøv på nytt. +webauthn-pin-required-prompt = Skriv inn PIN-kode for denne eininga. +webauthn-select-sign-result-unknown-account = Ukjend konto +webauthn-a-passkey-label = Bruk ein passnøkkel +webauthn-another-passkey-label = Bruk ein annan passnøkkel +# Variables: +# $domain (String): the domain of the site. +webauthn-specific-passkey-label = Passnøkkel for { $domain } +# Variables: +# $retriesLeft (Number): number of tries left +webauthn-uv-invalid-long-prompt = + { $retriesLeft -> + [one] Mislykka brukarstadfesting. Du har { $retriesLeft } forsøk att. Prøv på nytt. + *[other] Mislykka brukarstadfestingar. Du har { $retriesLeft } forsøk att. Prøv på nytt. + } +webauthn-uv-invalid-short-prompt = Mislykka brukarstadfesting. Prøv på nytt. |