mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
13 lines
324 B
PHP
13 lines
324 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'IP Geschiedenis',
|
|
'access' => 'Toegang tot tijd',
|
|
'access_begin' => 'Toegangstijd begin',
|
|
'access_end' => 'Toegangstijd einde',
|
|
'access_tooltip' => 'De werkelijke tijd was binnen een uur daarvoor.',
|
|
'uri' => 'URI',
|
|
'count' => 'Tel',
|
|
'ip_location' => 'Locatie',
|
|
];
|