157define( '_AD_USER_ADMENU_USER_DATA_DOWNLOAD' , 'User Data Download');
158
159define( '_AD_USER_TIPS_AVATAR' , 'Site members can optionally fashion their own online personae called avatars.<br>You can view and manage avatar settings in the module : <a href="'.XOOPS_URL.'/modules/legacy/admin/index.php?action=PreferenceEdit&confmod_id=4#avatar-active">User preferences â§</a>');
160define( '_AD_USER_TIPS_AVATAR_UPLOAD' , 'You can easily register many avatars by uploading Archive file including them! <br>This batch-upload does not check Length and File-Size of each avatar!<br>Please pre-adjust them before you archive them!<br>(Only tar.gz or zip archive)');
161define( '_AD_USER_TIPS_DATA_DOWNLOAD' , 'You can export User Data (order by user_id) from your MySQL database in CSV format, which is a standard format with several benefits and usable by other tools and environments.');
162define( '_AD_USER_TIPS_DELETE_AVATAR' , 'Users who are using this avatar will have the image file "blank.gif" as avatar.');
163define( '_AD_USER_TIPS_MAILJOB_LIST' , 'Set up mail, private message or both to complete sending the mail to all users.');
164define( '_AD_USER_TIPS_MAILJOB_LINK' , 'In Mail Job, messages that cannot be successfully delivered are subject to various retry. The Mail Job expires after all delivery. In case of a delivery failure, it can be deleted from the queue.');
165define( '_AD_USER_TIPS_MAILJOB_SEND' , 'If there are too many users to send a mail, the server may not respond as expected (blank page etc.). In that case, reload the browser several times to complete sending the mail to all users.');
166define( '_AD_USER_TIPS_RANK' , 'A social user ranking system is helpfull to identify contributors. You can define your own policy by editing default ranks.');
167define( '_AD_USER_TIPS_RECOUNT_POSTS' , 'You may recalculate the number of posts for the user by clicking on the "Recalculate" button below.');
168define( '_AD_USER_TIPS_USER_ADMIN' , 'Access to your web site is controlled through a group-based system : default Groups can not be deleted !<br>You can create new Groups and modify the permissions for each new Group created.');
169define( '_AD_USER_TIPS_USER_EDIT' , 'To change the password, fill the input fields "Password" and "Verify password" with a new value.');
170define( '_AD_USER_TIPS_USER_NEW' , 'The following fields are required: User name = Email address and Password & Verify password.');
171define( '_AD_USER_TIPS_USER_SEARCH' , 'You can search and sort your users data to find the vital information you are looking for.<br>The accuracy of the end result will be directly related to the number of fields you fill.');
172define( '_AD_USER_TIPS1_DATA_UPLOAD' , 'You can register a batch of members with CSV file.');
173define( '_AD_USER_TIPS2_DATA_UPLOAD' , 'Use the CSV file downloaded from <a href="?action=UserDataDownload">'._AD_USER_ADMENU_USER_DATA_DOWNLOAD.'</a> - Do not increase and decrease columns.');
174define( '_AD_USER_TIPS3_DATA_UPLOAD' , 'In CSV file, add only the new users information to update and to register.');
175define( '_AD_USER_TIPS4_DATA_UPLOAD' , 'When the row of leftmost UID is empty (or 0), it registers as a new user.');
176define( '_AD_USER_TIPS5_DATA_UPLOAD' , 'The user information is updated when there is a value in the leftmost row (UID).<br>If you set a password, set it within 30bytes.');