Sindbad~EG File Manager
<?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 'block_massaction', language 'es', version '3.10'.
*
* @package block_massaction
* @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['action_delete'] = 'Eliminar';
$string['action_hide'] = 'Ocultar';
$string['action_show'] = 'Mostrar';
$string['blockname'] = 'Acciones Masivas';
$string['blocktitle'] = 'Acciones Masivas';
$string['invalidaction'] = 'Acción desconocida: {$a}';
$string['invalidcourseid'] = 'ID de curso inválida';
$string['invalidcoursemodule'] = 'Módulo de curso inválido';
$string['invalidmoduleid'] = 'ID de curso inválida: {$a}';
$string['massaction:addinstance'] = 'Añadir un nuevo bloque de Acciones Masivas';
$string['massaction:use'] = 'Usar el bloque de Acciones Masivas';
$string['noaction'] = 'Sin acción especificada';
$string['noitemselected'] = 'Por favor seleccione al menos un ítem para aplicarle la acción masiva';
$string['pluginname'] = 'Bloque de acción masiva';
$string['sectionnotexist'] = 'La sección destino no existe';
$string['selectall'] = 'Seleccionar todo';
$string['usage'] = 'Ayuda de Acciones masivas';
$string['usage_help'] = '<p>Este bloque les permite a los instructores realizar acciones sobre varios recursos o actividades simultáneamente en la vista de clase, en lugar de que tengan que realizar acciones repetidas sobre ítems individuales.</p>
<p>Para usar este bloque, debe habilitarse JavaScript en su navegador, Usted debe estar con el modo de edición activado en la página inicial del curso y AJAX debe de estar deshabilitado. Solamente están soportados los cursos en formatos de Temas o Semanal.</p>
<p>Las acciones soportadas incluyen eliminación masiva, ocultar masivamente, mostrar masivamente y mover en masa. Para seleccionar ítems sobre de los cuales realizar acciones, simplemente active la casilla a la derecha del ítem en la página inicial del curso, o Usted puede seleccionar todos los ítems en una sección usando el bloque. Para realizar las acciones, haga clic sobre de la acción que quiera realizar dentro del bloque.</p>';
$string['withselected'] = 'Con los seleccionados';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists