Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 32... Línea 32...
32
$string['bulkedit'] = 'Bulk actions';
32
$string['bulkedit'] = 'Bulk actions';
33
$string['bulkeditingcourse'] = 'Bulk edit course: {$a}';
33
$string['bulkeditingcourse'] = 'Bulk edit course: {$a}';
34
$string['bulkcancel'] = 'Close bulk actions';
34
$string['bulkcancel'] = 'Close bulk actions';
35
$string['bulkselection'] = '{$a} selected';
35
$string['bulkselection'] = '{$a} selected';
36
$string['bulkselection_plural'] = '{$a} selected';
36
$string['bulkselection_plural'] = '{$a} selected';
-
 
37
$string['cm_add_feedback'] = '{$a->modname} added.';
-
 
38
$string['cm_complete_feedback'] = '{$a->name} marked as done.';
-
 
39
$string['cm_complete_feedback_batch'] = 'Selected {$a->count} activities marked as done.';
37
$string['cm_delete_feedback'] = '{$a->name} deleted.';
40
$string['cm_delete_feedback'] = '{$a->name} deleted.';
38
$string['cm_delete_feedback_batch'] = 'Selected {$a->count} activities deleted.';
41
$string['cm_delete_feedback_batch'] = 'Selected {$a->count} activities deleted.';
39
$string['cm_duplicate_feedback'] = '{$a->name} duplicated.';
42
$string['cm_duplicate_feedback'] = '{$a->name} duplicated.';
40
$string['cm_duplicate_feedback_batch'] = 'Selected {$a->count} activities duplicated.';
43
$string['cm_duplicate_feedback_batch'] = 'Selected {$a->count} activities duplicated.';
41
$string['cm_hide_feedback'] = '{$a->name} is now hidden.';
44
$string['cm_hide_feedback'] = '{$a->name} is now hidden.';
Línea 46... Línea 49...
46
$string['cm_separategroups_feedback'] = '{$a->name} group mode changed to Separate groups.';
49
$string['cm_separategroups_feedback'] = '{$a->name} group mode changed to Separate groups.';
47
$string['cm_show_feedback'] = '{$a->name} is now shown.';
50
$string['cm_show_feedback'] = '{$a->name} is now shown.';
48
$string['cm_show_feedback_batch'] = 'The selected {$a->count} activities are now shown.';
51
$string['cm_show_feedback_batch'] = 'The selected {$a->count} activities are now shown.';
49
$string['cm_stealth_feedback'] = '{$a->name} is now available but not shown on the course page.';
52
$string['cm_stealth_feedback'] = '{$a->name} is now available but not shown on the course page.';
50
$string['cm_stealth_feedback_batch'] = 'The selected {$a->count} activities are now available but not shown on the course page.';
53
$string['cm_stealth_feedback_batch'] = 'The selected {$a->count} activities are now available but not shown on the course page.';
-
 
54
$string['cm_uncomplete_feedback'] = '{$a->name} marked as undone.';
-
 
55
$string['cm_uncomplete_feedback_batch'] = 'Selected {$a->count} activities marked as undone.';
51
$string['cm_visiblegroups_feedback'] = '{$a->name} group mode changed to Visible groups.';
56
$string['cm_visiblegroups_feedback'] = '{$a->name} group mode changed to Visible groups.';
52
$string['cmavailability'] = 'Activity availability';
57
$string['cmavailability'] = 'Activity availability';
53
$string['cmdelete_info'] = 'This will delete {$a->name} and any user data it contains.';
58
$string['cmdelete_info'] = 'This will delete {$a->name} and any user data it contains.';
-
 
59
$string['cmdelete_subsectiontitle'] = 'Delete subsection?';
54
$string['cmdelete_title'] = 'Delete activity?';
60
$string['cmdelete_title'] = 'Delete activity?';
-
 
61
$string['cmmove_info'] = 'Move {$a} after';
-
 
62
$string['cmmove_subsectiontitle'] = 'Move subsection';
-
 
