Files

17 lines
555 B
PHP
Raw Permalink Normal View History

2025-05-05 21:27:48 +07:00
<?php
$lang_iphistory = array
(
'std_error' => "Σφάλμα",
'std_invalid_id' => "Invalid ID",
'text_user_not_found' => "Ο χρήστης δεν βρέθηκε",
'head_ip_history_log_for' => "Καταγραφή ιστορικού IP για ",
'text_historical_ip_by' => "Ιστορικές διευθύνσεις IP που χρησιμοποιούνται από ",
'col_last_access' => "Τελευταία πρόσβαση",
'col_ip' => "IP",
'col_hostname' => "Hostname",
'text_not_available' => "Δ/Υ",
'text_duplicate' => "Dupe",
);
?>