芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/moodledata/lang/es/tool_moodlenet.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 'tool_moodlenet', language 'es', version '3.7'. * * @package tool_moodlenet * @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['addingaresource'] = 'Añadiendo contenido desde MoodleNet'; $string['aria:enterprofile'] = 'Introduzca su URL del perfil de MoodleNet'; $string['clearsearch'] = 'Limpiar búsqueda'; $string['connectandbrowse'] = 'Conectar y buscar:'; $string['defaultmoodlenet'] = 'URL MoodleNet'; $string['defaultmoodlenetname'] = 'Nombre de la instancia de MoodleNet'; $string['defaultmoodlenetnamevalue'] = 'Central MoodleNet'; $string['enablemoodlenet'] = 'Habilitar integración MoodleNet'; $string['errorduringdownload'] = 'Se produjo un error al descargar el archivo: {$a}'; $string['forminfo'] = 'Su perfil MoodleNet será guardado automáticamente en su perfil de este sitio.'; $string['importconfirm'] = 'Esta a punto de importar el contenido "{$a->resourcename} ({$a->resourcetype})" en el curso "{$a->coursename}". ¿Está seguro de que quiere continuar?'; $string['importconfirmnocourse'] = 'Está a punto de importar el contenido "{$a->resourcename} ({$a->resourcetype})" a su sitio. ¿Está seguro de que quiere continuar?'; $string['importformatselectguidingtext'] = '¿En qué formato quiere que el contenido "{$a->name} ({$a->type})" se añada a su curso?'; $string['importformatselectheader'] = 'Elija el formato de visualización del contenido'; $string['inputhelp'] = 'O si ya tiene una cuenta de MoodleNet, introduzca su perfil de MoodleNet:'; $string['instancedescription'] = 'MoodleNet es una plataforma de redes sociales abierta para educadores, con un enfoque en la curación colaborativa de colecciones de recursos abiertos.'; $string['instanceplaceholder'] = '@yourprofile@moodle.net'; $string['invalidmoodlenetprofile'] = '$userprofile no tiene el formato correcto'; $string['missinginvalidpostdata'] = 'Falta la información de recursos de MoodleNet o está en un formato incorrecto. Si esto sucede repetidamente, póngase en contacto con el administrador del sitio.'; $string['mnetprofile'] = 'Perfil MoodleNet'; $string['mnetprofiledesc'] = '<p>Introduzca los detalles de su perfil MoodleNet aquí para ser redirigido a su perfil cuando visite MoodleNet.</p>'; $string['moodlenetnotenabled'] = 'La integración de MoodleNet debe estar habilitada en la administración del sitio / MoodleNet antes de que se puedan procesar las importaciones de recursos.'; $string['notification'] = 'Está a punto de importar el contenido "{$a->name} ({$a->type})" a su sitio. Seleccione el curso en el que se debe añadir o <a href="{$a->cancellink}"> cancele</a>.'; $string['pluginname'] = 'MoodleNet'; $string['privacy:metadata'] = 'La herramienta MoodleNet solo facilita la comunicación con MoodleNet. No almacena datos.'; $string['profilevalidationerror'] = 'Se produjo un problema al intentar validar su perfil'; $string['profilevalidationfail'] = 'Por favor introduzca un perfil MoodleNet válido'; $string['profilevalidationpass'] = '¡Se ve bien!'; $string['saveandgo'] = 'Guardar y salir'; $string['searchcourses'] = 'Buscar cursos'; $string['selectpagetitle'] = 'Seleccionar página'; $string['uploadlimitexceeded'] = 'El tamaño del archivo {$a->filesize} excede el límite de subida del usuario que es de {$a->uploadlimit} bytes.';