File: /var/www/moodledata/mdata-uautomaq/lang/es/notes.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 'notes', language 'es', version '4.1'.
*
* @package notes
* @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['addbulknote'] = 'Agrega una anotación para {$a} personas';
$string['addbulknotedone'] = 'Anotación agregada para {$a} personas';
$string['addbulknotedonesingle'] = 'Anotación agregada para 1 persona';
$string['addbulknotesingle'] = 'Agrega una anotación para 1 persona';
$string['addnewnote'] = 'Agregar una nueva anotación';
$string['addnewnoteselect'] = 'Seleccionar usuarios sobre los cuales escribir anotaciones';
$string['author'] = 'Autoría';
$string['bynameondate'] = 'por {$a->name} - {$a->date}';
$string['configenablenotes'] = 'Habilitar almacenamiento de anotaciones sobre usuarios individuales.';
$string['content'] = 'Contenido';
$string['course'] = 'curso';
$string['coursenotes'] = 'Anotaciones del curso';
$string['created'] = 'creado';
$string['deleteconfirm'] = '¿Eliminar esta nota?';
$string['deletenotes'] = 'Eliminar todas las anotaciones';
$string['editnote'] = 'Editar nota';
$string['enablenotes'] = 'Habilitar anotaciones';
$string['eventnotecreated'] = 'Anotación creada';
$string['eventnotedeleted'] = 'Anotación eliminada';
$string['eventnotesviewed'] = 'Anotaciones vistas';
$string['eventnoteupdated'] = 'Anotación actualizada';
$string['invalidid'] = 'Se ha especificado una ID de anotación no válida';
$string['invaliduserid'] = 'ID de usuario inválida: {$a}';
$string['myprofileownnotes'] = 'Mis anotaciones';
$string['nocontent'] = 'El contenido de la anotación no puede estar vacío';
$string['nonotes'] = 'Aún no hay anotaciones de este tipo';
$string['nopermissiontodelete'] = 'No puede eliminar esta anotación';
$string['note'] = 'Anotaciones';
$string['notes'] = 'Anotaciones';
$string['notesdisabled'] = 'Lo sentimos, las anotaciones están deshabilitadas.';
$string['notesnotvisible'] = 'No está autorizado a ver las anotaciones.';
$string['nouser'] = 'Debe seleccionar un usuario';
$string['page-notes-index'] = 'Página principal de anotaciones';
$string['page-notes-x'] = 'Cualquier página de anotaciones';
$string['personal'] = 'personal';
$string['personalnotes'] = 'Anotaciones personales';
$string['privacy:metadata:core_notes'] = 'El componente Anotaciones almacena anotaciones dentro del sub-sistema core';
$string['privacy:metadata:core_notes:content'] = 'El contenido de la anotación';
$string['privacy:metadata:core_notes:courseid'] = 'La id del curso asociada con la anotación';
$string['privacy:metadata:core_notes:created'] = 'La fecha/hora de creación de la anotación.';
$string['privacy:metadata:core_notes:lastmodified'] = 'La fecha/hora de última modificación de la anotación.';
$string['privacy:metadata:core_notes:publishstate'] = 'El estado de publicación de la anotación.';
$string['privacy:metadata:core_notes:userid'] = 'La id del usuario asociado con la anotación';
$string['publishstate'] = 'Contexto';
$string['publishstate_help'] = '<p>Hay tres posibles ajustes</p>
<ul>
<li><strong>Personal</strong> - Sólo usted puede ver la anotación</li>
<li><strong>Curso</strong> - Todos los profesores del curso pueden ver la anotación</li>
<li><strong>Sitio</strong> - Todos los profesores de todos los cursos pueden ver la anotación</li>
</ul>';
$string['recipient'] = 'Receptor';
$string['site'] = 'sitio';
$string['sitenotes'] = 'Anotaciones del sitio';
$string['unknown'] = 'desconocido';