Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 21... Línea 21...
21
 * @author      Chris Pratt <tonyyeb@gmail.com>
21
 * @author      Chris Pratt <tonyyeb@gmail.com>
22
 * @copyright   Chris Pratt
22
 * @copyright   Chris Pratt
23
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
24
 */
Línea 25... Línea 25...
25
 
25
 
26
$string['pluginname'] = 'Cohort';
26
$string['pluginname'] = 'Cohorts';
27
$string['privacy:metadata'] = 'The Cohort factor plugin does not store any personal data.';
27
$string['privacy:metadata'] = 'The Cohorts factor plugin does not store any personal data.';
28
$string['settings:cohort'] = 'Non-passing cohorts';
28
$string['settings:cohort'] = 'Non-passing cohorts';
-
 
29
$string['settings:cohort_help'] = 'Select the cohorts that will not pass this factor. This allows you to force these cohorts to use other factors to authenticate.';
-
 
30
$string['settings:description'] = '<p>Select the user cohorts that must use additional factors to authenticate. If this factor is not set up, all cohorts will be required to use additional factors by default.</p>
-
 
31
<p>This factor requires a cohort to be created.</p>';
29
$string['settings:cohort_help'] = 'Select the cohorts that will not pass this factor. This allows you to force these cohorts to use other factors to authenticate.';
32
$string['settings:shortdescription'] = 'Specify which cohorts of users must use other factors to authenticate. Must be combined with other factors.';