X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lang/en
home
/
cbholdings
/
pasukulu
/
lang
/
en
/
π
..
π
access.php
(1.73 KB)
π
admin.php
(168.43 KB)
π
adminpresets.php
(3.27 KB)
π
analytics.php
(13.17 KB)
π
antivirus.php
(4.06 KB)
π
auth.php
(16.23 KB)
π
availability.php
(3.64 KB)
π
backup.php
(31.61 KB)
π
badges.php
(43.71 KB)
π
block.php
(5.2 KB)
π
blog.php
(13.43 KB)
π
bulkusers.php
(2.19 KB)
π
cache.php
(14.61 KB)
π
calendar.php
(16.74 KB)
π
cohort.php
(5.39 KB)
π
comment.php
(1.32 KB)
π
competency.php
(13.56 KB)
π
completion.php
(18.24 KB)
π
contentbank.php
(5.51 KB)
π
countries.php
(8.5 KB)
π
course.php
(12.97 KB)
π
courseformat.php
(3.46 KB)
π
currencies.php
(6.61 KB)
π
customfield.php
(5.58 KB)
π
dbtransfer.php
(1.91 KB)
π
debug.php
(3.82 KB)
π
deprecated.txt
(2.48 KB)
π
editor.php
(6.74 KB)
π
edufields.php
(23.01 KB)
π
enrol.php
(10.86 KB)
π
error.php
(52.02 KB)
π
external.php
(2.42 KB)
π
favourites.php
(1.67 KB)
π
fileconverter.php
(1.1 KB)
π
files.php
(2.31 KB)
π
filters.php
(4.33 KB)
π
fonts
π
form.php
(4.63 KB)
π
grades.php
(66.39 KB)
π
grading.php
(7.73 KB)
π
group.php
(13.18 KB)
π
h5p.php
(20.18 KB)
π
hub.php
(12.77 KB)
π
imscc.php
(2.13 KB)
π
install.php
(19.29 KB)
π
iso6392.php
(16.06 KB)
π
langconfig.php
(2.83 KB)
π
license.php
(1.8 KB)
π
mathslib.php
(2.06 KB)
π
media.php
(2.15 KB)
π
message.php
(18.88 KB)
π
mimetypes.php
(5.12 KB)
π
mnet.php
(21.1 KB)
π
moodle.php
(152.22 KB)
π
my.php
(2.23 KB)
π
notes.php
(3.83 KB)
π
pagetype.php
(1.9 KB)
π
payment.php
(4.49 KB)
π
pix.php
(1.6 KB)
π
plagiarism.php
(1.52 KB)
π
plugin.php
(18.06 KB)
π
portfolio.php
(16.06 KB)
π
privacy.php
(2.65 KB)
π
question.php
(39.86 KB)
π
rating.php
(3.58 KB)
π
reportbuilder.php
(16.43 KB)
π
repository.php
(16.72 KB)
π
role.php
(33.64 KB)
π
rss.php
(1021 B)
π
search.php
(7.98 KB)
π
table.php
(1.13 KB)
π
tag.php
(9.21 KB)
π
timezones.php
(21.61 KB)
π
user.php
(11.14 KB)
π
userkey.php
(2.81 KB)
π
webservice.php
(18.22 KB)
π
xapi.php
(1.81 KB)
Editing: files.php
<?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(); $string['eventfileaddedtodraftarea'] = 'File added to draft area'; $string['privacy:metadata:file_conversions'] = 'A record of the file conversions performed by a user.'; $string['privacy:metadata:file_conversion:usermodified'] = 'The user who started the file conversion.'; $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'; $string['privacy:metadata:files:license'] = 'The licence of the file\'s content'; $string['privacy:metadata:files:mimetype'] = 'The MIME type of the file'; $string['privacy:metadata:files:source'] = 'The source of the file'; $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'; $string['privacy:metadata:files:userid'] = 'The user who created the file'; $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.';
Upload File
Create Folder