mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 13:34:10 +00:00
add latest translate by by Sirchyk
This commit is contained in:
19
admin/language/ukrainian/report/customer_online.php
Executable file
19
admin/language/ukrainian/report/customer_online.php
Executable file
@@ -0,0 +1,19 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user