mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-18 15:50:50 +08:00
13 lines
330 B
PHP
13 lines
330 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'label' => 'IP-Chronik',
|
||
|
|
'access' => 'Zugriffszeit',
|
||
|
|
'access_begin' => 'Zugriffszeit beginnen',
|
||
|
|
'access_end' => 'Zugriffszeit Ende',
|
||
|
|
'access_tooltip' => 'Die tatsächliche Zeit lag innerhalb einer Stunde davor.',
|
||
|
|
'uri' => 'URI',
|
||
|
|
'count' => 'Anzahl',
|
||
|
|
'ip_location' => 'Standort',
|
||
|
|
];
|