<?php
// Heading 
$_['heading_title']         = 'Attributes + extra product info on category pages';

// Description
$_['description_enabled']         = 'Enable / Disable';
$_['description_layout']          = 'Tip: create a new layout in your admin area admin panel => System => Design => Layouts | choose your store | give it a name | Route: product/category.<br />Now create a new module here and choose this newly created layout.<br />Go to the category you want to assign this new module to and choose the new layout in the last tab.<br />Now do the same for all modules that are assigned to your category pages, you will now have customized categories each with their own banners or whatever modules you assign to them.';
$_['description_position']        = 'With this setting you can choose where you want to show the selected information, the code will be injected after the selected element the information will be inside following div<br /><br />&lt;div class="extra-info"&gt;&lt;/div&gt;';
$_['description_color']           = 'Choose your text color, font-weight and text size. The label can be disabled under view settings, every information will be in this format<br />( Label: value )';
$_['description_attribute_group'] = 'Start to type the name of an attributegroup. In the Attributes: box below you can choose what individual attributes you want to show.';
$_['description_attribute']       = 'Choose the attributes that you want to show.';
$_['description_label']           = 'Do you want to show the label and value or only the value.<br /><br />Example:<br />( label ) - Country:<br />( value ) - France<br /><br />Country: France';
$_['description_description']     = 'The minimum length of the grid description is 20!!!<br />The grid view description length cannot be longer than the list view description!!!';
$_['description_view']            = 'With this setting you can disable grid or list view in the frontend of your store, if your theme removed this view this setting will not make it apear again!!!';
$_['description_initial_view']    = 'When someone first enters your store do you want them to see categories in grid or list view.<br />Note: to check this setting in the frontend of your store you have to clear your cookies.';
$_['description_wishlist']        = 'Disable wishlist. This setting is going to try to remove everything related to wishlist, under account/account, common/footer, common/header, extention/account, product/category, product/product this will maybe fail partly with themes, you will have to manually remove the routes that are not cleaned.';

$_['description_modules_show']    = 'Show in featured / bestseller / special / new modules?';

// Text
$_['text_module']                   = 'Modules';
$_['text_add_module']               = 'Add Module';
$_['text_true']                     = 'true';
$_['text_false']                    = 'false';
$_['text_top']                      = 'Top';
$_['text_content_top']              = 'Content Top';
$_['text_content_bottom']           = 'Content Bottom';
$_['text_column_left']              = 'Column Left';
$_['text_column_right']             = 'Column Right';
$_['text_select_all']               = 'Select all';
$_['text_unselect_all']             = 'Unselect all';
$_['text_success']                  = 'Success: You have modified your module!';
$_['text_name']                     = 'Before Name';
$_['text_description']              = 'Before Description';
$_['text_price']                    = 'Before Price';
$_['text_rating']                   = 'Before Rating';
$_['text_button']                   = 'Before Button';
$_['text_after_button']             = 'After Button';
$_['text_normal']                   = 'Normal';
$_['text_bold']                     = 'Bold';
$_['text_none']                     = 'None';
$_['text_grid']                     = 'Grid';
$_['text_list']                     = 'List';

// Entry
$_['entry_title']           = 'Title:';
$_['entry_enabled']         = 'Enabled:';
$_['entry_layout']          = 'Layout:';
$_['entry_status']          = 'Status:';
$_['entry_initial_view']    = 'Initial view:';
$_['entry_wishlist']        = 'Disable Wishlist:';

$_['title_group_label']     = 'Title settings:';
$_['title_label']           = 'Label settings:';
$_['title_value']           = 'Value settings:';
$_['title_list']            = 'List view settings:';
$_['title_grid']            = 'Grid view settings:';
$_['title_attributes']      = 'Attributes:';

$_['entry_view']            = 'Disable view:';
$_['entry_position']        = 'Position in this view:';
$_['entry_description']     = 'Description length:';
$_['entry_group_label']     = 'Show Title:';
$_['entry_label']           = 'Show label:';
$_['entry_brand']           = 'Show brand:';
$_['entry_model']           = 'Show model:';
$_['entry_available']       = 'Show available:';
$_['entry_attributes']      = 'Attribute groups:';

$_['entry_color']           = 'Text color:';
$_['entry_weight']          = 'Font weight:';
$_['entry_size']            = 'Text size:';

$_['entry_modules_show']        = 'Show in modules:';


// Error
$_['error_permission_clear']    = 'Warning: you do not have permission to refresh the database cache!';
$_['error_permission_refresh']  = 'Warning: you do not have permission to refresh the html cache!!';
$_['error_fopen']               = 'Warning: the following urls could not be refreshed!!';

// Success 
$_['success_clear_cache']       = 'Success: Top products database cache cleared!';
$_['success_set_cache']         = 'Success: Top products html cache is now refreshed!';
$_['success_reset']             = 'Success: All Most viewed data is reset!';

// buttons
$_['button_back']             = 'Back';
?>