Actualización

This commit is contained in:
Xes
2025-04-10 12:36:07 +02:00
parent 1da7c3f3b9
commit 4aff98e77b
3147 changed files with 320647 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';

View File

@@ -0,0 +1,17 @@
<?php
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = "Notificar en página de inicio del curso";
$strings['plugin_comment'] = "Mostrar notificaciones cuando un usuario ingresa en la página principal del curso.";
$strings['enabled'] = 'Habilitado';
$strings['SetNotification'] = 'Establecer una notificación en la página de inicio';
$strings['DeleteNotification'] = 'Eliminar notificación en la página de inicio del curso';
$strings['AddNotification'] = 'Añadir notificación';
$strings['ExpirationLink'] = 'Enlace de caducidad';
$strings['CourseNotice'] = 'Aviso del curso';
$strings['PleaseFollowThisLink'] = 'Por favor, siga este enlace para continuar.';
$strings['ExpirationLinkHelp'] = 'La notificación se mostrará hasta que el usuario la visualice.';
$strings['NotificationAdded'] = 'Notificación del curso agregada: se mostrará en la página de inicio del curso.';
$strings['NotificationDeleted'] = 'Notificación del curso borrada';