Files
nexusphp/lang/ja/lang_users.php

21 lines
469 B
PHP
Raw Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
$lang_users = array
(
'head_users' => "ユーザー",
'text_users' => "<h1>Users</h1>",
'text_search' => "検索:",
'select_any_class' => "(任意のクラス)",
'submit_okay' => "OK",
'text_prev' => "",
'text_next' => "次へ",
'col_user_name' => "ユーザー名",
'col_registered' => "登録済み",
'col_last_access' => "最終アクセス",
'col_class' => "クラス",
'col_country' => "",
'select_any_country'=> "(任意の国)",
2025-04-19 02:06:51 +07:00
);
2025-05-05 21:27:48 +07:00
?>