mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 11:32:10 +00:00
19 lines
485 B
PHP
Executable File
19 lines
485 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Customers Online Report';
|
|
|
|
// Text
|
|
$_['text_list'] = 'Customers Online List';
|
|
$_['text_guest'] = 'Guest';
|
|
|
|
// Column
|
|
$_['column_ip'] = 'IP';
|
|
$_['column_customer'] = 'Customer';
|
|
$_['column_url'] = 'Last Page Visited';
|
|
$_['column_referer'] = 'Referer';
|
|
$_['column_date_added'] = 'Last Click';
|
|
$_['column_action'] = 'Action';
|
|
|
|
// Entry
|
|
$_['entry_ip'] = 'IP';
|
|
$_['entry_customer'] = 'Customer'; |