This commit is contained in:
xiaomlove
2020-12-26 01:42:23 +08:00
commit a3ba82be64
949 changed files with 60612 additions and 0 deletions

20
lang/en/lang_users.php Normal file
View 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)",
);
?>