XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
modinfo.php
1<?php
2
3define( '_MI_USER_ADMENU_AVATAR_MANAGE' , 'Avatars');
4define( '_MI_USER_ADMENU_GROUP_LIST' , 'Groups');
5define( '_MI_USER_ADMENU_LIST' , 'Users');
6define( '_MI_USER_ADMENU_MAIL' , 'Mail Users');
7define( '_MI_USER_ADMENU_MAILJOB_MANAGE' , 'Mailjob');
8define( '_MI_USER_ADMENU_RANK_LIST' , 'User Ranks');
9define( '_MI_USER_ADMENU_USER_DATA_CSVUPLOAD' , 'Users Batch Registration');
10define( '_MI_USER_ADMENU_USER_DATA_DOWNLOAD' , 'User Data Download');
11define( '_MI_USER_ADMENU_USER_SEARCH' , 'User Search');
12define( '_MI_USER_BLOCK_LOGIN_DESC' , 'Shows login form');
13define( '_MI_USER_BLOCK_LOGIN_NAME' , 'Login');
14define( '_MI_USER_BLOCK_NEWUSERS_DESC' , 'Shows most recent users');
15define( '_MI_USER_BLOCK_NEWUSERS_NAME' , 'New Members');
16define( '_MI_USER_BLOCK_ONLINE_DESC' , 'Displays users/guests currently online');
17define( '_MI_USER_BLOCK_ONLINE_NAME' , "Users Online");
18define( '_MI_USER_BLOCK_TOPUSERS_DESC' , 'Top posters');
19define( '_MI_USER_BLOCK_TOPUSERS_NAME' , 'Top Posters');
20define( '_MI_USER_CONF_ACTV_ADMIN' , 'Activation by administrators');
21define( '_MI_USER_CONF_ACTV_AUTO' , 'Activate automatically');
22define( '_MI_USER_CONF_ACTV_GROUP' , 'Select a group to which activation mail will be sent');
23define( '_MI_USER_CONF_ACTV_GROUP_DESC' , "Valid only when 'Activation by administrators' is selected.");
24define( '_MI_USER_CONF_ACTV_TYPE' , 'Select activation type of newly registered users');
25define( '_MI_USER_CONF_ACTV_USER' , 'Require activation by user');
26define( '_MI_USER_CONF_ALLOW_REGISTER' , 'Allow new user registration?');
27define( '_MI_USER_CONF_ALW_RG_DESC' , 'Select yes to accept new user registration.');
28define( '_MI_USER_CONF_AVATAR_HEIGHT' , 'Avatar image max height (pixel)');
29define( '_MI_USER_CONF_AVATAR_MAXSIZE' , 'Avatar image max filesize 1 Megabytes (MB) = 1,048,576 Bytes');
30define( '_MI_USER_CONF_AVATAR_MINPOSTS' , 'Minimum posts required');
31define( '_MI_USER_CONF_AVT_MIN_DESC' , 'Enter the minimum number of posts required to upload a custom avatar.');
32define( '_MI_USER_CONF_AVATAR_WIDTH' , 'Avatar image max width (pixel)');
33define( '_MI_USER_CONF_AVTR_ALLOW_UP' , '<a id="avatar-active">Allow custom avatars upload?</a>');
34define( '_MI_USER_CONF_BAD_EMAILS' , 'Enter emails that should not be used in user profile');
35define( '_MI_USER_CONF_BAD_EMAILS_DESC' , 'Separate each with a |, case insensitive, regex enabled.');
36define( '_MI_USER_CONF_BAD_UNAMES' , 'Enter names that should not be selected as username');
37define( '_MI_USER_CONF_BAD_UNAMES_DESC' , 'Separate each with a |, case insensitive, regex enabled.');
38define( '_MI_USER_CONF_CHGMAIL' , 'Allow users to change email address?');
39define( '_MI_USER_CONF_DISCLAIMER' , 'Registration disclaimer');
40define( '_MI_USER_CONF_DISCLAIMER_DESC' , 'Enter text to be displayed as registration disclaimer.');
41define( '_MI_USER_CONF_DISCLAIMER_DESC_DEFAULT' , "While the administrators and moderators of this site will attempt to remove\nor edit any generally objectionable material as quickly as possible, it is\nimpossible to review every message. Therefore you acknowledge that all posts\nmade to this site express the views and opinions of the author and not the\nadministrators, moderators or webmaster (except for posts by these people)\nand hence will not be held liable. \n\nYou agree not to post any abusive, obscene, vulgar, slanderous, hateful,\nthreatening, sexually-orientated or any other material that may violate any\napplicable laws. Doing so may lead to you being immediately and permanently\nbanned (and your service provider being informed). The IP address of all\nposts is recorded to aid in enforcing these conditions. Creating multiple\naccounts for a single user is not allowed. You agree that the webmaster,\nadministrator and moderators of this site have the right to remove, edit,\nmove or close any topic at any time should they see fit. As a user you agree\nto any information you have entered above being stored in a database. While\nthis information will not be disclosed to any third party without your\nconsent the webmaster, administrator and moderators cannot be held\nresponsible for any hacking attempt that may lead to the data being\ncompromised. \n\nThis site system uses cookies to store information on your local computer.\nThese cookies do not contain any of the information you have entered above,\nthey serve only to improve your viewing pleasure. The email address is used\nonly for confirming your registration details and password (and for sending\nnew passwords should you forget your current one). \n\nBy clicking Register below you agree to be bound by these conditions.");
42define( '_MI_USER_CONF_DISPDSCLMR' , 'Display disclaimer?');
43define( '_MI_USER_CONF_DISPDSCLMR_DESC' , 'Select yes to display disclaimer in registration page');
44define( '_MI_USER_CONF_MAXUNAME' , 'Maximum length of username');
45define( '_MI_USER_CONF_MINPASS' , 'Minimum length of password required');
46define( '_MI_USER_CONF_MINUNAME' , 'Minimum length of username required');
47define( '_MI_USER_CONF_NEW_NTF_GROUP' , 'Select a group to which new user notification mail will be sent');
48define( '_MI_USER_CONF_NEW_USER_NOTIFY' , 'Notify by mail when a new user is registered?');
49define( '_MI_USER_CONF_SELF_DELETE' , 'Allow users to delete own account?');
50define( '_MI_USER_CONF_SELF_DELETE_CONF' , 'Execution confirmation message');
51define( '_MI_USER_CONF_SELF_DELETE_CONFIRM_DEFAULT' , "Are you sure you want to delete your account?\nThis will remove all your info from our database.");
52define( '_MI_USER_CONF_SSLLOGINLINK' , 'URL where SSL login page is located');
53define( '_MI_USER_CONF_SSLPOST_NAME' , 'SSL Post variable name');
54define( '_MI_USER_CONF_UNAME_TEST_LEVEL' , 'Select the level of strictness for username filtering');
55define( '_MI_USER_CONF_UNAME_TEST_LEVEL_NORMAL' , 'Medium');
56define( '_MI_USER_CONF_UNAME_TEST_LEVEL_STRONG' , 'Strict (Only alphabets and numbers)');
57define( '_MI_USER_CONF_UNAME_TEST_LEVEL_WEAK' , 'Light (Allow 2byte characters)');
58define( '_MI_USER_CONF_USE_SSL' , 'Use SSL for login?');
59define( '_MI_USER_CONF_USERCOOKIE' , 'Name for user cookies.');
60define( '_MI_USER_CONF_USERCOOKIE_DESC' , 'This cookie contains only a user name and is saved in a user pc for a year (if the user wishes). If a user have this cookie, username will be automatically inserted in the login box.');
61define( '_MI_USER_KEYWORD_AVATAR_MANAGE' , 'avatar custom system list edit modify delete');
62define( '_MI_USER_KEYWORD_CREATE_AVATAR' , 'create avatar upload');
63define( '_MI_USER_KEYWORD_CREATE_GROUP' , 'create isergroup');
64define( '_MI_USER_KEYWORD_CREATE_RANK' , 'create rank');
65define( '_MI_USER_KEYWORD_CREATE_USER' , 'Create user');
66define( '_MI_USER_KEYWORD_GROUP_LIST' , 'list edit modify delete user permission add remove member');
67define( '_MI_USER_KEYWORD_MAILJOB_LINK_LIST' , 'Mailjob link list');
68define( '_MI_USER_KEYWORD_MAILJOB_MANAGE' , 'Mailjob manage');
69define( '_MI_USER_KEYWORD_USER_LIST' , 'user list');
70define( '_MI_USER_KEYWORD_USER_SEARCH' , 'User Search');
71define( '_MI_USER_LANG_MAILJOB_LINK_LIST' , 'Mailjob link list');
72define( '_MI_USER_MENU_CREATE_AVATAR' , 'Create avatar');
73define( '_MI_USER_MENU_CREATE_GROUP' , 'Create group');
74define( '_MI_USER_MENU_CREATE_RANK' , 'user rank create new');
75define( '_MI_USER_MENU_CREATE_USER' , 'Create user');
76define( '_MI_USER_NAME' , 'User Groups');
77define( '_MI_USER_NAME_DESC' , 'Authentication module which provides user management and group-based permissions system.');