. /** * Strings for component 'repository_webdav', language 'ca', branch 'MOODLE_22_STABLE' * * @package repository_webdav * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['configplugin'] = 'Configuració WebDAV'; $string['http'] = 'HTTP'; $string['https'] = 'HTTPS'; $string['pluginname'] = 'Repositorit WebDAV'; $string['webdav'] = 'WebDAV'; $string['webdavbasicauth'] = 'Autenticació bàsica WEbDAV'; $string['webdavdigestauth'] = 'Autenticació digest WebDAV'; $string['webdav_password'] = 'Contrasenya del servidor WebDAV'; $string['webdav_path'] = 'Camí WebDAV'; $string['webdav_port'] = 'Port del servidor WebDAV'; $string['webdav_server'] = 'Servidor WebDAV'; $string['webdav_type'] = 'Tipus WebDAV'; $string['webdav_user'] = 'Usuari del servidor WebDAV'; $string['webdav:view'] = 'Mostra el repositori de WebDAV';