Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

<?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/>.

/**
 * Lang strings.
 *
 * Language strings to be used by local/listcoursefiles
 *
 * @package    local_listcoursefiles
 * @copyright  2016 Martin Gauk (@innoCampus, TU Berlin)
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */


$string['all_files'] = 'All files';
$string['all_wo_submissions'] = 'All w/o submissions';
$string['change_license'] = 'Change license to';
$string['check_uncheck_all'] = 'Select all/none';
$string['component'] = 'Component';
$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.';
$string['eventlicensechanged'] = 'License changed';
$string['filename'] = 'File name';
$string['filesize'] = 'File size';
$string['filetype_all'] = 'All file types';
$string['filetype_archive'] = 'Archive';
$string['filetype_audio'] = 'Audio';
$string['filetype_document'] = 'Document';
$string['filetype_hvp'] = 'H5P Archive';
$string['filetype_image'] = 'Image';
$string['filetype_other'] = 'Other';
$string['filetype_video'] = 'Video';
$string['file_expired'] = 'This file is unavailable for students for copyright reasons.';
$string['filter_components'] = 'Filter component';
$string['filter_filetype'] = 'Filter file type';
$string['invalid_license'] = 'Invalid license given';
$string['license'] = 'License';
$string['license_colors'] = 'License colors';
$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}';
$string['linkname'] = 'Course files';
$string['listcoursefiles:change_license'] = 'Change license';
$string['listcoursefiles:download'] = 'Download files in a course';
$string['listcoursefiles:view'] = 'View all files in a course';
$string['mimetype'] = 'File type';
$string['nothingfound'] = 'No files found';
$string['nottested'] = 'Not tested';
$string['no_file_selected'] = 'You have not selected a file.';
$string['pluginname'] = 'List course files';
$string['privacy:metadata'] = 'The list course files plugin only displays existing files.';
$string['too_many_files'] = 'Too many files given';
$string['uploader'] = 'Uploader';
$string['used'] = 'Used';
$string['zip_download'] = 'Download selected files';