shop.balmet.com

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

html.php (610B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'HTML Content';
      4 
      5 // Text
      6 $_['text_extension']    = 'Extensions';
      7 $_['text_success']      = 'Success: You have modified HTML Content module!';
      8 $_['text_edit']         = 'Edit HTML Content Module';
      9 
     10 // Entry
     11 $_['entry_name']        = 'Module Name';
     12 $_['entry_title']       = 'Heading Title';
     13 $_['entry_description'] = 'Description';
     14 $_['entry_status']      = 'Status';
     15 
     16 // Error
     17 $_['error_permission']  = 'Warning: You do not have permission to modify HTML Content module!';
     18 $_['error_name']        = 'Module Name must be between 3 and 64 characters!';