module.php 272 B

1234567
  1. <?php
  2. $this->registerModule($module, 'main', __('Doomsday tariffs'), 'Nightfly', array(
  3. 'DDT' => __('right to view doomsday tariffs history'),
  4. 'DDTCONF' => __('right to manage doomsday tariffs'),
  5. 'SWRTZNGRFREEZE' => __('ultimative freezing ability')
  6. ));
  7. ?>