english.php 1.6 KB

123456789101112131415161718192021222324
  1. <?php
  2. $strings['plugin_title'] = "Course legal agreement";
  3. $strings['plugin_comment'] = "Add a legal agreement per course (also works with courses in sessions)";
  4. $strings['tool_enable'] = 'Enable plugin';
  5. $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)';
  6. $strings['CourseLegal'] = 'Course legal agreement';
  7. $strings['WebAgreement'] = 'Web agreement';
  8. $strings['MailAgreement'] = 'Agreement by e-mail';
  9. $strings['MailAgreementWasSentWithClickX'] = 'Click on the link below to agree with the terms and conditions to access course %s: <br /> %s';
  10. $strings['AgreementUpdated'] = 'Agreement updated';
  11. $strings['AgreementWasUpdatedClickHere'] = 'The agreement was updated. Click here: %s';
  12. $strings['YouNeedToConfirmYourAgreementCheckYourEmail'] = 'You need to confirm that you agree. Please check your email.';
  13. $strings['DeleteFile'] = 'Delete the file attachment';
  14. $strings['RemoveAllUserAgreements'] = 'Remove all previous user agreements';
  15. $strings['WarnAllUsersByEmail'] = 'Notify all users by email';
  16. $strings['WarnAllUsersByEmailAndSendAttachment'] = 'Notify all users by email and send them the attachment.';
  17. $strings['ReSendMailAgreementLink'] = 'Send e-mail agreement link again';
  18. $strings['SendOnlyWarning'] = 'Send only notification';
  19. $strings['SendAgreementFile'] = 'Send notification and attach the agreement';
  20. $strings['NoSendWarning'] = 'Do not send notification';
  21. $strings['TheAgreementIsAttachedInThisEmail'] = 'A copy of the agreement document is attached to this email';