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

17 lines
415 B
PHP

<?php
$lang_iphistory = array
(
'std_error' => "Eroare",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Utilizator negăsit",
'head_ip_history_log_for' => "Istoric IP pentru ",
'text_historical_ip_by' => "Adrese IP istorice utilizate de ",
'col_last_access' => "Ultimul acces",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "N/A",
'text_duplicate' => "Dupe",
);
?>