twofactor_totp/l10n/en_GB.js

17 строки
1.0 KiB
JavaScript
Исходник Обычный вид История

2016-06-10 07:39:39 +03:00
OC.L10N.register(
"twofactor_totp",
{
2017-05-08 03:18:21 +03:00
"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)",
2017-04-04 03:17:22 +03:00
"Authenticate with a TOTP app" : "Authenticate with a TOTP app",
2018-06-12 03:42:10 +03:00
"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)",
2018-11-17 04:49:06 +03:00
"Authentication code" : "Authentication code",
2018-10-19 03:32:15 +03:00
"Could not enable TOTP" : "Could not enable TOTP",
"Could not verify your key. Please try again" : "Could not verify your key. Please try again",
2016-12-05 05:02:18 +03:00
"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.",
2018-10-04 03:39:42 +03:00
"Submit" : "Submit"
2016-06-10 07:39:39 +03:00
},
"nplurals=2; plural=(n != 1);");