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,23 @@
<?php
$strings['plugin_title'] = "Course legal agreement";
$strings['plugin_comment'] = "Add a legal agreement per course (also works with courses in sessions)";
$strings['tool_enable'] = 'Enable plugin';
$strings['tool_enable_help'] = 'Once enabled, you will have to configure the plugin inside the course configuration, then from the course homepage (a button will appear there only for the teacher)';
$strings['CourseLegal'] = 'Course legal agreement';
$strings['WebAgreement'] = 'Web agreement';
$strings['MailAgreement'] = 'Agreement by e-mail';
$strings['MailAgreementWasSentWithClickX'] = 'Click on the link below to agree with the terms and conditions to access course %s: <br /> %s';
$strings['AgreementUpdated'] = 'Agreement updated';
$strings['AgreementWasUpdatedClickHere'] = 'The agreement was updated. Click here: %s';
$strings['YouNeedToConfirmYourAgreementCheckYourEmail'] = 'You need to confirm that you agree. Please check your email.';
$strings['DeleteFile'] = 'Delete the file attachment';
$strings['RemoveAllUserAgreements'] = 'Remove all previous user agreements';
$strings['WarnAllUsersByEmail'] = 'Notify all users by email';
$strings['WarnAllUsersByEmailAndSendAttachment'] = 'Notify all users by email and send them the attachment.';
$strings['ReSendMailAgreementLink'] = 'Send e-mail agreement link again';
$strings['SendOnlyWarning'] = 'Send only notification';
$strings['SendAgreementFile'] = 'Send notification and attach the agreement';
$strings['NoSendWarning'] = 'Do not send notification';
$strings['TheAgreementIsAttachedInThisEmail'] = 'A copy of the agreement document is attached to this email';

View File

@@ -0,0 +1,23 @@
<?php
$strings['plugin_title'] = "Termes légaux d'utilisation de cours";
$strings['plugin_comment'] = "Ajouter des termes d'utilisation par cours (fonctionne également avec les cours dans des sessions), avec possibilité de demander confirmation par mail.";
$strings['tool_enable'] = 'Activer le plugin';
$strings['tool_enable_help'] = 'Une fois activé, il vous faudra configurer le plugin dans chaque cours (outil de configuration du cours), puis depuis la page d\'accueil du cours (un bouton apparaîtra au professeur uniquement)';
$strings['CourseLegal'] = 'Termes d\'utilisation du cours';
$strings['WebAgreement'] = 'Accord web';
$strings['MailAgreement'] = 'Accord par mail';
$strings['MailAgreementWasSentWithClickX'] = 'Cliquez sur le lien suivant pour accepter les termes d\'accès au cours %s: <br /> %s';
$strings['AgreementUpdated'] = 'Termes mis à jour';
$strings['AgreementWasUpdatedClickHere'] = 'Les termes d\'utilisation ont été mis à jour. Cliquez ici: %s';
$strings['YouNeedToConfirmYourAgreementCheckYourEmail'] = 'Veuillez confirmer votre accord. Vérifiez votre e-mail.';
$strings['DeleteFile'] = 'Éliminez la pièce jointe';
$strings['RemoveAllUserAgreements'] = 'Supprimer tous les accords utilisateurs antérieurs';
$strings['WarnAllUsersByEmail'] = 'Avertir tous les utilisateurs par mail';
$strings['WarnAllUsersByEmailAndSendAttachment'] = 'Avertir tous les utilisateurs par mail avec la pièce jointe.';
$strings['ReSendMailAgreementLink'] = 'Envoyer le lien d\'accord par mail de nouveau';
$strings['SendOnlyWarning'] = 'Envoyer seulement l\'avertissement';
$strings['SendAgreementFile'] = 'Envoyer à nouveau l\'avertissement avec la pièce jointe';
$strings['NoSendWarning'] = 'Ne pas envoyer l\'avertissement';
$strings['TheAgreementIsAttachedInThisEmail'] = 'Une copie du document d\'accord est joint à cet e-mail';

View File

@@ -0,0 +1,23 @@
<?php
$strings['plugin_title'] = "Acuerdo de curso";
$strings['plugin_comment'] = "Agrega un acuerdo a cada curso (funciona con cursos en sesiones de formación)";
$strings['tool_enable'] = 'Activar la configuración del plugin en los cursos';
$strings['tool_enable_help'] = 'Una vez activado, tendrá que configurar el plugin dentro de la página de configuración del curso, y luego desde la página principal del curso (un botón aparecerá solo al profesor)';
$strings['CourseLegal'] = 'Acuerdo legal de curso';
$strings['WebAgreement'] = 'Acuerdo por Web';
$strings['MailAgreement'] = 'Acuerdo por correo electrónico';
$strings['MailAgreementWasSentWithClickX'] = 'Haga clic en el siguiente enlace para confirmar que está de acuerdo con los términos y condiciones para acceder al curso %s: <br /> %s';
$strings['AgreementUpdated'] = 'Acuerdo actualizado';
$strings['AgreementWasUpdatedClickHere'] = 'El acuerdo fue actualizado. Haga clic aquí: %s';
$strings['YouNeedToConfirmYourAgreementCheckYourEmail'] = 'Usted necesita confirmar que está de acuerdo. Revise su correo electrónico, por favor';
$strings['DeleteFile'] = 'Eliminar archivo adjuntado';
$strings['RemoveAllUserAgreements'] = 'Eliminar todos los acuerdos de usuarios anteriores';
$strings['WarnAllUsersByEmail'] = 'Notificar a todos los usuarios por corro electrónico';
$strings['WarnAllUsersByEmailAndSendAttachment'] = 'Notificar a todos los usuarios por correo electrónico y enviarles el acuerdo adjuntado';
$strings['ReSendMailAgreementLink'] = 'Enviar un correo electrónico con el enlace al acuerdo de nuevo.';
$strings['SendOnlyWarning'] = 'Enviar solamente notificación';
$strings['SendAgreementFile'] = 'Enviar notificación y adjuntar el acuerdo';
$strings['NoSendWarning'] = 'No enviar notificación';
$strings['TheAgreementIsAttachedInThisEmail'] = 'Una copia de este documento de acuerdo es adjuntado a este correo electrónico.';