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).');
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');