twofactor_totp/l10n/en_GB.js

21 строка
1.2 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",
2020-02-29 06:07:13 +03:00
"TOTP two-factor authentication disabled by an admin" : "TOTP two-factor authentication disabled by an admin",
2017-05-08 03:18:21 +03:00
"TOTP (Authenticator app)" : "TOTP (Authenticator app)",
2017-04-04 03:17:22 +03:00
"Authenticate with a TOTP app" : "Authenticate with a TOTP app",
2020-02-29 06:07:13 +03:00
"Two-Factor TOTP Provider" : "Two-Factor TOTP Provider",
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)",
2019-12-22 06:51:15 +03:00
"Enable TOTP" : "Enable TOTP",
2018-10-19 03:32:15 +03:00
"Could not enable TOTP" : "Could not enable TOTP",
2020-02-29 06:07:13 +03:00
"Your new TOTP secret is:" : "Your new TOTP secret is:",
2019-05-03 03:39:01 +03:00
"Authentication code" : "Authentication code",
2019-12-22 06:51:15 +03:00
"Verify" : "Verify",
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);");