XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
blocks.php
1
<?php
2
3
define(
'_MB_USER_USERNAME'
,
'ユーザー名'
);
4
define(
'_MB_USER_PASSWORD'
,
'パスワード'
);
5
define(
'_MB_USER_LOGIN'
,
'ログイン'
);
6
define(
'_MB_USER_LOSTPASS'
,
'パスワード紛失'
);
7
define(
'_MB_USER_USERREG'
,
'新規登録'
);
8
define(
'_MB_USER_SECURE'
,
'SSL'
);
9
define(
'_MB_USER_REMEMBERME'
,
'IDとパスワードを記憶'
);
10
11
define(
'_MB_USER_ONLINEPHRASE'
,
'%s 人のユーザが現在オンラインです。'
);
12
define(
'_MB_USER_ONLINEPHRASEX'
,
'%s 人のユーザが %s を参照しています。'
);
13
define(
'_MB_USER_MEMBERS'
,
'登録ユーザ'
);
14
define(
'_MB_USER_GUESTS'
,
'ゲスト'
);
15
define(
'_MB_USER_MORE'
,
'もっと...'
);
16
17
define(
'_MB_USER_DISPLAY'
,
'%s 人を表示'
);
18
define(
'_MB_USER_DISPLAYA'
,
'ユーザのアバターを表示'
);
19
define(
'_MB_USER_NODISPGR'
,
'以下の特別ランクのユーザは除外する:'
);
html
modules
user
language
ja_utf8
blocks.php
Generated by
1.13.2