Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/plugin/h5pimport/lang/french.php

24 lines
1.3 KiB

<?php
$strings['plugin_title'] = "H5P import";
$strings['plugin_comment'] = "Ce plugin permet d'importer des contenus H5P. Ouvrez le fichier README.md pour des instructions d'installation.";
$strings['tool_enable'] = "Activer le plugin";
$strings['frame'] = "Frame";
$strings['frame_help'] = "Afficher le cadre et les boutons en dessous de H5P";
$strings['embed'] = "Incorporer";
$strings['embed_help'] = "Afficher le bouton d\'incorporation";
$strings['copyright'] = "Droits d\'auteur";
$strings['copyright_help'] = "Afficher le bouton de droits d\'auteur";
$strings['icon'] = "Icône";
$strings['icon_help'] = "Afficher l\'icône H5P";
$strings['attempts'] = "Number of attempts";
$strings['import_h5p_package'] = "Importer un package H5P";
$strings['upload_h5p'] = "Importer";
$strings['h5p_package'] = "Package H5P";
$strings['h5p_error_loading'] = "Error loading the H5P package";
$strings['h5p_error_missing_core_asset'] = "Error loading H5P core assets";
$strings['h5p_error_invalid_token'] = "Invalid security token";
$strings['h5p_save_content_state'] = "Enregistrer les résultats de l'utilisateur";
$strings['h5p_save_content_freq'] = "Fréquence d'enregistrement";
$strings['h5p_save_freq_help'] = "À quelle fréquence l'état actuel du contenu doit être enregistré, en secondes";
$strings['start_attempt'] = "Commencer la tentative";