mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
21 lines
438 B
PHP
21 lines
438 B
PHP
<?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)",
|
|
);
|
|
|
|
?>
|