twofactor_totp/l10n/en_GB.js

18 строки
1.1 KiB
JavaScript

OC.L10N.register(
"twofactor_totp",
{
"You enabled TOTP two-factor authentication for your account" : "You enabled TOTP two-factor authentication for your account",
"You disabled TOTP two-factor authentication for your account" : "You disabled TOTP two-factor authentication for your account",
"TOTP (Authenticator app)" : "TOTP (Authenticator app)",
"Authenticate with a TOTP app" : "Authenticate with a TOTP app",
"Two Factor TOTP Provider" : "Two Factor TOTP Provider",
"TOTP two-factor provider" : "TOTP two-factor provider",
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "A Two-Factor-Auth Provider for TOTP (RFC 6238)",
"Authentication code" : "Authentication code",
"Could not enable TOTP" : "Could not enable TOTP",
"Could not verify your key. Please try again" : "Could not verify your key. Please try again",
"Get the authentication code from the two-factor authentication app on your device." : "Get the authentication code from the two-factor authentication app on your device.",
"Submit" : "Submit"
},
"nplurals=2; plural=(n != 1);");