mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
"MDL-19180, repository url plugin, download file into moodle by inputing url directly"
This commit is contained in:
parent
d3080510e4
commit
da2946c984
9 changed files with 105 additions and 9 deletions
5
lang/en_utf8/repository_url.php
Normal file
5
lang/en_utf8/repository_url.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php // $Id$
|
||||
$string['repositoryname'] = 'URL Downloader';
|
||||
$string['url'] = 'URL';
|
||||
$string['rename'] = 'Name';
|
||||
$string['download'] = 'Download';
|
Loading…
Add table
Add a link
Reference in a new issue