Files
nexusphp/lang/en/lang_users.php

21 lines
438 B
PHP
Raw Permalink Normal View History

2020-12-26 01:42:23 +08:00
<?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)",
);
?>