33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Best Sellers';
|
|
|
|
// Text
|
|
$_['text_extension'] = 'Extensions';
|
|
$_['text_success'] = 'Success: You have modified best sellers module!';
|
|
$_['text_next'] = 'Success: You have modified %s best sellers out of %s!';
|
|
$_['text_edit'] = 'Edit Best Sellers Module';
|
|
$_['text_horizontal'] = 'Horizontal';
|
|
$_['text_vertical'] = 'Vertical';
|
|
$_['text_report'] = 'Reports';
|
|
|
|
// Column
|
|
$_['column_product'] = 'Product';
|
|
$_['column_total'] = 'Total';
|
|
|
|
// Entry
|
|
$_['entry_name'] = 'Module Name';
|
|
$_['entry_axis'] = 'Axis';
|
|
$_['entry_limit'] = 'Limit';
|
|
$_['entry_width'] = 'Image Width';
|
|
$_['entry_height'] = 'Image Height';
|
|
$_['entry_status'] = 'Status';
|
|
|
|
// Button
|
|
$_['button_sync'] = 'Generate Best Sellers List';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify best sellers module!';
|
|
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
|
|
$_['error_width'] = 'Width required!';
|
|
$_['error_height'] = 'Height required!'; |