Files
nexusphp/lang/el/lang_ipsearch.php
2025-05-05 21:27:48 +07:00

25 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_ipsearch = array
(
'std_error' => "Σφάλμα",
'std_invalid_ip' => "Μη Έγκυρη Ip",
'std_invalid_subnet_mask' => "Μη έγκυρη μάσκα υποδικτύου.",
'head_search_ip_history' => "Αναζήτηση στο ιστορικό IP",
'text_search_ip_history' => "Αναζήτηση στο ιστορικό IP",
'row_ip' => "IP",
'row_subnet_mask' => "Μάσκα Υποδικτύου",
'submit_search' => "Αναζήτηση",
'text_no_users_found' => "Δεν βρέθηκαν χρήστες",
'text_users_used_the_ip' => " οι χρήστες έχουν χρησιμοποιήσει την IP: ",
'col_username' => "Όνομα Χρήστη",
'col_last_ip' => "Τελευταία IP",
'col_last_access' => "Τελευταία πρόσβαση",
'col_ip_num' => "IP Nums",
'col_last_access_on' => "Τελευταία πρόσβαση σε αυτήν την IP",
'col_added' => "Προστέθηκε",
'col_invited_by' => "Προσκλήθηκε από",
'text_not_available' => "Δ/Υ",
);
?>