芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/blocks/recentlyaccesseditems/lang/en/block_recentlyaccesseditems.php
. /** * Strings for the Recently accessed items block. * * @package block_recentlyaccesseditems * @copyright 2018 Victor Deniz
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['noitems'] = 'No recent items'; $string['pluginname'] = 'Recently accessed items'; $string['privacy:metadata:cmid'] = 'The ID of the activity or resource'; $string['privacy:metadata:courseid'] = 'Course the item belongs to'; $string['privacy:metadata:block_recentlyaccesseditemstablesummary'] = 'The Recently accessed items block stores information about items that the user accessed recently'; $string['privacy:metadata:timeaccess'] = 'The time when the user last accessed the item'; $string['privacy:metadata:userid'] = 'The ID of the user who accessed the item'; $string['privacy:recentlyaccesseditemspath'] = 'Recently accessed items'; $string['recentlyaccesseditems:myaddinstance'] = 'Add a new recently accessed items block to Dashboard';