File: /var/www/moodle/moodledata/lang/es_mx/report_workflow.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 'report_workflow', language 'es_mx', branch 'MOODLE_36_STABLE'
*
* @package report_workflow
* @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['aborted'] = 'Abortado';
$string['active'] = 'Activo';
$string['allrowsperpage'] = 'Todas las filas';
$string['appliesto'] = 'Aplica a';
$string['brief'] = 'Vista corta';
$string['brief_aborted'] = 'X';
$string['brief_active'] = 'A';
$string['brief_completed'] = 'Y';
$string['brief_notstarted'] = ' ';
$string['completed'] = 'Completado';
$string['courseregexp'] = 'El código del sitio web debería coincidir';
$string['courseregexp_help'] = 'Usted puede escribir una lista separada por comas de los códigos de módulos, por ejemplo "B747-12K,ABC123-12B" o simplemente "B747-12K". También puede emplear comodines, por ejemplo "M*,B*" para elegir todos los cursos M y B.';
$string['displaytype'] = 'Mostrar';
$string['full'] = 'Vista completa';
$string['generatereport'] = 'Generar el reporte';
$string['invalidappliesto'] = 'Inválida aplica a especificada';
$string['lastmodified'] = 'Última modificación:';
$string['mustselectaworkflow'] = 'Usted debe elegir al menos un flujo de trabajo';
$string['notstarted'] = 'No iniciado';
$string['noworkflowsdefined'] = 'No se han definido flujos de trabajo dentro de su instalación';
$string['pluginname'] = 'Flujos de trabajo';
$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'] = 'Actividad';
$string['report_categoryname'] = 'Categoría';
$string['report_closedate'] = 'Fecha de cierre';
$string['report_intro'] = 'Existen diferentes tipos de flujos de trabajo. Por favor elija el tipo de flujo de trabajo para el que desea generar un reporte.';
$string['report_opendate'] = 'Fecha de apertura';
$string['reportsettings'] = 'Configuraciones del reporte';
$string['report_title'] = 'Reporte del status del flujo de trabajo';
$string['report_workflowname'] = 'Flujo de trabajo';
$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 reportes de flujos de trabajo';