english.php 858 B

1234567891011121314151617
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. $strings['plugin_title'] = "Notify in course home";
  4. $strings['plugin_comment'] = "Show notifications when a user enter in course home page.";
  5. $strings['enabled'] = 'Enabled';
  6. $strings['SetNotification'] = 'Set one notification on home page';
  7. $strings['DeleteNotification'] = 'Delete notification on course home page';
  8. $strings['AddNotification'] = 'Add notification';
  9. $strings['ExpirationLink'] = 'Expiration link';
  10. $strings['CourseNotice'] = 'Course notice';
  11. $strings['PleaseFollowThisLink'] = 'Please, follow this link to continue';
  12. $strings['ExpirationLinkHelp'] = 'The notification will be displayed until the user visualizes it.';
  13. $strings['NotificationAdded'] = 'Course notification added: It will be displayed in course home page.';
  14. $strings['NotificationDeleted'] = 'Course notification deleted';