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.
24 lines
1.2 KiB
24 lines
1.2 KiB
|
2 years ago
|
<?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";
|