File: /var/www/moodledata/mdata-uautomaq/lang/es/report_workflow.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_workflow', language 'es', version '4.1'.
*
* @package report_workflow
* @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['aborted'] = 'Abortado';
$string['active'] = 'Activo';
$string['allrowsperpage'] = 'Todas las filas';
$string['appliesto'] = 'Se aplica a';
$string['brief'] = 'Vista Borrador';
$string['brief_aborted'] = 'X';
$string['brief_active'] = 'A';
$string['brief_completed'] = 'S';
$string['brief_notstarted'] = ' ';
$string['completed'] = 'Finalizado';
$string['courseregexp'] = 'El código del sitio web debe coincidir';
$string['courseregexp_help'] = 'Puede escribir una lista de códigos de módulo separados por comas, por ejemplo, "B747-12K,ABC123-12B" o simplemente "B747-12K". También puede usar comodines, por ejemplo, "M\\*,B\\*" para hacer coincidir todos los cursos M y B.';
$string['displaytype'] = 'Despliege';
$string['full'] = 'Vista completa';
$string['generatereport'] = 'Generar el informe';
$string['invalidappliesto'] = 'No válido se aplica a especificado';
$string['lastmodified'] = 'Última modificación:';
$string['mustselectaworkflow'] = 'Debe seleccionar al menos un flujo de trabajo.';
$string['notstarted'] = 'No comenzado';
$string['noworkflowsdefined'] = 'No hay flujos de trabajo definidos actualmente dentro de su instalación';
$string['pluginname'] = 'No hay flujos de trabajo definidos actualmente dentro de su instalación';
$string['privacy:metadata:preference:report_workflow_displaytype'] = 'Tipo de visualización.';
$string['privacy:metadata:preference:report_workflow_rowsperpage'] = 'Filas por página.';
$string['report_2wbod'] = 'Dos semanas antes de la fecha de apertura';
$string['report_activityname'] = 'Activity';
$string['report_categoryname'] = 'Categoría';
$string['report_closedate'] = 'Fecha de cierre';
$string['report_intro'] = 'Hay diferentes tipos de flujo de trabajo. Seleccione el tipo de flujo de trabajo para el que desea generar un informe.';
$string['report_opendate'] = 'fecha abierta';
$string['report_title'] = 'Informe del estado del flujo de trabajo';
$string['report_workflowname'] = 'flujo de trabajo';
$string['reportsettings'] = 'Configuración de informes';
$string['rowsperpage'] = 'Filas por página';
$string['stepname'] = 'Nombre del paso:';
$string['stepno_'] = 'Paso {$a}';
$string['stepstate'] = 'Estado actual';
$string['workflow'] = 'Flujos de trabajo';
$string['workflow:view'] = 'Ver informes de flujo de trabajo';