You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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.';
$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';
$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}.';
0 commit comments