34 lines
1.5 KiB
PHP
34 lines
1.5 KiB
PHP
|
<?php
|
||
|
// Heading
|
||
|
$_['heading_title'] = 'Manufacturers';
|
||
|
|
||
|
// Text
|
||
|
$_['text_success'] = 'Success: You have modified manufacturers!';
|
||
|
$_['text_list'] = 'Manufacturer List';
|
||
|
$_['text_add'] = 'Add Manufacturer';
|
||
|
$_['text_edit'] = 'Edit Manufacturer';
|
||
|
$_['text_default'] = 'Default';
|
||
|
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
|
||
|
|
||
|
// Column
|
||
|
$_['column_name'] = 'Manufacturer Name';
|
||
|
$_['column_sort_order'] = 'Sort Order';
|
||
|
$_['column_action'] = 'Action';
|
||
|
|
||
|
// Entry
|
||
|
$_['entry_name'] = 'Manufacturer Name';
|
||
|
$_['entry_store'] = 'Stores';
|
||
|
$_['entry_keyword'] = 'Keyword';
|
||
|
$_['entry_image'] = 'Image';
|
||
|
$_['entry_sort_order'] = 'Sort Order';
|
||
|
$_['entry_layout'] = 'Layout Override';
|
||
|
|
||
|
// Error
|
||
|
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
|
||
|
$_['error_permission'] = 'Warning: You do not have permission to modify manufacturers!';
|
||
|
$_['error_name'] = 'Manufacturer Name must be between 1 and 64 characters!';
|
||
|
$_['error_keyword'] = 'SEO URL must be between 1 and 64 characters!';
|
||
|
$_['error_keyword_exists'] = 'SEO URL must be unique!';
|
||
|
$_['error_keyword_character'] = 'Keyword can only use characters a-z, 0-9, - and _!';
|
||
|
$_['error_product'] = 'Warning: This manufacturer cannot be deleted as it is currently assigned to %s products!';
|