Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nn_NO.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7cb47fe1d776912734f608442a8940edb32ecbfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS verifikasjon",
    "Send an authentication code via SMS" : "Send ein autorisasjons kode på SMS",
    "%s is your Nextcloud authentication code" : "%ser Nextcloud autorisasjons koden deira",
    "Two Factor SMS Provider" : "To Faktor SMS Tener",
    "Authentication code" : "Autentifikasjons kode",
    "An access code has been sent to %s" : "Ein tilgangskode har blitt sendt til %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Feil under sending av meldninga. Forsøk att sinarare, eller ta kontakt med administratoren."
},
"nplurals=2; plural=(n != 1);");