mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
13 lines
374 B
PHP
13 lines
374 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'Ip Søgning',
|
|
'placeholder' => 'Indtast IP\'en der skal søges; ellers vil resultaterne være tomme',
|
|
'last_access_ip' => 'Seneste IP',
|
|
'last_access' => 'Seneste adgang',
|
|
'ip_count' => 'IP antal',
|
|
'ip_last_access' => 'Denne IP er senest tilgået',
|
|
'user_added' => 'Tilslut tid',
|
|
'invited_by' => 'Inviteret af',
|
|
];
|