mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
Merge branch 'MDL-69270-310' of git://github.com/ferranrecio/moodle into MOODLE_310_STABLE
This commit is contained in:
commit
10ba6d0aa1
12 changed files with 306 additions and 4 deletions
|
@ -36,6 +36,7 @@ $string['contenttypenoedit'] = 'You can not edit this content';
|
|||
$string['emptynamenotallowed'] = 'Empty name is not allowed';
|
||||
$string['eventcontentcreated'] = 'Content created';
|
||||
$string['eventcontentdeleted'] = 'Content deleted';
|
||||
$string['eventcontentreplaced'] = 'Content replaced with file';
|
||||
$string['eventcontentupdated'] = 'Content updated';
|
||||
$string['eventcontentuploaded'] = 'Content uploaded';
|
||||
$string['eventcontentviewed'] = 'Content viewed';
|
||||
|
@ -64,6 +65,7 @@ $string['privacy:metadata:userid'] = 'The ID of the user creating or modifying c
|
|||
$string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\'';
|
||||
$string['rename'] = 'Rename';
|
||||
$string['renamecontent'] = 'Rename content';
|
||||
$string['replacecontent'] = 'Replace with file';
|
||||
$string['searchcontentbankbyname'] = 'Search for content by name';
|
||||
$string['size'] = 'Size';
|
||||
$string['timecreated'] = 'Time created';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue