Current Path : /var/www/opcart/upload/admin/language/en-gb/report/ |
Current File : /var/www/opcart/upload/admin/language/en-gb/report/affiliate_activity.php |
<?php // Heading $_['heading_title'] = 'Affiliate Activity Report'; // Text $_['text_list'] = 'Affiliate Activity List'; $_['text_edit'] = '<a href="affiliate_id=%d">%s</a> updated their account details.'; $_['text_forgotten'] = '<a href="affiliate_id=%d">%s</a> requested a new password.'; $_['text_login'] = '<a href="affiliate_id=%d">%s</a> logged in.'; $_['text_password'] = '<a href="affiliate_id=%d">%s</a> updated their account password.'; $_['text_payment'] = '<a href="affiliate_id=%d">%s</a> updated their payment details.'; $_['text_register'] = '<a href="affiliate_id=%d">%s</a> registered for a new account.'; // Column $_['column_affiliate'] = 'Affiliate'; $_['column_comment'] = 'Comment'; $_['column_ip'] = 'IP'; $_['column_date_added'] = 'Date Added'; // Entry $_['entry_affiliate'] = 'Affiliate'; $_['entry_ip'] = 'IP'; $_['entry_date_start'] = 'Date Start'; $_['entry_date_end'] = 'Date End';