63
$string['cmmove_title'] = 'Move activity';
55
$string['cmsdelete'] = 'Delete activities';
64
$string['cmsdelete'] = 'Delete activities';
56
$string['cmsdelete_info'] = 'This will delete {$a->count} activities and any user data they contain.';
65
$string['cmsdelete_info'] = 'This will delete {$a->count} activities and any user data they contain.';
57
$string['cmsdelete_title'] = 'Delete selected activities?';
66
$string['cmsdelete_title'] = 'Delete selected activities?';
58
$string['cmsduplicate'] = 'Duplicate activities';
67
$string['cmsduplicate'] = 'Duplicate activities';
59
$string['cmsmove'] = 'Move activities';
68
$string['cmsmove'] = 'Move activities';
60
$string['cmmove_title'] = 'Move activity';
-
 
61
$string['cmmove_info'] = 'Move {$a} after';
-
 
62
$string['cmsmove_title'] = 'Move selected activities';
69
$string['cmsmove_title'] = 'Move selected activities';
63
$string['cmsmove_info'] = 'Move {$a} activities after';
70
$string['cmsmove_info'] = 'Move {$a} activities after';
64
$string['courseindex'] = 'Course index';
71
$string['courseindex'] = 'Course index';
65
$string['courseindexoptions'] = 'Course index options';
72
$string['courseindexoptions'] = 'Course index options';
-
 
73
$string['maxsectionaddmessage'] = 'You have reached the maximum number of sections allowed for a course.';
66
$string['nobulkaction'] = 'No bulk actions available';
74
$string['nobulkaction'] = 'No bulk actions available';
-
 
75
$string['orphansectionwarning'] = 'This section and its content are not part of the course structure and are not visible to students. To use any of this content, move it to a different section.';
67
$string['preference:coursesectionspreferences'] = 'Section user preferences for course {$a}';
76
$string['preference:coursesectionspreferences'] = 'Section user preferences for course {$a}';
68
$string['privacy:metadata:preference:coursesectionspreferences'] = 'Section user preferences like collapsed and expanded.';
77
$string['privacy:metadata:preference:coursesectionspreferences'] = 'Section user preferences like collapsed and expanded.';
-
 
78
$string['section_add_feedback'] = 'Section added.';
69
$string['section_hide_feedback'] = 'Course section {$a->name} hidden.';
79
$string['section_hide_feedback'] = 'Course section {$a->name} hidden.';
70
$string['section_hide_feedback_batch'] = 'Selected {$a->count} course sections hidden.';
80
$string['section_hide_feedback_batch'] = 'Selected {$a->count} course sections hidden.';
71
$string['section_show_feedback'] = 'Course section {$a->name} shown.';
81
$string['section_show_feedback'] = 'Course section {$a->name} shown.';
72
$string['section_show_feedback_batch'] = 'Selected {$a->count} course sections shown.';
82
$string['section_show_feedback_batch'] = 'Selected {$a->count} course sections shown.';
73
$string['section_delete_feedback'] = 'Course section {$a->name} deleted.';
83
$string['section_delete_feedback'] = 'Course section {$a->name} deleted.';
74
$string['section_delete_feedback_batch'] = 'Selected {$a->count} course sections deleted.';
84
$string['section_delete_feedback_batch'] = 'Selected {$a->count} course sections deleted.';
-
 
85
$string['sectionaddmax'] = 'You have reached the maximum number of sections allowed for a course...';
75
$string['sectionavailability_title'] = 'Section availability';
86
$string['sectionavailability_title'] = 'Section availability';
76
$string['sectiondelete_info'] = 'This will delete {$a->name} and all the activities it contains.';
87
$string['sectiondelete_info'] = 'This will delete {$a->name} and all the activities it contains.';
77
$string['sectiondelete_title'] = 'Delete section?';
88
$string['sectiondelete_title'] = 'Delete section?';
78
$string['sectionsavailability'] = 'Sections availability';
89
$string['sectionsavailability'] = 'Sections availability';
79
$string['sectionsavailability_title'] = 'Sections availability';
90
$string['sectionsavailability_title'] = 'Sections availability';