File: /var/www/moodledata/mdata-uautomaq/lang/es/format_timeline.php
<?php
// This file is part of Moodle - https://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
/**
* Strings for component 'format_timeline', language 'es', version '4.1'.
*
* @package format_timeline
* @category string
* @copyright 1999 Martin Dougiamas and contributors
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['allowsubmissionscutoffdatesummary'] = 'Está fuera de plazo, pero puede enviarlo hasta <strong>{$a}</strong>';
$string['allowsubmissionsfromdatesummary'] = 'Esta tarea admitirá envíos hasta <strong>{$a}</strong>';
$string['allowsubmissionsuntildatesummary'] = 'Esta tarea admitirá envíos hasta <strong>{$a}</strong>';
$string['closed'] = 'Cerrado';
$string['comment'] = 'Comentar';
$string['courseeditingison'] = 'La edición está activada';
$string['courseeditingisonalert'] = 'No olvide desactivar la edición para guardar los cambios';
$string['coursepost'] = 'Mensaje del curso';
$string['createpost'] = 'Crear un nuevo mensaje';
$string['createpost_validator_message'] = 'El mensaje debe tener al menos 10 caracteres';
$string['delayed'] = 'Retrasado';
$string['deletepost'] = 'Borrar mensaje';
$string['deletepost_confirm_msg'] = 'Una vez borrado, ¡el mensaje no se puede recuperar!';
$string['deletepost_confirm_no'] = 'Cancelar';
$string['deletepost_confirm_title'] = '¿Está seguro?';
$string['deletepost_confirm_yes'] = 'Sí, borrar';
$string['deletepost_success'] = 'Mensaje borrado correctamente.';
$string['hidefromothers'] = 'Ocultar timeline';
$string['loadmore'] = 'Cargar más {$a} comentarios';
$string['message_clicktoaccesspost'] = 'Haga clic para acceder al mensaje';
$string['message_contextname'] = 'Mensaje en el timeline';
$string['message_mentioncontextname'] = 'Menciones en el mensaje.';
$string['message_mentionuserementioned'] = 'Ha sido mencionado en un mensaje';
$string['message_mentionuserementionedincourse'] = 'Ha sido mencionado en un mensaje en el curso <b>{$a}</b>';
$string['message_newpostinacourse'] = 'Hay un nuevo mensaje en un curso';
$string['message_newpostinthecourse'] = 'Hay un nuevo mensaje en su curso';
$string['messageprovider:postmention'] = 'Notificación de mención en mensaje';
$string['messageprovider:timelineposts'] = 'Notificación de nuevo mensaje del curso con Timeline';
$string['notopenedyet'] = 'No abierto aún';
$string['onlyactivities'] = 'Solo actividades y recursos';
$string['onlyenrolleduserscancomment'] = 'Disculpe, solo los usuarios matriculados pueden comentar los mensajes';
$string['onlyenrolleduserscanviewposts'] = 'Disculpe, solo los usuarios matriculados pueden ver los mensajes';
$string['onlyposts'] = 'Solo mensajes';
$string['open'] = 'Abrir para enviar';
$string['orderasc'] = 'Mostrar nuevos primero';
$string['orderdesc'] = 'Mostrar antiguos primero';
$string['pluginname'] = 'Timeline';
$string['postcreated'] = 'Mensaje creado correctamente.';
$string['postdeleted'] = 'Mensaje borrado correctamente.';
$string['postedon'] = 'Enviado el:';
$string['privacy:metadata'] = 'El plugin Timeline Social no almacena ningún dato personal.';
$string['sectionname'] = 'Timeline';
$string['showall'] = 'Mostrar todos';
$string['showfromothers'] = 'Mostrar timeline';
$string['wanttodo'] = '¿Qué quiere hacer, profesor?';
$string['writeacomment'] = 'Escribir un comentario';
$string['writethepost'] = 'Escribir un mensaje';
$string['youcantaddpost'] = 'No tiene permisos para añadir mensajes en este curso.';
$string['youcantdeletepost'] = 'No tiene permisos para borrar este mensaje.';
$string['youcantviewpost'] = 'No tiene acceso para ver este mensaje';