upgrade
This commit is contained in:
17
plugin/coursehomenotify/lang/spanish.php
Normal file
17
plugin/coursehomenotify/lang/spanish.php
Normal 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';
|
||||
Reference in New Issue
Block a user