shop.balmet.com

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

latest.php (689B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Latest';
      4 
      5 // Text
      6 $_['text_extension']   = 'Extensions';
      7 $_['text_success']     = 'Success: You have modified latest module!';
      8 $_['text_edit']        = 'Edit Latest Module';
      9 
     10 // Entry
     11 $_['entry_name']       = 'Module Name';
     12 $_['entry_limit']      = 'Limit';
     13 $_['entry_width']      = 'Width';
     14 $_['entry_height']     = 'Height';
     15 $_['entry_status']     = 'Status';
     16 
     17 // Error
     18 $_['error_permission'] = 'Warning: You do not have permission to modify latest module!';
     19 $_['error_name']       = 'Module Name must be between 3 and 64 characters!';
     20 $_['error_width']      = 'Width required!';
     21 $_['error_height']     = 'Height required!';