aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Access/Permissions.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Access/Permissions.php')
-rw-r--r--Zotlabs/Access/Permissions.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php
index 0f1a04b31..b389fc229 100644
--- a/Zotlabs/Access/Permissions.php
+++ b/Zotlabs/Access/Permissions.php
@@ -27,22 +27,22 @@ class Permissions {
static public function Perms($filter = '') {
$perms = [
- [ 'view_stream' => t('Can view my normal stream and posts') ],
- [ 'send_stream' => t('Can send me their channel stream and posts') ],
- [ 'view_profile' => t('Can view my default channel profile') ],
- [ 'view_contacts' => t('Can view my connections') ],
- [ 'view_storage' => t('Can view my file storage and photos') ],
- [ 'write_storage' => t('Can upload/modify my file storage and photos') ],
- [ 'view_pages' => t('Can view my channel webpages') ],
- [ 'write_pages' => t('Can create/edit my channel webpages') ],
- [ 'post_wall' => t('Can post on my channel (wall) page') ],
- [ 'post_comments' => t('Can comment on or like my posts') ],
- [ 'post_mail' => t('Can send me private mail messages') ],
- [ 'post_like' => t('Can like/dislike profiles and profile things') ],
- [ 'tag_deliver' => t('Can forward to all my channel connections via @+ mentions in posts') ],
- [ 'chat' => t('Can chat with me') ],
- [ 'republish' => t('Can source my public posts in derived channels') ],
- [ 'delegate' => t('Can administer my channel') ]
+ 'view_stream' => t('Can view my channel stream and posts'),
+ 'send_stream' => t('Can send me their channel stream and posts'),
+ 'view_profile' => t('Can view my default channel profile'),
+ 'view_contacts' => t('Can view my connections'),
+ 'view_storage' => t('Can view my file storage and photos'),
+ 'write_storage' => t('Can upload/modify my file storage and photos'),
+ 'view_pages' => t('Can view my channel webpages'),
+ 'write_pages' => t('Can create/edit my channel webpages'),
+ 'post_wall' => t('Can post on my channel (wall) page'),
+ 'post_comments' => t('Can comment on or like my posts'),
+ 'post_mail' => t('Can send me private mail messages'),
+ 'post_like' => t('Can like/dislike profiles and profile things'),
+ 'tag_deliver' => t('Can forward to all my channel connections via @+ mentions in posts'),
+ 'chat' => t('Can chat with me'),
+ 'republish' => t('Can source my public posts in derived channels'),
+ 'delegate' => t('Can administer my channel')
];
$x = array('permissions' => $perms, 'filter' => $filter);