XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
blocks.php
1<?php
2
3define( '_MB_USER_USERNAME' , 'Username');
4define( '_MB_USER_PASSWORD' , 'Password');
5define( '_MB_USER_LOGIN' , 'Login');
6define( '_MB_USER_LOSTPASS' , 'Lost Password?');
7define( '_MB_USER_USERREG' , 'Register now!');
8define( '_MB_USER_SECURE' , 'SSL');
9define( '_MB_USER_REMEMBERME' , 'Remember Me');
10
11define( '_MB_USER_ONLINEPHRASE' , '<span class="badge">%s</span> user(s) online');
12define( '_MB_USER_ONLINEPHRASEX' , '<span class="badge">%s</span> user(s) browsing <strong>%s</strong>');
13define( '_MB_USER_MEMBERS' , 'Members');
14define( '_MB_USER_GUESTS' , 'Guests');
15define( '_MB_USER_MORE' , 'more...');
16
17define( '_MB_USER_DISPLAY' , 'Display %s members');
18define( '_MB_USER_DISPLAYA' , 'Display member avatars');
19define( '_MB_USER_NODISPGR' , 'Do not display users whose rank is:');