/
var
/
www
/
html
/
eccsm
/
blocks
/
repo_filemanager
/
lang
/
en
/
Upload File
HOME
<?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/>. /** * Strings for component 'block_login', language 'en', branch 'MOODLE_20_STABLE' * * @package block_repo_manager * @copyright Tim Williams (tmw@autotrain.org) for AutoTrain * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['repo_filemanager:addinstance'] = 'Add a new Repository File Manager'; $string['repo_filemanager:myaddinstance'] = 'Add a new Repository File Manager to Dashboard'; $string['addfile'] = 'Add this file'; $string['alldone'] = 'The file has now been added to your resource. Please close this window to continue.'; $string['alreadyexists'] = 'already exists'; $string['available_repo'] = 'Available Repositories'; $string['badrepotype'] = 'This repository type is not recognised by the Repository file manager'; $string['closewindow'] = 'Close Repository File Manager'; $string['coursefilearea'] = 'Course File Area'; $string['deleteerror'] = 'Error: Could not delete'; $string['pluginname'] = 'Repository File Manager'; $string['manage_files'] = 'Open File Manager'; $string['nocreate'] = 'Error: could not create '; $string['not_manageable'] = 'This repository type cannot be managed using the repository file manager'; $string['notmoved'] = 'Not moved'; $string['noview'] = 'Sorry, files in this repository type cannot be previewed'; $string['refresh'] = 'You may need to click the "Refresh File List" button to see the updated file list.'; $string['refreshlist'] = 'Refresh List'; $string['renameerror'] = 'could not rename'; $string['uploadafile'] = 'Upload file to this repository'; $string['userepoman'] = 'Add with Repository File Manager'; $string['warningblockingdelete'] = 'The resource which owns these files has blocked this delete operation.';