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/assignsubmission_onlinetext.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 'assignsubmission_onlinetext', language 'es', version '4.1'.
 *
 * @package     assignsubmission_onlinetext
 * @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['allowonlinetextsubmissions'] = 'Habilitado';
$string['default'] = 'Habilitado por defecto';
$string['default_help'] = 'Si se activa la opción, este método de retroalimentación estará habilitado por omisión para todas las tareas nuevas.';
$string['enabled'] = 'Texto en línea';
$string['enabled_help'] = 'Si está habilitado, los estudiantes pueden escribir en su envió texto ampliado (text rich) directamente en el campo del editor.';
$string['eventassessableuploaded'] = 'Un texto en línea ha sido subido.';
$string['nosubmission'] = 'No se ha enviado nada para esta tarea';
$string['numwords'] = '({$a} palabras)';
$string['numwordsforlog'] = 'Número de palabras en el envío: {$a} palabras';
$string['onlinetext'] = 'Texto en línea';
$string['onlinetextfilename'] = 'onlinetext.html';
$string['onlinetextsubmission'] = 'Permite entregas de texto en línea';
$string['pluginname'] = 'Entregas de texto en línea';
$string['privacy:metadata:assignmentid'] = 'Identificador de tarea';
$string['privacy:metadata:filepurpose'] = 'Archivos incrustados en el texto de entrega.';
$string['privacy:metadata:submissionpurpose'] = 'El ID de envío que se vincula a los envíos del usuario.';
$string['privacy:metadata:tablepurpose'] = 'Almacena el envío de texto para cada intento.';
$string['privacy:metadata:textpurpose'] = 'El texto enviado para este intento de la tarea.';
$string['privacy:path'] = 'Texto de envío';
$string['wordlimit'] = 'Límite de palabras';
$string['wordlimit_help'] = 'Si se habilitan las entregas de texto en línea, este es el número máximo de palabras que a cada estudiante se le permitirá entregar.';
$string['wordlimitexceeded'] = 'El límite de palabras para esta entrada es de {$a->limit} palabras y estas intentando de enviar {$a->count} palabras. Por favor, revisa el contenido e inténtalo de nuevo.';