// 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/>.
$string['modulename']='Contenido Interactivo';
$string['modulename_help']='El módulo de actividad H5P le permite crear contenido interactivo como videos interactivos, conjuntos de preguntas, preguntas de arrastrar y soltar, preguntas de opción múltiple, presentaciones y mucho más.
Además de ser una herramienta de autoría para contenido enriquecido, H5P le permite importar y exportar archivos H5P para la reutilización efectiva y el intercambio de contenido.
Las interacciones del usuario y los puntajes se rastrean utilizando xAPI y están disponibles a través del Moodle Gradebook.
Agrega contenido H5P interactivo creando contenido utilizando la herramienta de creación incorporada o cargando archivos H5P encontrados en otros sitios habilitados para H5P.';
$string['displayoptionpermissions']='Mostrar solo si el usuario tiene permisos para exportar H5P';
$string['displayoptionpermissionsembed']='Mostrar solo si el usuario tiene permisos para incrustar H5P';
$string['displayoptionauthoron']='Controlado por el autor, el valor predeterminado esta activado';
$string['displayoptionauthoroff']='Controlado por el autor, el valor predeterminado está desactivado';
$string['displayoptions']='Mostrar Opciones';
$string['enableframe']='Mostrar barra de acción y marco';
$string['enabledownload']='Allow download';
$string['enableembed']='Embed button';
$string['enablecopyright']='Bóton de copyright';
$string['enableabout']='About H5P button';
$string['hubsettingsheader']='Tipos de contenido';
$string['enablehublabel']='Use H5P Hub';
$string['disablehubdescription']="Se recomienda encarecidamente mantener esta opción habilitada. H5P Hub proporciona una interfaz sencilla para obtener nuevos tipos de contenido y mantener actualizados los tipos de contenido existentes. En el futuro, también será más fácil compartir y reutilizar el contenido. Si esta opción está desactivada, deberá instalar y actualizar los tipos de contenido a través de los formularios de carga de archivos.";
$string['empty']='Vacío';
$string['reveal']='Revelar';
$string['hide']='Ocultar';
$string['sitekey']='Clave del sitio';
$string['sitekeydescription']='La clave del sitio es un secreto que identifica de manera única este sitio con el Hub.';
$string['sendusagestatistics']='Contribuir estadísticas de uso';
$string['sendusagestatistics_help']='Los números de estadísticas de uso se informarán automáticamente para ayudar a los desarrolladores a comprender mejor cómo se usa H5P y para determinar las posibles áreas de mejora. Obtenga más información sobre qué datos de <a {$a}> se recopilan en h5p.org </a>.';
$string['enablesavecontentstate']='Guardar estado de contenido';
$string['enablesavecontentstate_help']='Guarde automáticamente el estado actual del contenido interactivo para cada usuario. Esto significa que el usuario puede continuar donde lo dejó.';
$string['contentstatefrequency']='Guardar frecuencia de estado de contenido';
$string['contentstatefrequency_help']='En segundos, ¿con qué frecuencia desea que el usuario guarde automáticamente su progreso? Aumenta este número si tienes problemas con muchas solicitudes ajax';
$string['enabledlrscontenttypes']='Habilitar tipos de contenido dependientes de LRS';
$string['enabledlrscontenttypes_help']='Permite utilizar tipos de contenido que dependen de un Almacén de Aprendizaje para funcionar correctamente, como el tipo de contenido del Cuestionario.';
// Admin menu.
$string['contenttypecacheheader']='Tipo de contenido Caché';
$string['settings']='Configuración H5P';
$string['libraries']='Bibliotecas H5P';
// Content type cache section.
$string['ctcacheconnectionfailed']="No se pudo comunicar con el H5P Hub. Por favor, inténtelo de nuevo más tarde.";
$string['ctcachenolibraries']='No se recibieron tipos de contenido del H5P Hub. Por favor, inténtelo de nuevo más tarde.';
$string['ctcachesuccess']='¡El caché de la biblioteca se actualizó con éxito!';
$string['ctcachebuttonlabel']='Actualizar el tipo de contenido de caché';
$string['ctcacheneverupdated']='Nunca';
$string['ctcachetaskname']='Actualizar el tipo de contenido de caché';
$string['ctcachedescription']='Asegurarse de que la caché del tipo de contenido esté actualizada le garantizará que pueda ver, descargar y usar las últimas bibliotecas. Esto es diferente de actualizar las bibliotecas.';
$string['disablefileextensioncheckwarning']="Warning! Disabling the file extension check may have security implications as it allows for uploading of php files. That in turn could make it possible for attackers to execute malicious code on your site. Please make sure you know exactly what you're uploading.";
$string['nocontent']='Could not find or parse the content.json file';
$string['librarydirectoryerror']='Library directory name must match machineName or machineName-majorVersion.minorVersion (from library.json). (Directory: {$a->%directoryName} , machineName: {$a->%machineName}, majorVersion: {$a->%majorVersion}, minorVersion: {$a->%minorVersion})';
$string['missingcontentfolder']='A valid content folder is missing';
$string['invalidmainjson']='A valid main h5p.json file is missing';
$string['missinguploadpermissions']="Note that the libraries may exist in the file you uploaded, but you're not allowed to upload new libraries. Contact the site administrator about this.";
$string['missinglibraryjson']='Could not find library.json file with valid json format for library {$a->%name}';
$string['invalidsemanticsjson']='Invalid semantics.json file has been included in the library {$a->%name}';
$string['invalidlanguagefile']='Invalid language file {$a->%file} in library {$a->%library}';
$string['invalidlanguagefile2']='Invalid language file {$a->%languageFile} has been included in the library {$a->%name}';
$string['missinglibraryfile']='The file "{$a->%file}" is missing from library: "{$a->%name}"';
$string['missingcoreversion']='The system was unable to install the <em>{$a->%component}</em> component from the package, it requires a newer version of the H5P plugin. This site is currently running version {$a->%current}, whereas the required version is {$a->%required} or higher. You should consider upgrading and then try again.';
$string['invalidlibrarydataboolean']='Invalid data provided for {$a->%property} in {$a->%library}. Boolean expected.';
$string['invalidlibrarydata']='Invalid data provided for {$a->%property} in {$a->%library}';
$string['invalidlibraryproperty']='Can\'t read the property {$a->%property} in {$a->%library}';
$string['missinglibraryproperty']='The required property {$a->%property} is missing from {$a->%library}';
$string['invalidlibraryoption']='Illegal option {$a->%option} in {$a->%library}';
$string['addedandupdatedss']='Added {$a->%new} new H5P library and updated {$a->%old} old one.';
$string['addedandupdatedsp']='Added {$a->%new} new H5P library and updated {$a->%old} old ones.';
$string['addedandupdatedps']='Added {$a->%new} new H5P libraries and updated {$a->%old} old one.';
$string['addedandupdatedpp']='Added {$a->%new} new H5P libraries and updated {$a->%old} old ones.';
$string['addednewlibrary']='Added {$a->%new} new H5P library.';
$string['addednewlibraries']='Added {$a->%new} new H5P libraries.';
$string['missingdependency']='Missing dependency {$a->@dep} required by {$a->@lib}.';
$string['invalidstring']='Provided string is not valid according to regexp in semantics. (value: \"{$a->%value}\", regexp: \"{$a->%regexp}\")';
$string['invalidfile']='File "{$a->%filename}" not allowed. Only files with the following extensions are allowed: {$a->%files-allowed}.';
$string['invalidmultiselectoption']='Invalid selected option in multi-select.';
$string['invalidselectoption']='Invalid selected option in select.';
$string['invalidsemanticstype']='H5P internal error: unknown content type "{$a->@type}" in semantics. Removing content!';
$string['unabletocreatedir']='Unable to create directory.';
$string['unabletogetfieldtype']='Unable to get field type.';
$string['filetypenotallowed']='File type isn\'t allowed.';
$string['invalidfieldtype']='Invalid field type.';
$string['invalidimageformat']='Invalid image file format. Use jpg, png or gif.';
$string['filenotimage']='File is not an image.';
$string['invalidaudioformat']='Invalid audio file format. Use mp3 or wav.';
$string['invalidvideoformat']='Invalid video file format. Use mp4 or webm.';
$string['couldnotsave']='Could not save file.';
$string['couldnotcopy']='Could not copy file.';
$string['librarynotselected']='You must select a content type.';
// Welcome messages.
$string['welcomeheader']='Welcome to the world of H5P!';
$string['welcomegettingstarted']='To get started with H5P and Moodle take a look at our <a {$a->moodle_tutorial}>tutorial</a> and check out the <a {$a->example_content}>example content</a> at H5P.org for inspiration.';
$string['welcomecommunity']='We hope you will enjoy H5P and get engaged in our growing community through our <a {$a->forums}>forums</a>.';
$string['welcomecontactus']='If you have any feedback, don\'t hesitate to <a {$a}>contact us</a>. We take feedback very seriously and are dedicated to making H5P better every day!';
$string['missingmbstring']='The mbstring PHP extension is not loaded. H5P need this to function properly';
$string['wrongversion']='The version of the H5P library {$a->%machineName} used in this content is not valid. Content contains {$a->%contentLibrary}, but it should be {$a->%semanticsLibrary}.';
$string['invalidlibrarynamed']='The H5P library {$a->%library} used in the content is not valid';
// Setup errors.
$string['oldphpversion']='Your PHP version is outdated. H5P requires version 5.2 to function properly. Version 5.6 or later is recommended.';
$string['maxuploadsizetoosmall']='Your PHP max upload size is quite small. With your current setup, you may not upload files larger than {$a->%number} MB. This might be a problem when trying to upload H5Ps, images and videos. Please consider to increase it to more than 5MB.';
$string['maxpostsizetoosmall']='Your PHP max post size is quite small. With your current setup, you may not upload files larger than {$a->%number} MB. This might be a problem when trying to upload H5Ps, images and videos. Please consider to increase it to more than 5MB';
$string['sslnotenabled']='Your server does not have SSL enabled. SSL should be enabled to ensure a secure connection with the H5P hub.';
$string['hubcommunicationdisabled']='H5P hub communication has been disabled because one or more H5P requirements failed.';
$string['reviseserversetupandretry']='When you have revised your server setup you may re-enable H5P hub communication in H5P Settings.';
$string['disablehubconfirmationmsg']='Do you still want to enable the hub ?';
$string['nowriteaccess']='A problem with the server write access was detected. Please make sure that your server can write to your data folder.';
$string['uploadsizelargerthanpostsize']='Your PHP max upload size is bigger than your max post size. This is known to cause issues in some installations.';
$string['sitecouldnotberegistered']='Site could not be registered with the hub. Please contact your site administrator.';
$string['hubisdisableduploadlibraries']='The H5P Hub has been disabled until this problem can be resolved. You may still upload libraries through the "H5P Libraries" page.';
$string['successfullyregisteredwithhub']='Your site was successfully registered with the H5P Hub.';
$string['sitekeyregistered']='You have been provided a unique key that identifies you with the Hub when receiving new updates. The key is available for viewing in the "H5P Settings" page.';
// Ajax messages.
$string['hubisdisabled']='The hub is disabled. You can re-enable it in the H5P settings.';
$string['invalidh5ppost']='Could not get posted H5P.';
$string['filenotfoundonserver']='File not found on server. Check file upload settings.';
$string['failedtodownloadh5p']='Failed to download the requested H5P.';
$string['postmessagerequired']='A post message is required to access the given endpoint';