mirror of
https://gh.llkk.cc/https://github.com/h5p/moodle-mod_hvp.git
synced 2026-03-04 13:36:41 +08:00
119 lines
5.9 KiB
PHP
119 lines
5.9 KiB
PHP
<?php
|
|
|
|
$string['modulename'] = 'Interactive Content';
|
|
$string['modulename_help'] = 'The H5P activity module enables you to create interactive content such as Interactive Videos, Question Sets, Drag and Drop Questions, Multi-Choice Questions, Presentations and much more.
|
|
|
|
In addition to being an authoring tool for rich content, H5P enables you to import and export H5P files for effective reuse and sharing of content.
|
|
|
|
User interactions and scores are tracked using xAPI and are available through the Moodle Gradebook.
|
|
|
|
You add interactive H5P content by uploading a .h5p file. You can create and download .h5p files on h5p.org';
|
|
$string['modulename_link'] = 'https://h5p.org/moodle-more-help';
|
|
$string['modulenameplural'] = 'H5Ps';
|
|
$string['pluginadministration'] = 'H5P';
|
|
$string['pluginname'] = 'H5P';
|
|
|
|
$string['intro'] = 'Hello awesome!';
|
|
$string['h5pfile'] = 'H5P File';
|
|
$string['fullscreen'] = 'Fullscreen';
|
|
$string['disablefullscreen'] = 'Disable fullscreen';
|
|
$string['download'] = 'Download';
|
|
$string['copyright'] = 'Rights of use';
|
|
$string['embed'] = 'Embed';
|
|
$string['showadvanced'] = 'Show advanced';
|
|
$string['hideadvanced'] = 'Hide advanced';
|
|
$string['resizescript'] = 'Include this script on your website if you want dynamic sizing of the embedded content:';
|
|
$string['size'] = 'Size';
|
|
$string['close'] = 'Close';
|
|
$string['title'] = 'Title';
|
|
$string['author'] = 'Author';
|
|
$string['year'] = 'Year';
|
|
$string['source'] = 'Source';
|
|
$string['license'] = 'License';
|
|
$string['thumbnail'] = 'Thumbnail';
|
|
$string['nocopyright'] = 'No copyright information available for this content.';
|
|
$string['downloadtitle'] = 'Download this content as a H5P file.';
|
|
$string['copyrighttitle'] = 'View copyright information for this content.';
|
|
$string['embedtitle'] = 'View the embed code for this content.';
|
|
$string['h5ptitle'] = 'Visit H5P.org to check out more cool content.';
|
|
$string['contentchanged'] = 'This content has changed since you last used it.';
|
|
$string['startingover'] = "You'll be starting over.";
|
|
|
|
$string['lookforupdates'] = 'Look for H5P updates';
|
|
|
|
// Admin settings
|
|
$string['displayoptions'] = 'Display Options';
|
|
$string['enableframe'] = 'Display action bar and frame';
|
|
$string['enabledownload'] = 'Download button';
|
|
$string['enableembed'] = 'Embed button';
|
|
$string['enablecopyright'] = 'Copyright button';
|
|
$string['enableabout'] = 'About H5P button';
|
|
|
|
$string['enablesavecontentstate'] = 'Save content state';
|
|
$string['enablesavecontentstate_help'] = 'Automatically save the current state of interactive content for each user. This means that the user may pick up where he left off.';
|
|
$string['contentstatefrequency'] = 'Save content state frequency';
|
|
$string['contentstatefrequency_help'] = 'In seconds, how often do you wish the user to auto save their progress. Increase this number if you\'re having issues with many ajax requests';
|
|
|
|
// Admin menu
|
|
$string['settings'] = 'H5P Settings';
|
|
$string['libraries'] = 'H5P Libraries';
|
|
|
|
// Upload libraries section
|
|
$string['uploadlibraries'] = 'Upload Libraries';
|
|
$string['options'] = 'Options';
|
|
$string['onlyupdate'] = 'Only update existing libraries';
|
|
$string['disablefileextensioncheck'] = 'Disable file extension check';
|
|
$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['upload'] = 'Upload';
|
|
|
|
// Installed libraries section
|
|
$string['installedlibraries'] = 'Installed Libraries';
|
|
$string['invalidtoken'] = 'Invalid security token.';
|
|
|
|
// H5P library list headers on admin page
|
|
$string['librarylisttitle'] = 'Title';
|
|
$string['librarylistrestricted'] = 'Restricted';
|
|
$string['librarylistinstances'] = 'Instances';
|
|
$string['librarylistinstancedependencies'] = 'Instance dependencies';
|
|
$string['librarylistlibrarydependencies'] = 'Library dependencies';
|
|
$string['librarylistactions'] = 'Actions';
|
|
|
|
// H5P library page labels
|
|
$string['addlibraries'] = 'Add libraries';
|
|
$string['installedlibraries'] = 'Installed libraries';
|
|
$string['notapplicable'] = 'N/A';
|
|
$string['upgradelibrarycontent'] = 'Upgrade library content';
|
|
|
|
// Upgrade H5P content page
|
|
$string['upgrade'] = 'Upgrade H5P';
|
|
$string['upgradeheading'] = 'Upgrade {$a} content';
|
|
$string['upgradenoavailableupgrades'] = 'There are no available upgrades for this library.';
|
|
$string['enablejavascript'] = 'Please enable JavaScript.';
|
|
$string['upgrademessage'] = 'You are about to upgrade {$a} content instance(s). Please select upgrade version.';
|
|
$string['upgradeinprogress'] = 'Upgrading to %ver...';
|
|
$string['upgradeerror'] = 'An error occurred while processing parameters:';
|
|
$string['upgradeerrordata'] = 'Could not load data for library %lib.';
|
|
$string['upgradeerrorscript'] = 'Could not load upgrades script for %lib.';
|
|
$string['upgradeerrorcontent'] = 'Could not upgrade content %id:';
|
|
$string['upgradeerrorparamsbroken'] = 'Parameters are broken.';
|
|
$string['upgradedone'] = 'You have successfully upgraded {$a} content instance(s).';
|
|
$string['upgradereturn'] = 'Return';
|
|
$string['upgradenothingtodo'] = "There's no content instances to upgrade.";
|
|
$string['upgradebuttonlabel'] = 'Upgrade';
|
|
$string['upgradeinvalidtoken'] = 'Error: Invalid security token!';
|
|
$string['upgradelibrarymissing'] = 'Error: Your library is missing!';
|
|
|
|
// Results / report page
|
|
$string['user'] = 'User';
|
|
$string['score'] = 'Score';
|
|
$string['maxscore'] = 'Maximum Score';
|
|
$string['finished'] = 'Finished';
|
|
$string['loadingdata'] = 'Loading data.';
|
|
$string['ajaxfailed'] = 'Failed to load data.';
|
|
$string['nodata'] = "There's no data available that matches your criteria.";
|
|
$string['currentpage'] = 'Page $current of $total';
|
|
$string['nextpage'] = 'Next page';
|
|
$string['previouspage'] = 'Previous page';
|
|
$string['search'] = 'Search';
|
|
$string['empty'] = 'No results available';
|
|
$string['javascriptloading'] = 'Waiting for JavaScript';
|