Update strings

update strings to contain addon
This commit is contained in:
Adam Magness 2018-01-20 11:01:59 -05:00
parent c71f7b0e1a
commit 96c41e5623
519 changed files with 829 additions and 829 deletions

View file

@ -1,7 +1,7 @@
<?php
/**
* This plugin provides support for RFC4709: Mounting WebDAV servers
* This addon provides support for RFC4709: Mounting WebDAV servers
*
* Simply append ?mount to any collection to generate the davmount response.
*
@ -20,7 +20,7 @@ class Sabre_DAV_Mount_Plugin extends Sabre_DAV_ServerPlugin {
private $server;
/**
* Initializes the plugin and registers event handles
* Initializes the addon and registers event handles
*
* @param Sabre_DAV_Server $server
* @return void