Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/language/english/catalog/
Upload File :
Current File : /var/test/www/alh/admin/language/english/catalog/attribute_group.php

<?php
// Heading
$_['heading_title']     = 'Attribute Groups';

// Text
$_['text_success']      = 'Success: You have modified attribute groups!';

// Column
$_['column_name']       = 'Attribute Group Name';
$_['column_sort_order'] = 'Sort Order';
$_['column_action']     = 'Action';

// Entry
$_['entry_name']        = 'Attribute Group Name:';
$_['entry_sort_order']  = 'Sort Order:';

// Error
$_['error_permission']  = 'Warning: You do not have permission to modify attribute groups!';
$_['error_name']        = 'Attribute Group Name must be between 3 and 64 characters!';
$_['error_attribute']   = 'Warning: This attribute group cannot be deleted as it is currently assigned to %s attributes!';
$_['error_product']     = 'Warning: This attribute group cannot be deleted as it is currently assigned to %s products!';
?>