mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
769 B
PHP
25 lines
769 B
PHP
<?php
|
|
|
|
$lang_ipsearch = array
|
|
(
|
|
'std_error' => "Fehler",
|
|
'std_invalid_ip' => "Ungültige IP.",
|
|
'std_invalid_subnet_mask' => "Ungültige Subnetzmaske.",
|
|
'head_search_ip_history' => "Im IP-Verlauf suchen",
|
|
'text_search_ip_history' => "Im IP-Verlauf suchen",
|
|
'row_ip' => "IP",
|
|
'row_subnet_mask' => "Subnetzmaske",
|
|
'submit_search' => "Suchen",
|
|
'text_no_users_found' => "Keine Benutzer gefunden",
|
|
'text_users_used_the_ip' => " Benutzer haben die IP verwendet: ",
|
|
'col_username' => "Benutzername",
|
|
'col_last_ip' => "Letzte IP",
|
|
'col_last_access' => "Letzter Zugriff",
|
|
'col_ip_num' => "IP Nums",
|
|
'col_last_access_on' => "Letzter Zugriff auf diese IP",
|
|
'col_added' => "Hinzugefügt",
|
|
'col_invited_by' => "Eingeladen von",
|
|
'text_not_available' => "N/A",
|
|
);
|
|
?>
|