mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
12 lines
443 B
PHP
12 lines
443 B
PHP
<?php
|
|
$string['configplugin'] = 'WebDav configuration';
|
|
$string['http'] = 'HTTP';
|
|
$string['https'] = 'HTTPS';
|
|
$string['repositoryname'] = 'WebDAV repository';
|
|
$string['webdav:view'] = 'View WebDav repository';
|
|
$string['webdav_type'] = 'WebDav type';
|
|
$string['webdav_server'] = 'WebDAV server';
|
|
$string['webdav_port'] = 'WebDAV server port';
|
|
$string['webdav_user'] = 'WebDAV server user';
|
|
$string['webdav_password'] = 'WebDAV server password';
|