shop.balmet.com

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

option.php (1565B)


      1 <?php
      2 // Heading
      3 $_['heading_title']      = 'Options';
      4 
      5 // Text
      6 $_['text_success']       = 'Success: You have modified options!';
      7 $_['text_list']          = 'Option List';
      8 $_['text_add']           = 'Add Option';
      9 $_['text_edit']          = 'Edit Option';
     10 $_['text_choose']        = 'Choose';
     11 $_['text_select']        = 'Select';
     12 $_['text_radio']         = 'Radio';
     13 $_['text_checkbox']      = 'Checkbox';
     14 $_['text_input']         = 'Input';
     15 $_['text_text']          = 'Text';
     16 $_['text_textarea']      = 'Textarea';
     17 $_['text_file']          = 'File';
     18 $_['text_date']          = 'Date';
     19 $_['text_datetime']      = 'Date &amp; Time';
     20 $_['text_time']          = 'Time';
     21 $_['text_option']        = 'Option';
     22 $_['text_value']         = 'Option Values';
     23 
     24 // Column
     25 $_['column_name']        = 'Option Name';
     26 $_['column_sort_order']  = 'Sort Order';
     27 $_['column_action']      = 'Action';
     28 
     29 // Entry
     30 $_['entry_name']         = 'Option Name';
     31 $_['entry_type']         = 'Type';
     32 $_['entry_option_value'] = 'Option Value Name';
     33 $_['entry_image']        = 'Image';
     34 $_['entry_sort_order']   = 'Sort Order';
     35 
     36 // Error
     37 $_['error_permission']   = 'Warning: You do not have permission to modify options!';
     38 $_['error_name']         = 'Option Name must be between 1 and 128 characters!';
     39 $_['error_type']         = 'Warning: Option Values required!';
     40 $_['error_option_value'] = 'Option Value Name must be between 1 and 128 characters!';
     41 $_['error_product']      = 'Warning: This option cannot be deleted as it is currently assigned to %s products!';