File: /home/iestorre/moodledata/lang/es/notes.php
<?php
// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.
/**
* Strings for component 'notes', language 'es', branch 'MOODLE_26_STABLE'
*
* @package notes
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['addnewnote'] = 'Agregar una nueva nota';
$string['addnewnoteselect'] = 'Seleccionar usuarios sobre los que escribir notas';
$string['bynameondate'] = 'por {$a->name} - {$a->date}';
$string['cannotdeletepost'] = 'Ocurrió un error al eliminar el mensaje';
$string['configenablenotes'] = 'Habilitar almacenamiento de notas sobre usuarios individuales.';
$string['content'] = 'Contenido';
$string['course'] = 'curso';
$string['coursenotes'] = 'Notas del curso';
$string['created'] = 'creado';
$string['deleteconfirm'] = '¿Eliminar esta nota?';
$string['deletenotes'] = 'Eliminar todas las notas';
$string['editnote'] = 'Editar nota';
$string['enablenotes'] = 'Habilitar notas';
$string['eventnotecreated'] = 'Nota creada';
$string['eventnotedeleted'] = 'Nota eliminada';
$string['eventnotesviewed'] = 'Notas vistas';
$string['eventnoteupdate'] = 'Nota actualizada';
$string['groupaddnewnote'] = 'Agregar nueva nota para todos';
$string['invalidid'] = 'Se ha especificado una ID de nota no válida';
$string['invaliduserid'] = 'ID de usuario inválida: {$a}';
$string['nocontent'] = 'El contenido de la nota no puede estar vacío';
$string['nonotes'] = 'Aún no hay notas de este tipo';
$string['nopermissiontodelete'] = 'No puede eliminar esta nota';
$string['note'] = 'Nota';
$string['notes'] = 'Notas';
$string['notesdisabled'] = 'Lo sentimos, las notas están deshabilitadas.';
$string['notesnotvisible'] = 'No está autorizado a ver las notas.';
$string['nouser'] = 'Debe seleccionar un usuario';
$string['page-notes-index'] = 'Página principal de notas';
$string['page-notes-x'] = 'Cualquier página de notas';
$string['personal'] = 'personal';
$string['personalnotes'] = 'Notas personales';
$string['publishstate'] = 'Contexto';
$string['publishstate_help'] = '<p>Hay tres posibles ajustes</p>
<ul>
<li><strong>Personal</strong> - Sólo usted puede ver la nota</li>
<li><strong>Curso</strong> - Todos los profesores del curso pueden ver la nota</li>
<li><strong>Sitio</strong> - Todos los profesores de todos los cursos pueden ver la nota</li>
</ul>';
$string['selectnotestate'] = 'Elegir estado de nota';
$string['site'] = 'sitio';
$string['sitenotes'] = 'Notas del sitio';
$string['unknown'] = 'desconocido';