module.php 220 B

123456789101112
  1. <?php
  2. $this->registerModule(
  3. $module,
  4. 'main',
  5. 'Export',
  6. 'Nightfly',
  7. array(
  8. 'EXPORT' => __('right to export archive records'),
  9. 'MOTION' => __('right to use motion detection'),
  10. )
  11. );