Files
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

24 lines
1.6 KiB
PHP

<?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';