XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
📘  
Loading...
Searching...
No Matches
admin.php
1<?php
2
3define( '_AD_PROFILE_LANG_USERS' , 'User management');
4define( '_AD_PROFILE_LANG_DEFINITIONS_EDIT' , 'Edit field');
5define( '_AD_PROFILE_LANG_DEFINITIONS_DELETE' , 'Remove field');
6define( '_AD_PROFILE_LANG_DEFINITIONS_VIEW' , 'Display field');
7define( '_AD_PROFILE_TIPS_DATA_DOWNLOAD' , 'User data is only available in CSV format order by user_id.');
8define( '_AD_PROFILE_DATA_NUM' , '<strong> %d </strong> users registered.');
9define( '_MI_PROFILE_ADMENU_DATA_DOWNLOAD' , 'Download Profiles');
10define( '_AD_PROFILE_DATA_DOWNLOAD_DO' , 'Download CSV');
11
12define( '_AD_PROFILE_DESC_FIELD_SELECTBOX' , 'Установите параметры, разделенные знаком "|"');
13define( '_AD_PROFILE_DESC_FIELD_CHECKBOX' , 'Определяет строку отображения, когда значения "отмечены" и "не отмечены", отдельные значения разделены символом трубы ("|"). Когда пусто, используются значения "' . _YES . '" и "' . _NO . '".');
14define( '_AD_PROFILE_DESC_FIELD_STRING' , 'Set the default String value.');
15define( '_AD_PROFILE_DESC_FIELD_INT' , 'Set the default Int value.');
16define( '_AD_PROFILE_DESC_FIELD_FLOAT' , 'Set the default Float value.');
17define( '_AD_PROFILE_DESC_FIELD_TEXT' , 'Select "html" to use wysiwyg editor (required wysiwig editor module).');
18define( '_AD_PROFILE_DESC_FIELD_CATEGORY' , 'Select LEGACY_CATEGORY module\'s dirname.');
19
20define( '_AD_PROFILE_TIPS1_DATA_UPLOAD' , 'Profile batch registration with CSV file.');
21define( '_AD_PROFILE_TIPS2_DATA_UPLOAD' , 'Use a CSV file downloaded from <a href="?action=UserDataDownload" style="color:#941d55;font-weight:bold;">' . _MI_PROFILE_DATA_DOWNLOAD . '</a> Do not increase and decrease columns.');
22define( '_AD_PROFILE_TIPS3_DATA_UPLOAD' , 'Add to a CSV file the newly users data to update and to register.');
23define( '_AD_PROFILE_TIPS4_DATA_UPLOAD' , 'Cannot be used if UID is empty (or 0).');
24define( '_AD_PROFILE_TIPS5_DATA_UPLOAD' , 'The profile data is updated only when there is a value of UID.');
25define( '_AD_PROFILE_DATA_UPLOAD_DONE' , 'The profile information was updated according to the CSV data.');
26define( '_AD_PROFILE_DATA_UPLOAD_SELECT_CSVFILE' , 'Please select the CSV file.');
27define( '_AD_PROFILE_DATA_UPLOAD_CONF' , 'Confirm the data to register');
28define( '_AD_PROFILE_DATA_UPLOAD_DO' , 'Register');