mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 15:00:56 +08:00
13 lines
376 B
PHP
13 lines
376 B
PHP
<?php
|
|
|
|
return [
|
|
'label' => 'IP Zoeken',
|
|
'placeholder' => 'Voer IP in om te zoeken; anders zijn de resultaten leeg',
|
|
'last_access_ip' => 'Nieuwste IP',
|
|
'last_access' => 'Laatste aanmelding',
|
|
'ip_count' => 'IP telling',
|
|
'ip_last_access' => 'Dit IP voor het laatst geopend',
|
|
'user_added' => 'Deelname tijd',
|
|
'invited_by' => 'Uitgenodigd door',
|
|
];
|