You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$string['activar_help'] = 'When activated will be verified by the immediate execution of cron later, users who were enrolled for the period specified above';
$string['pluginname_desc'] = 'Enrol notifications via mail';
34
-
$string['location_help'] = 'Personalize the message that users will come to be enrolled. This field accepts the following markers which then will be replaced by the corresponding values dynamically
$string['activarglobalenrolalert_help'] = 'Active enrol email notification for all site';
51
+
$string['enrolmessage'] = 'Message';
52
+
$string['enrolmessage_help'] = 'Personalize the message that users will come to be enrolled. This field accepts the following markers which then will be replaced by the corresponding values dynamically
35
53
<pre>
36
54
{COURSENAME} = course fullname
37
55
{USERNAME} = username
38
-
{NOMBRE} = firstname
39
-
{APELLIDO} = lastname
56
+
{FIRSTNAME} = firstname
57
+
{LASTNAME} = lastname
40
58
{URL} = course url
41
59
</pre>';
42
-
$string['fecha_help'] = 'Place the period for which you want to perform the first virificación';
43
-
$string['fecha'] = 'Period for verification of users enrolled courses';
$string['activar_help'] = 'When activated will be verified by the immediate execution of cron later, users who were enrolled for the period specified above';
46
-
$string['activarglobal'] = 'Active global';
47
-
$string['activarglobal_help'] = 'Active enrol notification for all site';
48
-
$string['emailsender'] = 'Email sender ';
49
-
$string['emailsender_help'] = 'By default set to take the email user support ';
50
-
$string['namesender'] = 'Name sender ';
51
-
$string['namesender_help'] = 'By default it takes the name set to the user support';
$string['activarglobalunenrolalert_help'] = 'Active enrol notifications for all site';
66
+
$string['activarglobalunenrolalert_help'] = 'Active enrol email notifications for all site';
61
67
$string['unenrolmessage'] = 'Custom Message';
62
68
$string['unenrolmessage_help'] = 'Personalize the message that users will come to be unenrolled. This field accepts the following markers which then will be replaced by the corresponding values dynamically
63
69
<pre>
64
70
{COURSENAME} = course fullname
65
71
{USERNAME} = username
66
-
{NOMBRE} = firstname
67
-
{APELLIDO} = lastname
72
+
{FIRSTNAME} = firstname
73
+
{LASTNAME} = lastname
68
74
{URL} = course url
69
75
</pre>';
70
76
$string['unenrolmessagedefault'] = 'You has been unenrolled from {$a->fullname} ({$a->url})';
$string['updatedenrolmessage_help'] = 'Personalize the message that users will come to be updated. This field accepts the following markers which then will be replaced by the corresponding values dynamically
78
85
<pre>
79
86
{COURSENAME} = course fullname
80
87
{USERNAME} = username
81
-
{NOMBRE} = firstname
82
-
{APELLIDO} = lastname
88
+
{FIRSTNAME} = firstname
89
+
{LASTNAME} = lastname
83
90
{URL} = course url
84
91
</pre>';
85
92
$string['updatedenrolmessagedefault'] = 'Your enrolment from {$a->fullname} has been updated ({$a->url})';
86
-
$string['succefullsend'] = 'The user {$a->username} has been notified about his enrollment in the {$a->coursename} course'."\n";
87
-
$string['failsend'] = 'WARNING: it has no been able to notify the {$a->username} user about his enrollment in the {$a->coursename} course'."\n";
$string['activar_help'] = 'Al activarse se verificará, mediante la ejecucion del cron inmediata posterior, los usuarios que fueron matriculados en el periodo establecido arriba';
46
-
$string['activarglobal'] = 'Activar para todo el sitio';
47
-
$string['activarglobal_help'] = 'Activa la notificacion de matriculacion para todo los cursos';
46
+
$string['activarglobalenrolalert'] = 'Activar para todo el sitio';
47
+
$string['activarglobalenrolalert_help'] = 'Activa la notificacion de matriculacion para todo los cursos';
48
48
$string['emailsender'] = 'Email del remitente ';
49
49
$string['emailsender_help'] = 'Por defecto toma el email configurado como el usuario de soporte ';
50
50
$string['namesender'] = 'Nombre del remitente ';
@@ -63,8 +63,8 @@
63
63
<pre>
64
64
{COURSENAME} = Nombre completo del curso
65
65
{USERNAME} = Nombre de usuario
66
-
{NOMBRE} = Nombre
67
-
{APELLIDO} = Apellido
66
+
{FIRSTNAME} = Nombre
67
+
{LASTNAME} = Apellido
68
68
{URL} = Url del curso
69
69
</pre>';
70
70
$string['unenrolmessagedefault'] = 'Ud ha sido desmatriculado del curso {$a->fullname} ({$a->url})';
@@ -78,8 +78,8 @@
78
78
<pre>
79
79
{COURSENAME} = Nombre completo del curso
80
80
{USERNAME} = Nombre de usuario
81
-
{NOMBRE} = Nombre
82
-
{APELLIDO} = Apellido
81
+
{FIRSTNAME} = Nombre
82
+
{LASTNAME} = Apellido
83
83
{URL} = Url del curso
84
84
</pre>';
85
85
$string['updatedenrolmessagedefault'] = 'Su matriculacion en el curso {$a->fullname} ha sido actualizada ({$a->url})';
0 commit comments