mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
6 lines
248 B
PHP
6 lines
248 B
PHP
<?php
|
|
$string['repositoryname'] = 'WebDAV repository';
|
|
$string['webdav_server'] = 'WebDAV server';
|
|
$string['webdav_port'] = 'WebDAV server port';
|
|
$string['webdav_user'] = 'WebDAV server user';
|
|
$string['webdav_password'] = 'WebDAV server password';
|