2018-04-27 11:45:06 +08:00
< ? php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Language file .
*
* @ package core_files
* @ copyright 2018 Frédéric Massart
* @ author Frédéric Massart < fred @ branchup . tech >
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
defined ( 'MOODLE_INTERNAL' ) || die ();
2023-06-12 21:10:22 +01:00
$string [ 'contenthash' ] = 'Content hash' ;
2023-03-01 14:39:27 +00:00
$string [ 'eventfileaddedtodraftarea' ] = 'File added to draft area' ;
2023-04-25 17:05:57 +01:00
$string [ 'eventfiledeletedfromdraftarea' ] = 'File deleted from draft area' ;
2022-08-29 20:51:47 +02:00
$string [ 'privacy:metadata:file_conversions' ] = 'A record of the file conversions performed by a user.' ;
2021-07-01 13:59:27 +10:00
$string [ 'privacy:metadata:file_conversion:usermodified' ] = 'The user who started the file conversion.' ;
2018-04-27 11:45:06 +08:00
$string [ 'privacy:metadata:files' ] = 'A record of the files uploaded or shared by users' ;
$string [ 'privacy:metadata:files:author' ] = 'The author of the file\'s content' ;
$string [ 'privacy:metadata:files:contenthash' ] = 'A hash of the file\'s content' ;
$string [ 'privacy:metadata:files:filename' ] = 'The name of the file in its file area' ;
$string [ 'privacy:metadata:files:filepath' ] = 'The path to the file in its file area' ;
$string [ 'privacy:metadata:files:filesize' ] = 'The size of the file' ;
2020-06-09 20:56:34 +02:00
$string [ 'privacy:metadata:files:license' ] = 'The licence of the file\'s content' ;
2018-04-27 11:45:06 +08:00
$string [ 'privacy:metadata:files:mimetype' ] = 'The MIME type of the file' ;
$string [ 'privacy:metadata:files:source' ] = 'The source of the file' ;
2018-05-09 21:32:33 +02:00
$string [ 'privacy:metadata:files:timecreated' ] = 'The time when the file was created' ;
$string [ 'privacy:metadata:files:timemodified' ] = 'The time when the file was last modified' ;
2018-04-27 11:45:06 +08:00
$string [ 'privacy:metadata:files:userid' ] = 'The user who created the file' ;
2018-06-03 21:06:45 +08:00
$string [ 'privacy:metadata:core_userkey' ] = 'A private token is generated and stored. This token can be used to access Moodle files without requiring you to log in.' ;