shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

event.php (740B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Events';
      4 
      5 // Text
      6 $_['text_success']      = 'Success: You have modified events!';
      7 $_['text_list']         = 'Event List';
      8 $_['text_event']        = 'Events are used by extensions to override the default functionality of your store. If you have issues you can disable or enable the events here.';
      9 $_['text_info']         = 'Event Information';
     10 $_['text_trigger']      = 'Trigger';
     11 $_['text_action']       = 'Action';
     12 
     13 // Column
     14 $_['column_code']       = 'Event Code';
     15 $_['column_status']     = 'Status';
     16 $_['column_sort_order'] = 'Sort Order';
     17 $_['column_action']     = 'Action';
     18 
     19 // Error
     20 $_['error_permission']  = 'Warning: You do not have permission to modify extensions!';