public function __construct($config = array())
 {
     parent::__construct($config);
     $this->title = \Yii::t('SpaceModule.permissions', 'Create public content');
     $this->description = \Yii::t('SpaceModule.permissions', 'Allows the user to create public content');
 }
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->title = \Yii::t('SpaceModule.permissions', 'Create private space');
     $this->description = \Yii::t('SpaceModule.permissions', 'Can create hidden (private) spaces.');
 }
Exemplo n.º 3
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->title = \Yii::t('CommentModule.permissions', 'Manage content');
     $this->description = \Yii::t('CommentModule.permissions', 'Can manage (e.g. archive, stick or delete) arbitrary content');
 }
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->title = \Yii::t('SpaceModule.permissions', 'Invite users');
     $this->description = \Yii::t('SpaceModule.permissions', 'Allows the user to invite new members to the space');
 }
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->title = \Yii::t('CommentModule.permissions', 'Create comment');
     $this->description = \Yii::t('CommentModule.permissions', 'Allows the user to add comments');
 }
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->title = \Yii::t('SpaceModule.permissions', 'Create public space');
     $this->description = \Yii::t('SpaceModule.permissions', 'Can create public visible spaces. (Listed in directory)');
 }