Files
nexusphp/resources/lang/en/ip-log.php
2025-10-14 14:54:44 +07:00

13 lines
316 B
PHP

<?php
return [
'label' => 'IP History',
'access' => 'Access time',
'access_begin' => 'Access time begin',
'access_end' => 'Access time end',
'access_tooltip' => 'The actual time was within one hour prior to this.',
'uri' => 'URI',
'count' => 'Count',
'ip_location' => 'Location',
];