cvargas 15 years ago
parent
commit
aba051ad5c

+ 1 - 1
main/announcements/announcements.inc.php

@@ -126,7 +126,7 @@ function show_to_form($to_already_selected)
 /**
 * this function shows the form for sending a message to a specific group or user.
 */
-function construct_not_selected_select_form($group_list=null, $user_list=null,$to_already_selected)
+function construct_not_selected_select_form($group_list=null, $user_list=null,$to_already_selecte)
 {
 
 	echo "\t\t<select name=\"not_selected_form[]\" size=5 style=\"width:200px\" multiple>\n";

+ 3 - 0
main/lang/english/trad4all.inc.php

@@ -816,7 +816,9 @@ $CalendarList = "Calendar list of attendances";
 $ThereAreNoRegisteredDatetimeYet = "There is no date/time registered yet";
 $DashboardPluginsHaveBeenUpdatedSucesslly = "Dashboard plugins have been updated sucessfully";
 $LoginEnter = "Login";
+$AttendanceSheetDescription = "The attendance sheets allow you to specify a list of dates in which you will report attendance to your courses";
 $ThereAreNoRegisteredLearnersInsidetheCourse = "There are no registered learners inside the course";
+$GoToAttendanceCalendarList = "Go to the calendar list of attendance dates";
 $ToolCourseDescription = "Course description";
 $ToolDocument = "Documents";
 $ToolLearnpath = "Courses";
@@ -840,4 +842,5 @@ $ToolBlogManagement = "Projects";
 $ToolTracking = "Reporting";
 $ToolCourseSetting = "Settings";
 $ToolCourseMaintenance = "Backup";
+$AreYouSureToDeleteAllDates = "Are you sure you want to delete all dates?";
 ?>

+ 1 - 0
main/lang/spanish/trad4all.inc.php

@@ -842,4 +842,5 @@ $ToolBlogManagement = "Gestión de blogs";
 $ToolTracking = "Informes";
 $ToolCourseSetting = "Configuración del curso";
 $ToolCourseMaintenance = "Mantenimiento del curso";
+$AreYouSureToDeleteAllDates = "¿Confirma que desea borrar todas las fechas?";
 ?>