Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
/lang/en/ -> h5p.php (source)

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'h5p', language 'en', branch 'master'
  19   *
  20   * @package   core_h5p
  21   * @copyright 2019 Moodle
  22   * @author    Sara Arjona <sara@moodle.com>
  23   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['actions'] = 'Actions';
  27  $string['addedandupdatedpp'] = 'Added {$a->%new} new H5P libraries and updated {$a->%old} old ones.';
  28  $string['addedandupdatedps'] = 'Added {$a->%new} new H5P libraries and updated {$a->%old} old one.';
  29  $string['addedandupdatedsp'] = 'Added {$a->%new} new H5P library and updated {$a->%old} old ones.';
  30  $string['addedandupdatedss'] = 'Added {$a->%new} new H5P library and updated {$a->%old} old one.';
  31  $string['addednewlibraries'] = 'Added {$a->%new} new H5P libraries.';
  32  $string['addednewlibrary'] = 'Added {$a->%new} new H5P library.';
  33  $string['additionallicenseinfo'] = 'Any additional information about the licence';
  34  $string['atto_h5p'] = 'Insert H5P button';
  35  $string['atto_h5p_description'] = 'The Insert H5P button in the Atto editor enables users to insert H5P content by either entering a URL or embed code, or by uploading an H5P file.';
  36  $string['author'] = 'Author';
  37  $string['authorcomments'] = 'Author comments';
  38  $string['authorcommentsdescription'] = 'Comments for the editor of the content. (This text will not be published as a part of the copyright info.)';
  39  $string['authorname'] = 'Author\'s name';
  40  $string['authorrole'] = 'Author\'s role';
  41  $string['by'] = 'by';
  42  $string['cancellabel'] = 'Cancel';
  43  $string['ccattribution'] = 'Attribution (CC BY)';
  44  $string['ccattributionnc'] = 'Attribution-NonCommercial (CC BY-NC)';
  45  $string['ccattributionncnd'] = 'Attribution-NonCommercial-NoDerivs (CC BY-NC-ND)';
  46  $string['ccattributionncsa'] = 'Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)';
  47  $string['ccattributionnd'] = 'Attribution-NoDerivs (CC BY-ND)';
  48  $string['ccattributionsa'] = 'Attribution-ShareAlike (CC BY-SA)';
  49  $string['ccpdd'] = 'Public Domain Dedication (CC0)';
  50  $string['changedby'] = 'Changed by';
  51  $string['changedescription'] = 'Description of change';
  52  $string['changelog'] = 'Changelog';
  53  $string['changeplaceholder'] = 'Photo cropped, text changed, etc.';
  54  $string['close'] = 'Close';
  55  $string['confirmdialogbody'] = 'Please confirm that you wish to proceed. This action cannot be undone.';
  56  $string['confirmdialogheader'] = 'Confirm action';
  57  $string['confirmlabel'] = 'Confirm';
  58  $string['connectionLost'] = 'Connection lost. Results will be stored and sent when the connection is reestablished.';
  59  $string['connectionReestablished'] = 'Connection reestablished.';
  60  $string['contentCopied'] = 'Content is copied to the clipboard';
  61  $string['contentchanged'] = 'This content has changed since you last used it.';
  62  $string['contenttype'] = 'Content type';
  63  $string['copyright'] = 'Rights of use';
  64  $string['copyrightinfo'] = 'Copyright information';
  65  $string['copyrightstring'] = 'Copyright';
  66  $string['copyrighttitle'] = 'View copyright information for this content.';
  67  $string['couldNotParseJSONFromZip'] = 'Unable to parse JSON from the package: {$a->%fileName}';
  68  $string['couldNotReadFileFromZip'] = 'Unable to read file from the package: {$a->%fileName}';
  69  $string['creativecommons'] = 'Creative Commons';
  70  $string['date'] = 'Date';
  71  $string['deletelibraryconfirm'] = '<p>Are you sure you want to delete version <em>\'{$a->version}\'</em> from library <em>\'{$a->name}\'</em>? It will remove the library and all its uses.</p><p>This operation can not be undone.</p>';
  72  $string['deletelibraryversion'] = 'Delete version';
  73  $string['deleting'] = 'Deleting a library';
  74  $string['description'] = 'Description';
  75  $string['disablefullscreen'] = 'Disable fullscreen';
  76  $string['download'] = 'Download';
  77  $string['downloadtitle'] = 'Download this content as a H5P file.';
  78  $string['editor'] = 'Editor';
  79  $string['embed'] = 'Embed';
  80  $string['embedtitle'] = 'View the embed code for this content.';
  81  $string['eventh5pviewed'] = 'H5P content viewed';
  82  $string['eventh5pdeleted'] = 'H5P deleted';
  83  $string['feature'] = 'Feature';
  84  $string['fetchtypesfailure'] = 'No information could be obtained on the H5P content types available. H5P repository connection failure';
  85  $string['fileExceedsMaxSize'] = 'One of the files inside the package exceeds the maximum file size allowed. ({$a->%file} {$a->%used} > {$a->%max})';
  86  $string['filter_displayh5p'] = 'Display H5P filter';
  87  $string['filter_displayh5p_description'] = 'The Display H5P filter converts URLs into embedded H5P content.';
  88  $string['fullscreen'] = 'Fullscreen';
  89  $string['gpl'] = 'General Public License v3';
  90  $string['h5p'] = 'H5P';
  91  $string['h5ptitle'] = 'Visit h5p.org to check out more content.';
  92  $string['h5pfilenotfound'] = 'H5P file not found';
  93  $string['h5pinvalidurl'] = 'Invalid H5P content URL.';
  94  $string['h5plibraryhandler'] = 'H5P framework handler';
  95  $string['h5plibraryhandler_help'] = 'The H5P framework used to display H5P content. The latest version is recommended.';
  96  $string['h5pprivatefile'] = 'This H5P content can\'t be displayed because you don\'t have access to the .h5p file.';
  97  $string['h5pmanage'] = 'Manage H5P content types';
  98  $string['h5poverview'] = 'H5P overview';
  99  $string['h5ppackage'] = 'H5P content type';
 100  $string['h5ppackage_help'] = 'An H5P content type is a file with an H5P or ZIP extension containing all libraries required to display the content.';
 101  $string['h5psettings'] = 'H5P settings';
 102  $string['hideadvanced'] = 'Hide advanced';
 103  $string['installedcontentlibraries'] = 'Installed H5P libraries';
 104  $string['installedcontenttypes'] = 'Installed H5P content types';
 105  $string['installedh5p'] = 'Installed H5P';
 106  $string['invalidcontextid'] = 'H5P file not found (invalid contextid)';
 107  $string['invalidfile'] = 'File "{$a->%filename}" not allowed. Only files with the following extensions are allowed: {$a->%files-allowed}.';
 108  $string['invalidlanguagefile'] = 'Invalid language file {$a->%file} in library {$a->%library}';
 109  $string['invalidlanguagefile2'] = 'Invalid language file {$a->%languageFile} has been included in the library {$a->%name}';
 110  $string['invalidlibrarydata'] = 'Invalid data provided for {$a->%property} in {$a->%library}';
 111  $string['invalidlibrarydataboolean'] = 'Invalid data provided for {$a->%property} in {$a->%library}. Boolean expected.';
 112  $string['invalidlibraryname'] = 'Invalid library name: {$a->%name}';
 113  $string['invalidlibrarynamed'] = 'The H5P library {$a->%library} used in the content is not valid';
 114  $string['invalidlibraryoption'] = 'Illegal option {$a->%option} in {$a->%library}';
 115  $string['invalidlibraryproperty'] = 'Can\'t read the property {$a->%property} in {$a->%library}';
 116  $string['invalidmainjson'] = 'A valid main h5p.json file is missing';
 117  $string['invalidmultiselectoption'] = 'Invalid selected option in multi-select.';
 118  $string['invalidpackage'] = 'Invalid H5P content type';
 119  $string['invalidselectoption'] = 'Invalid selected option in select.';
 120  $string['invalidsemanticsjson'] = 'Invalid semantics.json file has been included in the library {$a->%name}';
 121  $string['invalidsemanticstype'] = 'H5P internal error: unknown content type "{$a->@type}" in semantics. Removing content!';
 122  $string['invalidstring'] = 'Provided string is not valid according to regexp in semantics. (value: "{$a->%value}", regexp: "{$a->%regexp}")';
 123  $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})';
 124  $string['librariesmanagerdescription'] = '<p>H5P enables users to create interactive content by providing a range of content types.</p><p>To ensure that only trusted H5P content types are used on your site, you need to <i>either</i></p><ul><li>Upload H5P content types from h5p.org <i>or</i></li><li>Enable the scheduled task \'Download available H5P content types from h5p.org\'</li></ul><p>Note that users will only be able to use the H5P content types which are installed on your site.</p>';
 125  $string['license'] = 'Licence';
 126  $string['licenseCC010'] = 'CC0 1.0 Universal (CC0 1.0) Public Domain Dedication';
 127  $string['licenseCC010U'] = 'CC0 1.0 Universal';
 128  $string['licenseCC10'] = '1.0 Generic';
 129  $string['licenseCC20'] = '2.0 Generic';
 130  $string['licenseCC25'] = '2.5 Generic';
 131  $string['licenseCC30'] = '3.0 Unported';
 132  $string['licenseCC40'] = '4.0 International';
 133  $string['licenseGPL'] = 'General Public License';
 134  $string['licenseV1'] = 'Version 1';
 135  $string['licenseV2'] = 'Version 2';
 136  $string['licenseV3'] = 'Version 3';
 137  $string['licensee'] = 'Licensee';
 138  $string['licenseextras'] = 'Licence extras';
 139  $string['licenseversion'] = 'Licence version';
 140  $string['lockh5pdeploy'] = 'This H5P content cannot be accessed because it is being deployed. Please try again later.';
 141  $string['mainlibrarydisabled'] = 'This file can\'t be displayed because its content type is disabled. Please contact your administrator to ask for the content type to be enabled.';
 142  $string['missingcontentfolder'] = 'A valid content folder is missing';
 143  $string['missingcoreversion'] = 'The system was unable to install the {$a->%component} component from the package, as 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. Please upgrade and then try again.';
 144  $string['missingdependency'] = 'Missing dependency {$a->@dep} required by {$a->@lib}.';
 145  $string['missinglibrary'] = 'Missing required library {$a->@library}';
 146  $string['missinglibraryfile'] = 'The file "{$a->%file}" is missing from library: "{$a->%name}"';
 147  $string['missinglibraryjson'] = 'Could not find library.json file with valid json format for library {$a->%name}';
 148  $string['missinglibraryproperty'] = 'The required property {$a->%property} is missing from {$a->%library}';
 149  $string['missingmbstring'] = 'The mbstring PHP extension is not loaded. It is required for H5P to function properly.';
 150  $string['missinguploadpermissions'] = 'Note that the libraries may exist in the file you uploaded, but you\'re not allowed to upload new libraries. Please contact your administrator.';
 151  $string['nocopyright'] = 'No copyright information available for this content.';
 152  $string['noextension'] = 'The file you uploaded is not a valid HTML5 Package. (It doesn\'t have the .h5p file extension.)';
 153  $string['noh5plibhandlerdefined'] = 'There isn\'t any H5P framework handler installed, so H5P content can\'t be displayed.';
 154  $string['nojson'] = 'The main h5p.json file is not valid';
 155  $string['nopermissiontodeploy'] = 'This file can\'t be displayed because it has been uploaded by a user without the required capability to deploy H5P content.';
 156  $string['nopermissiontoedit'] = 'You do not have permission to edit H5P content.';
 157  $string['notrustablefile'] = 'This file can\'t be displayed because it has been uploaded by a user without the capability to update H5P content types.  Please contact your administrator to ask for the content type to be installed.';
 158  $string['nounzip'] = 'The file you uploaded is not a valid HTML5 Package. (It is not possible to unzip it.)';
 159  $string['offlineDialogBody'] = 'We were unable to send information about your completion of this task. Please check your internet connection.';
 160  $string['offlineDialogHeader'] = 'Your connection to the server was lost';
 161  $string['offlineDialogRetryButtonLabel'] = 'Retry now';
 162  $string['offlineDialogRetryMessage'] = 'Retrying in :num....';
 163  $string['offlineSuccessfulSubmit'] = 'Successfully submitted results.';
 164  $string['originator'] = 'Originator';
 165  $string['pd'] = 'Public Domain';
 166  $string['pddl'] = 'Public Domain Dedication and Licence';
 167  $string['pdm'] = 'Public Domain Mark (PDM)';
 168  $string['pluginname'] = 'H5P Package';
 169  $string['privacy:metadata'] = 'H5P subsystem does not store any personal data.';
 170  $string['resizescript'] = 'Include this script on your website if you want dynamic sizing of the embedded content:';
 171  $string['resubmitScores'] = 'Attempting to submit stored results.';
 172  $string['reuse'] = 'Reuse';
 173  $string['reuseContent'] = 'Reuse content';
 174  $string['reuseDescription'] = 'Reuse this content.';
 175  $string['showadvanced'] = 'Show advanced';
 176  $string['showless'] = 'Show less';
 177  $string['showmore'] = 'Show more';
 178  $string['status'] = 'Status';
 179  $string['size'] = 'Size';
 180  $string['source'] = 'Source';
 181  $string['startingover'] = 'You\'ll be starting over.';
 182  $string['sublevel'] = 'Sublevel';
 183  $string['task_h5p'] = 'H5P scheduled task';
 184  $string['task_h5p_description'] = 'The H5P scheduled task downloads available H5P content types from h5p.org.';
 185  $string['thumbnail'] = 'Thumbnail';
 186  $string['title'] = 'Title';
 187  $string['undisclosed'] = 'Undisclosed';
 188  $string['unpackedFilesExceedsMaxSize'] = 'The total size of the unpacked files exceeds the maximum size allowed. ({$a->%used} > {$a->%max})';
 189  $string['updatedlibraries'] = 'Updated {$a->%old} H5P libraries.';
 190  $string['updatedlibrary'] = 'Updated {$a->%old} H5P library.';
 191  $string['uploadlibraries'] = 'Upload H5P content types';
 192  $string['uploadsuccess'] = 'H5P content types uploaded successfully';
 193  $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}.';
 194  $string['year'] = 'Year';
 195  $string['years'] = 'Year(s)';
 196  $string['yearsfrom'] = 'Years (from)';
 197  $string['yearsto'] = 'Years (to)';