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,17 @@
<?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';