mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
555 B
PHP
17 lines
555 B
PHP
<?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",
|
||
);
|
||
?>
|