File: /var/www/moodledata/mdata-uautomaq/lang/es/block_my_external_privatefiles.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 'block_my_external_privatefiles', language 'es', version '4.1'.
*
* @package block_my_external_privatefiles
* @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['external_moodle'] = 'lista Moodle externa a la cual conectarse';
$string['external_moodleDesc'] = 'una lista formateada de Moodle externo como moodle_url1,external_moodle_token_for_webservice_account1;moodle_url2,external_moodle_token_for_webservice_account2;...';
$string['filename'] = 'Nombre del archivo Base';
$string['filename_desc'] = 'Nombre del archivo Base';
$string['includesitename'] = 'Incluir el nombre del sitio dentro del nombre del archivo';
$string['includesitename_desc'] = 'Incluir el nombre del sitio dentro del nombre del archivo';
$string['my_external_privatefiles:addinstance'] = 'añadir instancia de obtener archivos privados desde Moodle externo';
$string['my_external_privatefiles:can_create_draftuserfiles_for_other_users'] = 'Crear archivos de usuario borrador para otros usuarios';
$string['my_external_privatefiles:can_retrieve_files_from_other_users'] = 'obtener archivo a partir de otros usuarios';
$string['my_external_privatefiles:myaddinstance'] = 'añadir instancia de obtener archivos privados desde Moodle externo hacia Tablero';
$string['nofilefound'] = 'No se encontró archivo en su área de archivos privados';
$string['pluginname'] = 'Descargar archivos privados desde otras plataformas Moodle';
$string['retrieve_external_privatesfiles'] = 'Obtener archivos';
$string['retrieve_external_privatesfiles_directive'] = 'Obtener archivosdesde plataforma al hacer click en botón';
$string['retrieve_external_privatesfiles_serverx'] = '{$a}';
$string['shortname'] = 'El nombre del sitio es nombre_corto';
$string['shortname_desc'] = 'El nombre del sitio es nombre_corto';
$string['sitenamelength'] = 'Longitud del nombre del sitio en el nombre del sitio';
$string['sitenamelength_desc'] = 'Longitud del nombre del sitio en el nombre del sitio';