mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
456 B
PHP
17 lines
456 B
PHP
<?php
|
|
|
|
$lang_iphistory = array
|
|
(
|
|
'std_error' => "Chyba",
|
|
'std_invalid_id' => "Invalid ID",
|
|
'text_user_not_found' => "Uživatel nenalezen",
|
|
'head_ip_history_log_for' => "Protokol IP historie pro ",
|
|
'text_historical_ip_by' => "Historické IP adresy používané ",
|
|
'col_last_access' => "Poslední přístup",
|
|
'col_ip' => "IP adresa",
|
|
'col_hostname' => "Hostname",
|
|
'text_not_available' => "Nepřichází v úvahu",
|
|
'text_duplicate' => "Dupe",
|
|
);
|
|
?>
|