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

nb.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a89851251134aa226edc1381c946eea7ba87136f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Aktiver to-trinns bekreftelse med TOTP",
    "This is your new TOTP secret:" : "Dette er din nye to-trinns bekreftelses-hemmelighet for TOTP:",
    "Scan this QR code with your TOTP app" : "Skann denne QR-koden med din applikasjon for to-trinns bekreftelse",
    "You enabled TOTP two-factor authentication for your account" : "Du har aktivert to-trinns bekreftelse for din konto",
    "You disabled TOTP two-factor authentication for your account" : "Du har deaktivert to-trinns bekreftelse for din konto",
    "TOTP (Authenticator app)" : "To-trinns bekreftelse (TOTP)",
    "Authenticate with a TOTP app" : "Autentiser med din applikasjon for to-trinns bekreftelse",
    "Authentication code" : "Autentiseringskode",
    "Get the authentication code from the two-factor authentication app on your device." : "Hent autentiseringskoden fra din applikasjon for to-trinns bekreftelse.",
    "TOTP second-factor auth" : "To-trinns bekreftelse med TOTP"
},
"nplurals=2; plural=(n != 1);");