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