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