mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 06:30:53 +08:00
21 lines
591 B
PHP
21 lines
591 B
PHP
<?php
|
|
|
|
$lang_users = array
|
|
(
|
|
'head_users' => "Пользователи",
|
|
'text_users' => "<h1>Users</h1>",
|
|
'text_search' => "Поиск:",
|
|
'select_any_class' => "(любой класс)",
|
|
'submit_okay' => "Окей",
|
|
'text_prev' => "Предыдущий",
|
|
'text_next' => "Следующий",
|
|
'col_user_name' => "Имя пользователя",
|
|
'col_registered' => "Зарегистрирован",
|
|
'col_last_access' => "Последний доступ",
|
|
'col_class' => "Класс",
|
|
'col_country' => "Страна",
|
|
'select_any_country'=> "(любая страна)",
|
|
);
|
|
|
|
?>
|