mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 06:30:53 +08:00
13 lines
323 B
PHP
13 lines
323 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'Ip Historik',
|
|
'access' => 'Adgang til tid',
|
|
'access_begin' => 'Adgang tid begynder',
|
|
'access_end' => 'Adgang tid slut',
|
|
'access_tooltip' => 'Den faktiske tid var inden for en time før dette.',
|
|
'uri' => 'URI',
|
|
'count' => 'Antal',
|
|
'ip_location' => 'Placering',
|
|
];
|