xref: /plugin/twofactor/lang/en/settings.php (revision e7074343a83a2aaa5bb5e18669da06c2bed77fbb)
1<?php
2$lang["enable"] = 'Turn on two factor authentication.';
3$lang["optinout"] = 'Configure how users can chose to use two factor authentication: Opt-In, Opt-Out, or Mandatory.';
4$lang["otpsubject"] = 'The subject line used when sending the OTP code. "$title" is replaced with the name of the wiki.';
5$lang["otpcontent"] = 'Message to be delivered to the recipient. Must contain "$otp" to be replaced with the OTP code.';
6$lang["generatorexpiry"] = 'Number of most recent OTP codes allowed before an OTP code expires. Only valid for OTP generators like Google Authenticator.';
7$lang["otplength"] = 'The number of characters to have in a OTP code.';
8$lang["sentexpiry"] = 'The time, in minutes, that the OTP code is good for.';
9$lang["loginnotice"] = 'Send a notice on successful login to the user. Options are never (none), user choice (user), and always send a message (always).';
10$lang["loginsubject"] = 'The subject line used when notifying of successful login. "$title" is replaced with the name of the wiki.';
11$lang["logincontent"] = 'Login notificaiton message sent to user. "$time" is replaced with the date and time of the login.';
12$lang["optinout_o_optin"] = 'Opt-In';
13$lang["optinout_o_optout"] = 'Opt-Out';
14$lang["optinout_o_mandatory"] = 'Mandatory';
15$lang["loginnotice_o_none"] = 'None';
16$lang["loginnotice_o_user"] = 'User';
17$lang["loginnotice_o_always"] = 'Always';
18