twofactor_totp/l10n/en_GB.js

13 строки
628 B
JavaScript
Исходник Обычный вид История

2016-06-10 07:39:39 +03:00
OC.L10N.register(
"twofactor_totp",
{
"Enable TOTP" : "Enable TOTP",
"This is your new TOTP secret:" : "This is your new TOTP secret:",
"Scan this QR code with your TOTP app" : "Scan this QR code with your TOTP app",
2016-12-05 05:02:18 +03:00
"Authentication code" : "Authentication code",
2017-04-04 03:17:22 +03:00
"Authenticate with a TOTP app" : "Authenticate with a TOTP app",
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.",
"TOTP second-factor auth" : "TOTP second-factor auth"
2016-06-10 07:39:39 +03:00
},
"nplurals=2; plural=(n != 1);");