mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?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' => "Δ/Υ",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user