File: /home/iestorre/moodledata/lang/es/attendanceregister.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 'attendanceregister', language 'es', branch 'MOODLE_26_STABLE'
*
* @package attendanceregister
* @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['are_you_sure_to_delete_offline_session'] = '¿Está seguro que desea eliminar esta sesión fuera de línea?';
$string['attendanceregister:addotherofflinesess'] = 'Puede añadir Sesiones fuera de línea en el registro de otras personas';
$string['attendanceregister:tracked'] = 'Está monitorizado por el Registro de Asistencia';
$string['attendanceregister:viewotherregisters'] = 'Puede ver los Registros de Asistencia de otras personas';
$string['click_for_detail'] = 'haga click para detalles';
$string['comments'] = 'Comentarios';
$string['completiondurationgroup'] = 'Tiempo monitorizado total';
$string['completiontotalduration'] = 'Tiempo requerido [minutos]';
$string['count'] = '#';
$string['duration'] = 'Duración';
$string['duration_hh_mm'] = '{$a->hours} h, {$a->minutes} min';
$string['duration_mm'] = '{$a->minutes} min';
$string['enable_offline_sessions_certification'] = 'Activar Sesiones Offline';
$string['end'] = 'Fin';
$string['force_recalc_all_session'] = 'Recalcular todas las Sessiones en línea';
$string['force_recalc_all_session_now'] = 'Recalcular Sesiones, ahora';
$string['force_recalc_user_session'] = 'Recalcular Sesiones en línea de este Usuario';
$string['fullname'] = 'Nombre';
$string['grandtotal_time'] = 'Tiempo total';
$string['insert_new_offline_session'] = 'Insertar una nueva sesión de trabajo fuera de línea';
$string['last_session_logout'] = 'Final de la Última Sesión';
$string['last_site_access'] = 'Última actividad en el Sitio';
$string['last_site_login'] = 'Último inicio de sesión en el Sitio';
$string['login_must_be_before_logout'] = '¡Inicio después del fin!';
$string['logout_is_future'] = 'No debería estar en el futuro';
$string['modulename'] = 'Registro de Asistencia (Attendance Register)';
$string['modulename_help'] = 'El Registro de Asistencia calcula el tiempo que los usuarios emplean trabajando en cursos en línea.<br /> Opcionalmente permite además considerar actividades fuera de línea.<br /> Dependiendo del modo de asistencia, el registro puede supervisar actividades en un solo curso, en todos los cursos de la misma categoría, o en todos los cursos "meta ligados" al curso en donde está el registro.<br /> Las sesiones en línea son calculadas mediante las bitácoras de entradas registradas por Moodle.<br /> <b>Las sesiones nuevas se añaden con cierto retraso por el programa CRON, después que el usuario sale del sitio.</b>';
$string['never'] = '(nunca)';
$string['no_session'] = 'Sin Sesión';
$string['not_specified'] = '(no especificado)';
$string['offline'] = 'Fuera de línea';
$string['offlinecomments'] = 'Comentarios del Usuario';
$string['offline_session_comments'] = 'Comentarios';
$string['offline_session_deleted'] = 'Sesión Fuera de línea borrada';
$string['offline_session_end'] = 'Fin';
$string['online'] = 'En línea';
$string['online_offline'] = 'En Línea/Fuera de línea';
$string['prev_site_login'] = 'Inicio de sesión anterior en el Sitio';
$string['select_a_course'] = '- Seleccione un Curso -';
$string['session_added_by_another_user'] = 'Añadido por: {$a}';
$string['unreasoneable_session'] = '¿Estás seguro? ¡Es más de {$a} horas!';