shop.balmet.com

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

map.php (522B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'World Map';
      4 
      5 // Text
      6 $_['text_extension']   = 'Extensions';
      7 $_['text_success']     = 'Success: You have modified dashboard map!';
      8 $_['text_edit']        = 'Edit Dashboard Map';
      9 $_['text_order']       = 'Orders';
     10 $_['text_sale']        = 'Sales';
     11 
     12 // Entry
     13 $_['entry_status']     = 'Status';
     14 $_['entry_sort_order'] = 'Sort Order';
     15 $_['entry_width']      = 'Width';
     16 
     17 // Error
     18 $_['error_permission'] = 'Warning: You do not have permission to modify dashboard map!';