mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
13 lines
318 B
PHP
13 lines
318 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'label' => 'IP historik',
|
||
|
|
'access' => 'Åtkomsttid',
|
||
|
|
'access_begin' => 'Åtkomsttid börjar',
|
||
|
|
'access_end' => 'Åtkomsttid slutar',
|
||
|
|
'access_tooltip' => 'Den faktiska tiden var inom en timme före detta.',
|
||
|
|
'uri' => 'URI',
|
||
|
|
'count' => 'Antal',
|
||
|
|
'ip_location' => 'Plats',
|
||
|
|
];
|