shop.balmet.com

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

translation.php (1019B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Language Editor';
      4 
      5 // Text
      6 $_['text_success']     = 'Success: You have modified language editor!';
      7 $_['text_list']        = 'Translation List';
      8 $_['text_edit']        = 'Edit Translation';
      9 $_['text_add']         = 'Add Translation';
     10 $_['text_default']     = 'Default';
     11 $_['text_store']       = 'Store';
     12 $_['text_language']    = 'Language';
     13 
     14 // Column
     15 $_['column_store']     = 'Store';
     16 $_['column_language']  = 'Language';
     17 $_['column_route']     = 'Route';
     18 $_['column_key']       = 'Key';
     19 $_['column_value']     = 'Value';
     20 $_['column_action']    = 'Action';
     21 
     22 // Entry
     23 $_['entry_store']      = 'Store';
     24 $_['entry_language']   = 'Language';
     25 $_['entry_route']      = 'Route';
     26 $_['entry_key']        = 'Key';
     27 $_['entry_default']    = 'Default';
     28 $_['entry_value']      = 'Value';
     29 
     30 // Error
     31 $_['error_permission'] = 'Warning: You do not have permission to modify language editor!';
     32 $_['error_key']        = 'Key must be between 3 and 64 characters!';