Files
nexusphp/lang/pl/lang_iphistory.php
2025-04-22 19:35:05 +07:00

17 lines
446 B
PHP

<?php
$lang_iphistory = array
(
'std_error' => "Błąd",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Nie znaleziono użytkownika",
'head_ip_history_log_for' => "Dziennik historii IP dla ",
'text_historical_ip_by' => "Historyczne adresy IP używane przez ",
'col_last_access' => "Ostatni dostęp",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "Nie dotyczy.",
'text_duplicate' => "Dupe",
);
?>