Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 39... Línea 39...
39
$event->add_record_snapshot('course', $course);
39
$event->add_record_snapshot('course', $course);
40
$event->trigger();
40
$event->trigger();
Línea 41... Línea 41...
41
 
41
 
42
$strresource     = get_string('modulename', 'resource');
42
$strresource     = get_string('modulename', 'resource');
43
$strresources    = get_string('modulenameplural', 'resource');
43
$strresources    = get_string('modulenameplural', 'resource');
44
$strsectionname  = get_string('sectionname', 'format_'.$course->format);
44
$strsectionname  = course_get_format($course)->get_generic_section_name();
45
$strname         = get_string('name');
45
$strname         = get_string('name');
46
$strintro        = get_string('moduleintro');
46
$strintro        = get_string('moduleintro');
Línea 47... Línea 47...
47
$strlastmodified = get_string('lastmodified');
47
$strlastmodified = get_string('lastmodified');