XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
modinfo.php
1<?php
2
3define( '_MI_PROFILE_LANG_PROFILE' , 'Profile');
4define( '_MI_PROFILE_KEYWORD_DEFINITIONS_CREATE' , 'Personalize User Account registration form by generating custom fields.');
5define( '_MI_PROFILE_LANG_DEFINITIONS_LIST' , 'List fields');
6define( '_MI_PROFILE_KEYWORD_DEFINITIONS_LIST' , 'Profile fields');
7define( '_MI_PROFILE_LANG_ADD_A_NEW_DEFINITIONS' , 'Create field');
8define( '_MI_PROFILE_DESC_PROFILE' , 'Profile editor module');
9
10define( '_MI_PROFILE_NAME' , 'Profile module');
11define( '_MI_PROFILE_DATA_DOWNLOAD' , 'Profile Data Download');
12define( '_MI_PROFILE_LANG_DOWNLOAD' , 'Download Profiles');
13define( '_MI_PROFILE_KEYWORD_DOWNLOAD' , 'Download profile data by csv format');
14define( '_MI_PROFILE_LANG_CSVUPLOAD' , 'Upload Profiles');
15define( '_MI_PROFILE_KEYWORD_CSVUPLOAD' , 'Upload profile data by csv format');
16define( '_MI_PROFILE_DATA_CSVUPLOAD' , 'Profile Batch Registration by csv format');