mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
18 lines
574 B
PHP
18 lines
574 B
PHP
|
|
<?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 date",
|
|||
|
|
'row_gender' => "Φύλο",
|
|||
|
|
'row_email' => "E-mail",
|
|||
|
|
'row_ip' => "IP",
|
|||
|
|
'submit_confirm_this_user' => "Επιβεβαίωση this user"
|
|||
|
|
);
|
|||
|
|
|
|||
|
|
?>
|