Your IP : 216.73.216.95


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

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

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

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

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

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