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/manufacturer.php

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

// Text
$_['text_success']       = 'Success: You have modified manufacturers!';
$_['text_default']       = 'Default';
$_['text_image_manager'] = 'Image Manager';
$_['text_browse']        = 'Browse';
$_['text_clear']         = 'Clear';
$_['text_percent']       = 'Percentage';
$_['text_amount']        = 'Fixed Amount';

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

// Entry
$_['entry_name']         = 'Manufacturer Name:';
$_['entry_store']        = 'Stores:';
$_['entry_keyword']      = 'SEO Keyword:<br /><span class="help">Do not use spaces instead replace spaces with - and make sure the keyword is globally unique.</span>';
$_['entry_image']        = 'Image:';
$_['entry_sort_order']   = 'Sort Order:';
$_['entry_type']         = 'Type:';

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