Skip to content

Commit c933505

Browse files
committed
MDL-66407 core_h5p: add new strings
1 parent a7afc95 commit c933505

File tree

1 file changed

+134
-2
lines changed

1 file changed

+134
-2
lines changed

lang/en/h5p.php

+134-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,144 @@
1313
//
1414
// You should have received a copy of the GNU General Public License
1515
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
16+
1617
/**
1718
* Strings for component 'h5p', language 'en', branch 'master'
1819
*
1920
* @package core_h5p
20-
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
21+
* @copyright 2019 Moodle
22+
* @author Sara Arjona <[email protected]>
2123
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2224
*/
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';
35+
$string['authorcommentsdescription'] = 'Comments for the editor of the content (This text will not be published as a part of copyright info)';
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';
52+
$string['confirmdialogbody'] = 'Please confirm that you wish to proceed. This action is not reversible.';
53+
$string['confirmdialogheader'] = 'Confirm action';
54+
$string['confirmlabel'] = 'Confirm';
55+
$string['connectionLost'] = 'Connection lost. Results will be stored and sent when you regain connection.';
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.';
59+
$string['contenttype'] = 'Content Type';
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.';
74+
$string['fileExceedsMaxSize'] = 'One of the files inside the package exceeds the maximum file size allowed. ({$a->%file} {$a->%used} > {$a->%max})';
75+
$string['fullscreen'] = 'Fullscreen';
76+
$string['gpl'] = 'General Public License v3';
77+
$string['h5ptitle'] = 'Visit H5P.org to check out more cool content.';
78+
$string['h5pfilenotfound'] = 'H5P file not found';
79+
$string['hideadvanced'] = 'Hide advanced';
80+
$string['invalidfile'] = 'File "{$a->%filename}" not allowed. Only files with the following extensions are allowed: {$a->%files-allowed}.';
81+
$string['invalidlanguagefile'] = 'Invalid language file {$a->%file} in library {$a->%library}';
82+
$string['invalidlanguagefile2'] = 'Invalid language file {$a->%languageFile} has been included in the library {$a->%name}';
83+
$string['invalidlibrarydata'] = 'Invalid data provided for {$a->%property} in {$a->%library}';
84+
$string['invalidlibrarydataboolean'] = 'Invalid data provided for {$a->%property} in {$a->%library}. Boolean expected.';
85+
$string['invalidlibraryname'] = 'Invalid library name: {$a->%name}';
86+
$string['invalidlibrarynamed'] = 'The H5P library {$a->%library} used in the content is not valid';
87+
$string['invalidlibraryoption'] = 'Illegal option {$a->%option} in {$a->%library}';
88+
$string['invalidlibraryproperty'] = 'Can\'t read the property {$a->%property} in {$a->%library}';
89+
$string['invalidmainjson'] = 'A valid main h5p.json file is missing';
90+
$string['invalidmultiselectoption'] = 'Invalid selected option in multi-select.';
91+
$string['invalidselectoption'] = 'Invalid selected option in select.';
92+
$string['invalidsemanticsjson'] = 'Invalid semantics.json file has been included in the library {$a->%name}';
93+
$string['invalidsemanticstype'] = 'H5P internal error: unknown content type "@type" in semantics. Removing content!';
94+
$string['invalidstring'] = 'Provided string is not valid according to regexp in semantics. (value: "{$a->%value}", regexp: "{$a->%regexp}")';
95+
$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})';
96+
$string['license'] = 'License';
97+
$string['licenseCC010'] = 'CC0 1.0 Universal (CC0 1.0) Public Domain Dedication';
98+
$string['licenseCC010U'] = 'CC0 1.0 Universal';
99+
$string['licenseCC10'] = '1.0 Generic';
100+
$string['licenseCC20'] = '2.0 Generic';
101+
$string['licenseCC25'] = '2.5 Generic';
102+
$string['licenseCC30'] = '3.0 Unported';
103+
$string['licenseCC40'] = '4.0 International';
104+
$string['licenseGPL'] = 'General Public License';
105+
$string['licenseV1'] = 'Version 1';
106+
$string['licenseV2'] = 'Version 2';
107+
$string['licenseV3'] = 'Version 3';
108+
$string['licensee'] = 'Licensee';
109+
$string['licenseextras'] = 'License Extras';
110+
$string['licenseversion'] = 'License Version';
111+
$string['missingcontentfolder'] = 'A valid content folder is missing';
112+
$string['missingcoreversion'] = 'The system was unable to install the {$a->%component} component from the package, 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. You should consider upgrading and then try again.';
113+
$string['missingdependency'] = 'Missing dependency @dep required by @lib.';
114+
$string['missinglibrary'] = 'Missing required library @library';
115+
$string['missinglibraryfile'] = 'The file "{$a->%file}" is missing from library: "{$a->%name}"';
116+
$string['missinglibraryjson'] = 'Could not find library.json file with valid json format for library {$a->%name}';
117+
$string['missinglibraryproperty'] = 'The required property {$a->%property} is missing from {$a->%library}';
118+
$string['missingmbstring'] = 'The mbstring PHP extension is not loaded. H5P need this to function properly';
119+
$string['missinguploadpermissions'] = 'Note that the libraries may exist in the file you uploaded, but you\'re not allowed to upload new libraries. Contact the site administrator about this.';
120+
$string['nocopyright'] = 'No copyright information available for this content.';
121+
$string['noextension'] = 'The file you uploaded is not a valid HTML5 Package (It does not have the .h5p file extension)';
122+
$string['nojson'] = 'The main h5p.json file is not valid';
123+
$string['nounzip'] = 'The file you uploaded is not a valid HTML5 Package (We are unable to unzip it)';
124+
$string['offlineDialogBody'] = 'We were unable to send information about your completion of this task. Please check your internet connection.';
125+
$string['offlineDialogHeader'] = 'Your connection to the server was lost';
126+
$string['offlineDialogRetryButtonLabel'] = 'Retry now';
127+
$string['offlineDialogRetryMessage'] = 'Retrying in :num....';
128+
$string['offlineSuccessfulSubmit'] = 'Successfully submitted results.';
129+
$string['originator'] = 'Originator';
130+
$string['pd'] = 'Public Domain';
131+
$string['pddl'] = 'Public Domain Dedication and Licence';
132+
$string['pdm'] = 'Public Domain Mark (PDM)';
23133
$string['privacy:metadata'] = 'H5P subsystem does not store any personal data.';
24-
$string['h5pfilenotfound'] = 'H5P file not found';
134+
$string['resizescript'] = 'Include this script on your website if you want dynamic sizing of the embedded content:';
135+
$string['resubmitScores'] = 'Attempting to submit stored results.';
136+
$string['reuse'] = 'Reuse';
137+
$string['reuseContent'] = 'Reuse Content';
138+
$string['reuseDescription'] = 'Reuse this content.';
139+
$string['showadvanced'] = 'Show advanced';
140+
$string['showless'] = 'Show less';
141+
$string['showmore'] = 'Show more';
142+
$string['size'] = 'Size';
143+
$string['source'] = 'Source';
144+
$string['startingover'] = 'You\'ll be starting over.';
145+
$string['sublevel'] = 'Sublevel';
146+
$string['thumbnail'] = 'Thumbnail';
147+
$string['title'] = 'Title';
148+
$string['undisclosed'] = 'Undisclosed';
149+
$string['unpackedFilesExceedsMaxSize'] = 'The total size of the unpacked files exceeds the maximum size allowed. ({$a->%used} > {$a->%max})';
150+
$string['updatedlibraries'] = 'Updated {$a->%old} H5P libraries.';
151+
$string['updatedlibrary'] = 'Updated {$a->%old} H5P library.';
152+
$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}.';
153+
$string['year'] = 'Year';
154+
$string['years'] = 'Year(s)';
155+
$string['yearsfrom'] = 'Years (from)';
156+
$string['yearsto'] = 'Years (to)';

0 commit comments

Comments
 (0)