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,32 @@
<?php
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = "Exercise monitoring";
$strings['plugin_comment'] = "Random photo taking mechanism during an exercise";
$strings['tool_enable'] = "Enable tool";
$strings['intructions'] = 'Instructions';
$strings['age_distinction_enable'] = 'Enable age distinction';
$strings['legal_age'] = 'Legal age';
$strings['extrafield_birtdate'] = 'Extra field for birthdate';
$strings['extrafield_birtdate_help'] = 'The name of the field with which age will be calculated, e.g. <code>birthdate</code>';
$strings['instructions_adults'] = 'Intructions for adults students';
$strings['instructions_minors'] = 'Intrucctions for minors students';
$strings['snapshots_lifetime'] = 'Life time of photos taken';
$strings['snapshots_lifetime_help'] = 'Number of days that taken photos can remain stored on the server.<br>The cleanup script is located in <code>plugin/exercisemonitoring/cron/cleanup.php</code>';
$strings['ExerciseMonitored'] = "Exercise monitored";
$strings['Retry'] = "Retry";
$strings['IdDocumentSnapshot'] = "Validated photo of the ID document";
$strings['StudentSnapshot'] = "Validated photo of the student";
$strings['ImageIdDocumentCameraInstructions'] = "Place your ID document in front of the camera and place it in the marked box. Click the <i>Capture</i> button or press the space bar on your keyboard.";
$strings['ImageStudentCameraInstructions'] = "Place your face in front of the camera and place it within the marked circle. Click the <i>Capture</i> button or press the space bar on your keyboard";
$strings['Snapshots'] = "Snapshots";
$strings['ExerciseUnmonitored'] = "Exercise unmonitored";
$strings['Birthdate'] = "Birthdate";
$strings['AdultStudent'] = "Adult student";
$strings['MinorStudent'] = "Minor student";

View File

@@ -0,0 +1,32 @@
<?php
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = "Monitoreo de Ejercicios";
$strings['plugin_comment'] = "Mecanismo de toma de fotos aleatorias durante un ejercicio";
$strings['tool_enable'] = "Enable tool";
$strings['intructions'] = 'Intrucciones';
$strings['age_distinction_enable'] = 'Habilitar distinción de edad';
$strings['legal_age'] = 'Mayoría de edad';
$strings['extrafield_birtdate'] = 'Campo extra para fecha de nacimiento';
$strings['extrafield_birtdate_help'] = 'El nombre del campo con el cual se calculará la edad, por ejemplo <code>birthdate</code>';
$strings['instructions_adults'] = 'Intrucciones para estudiantes adultos';
$strings['instructions_minors'] = 'Intrucciones para estudiantes menores de edad';
$strings['snapshots_lifetime'] = 'Tiempo de vida de las fotos tomadas';
$strings['snapshots_lifetime_help'] = 'Cantidad de días que las fotos tomadas pueden permanecer almacenadas en el servidor.<br>El script de limpieza está ubicado en <code>plugin/exercisemonitoring/cron/cleanup.php</code>';
$strings['ExerciseMonitored'] = "Ejercicio monitoreado";
$strings['Retry'] = "Reintentar";
$strings['IdDocumentSnapshot'] = "Foto validada del documento de identidad";
$strings['StudentSnapshot'] = "Foto validada del estudiante";
$strings['ImageIdDocumentCameraInstructions'] = "Coloca tu DNI o documento de identidad frente a la cámara y ubícalo en el recuadro marcado. Dale clic al botón <i>Capturar</i> o presiona la barra de espacio de tu teclado.";
$strings['ImageStudentCameraInstructions'] = "Coloca tu rostro frente a la cámara y ubícalo dentro del círculo marcado. Dale click al botón <i>Capturar</i> o presiona la barra de espacio de tu teclado";
$strings['Snapshots'] = "Fotos tomadas";
$strings['ExerciseUnmonitored'] = "Ejercicio no monitoreado";
$strings['Birthdate'] = "Fecha de nacimiento";
$strings['AdultStudent'] = "Estudiante adulto";
$strings['MinorStudent'] = "Estudiante menor de edad";