HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/moodledata/mdata-uautomaq/lang/es/report_advancedgrading.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 'report_advancedgrading', language 'es', version '4.1'.
 *
 * @package     report_advancedgrading
 * @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['assignment'] = 'Tarea';
$string['csvdownload'] = 'Descargar CSV';
$string['csvdownload_help'] = 'Descargar una versión separada por comas de la tabla';
$string['definition'] = 'Definición';
$string['enable_javascriptlayout'] = 'Habilitar diseño JavaScript';
$string['enable_javascriptlayout_desc'] = 'Añadir paginación y ordenamiento del diseño de la tabla; puede añadir un retraso del desempeño';
$string['exceldownload'] = 'Descargar Excel';
$string['exceldownload_help'] = 'Descargar como versión de formato de hoja de cálculo de Excel (xlsv) de la tabla';
$string['feedback'] = 'Retroalimentación';
$string['grade'] = 'Calificación';
$string['gradedby'] = 'Calificado por';
$string['grademethod'] = 'Método de calificar';
$string['gradesummary'] = 'Resumen de calificación';
$string['guidegrades'] = 'Informe desglosado de guía de evaluación';
$string['guidereportname'] = 'Informe de guía de evaluación';
$string['nomarkedsubmissions'] = 'No se encontraron envíos calificados';
$string['overall_feedback'] = 'Retroalimentación global';
$string['participant'] = 'participante';
$string['pluginname'] = 'Informe de calificación avanzada';
$string['privacy:metadata'] = 'El plugin de calificación avanzada no almacena ningún dato personal.';
$string['profilefields'] = 'Campos del perfil';
$string['profilefields_desc'] = 'Campos adicionales de usuario mostrados en el informe';
$string['rubric'] = 'Rúbrica';
$string['rubricgrades'] = 'Informe desglosado de rúbrica';
$string['rubricreportname'] = 'Informe de rúbrica';
$string['score'] = 'Puntaje';
$string['showgroups'] = 'Mostrar grupos';
$string['showgroups_desc'] = 'Mostrar grupos en el informe';
$string['showstudentid'] = 'Mostrar ID del estudiante';
$string['showstudentid_text'] = 'Mostrar estudiantes en el informe';
$string['student'] = 'Estudiante';
$string['timegraded'] = 'Hora de calificación';
$string['viewsubmissions'] = 'Ver envíos';
$string['viewsubmissions_help'] = 'Ver envíos';