mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 13:34:10 +00:00
16 lines
467 B
PHP
Executable File
16 lines
467 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Products Viewed Report';
|
|
|
|
// Text
|
|
$_['text_list'] = 'Products Viewed List';
|
|
$_['text_success'] = 'Success: You have reset the product viewed report!';
|
|
|
|
// Column
|
|
$_['column_name'] = 'Product Name';
|
|
$_['column_model'] = 'Model';
|
|
$_['column_viewed'] = 'Viewed';
|
|
$_['column_percent'] = 'Percent';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to reset product viewed report!'; |