芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/lang/en/favourites.php
. /** * Strings for component 'favourites', language 'en', branch 'master' * * @package core_favourites * @copyright 2018 Jake Dallimore
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['privacy:metadata:favourite'] = 'Stores references to items which have been starred.'; $string['privacy:metadata:favourite:component'] = 'The component which the starred item belongs to e.g. core_user'; $string['privacy:metadata:favourite:itemid'] = 'The identifier for the item being starred'; $string['privacy:metadata:favourite:itemtype'] = 'The starred item type e.g. course'; $string['privacy:metadata:favourite:ordering'] = 'A number used to order starred items of the same type'; $string['privacy:metadata:favourite:timecreated'] = 'The time when the item was starred'; $string['privacy:metadata:favourite:timemodified'] = 'The time when the starred item was last modified'; $string['privacy:metadata:favourite:userid'] = 'The ID of the user who starred the item';