mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
319 B
PHP
13 lines
319 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'IP Historie',
|
|
'access' => 'Tilgangstid',
|
|
'access_begin' => 'Tilgangstid begynner',
|
|
'access_end' => 'Endepunkt for tilgangstid',
|
|
'access_tooltip' => 'Selve tiden var innen én time før dette.',
|
|
'uri' => 'URI',
|
|
'count' => 'Antall',
|
|
'ip_location' => 'Sted',
|
|
];
|