HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/moodledata/lang/es/block_grade_me.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 'block_grade_me', language 'es', branch 'MOODLE_26_STABLE'
 *
 * @package   block_grade_me
 * @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['alt_gradebook'] = 'Ir al libro de calificaciones de {$a->course_name} ...';
$string['alt_mark'] = 'Chequear';
$string['alt_mod'] = 'Ir al libro de calificaciones de {$a->mod_name} ...';
$string['alt_smiley'] = 'sonriente';
$string['excess'] = 'Hay mas de {$a->maxcourses} cursos con trabajos sin calificar.';
$string['grade_me:addinstance'] = 'Añadir un nuevo bloque "Califica Me"';
$string['grade_me:myaddinstance'] = 'Añadir un nuevo bloque "Califica Me" a la página "Mi Moodle"';
$string['link_gradebook'] = 'Ir a {$a->course_name}…';
$string['link_gradebook_icon'] = 'Ir al libro de calificaciones de  {$a->course_name}…';
$string['link_grade_img'] = 'Calificar tarea ...';
$string['link_mod'] = 'Ir a {$a->mod_name}';
$string['link_mod_img'] = 'Ir a {$a->mod_name} en el libro de calificaciones...';
$string['link_user_profile'] = 'Perfil de {$a->first_name}';
$string['nothing'] = '¡No hay nada que calificar!';
$string['pluginname'] = 'Califica Me';
$string['settings_adminviewall'] = 'Los Administradores lo ven todo';
$string['settings_configadminviewall'] = 'Da a los Administradores permiso para ver todos los trabajos sin calificar — no solo en los cursos en que tiene un rol de calificador.';
$string['settings_configenablepre'] = '¿Debe "Califica Me" mostrar la actividad sin calificar del módulo "{$a->plugin_name}"?';
$string['settings_configmaxcourses'] = 'Pone el número máximo de cursos no callificados a mostrar. Si se pone un valor demasiado alto puede afectar al rendimiento.';
$string['settings_enablepre'] = 'Mostrar';
$string['settings_maxcourses'] = 'Número máximo de cursos mostrados';
$string['title'] = 'Califica Me';