shop.balmet.com

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

category.php (2213B)


      1 <?php
      2 // Heading
      3 $_['heading_title']          = 'Categories';
      4 
      5 // Text
      6 $_['text_success']           = 'Success: You have modified categories!';
      7 $_['text_list']              = 'Category List';
      8 $_['text_add']               = 'Add Category';
      9 $_['text_edit']              = 'Edit Category';
     10 $_['text_default']           = 'Default';
     11 $_['text_keyword']           = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
     12 
     13 // Column
     14 $_['column_name']            = 'Category Name';
     15 $_['column_sort_order']      = 'Sort Order';
     16 $_['column_action']          = 'Action';
     17 
     18 // Entry
     19 $_['entry_name']             = 'Category Name';
     20 $_['entry_description']      = 'Description';
     21 $_['entry_meta_title'] 	     = 'Meta Tag Title';
     22 $_['entry_meta_keyword']     = 'Meta Tag Keywords';
     23 $_['entry_meta_description'] = 'Meta Tag Description';
     24 $_['entry_store']            = 'Stores';
     25 $_['entry_keyword']          = 'Keyword';
     26 $_['entry_parent']           = 'Parent';
     27 $_['entry_filter']           = 'Filters';
     28 $_['entry_image']            = 'Image';
     29 $_['entry_top']              = 'Top';
     30 $_['entry_column']           = 'Columns';
     31 $_['entry_sort_order']       = 'Sort Order';
     32 $_['entry_status']           = 'Status';
     33 $_['entry_layout']           = 'Layout Override';
     34 
     35 // Help
     36 $_['help_filter']            = '(Autocomplete)';
     37 $_['help_top']               = 'Display in the top menu bar. Only works for the top parent categories.';
     38 $_['help_column']            = 'Number of columns to use for the bottom 3 categories. Only works for the top parent categories.';
     39 
     40 // Error
     41 $_['error_warning']          = 'Warning: Please check the form carefully for errors!';
     42 $_['error_permission']       = 'Warning: You do not have permission to modify categories!';
     43 $_['error_name']             = 'Category Name must be between 1 and 255 characters!';
     44 $_['error_meta_title']       = 'Meta Title must be greater than 1 and less than 255 characters!';
     45 $_['error_keyword']          = 'SEO URL already in use!';
     46 $_['error_unique']           = 'SEO URL must be unique!';
     47 $_['error_parent']           = 'The parent category you have chosen is a child of the current one!';