mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
init
This commit is contained in:
17
lang/en/lang_checkuser.php
Normal file
17
lang/en/lang_checkuser.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang_checkuser = array
|
||||
(
|
||||
'std_error' => "Error",
|
||||
'std_no_user_id' => "No user with this ID!",
|
||||
'std_no_permission' => "You have no permission",
|
||||
'head_detail_for' => "Details for ",
|
||||
'text_account_disabled' => "<p><b>This account has been disabled!</b></p>",
|
||||
'row_join_date' => "Join date",
|
||||
'row_gender' => "Gender",
|
||||
'row_email' => "E-Mail",
|
||||
'row_ip' => "IP",
|
||||
'submit_confirm_this_user' => "Confirm this user"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user