shop.balmet.com

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

ip.php (937B)


      1 <?php
      2 // Heading
      3 $_['heading_title']      = 'Anti-Fraud IP';
      4 
      5 // Text
      6 $_['text_extension']     = 'Extensions';
      7 $_['text_success']       = 'Success: You have modified Anti-Fraud IP!';
      8 $_['text_edit']          = 'Edit Anti-Fraud IP';
      9 $_['text_ip_add']        = 'Add IP Address';
     10 $_['text_ip_list']       = 'Fraud IP Address List';
     11 
     12 // Column
     13 $_['column_ip']          = 'IP';
     14 $_['column_total']       = 'Total Accounts';
     15 $_['column_date_added']  = 'Date Added';
     16 $_['column_action']      = 'Action';
     17 
     18 // Entry
     19 $_['entry_ip']           = 'IP';
     20 $_['entry_status']       = 'Status';
     21 $_['entry_order_status'] = 'Order Status';
     22 
     23 // Help
     24 $_['help_order_status']  = 'Customers that have a banned IP on their accounts will be assigned this order status and will not be allowed to reach the complete status automatically.';
     25 
     26 // Error
     27 $_['error_permission']   = 'Warning: You do not have permission to modify Anti-Fraud IP!';