Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2019-07-08 14:02:39 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-07-08 14:02:39 +0300
commitc3c274567e33d14201010c6541b1d6545327e3df (patch)
tree60eadc221e67dcc91f5281e9bf00177e5fbe7dac /page-sharing.php
parent01696f5425bd1e4c210dfce806a1a5f0f71755ce (diff)
update sharing page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-sharing.php')
-rw-r--r--page-sharing.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/page-sharing.php b/page-sharing.php
index 693979d4..c8986e74 100644
--- a/page-sharing.php
+++ b/page-sharing.php
@@ -94,7 +94,8 @@ require(["require.config"], function() {
<ul>
<li><?php echo $l->t('Share with individual users, groups or create custom groups with the');?> <a class="hyperlink" href="https://apps.nextcloud.com/apps/circles">Circles app.</a></li>
<li><?php echo $l->t('Share photo galleries');?></li>
- <li><?php echo $l->t('Share public links read-only, view-only (no download) or with editing capabilities');?></li>
+ <li><?php echo $l->t('Share public links read-only, secure view (no download/print/copy-paste) or with editing capabilities');?></li>
+ <ul><li><?php echo $l->t('Virtual data rooms with comprehensive restrictions on office documents like only allowing to fill in forms, watermarking the view, allowing only comments, enforcing change tracking and more are possible as well. Contact Nextcloud sales for options. ');?></li></ul>
<li><?php echo $l->t('Attach notes to a share, either to a Nextcloud user or to a public link');?></li>
<li><?php echo $l->t('Share directly to users on other Nextcloud, ownCloud or Pydio servers (see below: <a class="hyperlink" href="#federation">federation</a>)');?></li>
</ul>