shop.balmet.com

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

developer.php (679B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Developer Settings';
      4 
      5 // Text
      6 $_['text_success']     = 'Success: You have modified developer settings!';
      7 $_['text_theme']       = 'theme';
      8 $_['text_sass']        = 'SASS';
      9 $_['text_cache']       = 'Success: You have cleared the %s cache!';
     10 
     11 // Column
     12 $_['column_component'] = 'Component';
     13 $_['column_action']    = 'Action';
     14 
     15 // Entry
     16 $_['entry_theme']      = 'Theme';
     17 $_['entry_sass']       = 'SASS';
     18 $_['entry_cache']      = 'Cache';
     19 
     20 // Button
     21 $_['button_on']        = 'On';
     22 $_['button_off']       = 'Off';
     23 
     24 // Error
     25 $_['error_permission'] = 'Warning: You do not have permission to modify developer settings!';