mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
17 lines
446 B
PHP
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",
|
||
|
|
);
|
||
|
|
?>
|