Commit | Line | Data |
---|---|---|
45899564 AA |
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/>. | |
01923a07 | 16 | |
45899564 AA |
17 | /** |
18 | * Strings for component 'h5p', language 'en', branch 'master' | |
19 | * | |
20 | * @package core_h5p | |
01923a07 SA |
21 | * @copyright 2019 Moodle |
22 | * @author Sara Arjona <sara@moodle.com> | |
45899564 AA |
23 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
24 | */ | |
01923a07 SA |
25 | |
26 | $string['addedandupdatedpp'] = 'Added {$a->%new} new H5P libraries and updated {$a->%old} old ones.'; | |
27 | $string['addedandupdatedps'] = 'Added {$a->%new} new H5P libraries and updated {$a->%old} old one.'; | |
28 | $string['addedandupdatedsp'] = 'Added {$a->%new} new H5P library and updated {$a->%old} old ones.'; | |
29 | $string['addedandupdatedss'] = 'Added {$a->%new} new H5P library and updated {$a->%old} old one.'; | |
30 | $string['addednewlibraries'] = 'Added {$a->%new} new H5P libraries.'; | |
31 | $string['addednewlibrary'] = 'Added {$a->%new} new H5P library.'; | |
32 | $string['additionallicenseinfo'] = 'Any additional information about the license'; | |
33 | $string['author'] = 'Author'; | |
34 | $string['authorcomments'] = 'Author comments'; | |
fda41f45 | 35 | $string['authorcommentsdescription'] = 'Comments for the editor of the content. (This text will not be published as a part of the copyright info.)'; |
01923a07 SA |
36 | $string['authorname'] = 'Author\'s name'; |
37 | $string['authorrole'] = 'Author\'s role'; | |
38 | $string['by'] = 'by'; | |
39 | $string['cancellabel'] = 'Cancel'; | |
40 | $string['ccattribution'] = 'Attribution (CC BY)'; | |
41 | $string['ccattributionnc'] = 'Attribution-NonCommercial (CC BY-NC)'; | |
42 | $string['ccattributionncnd'] = 'Attribution-NonCommercial-NoDerivs (CC BY-NC-ND)'; | |
43 | $string['ccattributionncsa'] = 'Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)'; | |
44 | $string['ccattributionnd'] = 'Attribution-NoDerivs (CC BY-ND)'; | |
45 | $string['ccattributionsa'] = 'Attribution-ShareAlike (CC BY-SA)'; | |
46 | $string['ccpdd'] = 'Public Domain Dedication (CC0)'; | |
47 | $string['changedby'] = 'Changed by'; | |
48 | $string['changedescription'] = 'Description of change'; | |
49 | $string['changelog'] = 'Changelog'; | |
50 | $string['changeplaceholder'] = 'Photo cropped, text changed, etc.'; | |
51 | $string['close'] = 'Close'; | |
fda41f45 | 52 | $string['confirmdialogbody'] = 'Please confirm that you wish to proceed. This action cannot be undone.'; |
01923a07 SA |
53 | $string['confirmdialogheader'] = 'Confirm action'; |
54 | $string['confirmlabel'] = 'Confirm'; | |
fda41f45 | 55 | $string['connectionLost'] = 'Connection lost. Results will be stored and sent when the connection is reestablished.'; |
01923a07 SA |
56 | $string['connectionReestablished'] = 'Connection reestablished.'; |
57 | $string['contentCopied'] = 'Content is copied to the clipboard'; | |
58 | $string['contentchanged'] = 'This content has changed since you last used it.'; | |
fda41f45 | 59 | $string['contenttype'] = 'Content type'; |
01923a07 SA |
60 | $string['copyright'] = 'Rights of use'; |
61 | $string['copyrightinfo'] = 'Copyright information'; | |
62 | $string['copyrightstring'] = 'Copyright'; | |
63 | $string['copyrighttitle'] = 'View copyright information for this content.'; | |
64 | $string['couldNotParseJSONFromZip'] = 'Unable to parse JSON from the package: {$a->%fileName}'; | |
65 | $string['couldNotReadFileFromZip'] = 'Unable to read file from the package: {$a->%fileName}'; | |
66 | $string['creativecommons'] = 'Creative Commons'; | |
67 | $string['date'] = 'Date'; | |
68 | $string['disablefullscreen'] = 'Disable fullscreen'; | |
69 | $string['download'] = 'Download'; | |
70 | $string['downloadtitle'] = 'Download this content as a H5P file.'; | |
71 | $string['editor'] = 'Editor'; | |
72 | $string['embed'] = 'Embed'; | |
73 | $string['embedtitle'] = 'View the embed code for this content.'; | |
824c87f3 | 74 | $string['eventh5pviewed'] = 'H5P content viewed'; |
0477e526 | 75 | $string['eventh5pdeleted'] = 'H5P deleted'; |
5315acb4 | 76 | $string['fetchtypesfailure'] = 'No information could be obtained on the H5P content types available. H5P repository connection failure'; |
01923a07 SA |
77 | $string['fileExceedsMaxSize'] = 'One of the files inside the package exceeds the maximum file size allowed. ({$a->%file} {$a->%used} > {$a->%max})'; |
78 | $string['fullscreen'] = 'Fullscreen'; | |
79 | $string['gpl'] = 'General Public License v3'; | |
80 | $string['h5p'] = 'H5P'; | |
fda41f45 | 81 | $string['h5ptitle'] = 'Visit h5p.org to check out more content.'; |
01923a07 SA |
82 | $string['h5pfilenotfound'] = 'H5P file not found'; |
83 | $string['h5pinvalidurl'] = 'Invalid H5P content URL.'; | |
84 | $string['h5pprivatefile'] = 'This H5P content can\'t be displayed because you don\'t have access to the .h5p file.'; | |
b57e1c95 AA |
85 | $string['h5pmanage'] = 'Manage H5P content types'; |
86 | $string['h5ppackage'] = 'H5P content type'; | |
87 | $string['h5ppackage_help'] = 'An H5P content type is a file with an H5P or ZIP extension containing all libraries required to display the content.'; | |
01923a07 | 88 | $string['hideadvanced'] = 'Hide advanced'; |
c43f99ca BB |
89 | $string['installedcontentlibraries'] = 'Installed H5P libraries'; |
90 | $string['installedcontenttypes'] = 'Installed H5P content types'; | |
91 | $string['installedh5p'] = 'Installed H5P'; | |
01923a07 SA |
92 | $string['invalidcontextid'] = 'H5P file not found (invalid contextid)'; |
93 | $string['invalidfile'] = 'File "{$a->%filename}" not allowed. Only files with the following extensions are allowed: {$a->%files-allowed}.'; | |
94 | $string['invalidlanguagefile'] = 'Invalid language file {$a->%file} in library {$a->%library}'; | |
95 | $string['invalidlanguagefile2'] = 'Invalid language file {$a->%languageFile} has been included in the library {$a->%name}'; | |
96 | $string['invalidlibrarydata'] = 'Invalid data provided for {$a->%property} in {$a->%library}'; | |
97 | $string['invalidlibrarydataboolean'] = 'Invalid data provided for {$a->%property} in {$a->%library}. Boolean expected.'; | |
98 | $string['invalidlibraryname'] = 'Invalid library name: {$a->%name}'; | |
99 | $string['invalidlibrarynamed'] = 'The H5P library {$a->%library} used in the content is not valid'; | |
100 | $string['invalidlibraryoption'] = 'Illegal option {$a->%option} in {$a->%library}'; | |
101 | $string['invalidlibraryproperty'] = 'Can\'t read the property {$a->%property} in {$a->%library}'; | |
102 | $string['invalidmainjson'] = 'A valid main h5p.json file is missing'; | |
103 | $string['invalidmultiselectoption'] = 'Invalid selected option in multi-select.'; | |
b57e1c95 | 104 | $string['invalidpackage'] = 'Invalid H5P content type'; |
01923a07 SA |
105 | $string['invalidselectoption'] = 'Invalid selected option in select.'; |
106 | $string['invalidsemanticsjson'] = 'Invalid semantics.json file has been included in the library {$a->%name}'; | |
107 | $string['invalidsemanticstype'] = 'H5P internal error: unknown content type "{$a->@type}" in semantics. Removing content!'; | |
108 | $string['invalidstring'] = 'Provided string is not valid according to regexp in semantics. (value: "{$a->%value}", regexp: "{$a->%regexp}")'; | |
109 | $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})'; | |
824c87f3 | 110 | $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>'; |
01923a07 SA |
111 | $string['license'] = 'License'; |
112 | $string['licenseCC010'] = 'CC0 1.0 Universal (CC0 1.0) Public Domain Dedication'; | |
113 | $string['licenseCC010U'] = 'CC0 1.0 Universal'; | |
114 | $string['licenseCC10'] = '1.0 Generic'; | |
115 | $string['licenseCC20'] = '2.0 Generic'; | |
116 | $string['licenseCC25'] = '2.5 Generic'; | |
117 | $string['licenseCC30'] = '3.0 Unported'; | |
118 | $string['licenseCC40'] = '4.0 International'; | |
119 | $string['licenseGPL'] = 'General Public License'; | |
120 | $string['licenseV1'] = 'Version 1'; | |
121 | $string['licenseV2'] = 'Version 2'; | |
122 | $string['licenseV3'] = 'Version 3'; | |
123 | $string['licensee'] = 'Licensee'; | |
fda41f45 HF |
124 | $string['licenseextras'] = 'License extras'; |
125 | $string['licenseversion'] = 'License version'; | |
01923a07 | 126 | $string['missingcontentfolder'] = 'A valid content folder is missing'; |
fda41f45 | 127 | $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.'; |
01923a07 SA |
128 | $string['missingdependency'] = 'Missing dependency {$a->@dep} required by {$a->@lib}.'; |
129 | $string['missinglibrary'] = 'Missing required library {$a->@library}'; | |
130 | $string['missinglibraryfile'] = 'The file "{$a->%file}" is missing from library: "{$a->%name}"'; | |
131 | $string['missinglibraryjson'] = 'Could not find library.json file with valid json format for library {$a->%name}'; | |
132 | $string['missinglibraryproperty'] = 'The required property {$a->%property} is missing from {$a->%library}'; | |
fda41f45 HF |
133 | $string['missingmbstring'] = 'The mbstring PHP extension is not loaded. It is required for H5P to function properly.'; |
134 | $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.'; | |
01923a07 | 135 | $string['nocopyright'] = 'No copyright information available for this content.'; |
fda41f45 | 136 | $string['noextension'] = 'The file you uploaded is not a valid HTML5 Package. (It doesn\'t have the .h5p file extension.)'; |
8fda136d | 137 | $string['nopermissiontodeploy'] = 'This file can\'t be displayed because it has been uploaded by a user without the required capability to deploy H5P content.'; |
01923a07 | 138 | $string['nojson'] = 'The main h5p.json file is not valid'; |
7edf0138 | 139 | $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.'; |
fda41f45 | 140 | $string['nounzip'] = 'The file you uploaded is not a valid HTML5 Package. (It is not possible to unzip it.)'; |
01923a07 SA |
141 | $string['offlineDialogBody'] = 'We were unable to send information about your completion of this task. Please check your internet connection.'; |
142 | $string['offlineDialogHeader'] = 'Your connection to the server was lost'; | |
143 | $string['offlineDialogRetryButtonLabel'] = 'Retry now'; | |
144 | $string['offlineDialogRetryMessage'] = 'Retrying in :num....'; | |
145 | $string['offlineSuccessfulSubmit'] = 'Successfully submitted results.'; | |
146 | $string['originator'] = 'Originator'; | |
147 | $string['pd'] = 'Public Domain'; | |
148 | $string['pddl'] = 'Public Domain Dedication and Licence'; | |
149 | $string['pdm'] = 'Public Domain Mark (PDM)'; | |
fba5bba8 | 150 | $string['pluginname'] = 'H5P Package'; |
45899564 | 151 | $string['privacy:metadata'] = 'H5P subsystem does not store any personal data.'; |
01923a07 SA |
152 | $string['resizescript'] = 'Include this script on your website if you want dynamic sizing of the embedded content:'; |
153 | $string['resubmitScores'] = 'Attempting to submit stored results.'; | |
154 | $string['reuse'] = 'Reuse'; | |
fda41f45 | 155 | $string['reuseContent'] = 'Reuse content'; |
01923a07 SA |
156 | $string['reuseDescription'] = 'Reuse this content.'; |
157 | $string['showadvanced'] = 'Show advanced'; | |
158 | $string['showless'] = 'Show less'; | |
159 | $string['showmore'] = 'Show more'; | |
160 | $string['size'] = 'Size'; | |
161 | $string['source'] = 'Source'; | |
162 | $string['startingover'] = 'You\'ll be starting over.'; | |
163 | $string['sublevel'] = 'Sublevel'; | |
164 | $string['thumbnail'] = 'Thumbnail'; | |
165 | $string['title'] = 'Title'; | |
166 | $string['undisclosed'] = 'Undisclosed'; | |
167 | $string['unpackedFilesExceedsMaxSize'] = 'The total size of the unpacked files exceeds the maximum size allowed. ({$a->%used} > {$a->%max})'; | |
168 | $string['updatedlibraries'] = 'Updated {$a->%old} H5P libraries.'; | |
169 | $string['updatedlibrary'] = 'Updated {$a->%old} H5P library.'; | |
b57e1c95 AA |
170 | $string['uploadlibraries'] = 'Upload H5P content types'; |
171 | $string['uploadsuccess'] = 'H5P content types uploaded successfully'; | |
01923a07 SA |
172 | $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}.'; |
173 | $string['year'] = 'Year'; | |
174 | $string['years'] = 'Year(s)'; | |
175 | $string['yearsfrom'] = 'Years (from)'; | |
7edf0138 | 176 | $string['yearsto'] = 'Years (to)'; |