@@ -9,10 +9,10 @@ discard block |
||
9 | 9 | |
10 | 10 | <div id="fileSharingSettings" class="section"> |
11 | 11 | <h2> |
12 | - <?php p($l->t('Federated Cloud Sharing'));?> |
|
12 | + <?php p($l->t('Federated Cloud Sharing')); ?> |
|
13 | 13 | </h2> |
14 | 14 | <a target="_blank" rel="noreferrer noopener" class="icon-info svg" |
15 | - title="<?php p($l->t('Open documentation'));?>" |
|
15 | + title="<?php p($l->t('Open documentation')); ?>" |
|
16 | 16 | href="<?php p(link_to_docs('admin-sharing-federated')); ?>"></a> |
17 | 17 | |
18 | 18 | <p class="settings-hint"><?php p($l->t('Adjust how people can share between servers.')); ?></p> |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | print_unescaped('checked="checked"'); |
24 | 24 | } ?> /> |
25 | 25 | <label for="outgoingServer2serverShareEnabled"> |
26 | - <?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares'));?> |
|
26 | + <?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares')); ?> |
|
27 | 27 | </label> |
28 | 28 | </p> |
29 | 29 | <p> |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | print_unescaped('checked="checked"'); |
33 | 33 | } ?> /> |
34 | 34 | <label for="incomingServer2serverShareEnabled"> |
35 | - <?php p($l->t('Allow users on this server to receive shares from other servers'));?> |
|
35 | + <?php p($l->t('Allow users on this server to receive shares from other servers')); ?> |
|
36 | 36 | </label><br/> |
37 | 37 | </p> |
38 | 38 | <?php if ($_['federatedGroupSharingSupported']): ?> |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | print_unescaped('checked="checked"'); |
43 | 43 | } ?> /> |
44 | 44 | <label for="outgoingServer2serverGroupShareEnabled"> |
45 | - <?php p($l->t('Allow users on this server to send shares to groups on other servers'));?> |
|
45 | + <?php p($l->t('Allow users on this server to send shares to groups on other servers')); ?> |
|
46 | 46 | </label> |
47 | 47 | </p> |
48 | 48 | <p> |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | print_unescaped('checked="checked"'); |
52 | 52 | } ?> /> |
53 | 53 | <label for="incomingServer2serverGroupShareEnabled"> |
54 | - <?php p($l->t('Allow users on this server to receive group shares from other servers'));?> |
|
54 | + <?php p($l->t('Allow users on this server to receive group shares from other servers')); ?> |
|
55 | 55 | </label><br/> |
56 | 56 | </p> |
57 | 57 | <?php endif; ?> |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | print_unescaped('checked="checked"'); |
62 | 62 | } ?> /> |
63 | 63 | <label for="lookupServerEnabled"> |
64 | - <?php p($l->t('Search global and public address book for users'));?> |
|
64 | + <?php p($l->t('Search global and public address book for users')); ?> |
|
65 | 65 | </label><br/> |
66 | 66 | </p> |
67 | 67 | <p> |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | print_unescaped('checked="checked"'); |
71 | 71 | } ?> /> |
72 | 72 | <label for="lookupServerUploadEnabled"> |
73 | - <?php p($l->t('Allow users to publish their data to a global and public address book'));?> |
|
73 | + <?php p($l->t('Allow users to publish their data to a global and public address book')); ?> |
|
74 | 74 | </label><br/> |
75 | 75 | </p> |
76 | 76 |