moodle/lang/en_utf8/repository_webdav.php

10 lines
392 B
PHP

<?php
$string['repositoryname'] = 'WebDAV repository';
$string['configplugin'] = 'WebDav configuration';
$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';
$string['http'] = 'HTTP';
$string['https'] = 'HTTPS';