mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-76691-master' of https://github.com/sarjona/moodle
This commit is contained in:
commit
81f9751c9e
86 changed files with 4681 additions and 952 deletions
|
@ -65,6 +65,7 @@ $string['cachedef_file_imageinfo'] = 'File image info e.g. dimensions';
|
|||
$string['cachedef_suspended_userids'] = 'List of suspended users per course';
|
||||
$string['cachedef_groupdata'] = 'Course group information';
|
||||
$string['cachedef_h5p_content_type_translations'] = 'H5P content-type libraries translations';
|
||||
$string['cachedef_h5p_libraries'] = 'H5P libraries';
|
||||
$string['cachedef_h5p_library_files'] = 'H5P library files';
|
||||
$string['cachedef_htmlpurifier'] = 'HTML Purifier - cleaned content';
|
||||
$string['cachedef_langmenu'] = 'List of available languages';
|
||||
|
|
|
@ -137,6 +137,7 @@ $string['h5poverview'] = 'H5P overview';
|
|||
$string['h5ppackage'] = 'H5P content type';
|
||||
$string['h5ppackage_help'] = 'An H5P content type is a file with an H5P or ZIP extension containing all libraries required to display the content.';
|
||||
$string['h5psettings'] = 'H5P settings';
|
||||
$string['height'] = 'height';
|
||||
$string['helpChoosingLicense'] = 'Help me choose a license';
|
||||
$string['hideadvanced'] = 'Hide advanced';
|
||||
$string['icon'] = 'Icon';
|
||||
|
@ -202,6 +203,7 @@ $string['missingcontentfolder'] = 'A valid content folder is missing';
|
|||
$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.';
|
||||
$string['missingdependency'] = 'Missing dependency {$a->@dep} required by {$a->@lib}.';
|
||||
$string['missinglibrary'] = 'Missing required library {$a->@library}';
|
||||
$string['missingmainlibrary'] = 'Missing main library {$a->@library}';
|
||||
$string['missinglibraryfile'] = 'The file "{$a->%file}" is missing from library: "{$a->%name}"';
|
||||
$string['missinglibraryjson'] = 'Could not find library.json file with valid json format for library {$a->%name}';
|
||||
$string['missinglibraryproperty'] = 'The required property {$a->%property} is missing from {$a->%library}';
|
||||
|
@ -286,6 +288,7 @@ $string['updatedlibrary'] = 'Updated {$a->%old} H5P library.';
|
|||
$string['uploadlibraries'] = 'Upload H5P content types';
|
||||
$string['updateRegistrationOnHub'] = 'Save account settings';
|
||||
$string['uploadsuccess'] = 'H5P content types uploaded successfully';
|
||||
$string['width'] = 'width';
|
||||
$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}.';
|
||||
$string['year'] = 'Year';
|
||||
$string['years'] = 'Year(s)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue