chamilo/chamilo-lms

View on GitHub
public/plugin/h5pimport/lang/english.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
$strings['plugin_title'] = "H5P import";
$strings['plugin_comment'] = "Import H5P contents and use it in learnpaths. Open README.md for installation instructions.";
$strings['tool_enable'] = "Enable plugin";
$strings['frame'] = "Frame";
$strings['frame_help'] = "Show frame and buttons below H5P";
$strings['embed'] = "Embed";
$strings['embed_help'] = "Display embed button";
$strings['copyright'] = "Copyright";
$strings['copyright_help'] = "Display copyright button";
$strings['icon'] = "Icon";
$strings['icon_help'] = "Display H5P icon";
$strings['attempts'] = "Number of attempts";
$strings['upload_h5p'] = "Upload";
$strings['import_h5p_package'] = "Upload H5P package";
$strings['h5p_package'] = "H5P package";
$strings['h5p_error_loading'] = "Error loading the H5P package";
$strings['h5p_error_invalid_token'] = "Invalid security token";
$strings['h5p_error_missing_core_asset'] = "Error loading H5P core assets";
$strings['h5p_save_content_state'] = "Save user results";
$strings['h5p_save_content_freq'] = "Save frequency";
$strings['h5p_save_freq_help'] = "How often current content state should be saved, in seconds";
$strings['start_attempt'] = "Start attempt";