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" ,
2024-12-30 04:57:46 +03:00
"TOTP two-factor authentication disabled by the administration" : "TOTP two-factor authentication disabled by the administration" ,
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" ,
2024-12-30 04:57:46 +03:00
"Two-factor TOTP provider" : "Two-factor TOTP provider" ,
"A two-factor authentication provider for TOTP (RFC 6238)" : "A two-factor authentication 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-10-14 06:16:38 +03:00
"Could not verify your key. Please try again" : "Could not verify your key. Please try again" ,
2020-02-29 06:07:13 +03:00
"Your new TOTP secret is:" : "Your new TOTP secret is:" ,
2020-11-26 06:19:02 +03:00
"For quick setup, scan this QR code with your TOTP app:" : "For quick setup, scan this QR code with your TOTP app:" ,
"After you configured your app, enter a test code below to ensure everything works correctly:" : "After you configured your app, enter a test code below to ensure everything works correctly:" ,
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." ,
2024-12-29 04:59:59 +03:00
"Submit" : "Submit" ,
"TOTP two-factor authentication disabled by an admin" : "TOTP two-factor authentication disabled by an admin" ,
"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)"
2016-06-10 07:39:39 +03:00
} ,
"nplurals=2; plural=(n != 1);" ) ;