This commit is contained in:
Xes
2025-08-14 22:39:38 +02:00
parent 3641e93527
commit 5403f346e3
3370 changed files with 327179 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?php
/* For license terms, see /license.txt */
$strings['plugin_title'] = 'Learning calendar';
$strings['plugin_comment'] = 'Advanced plugin allowing for the coaching of students with an overall time period to conclude their studies in alternated studies and work.';
$strings['enabled'] = 'Enabled';
$strings['LearningCalendar'] = 'Learning calendar';
$strings['NumberDaysAccumulatedInCalendar'] = 'Number of days accumulated in the calendar: ';
$strings['NumberDaysAccumulatedInLp'] = 'Number of days accumulated in the LP: ';
$strings['NumberDaysInRetard'] = 'Number of days in retard: ';
$strings['DifferenceOfDaysAndCalendar'] = 'Difference of days with the calendar plan';
$strings['EventTypeTaken'] = 'Busy';
$strings['EventTypeExam'] = 'Exam';
$strings['EventTypeFree'] = 'Free';
$strings['CourseHoursDuration'] = 'Course hours duration';
$strings['LearningCalendarOneDayMarker'] = 'Learning calendar one day marker';
$strings['ControlPointAdded'] = 'Control point added';
$strings['NumberOfDays'] = 'Number of days';
$strings['Date'] = 'Date';
$strings['AddMultipleUsersToCalendar'] = 'Add multiple users to a calendar';
$strings['UpdateCalendar'] = 'Update calendar';

View File

@@ -0,0 +1,22 @@
<?php
/* For license terms, see /license.txt */
$strings['plugin_title'] = 'Learning calendar';
$strings['plugin_comment'] = "Plugin avancé permettant le coaching d'étudiants qui ont un délai limité pour la conclusion de leurs études en mode études et travail alternés.";
$strings['enabled'] = 'Enabled';
$strings['LearningCalendar'] = 'Calendrier d\'apprentissage';
$strings['NumberDaysAccumulatedInCalendar'] = 'Nombre de jours cumulés dans le calendrier: ';
$strings['NumberDaysAccumulatedInLp'] = 'Nombre de jours cumulés dans les parcours réalisés: ';
$strings['NumberDaysInRetard'] = "Nombre de jour de retard ou d'avance à la date d'aujourd'hui: ";
$strings['DifferenceOfDaysAndCalendar'] = 'Différence de nombre de jours avec le plan issu du learning_calendar';
$strings['EventTypeTaken'] = 'Occupé';
$strings['EventTypeExam'] = 'Examen';
$strings['EventTypeFree'] = 'Libre';
$strings['CourseHoursDuration'] = 'Durée du cours (h)';
$strings['LearningCalendarOneDayMarker'] = 'Marqueur 1 jour calendrier';
$strings['ControlPointAdded'] = 'Point de contrôle ajouté';
$strings['NumberOfDays'] = 'Nombre de jours';
$strings['Date'] = 'Date';
$strings['AddMultipleUsersToCalendar'] = 'Ajouter plusieurs utilisateurs au calendrier';
$strings['UpdateCalendar'] = 'Mettre à jour calendrier';

View File

@@ -0,0 +1,22 @@
<?php
/* For license terms, see /license.txt */
$strings['plugin_title'] = 'Learning calendar';
$strings['plugin_comment'] = 'Plugin avanzado permitiendo el tutorado de alumnos que tienen un plazo específico para terminar sus estudios en estudios alternados.';
$strings['enabled'] = 'Activado';
$strings['LearningCalendar'] = 'Calendario de aprendizaje';
$strings['NumberDaysAccumulatedInCalendar'] = 'Número de días acumulados en el calendario: ';
$strings['NumberDaysAccumulatedInLp'] = 'Número de días acumulados en la lección: ';
$strings['NumberDaysInRetard'] = 'Número de días de retraso: ';
$strings['DifferenceOfDaysAndCalendar'] = 'Diferencia entre días y plan del calendario';
$strings['EventTypeTaken'] = 'Ocupado';
$strings['EventTypeExam'] = 'Examen';
$strings['EventTypeFree'] = 'Libre';
$strings['CourseHoursDuration'] = 'Duración del curso (h)';
$strings['LearningCalendarOneDayMarker'] = 'Marcador 1 día del calendario de aprendizaje';
$strings['ControlPointAdded'] = 'Puntos de control añadidos';
$strings['NumberOfDays'] = 'Número de días';
$strings['Date'] = 'Fecha';
$strings['AddMultipleUsersToCalendar'] = 'Añadir usuarios múltiples a un calendario';
$strings['UpdateCalendar'] = 'Actualizar calendario';