43 |
efrain |
1 |
<?php
|
|
|
2 |
// This file is part of Moodle - http://moodle.org/
|
|
|
3 |
//
|
|
|
4 |
// Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
// it under the terms of the GNU General Public License as published by
|
|
|
6 |
// the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
// (at your option) any later version.
|
|
|
8 |
//
|
|
|
9 |
// Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
// GNU General Public License for more details.
|
|
|
13 |
//
|
|
|
14 |
// You should have received a copy of the GNU General Public License
|
|
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
|
|
|
17 |
/**
|
|
|
18 |
* Lang strings.
|
|
|
19 |
*
|
|
|
20 |
* Language strings to be used by local/listcoursefiles
|
|
|
21 |
*
|
|
|
22 |
* @package local_listcoursefiles
|
|
|
23 |
* @copyright 2016 Martin Gauk (@innoCampus, TU Berlin)
|
|
|
24 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
25 |
*/
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
$string['all_files'] = 'All files';
|
|
|
29 |
$string['all_wo_submissions'] = 'All w/o submissions';
|
|
|
30 |
$string['change_license'] = 'Change license to';
|
|
|
31 |
$string['check_uncheck_all'] = 'Select all/none';
|
|
|
32 |
$string['component'] = 'Component';
|
|
|
33 |
$string['description'] = 'This page lists all files in the course. Please note that due to technical reasons not all files can be viewed from here.';
|
|
|
34 |
$string['eventlicensechanged'] = 'License changed';
|
|
|
35 |
$string['filename'] = 'File name';
|
|
|
36 |
$string['filesize'] = 'File size';
|
|
|
37 |
$string['filetype_all'] = 'All file types';
|
|
|
38 |
$string['filetype_archive'] = 'Archive';
|
|
|
39 |
$string['filetype_audio'] = 'Audio';
|
|
|
40 |
$string['filetype_document'] = 'Document';
|
|
|
41 |
$string['filetype_hvp'] = 'H5P Archive';
|
|
|
42 |
$string['filetype_image'] = 'Image';
|
|
|
43 |
$string['filetype_other'] = 'Other';
|
|
|
44 |
$string['filetype_video'] = 'Video';
|
|
|
45 |
$string['file_expired'] = 'This file is unavailable for students for copyright reasons.';
|
|
|
46 |
$string['filter_components'] = 'Filter component';
|
|
|
47 |
$string['filter_filetype'] = 'Filter file type';
|
|
|
48 |
$string['invalid_license'] = 'Invalid license given';
|
|
|
49 |
$string['license'] = 'License';
|
|
|
50 |
$string['license_colors'] = 'License colors';
|
|
|
51 |
$string['license_colors_desc'] = 'You may use this to define a font color for a license. Specify one license (short name) following a space and the RGB color code (without #) per line (e.g. allrightsreserved ff0000). Available licenses and their shortnames are: {$a}';
|
|
|
52 |
$string['linkname'] = 'Course files';
|
|
|
53 |
$string['listcoursefiles:change_license'] = 'Change license';
|
|
|
54 |
$string['listcoursefiles:download'] = 'Download files in a course';
|
|
|
55 |
$string['listcoursefiles:view'] = 'View all files in a course';
|
|
|
56 |
$string['mimetype'] = 'File type';
|
|
|
57 |
$string['nothingfound'] = 'No files found';
|
|
|
58 |
$string['nottested'] = 'Not tested';
|
|
|
59 |
$string['no_file_selected'] = 'You have not selected a file.';
|
|
|
60 |
$string['pluginname'] = 'List course files';
|
|
|
61 |
$string['privacy:metadata'] = 'The list course files plugin only displays existing files.';
|
|
|
62 |
$string['too_many_files'] = 'Too many files given';
|
|
|
63 |
$string['uploader'] = 'Uploader';
|
|
|
64 |
$string['used'] = 'Used';
|
|
|
65 |
$string['zip_download'] = 'Download selected files';
|