module.php 402 B

12345678910
  1. <?php
  2. $this->registerModule($module, 'main', __('PseudoCRM'), 'Nightfly',
  3. array(
  4. 'PSEUDOCRM' => __('right to view PseudoCRM'),
  5. 'PSEUDOCRMLEADS' => __('right to manage PseudoCRM leads'),
  6. 'PSEUDOCRMACTS' => __('right to manage PseudoCRM leads activities'),
  7. 'PSEUDOCRMACTMGR' => __('right to manage all of PseudoCRM leads activities'),
  8. ));