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

18 lines
574 B
PHP
Raw Permalink 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_checkuser = array
(
'std_error' => "Σφάλμα",
'std_no_user_id' => "Κανένας χρήστης με αυτό το ID!",
'std_no_permission' => "Δεν έχετε άδεια",
'head_detail_for' => "Λεπτομέρειες για ",
'text_account_disabled' => "<p><b>Αυτός ο λογαριασμός έχει απενεργοποιηθεί!</b></p>",
'row_join_date' => "Join&nbsp;date",
'row_gender' => "Φύλο",
'row_email' => "E-mail",
'row_ip' => "IP",
'submit_confirm_this_user' => "Επιβεβαίωση&nbsp;this&nbsp;user"
);
?>