mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
init
This commit is contained in:
20
lang/en/lang_users.php
Normal file
20
lang/en/lang_users.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_users = array
|
||||
(
|
||||
'head_users' => "Users",
|
||||
'text_users' => "<h1>Users</h1>",
|
||||
'text_search' => "Search:",
|
||||
'select_any_class' => "(any class)",
|
||||
'submit_okay' => "Okay",
|
||||
'text_prev' => "Prev",
|
||||
'text_next' => "Next",
|
||||
'col_user_name' => "User name",
|
||||
'col_registered' => "Registered",
|
||||
'col_last_access' => "Last access",
|
||||
'col_class' => "Class",
|
||||
'col_country' => "Country",
|
||||
'select_any_country'=> "(any country)",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user