mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
update lang
This commit is contained in:
+17
-14
@@ -1,17 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_users = array (
|
||||
'head_users' => 'ユーザー',
|
||||
'text_users' => '<h1>ユーザー</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' => '(任意の国/地域)',
|
||||
$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'=> "(任意の国)",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user