NobuNobu
nobun****@users*****
2006年 3月 24日 (金) 22:04:24 JST
Index: xoops2jp/html/modules/user/language/japanese/modinfo.php diff -u xoops2jp/html/modules/user/language/japanese/modinfo.php:1.1.2.11 xoops2jp/html/modules/user/language/japanese/modinfo.php:1.1.2.12 --- xoops2jp/html/modules/user/language/japanese/modinfo.php:1.1.2.11 Sun Feb 5 19:33:39 2006 +++ xoops2jp/html/modules/user/language/japanese/modinfo.php Fri Mar 24 22:04:24 2006 @@ -54,4 +54,12 @@ define('_MI_USER_NAME', "ユーザーモジュール"); define('_MI_USER_NAME_DESC', "ユーザーアカウントに関する処理を行う基盤モジュール"); +define('_MI_USER_BLOCK_LOGIN_NAME', "ログイン"); +define('_MI_USER_BLOCK_LOGIN_DESC', "ログインフォームを表示します"); +define('_MI_USER_BLOCK_ONLINE_NAME', "オンライン状況"); +define('_MI_USER_BLOCK_ONLINE_DESC', "オンライン状況を表示します"); +define('_MI_USER_BLOCK_NEWUSERS_NAME', "新しい登録ユーザ"); +define('_MI_USER_BLOCK_NEWUSERS_DESC', "新しい登録ユーザの一覧を表示します"); +define('_MI_USER_BLOCK_TOPUSERS_NAME', "投稿数ランキング"); +define('_MI_USER_BLOCK_TOPUSERS_DESC', "投稿数のランキングを表示します"); ?> Index: xoops2jp/html/modules/user/language/japanese/blocks.php diff -u /dev/null xoops2jp/html/modules/user/language/japanese/blocks.php:1.1.2.1 --- /dev/null Fri Mar 24 22:04:24 2006 +++ xoops2jp/html/modules/user/language/japanese/blocks.php Fri Mar 24 22:04:24 2006 @@ -0,0 +1,18 @@ +<?php +define('_MB_USER_USERNAME',"ユーザー名:"); +define('_MB_USER_PASSWORD',"パスワード:"); +define('_MB_USER_LOGIN',"ログイン"); +define('_MB_USER_LOSTPASS',"パスワード紛失"); +define('_MB_USER_USERREG',"新規登録"); +define('_MB_USER_SECURE', "SSL"); +define('_MB_USER_REMEMBERME',"IDとパスワードを記憶"); + +define('_MB_USER_ONLINEPHRASEX',"<b>%s</b> 人のユーザが現在オンラインです。"); +define('_MB_USER_MEMBERS',"登録ユーザ"); +define('_MB_USER_GUESTS',"ゲスト"); +define('_MB_USER_MORE',"もっと..."); + +define('_MB_USER_DISPLAY',"%s 人を表示"); +define('_MB_USER_DISPLAYA',"ユーザのアバターを表示"); +define('_MB_USER_NODISPGR',"以下の特別ランクのユーザは除外する:"); +?>