File: /home/iestorre/moodledata/lang/es/cohort.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 'cohort', language 'es', branch 'MOODLE_26_STABLE'
*
* @package cohort
* @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['addcohort'] = 'Añadir nueva cohorte';
$string['anycohort'] = 'Cualquiera';
$string['assign'] = 'Asignar';
$string['assignto'] = 'Miembros de la cohorte \'{$a}\'';
$string['backtocohorts'] = 'Regresar a las cohortes';
$string['bulkadd'] = 'Añadir a la cohorte';
$string['bulknocohort'] = 'No se han encontrado cohortes disponibles';
$string['cohort'] = 'Cohorte';
$string['cohort:assign'] = 'Asignar miembros a la cohorte';
$string['cohort:manage'] = 'Gestionar cohortes';
$string['cohorts'] = 'Cohortes';
$string['cohortsin'] = '{$a}: cohortes disponibles';
$string['cohort:view'] = 'Usar cohortes y ver miembros';
$string['component'] = 'Fuente';
$string['currentusers'] = 'Usuarios actuales';
$string['currentusersmatching'] = 'Usuarios actuales coincidentes';
$string['delcohort'] = 'Eliminar cohorte';
$string['delconfirm'] = '¿Realmente desea eliminar la cohorte \'{$a}\'?';
$string['description'] = 'Descripción';
$string['duplicateidnumber'] = 'Ya existe una cohorte con el mismo número ID';
$string['editcohort'] = 'Editar cohorte';
$string['event_cohort_created'] = 'Cohorte creada';
$string['event_cohort_deleted'] = 'Cohorte eliminada';
$string['event_cohort_member_added'] = 'Usuario añadido a una cohorte';
$string['event_cohort_member_removed'] = 'Usuario eliminado de una cohorte';
$string['event_cohort_updated'] = 'Cohorte actualizada';
$string['external'] = 'Cohorte externa';
$string['idnumber'] = 'ID de la cohorte';
$string['memberscount'] = 'Tamaño de la cohorte';
$string['name'] = 'Nombre';
$string['nocomponent'] = 'Creada manualmente';
$string['potusers'] = 'Usuarios potenciales';
$string['potusersmatching'] = 'Usuarios potenciales coincidentes';
$string['removeuserwarning'] = 'Quitar usuarios de una cohorte puede dar como resultado la baja de matrícula de estos usuarios en múltiples cursos, lo que implica la eliminación de las configuraciones de usuario, las calificaciones, la pertenencia a grupos y otra información de usuario en los cursos afectados.';
$string['search'] = 'Buscar';
$string['searchcohort'] = 'Buscar cohorte';
$string['selectfromcohort'] = 'Seleccionar miembros de la cohorte';
$string['unknowncohort'] = 'Cohorte desconocida ({$a})!';
$string['useradded'] = 'Usuario añadido a la cohorte "{$a}"';