mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 14:35:10 +00:00
24 lines
984 B
PHP
Executable File
24 lines
984 B
PHP
Executable File
<?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'; |