XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
admin.php
1<?php
2// DATA
3define( '_AD_USER_DATA_DOWNLOAD_DO' , 'Download CSV');
4define( '_AD_USER_DATA_NUM' , '%d users are registered.');
5define( '_AD_USER_DATA_UPLOAD_BACK' , 'Select The CSV file again');
6define( '_AD_USER_DATA_UPLOAD_CHECK_USER_CSVFILE' , 'Please confirm the content for registration.');
7define( '_AD_USER_DATA_UPLOAD_CONF' , 'Confirm to Register');
8define( '_AD_USER_DATA_UPLOAD_DO' , 'Register');
9define( '_AD_USER_DATA_UPLOAD_DONE' , 'The user data was updated according to CSV data.');
10define( '_AD_USER_DATA_UPLOAD_SELECT_USER_CSVFILE' , 'Please select the file of registered CSV.');
11
12// ERROR
13define( '_AD_USER_ERROR_CONTENT_IS_NOT_FOUND' , 'Could not find the data.');
14define( '_AD_USER_ERROR_COULD_NOT_SAVE_AVATAR_FILE' , 'Could not save avatar file {0}');
15define( '_AD_USER_ERROR_DBUPDATE_FAILED' , 'Database update failed.');
16define( '_AD_USER_ERROR_EMAIL' , '{0} is an invalid email address');
17define( '_AD_USER_ERROR_EXTENSION_IS_WRONG' , 'The extension of the uploaded file is invalid.');
18define( '_AD_USER_ERROR_GROUP_VALUE' , 'Specified group value is wrong.');
19define( '_AD_USER_ERROR_IMAGE_REQUIRED' , 'You must select an image file.');
20define( '_AD_USER_ERROR_INJURY_MIN_MAX' , 'Relationship between minimum value and maximum value is wrong.');
21define( '_AD_USER_ERROR_INTRANGE' , 'Incorrect input on {0:toLower}.');
22define( '_AD_USER_ERROR_MAILJOB_SEND_FAIL' , 'Failed sending mail or private message.');
23define( '_AD_USER_ERROR_MAILJOB_SEND_MEANS' , 'You must choose one or more mail delivery method(s).');
24define( '_AD_USER_ERROR_MIN' , 'Input {0:toLower} with {1} or more numeric value(s).');
25define( '_AD_USER_ERROR_OBJECTEXIST' , 'Incorrect input on {0:toLower}.');
26define( '_AD_USER_ERROR_REQUIRED' , '{0} is required.');
27define( '_AD_USER_ERROR_REQUEST_IS_WRONG' , 'Request is invalid.');
28define( '_AD_USER_ERROR_UMODE' , 'The specified value for the comment sort order is invalid.');
29define( '_AD_USER_ERROR_UNAME_NO_UNIQUE' , 'Username has been taken.');
30
31// LANG
32define( '_AD_USER_LANG_ALL_OF_USERS' , 'All users');
33define( '_AD_USER_LANG_APPROVE_USERS_ONLY' , 'Only active users');
34define( '_AD_USER_LANG_AVATAR_CREATED' , 'Created');
35define( '_AD_USER_LANG_AVATAR_DELETE' , 'Delete avatar');
36define( '_AD_USER_LANG_AVATAR_DISPLAY' , 'Display');
37define( '_AD_USER_LANG_AVATAR_FILE' , 'Image file');
38define( '_AD_USER_LANG_AVATAR_MIMETYPE' , 'Mimetype');
39define( '_AD_USER_LANG_AVATAR_NAME' , 'Name');
40define( '_AD_USER_LANG_AVATAR_NEW' , 'Add an avatar');
41define( '_AD_USER_LANG_AVATAR_TOTAL' , 'Total of Avatar(s)');
42define( '_AD_USER_LANG_AVATAR_TYPE' , 'Type');
43define( '_AD_USER_LANG_AVATAR_TYPE_C' , 'Custom');
44define( '_AD_USER_LANG_AVATAR_TYPE_S' , 'System');
45define( '_AD_USER_LANG_AVATAR_UPDATECONF' , 'Confirm avatar update');
46define( '_AD_USER_LANG_AVATAR_UPLOAD' , 'Avatar Batch-Upload');
47define( '_AD_USER_LANG_AVATAR_UPLOAD_FILE' , 'Avatars Archive(Only tar.gz or zip)');
48define( '_AD_USER_LANG_AVATAR_UPLOAD_RESULT' , 'Result of Avatar Batch-Upload');
49define( '_AD_USER_LANG_AVATAR_USING_COUNT' , 'User');
50define( '_AD_USER_LANG_AVATAR_WEIGHT' , 'Weight');
51define( '_AD_USER_LANG_BODY' , 'Body');
52define( '_AD_USER_LANG_COMPLETED' , 'Completed');
53define( '_AD_USER_LANG_CONTROL' , 'Action');
54define( '_AD_USER_LANG_CREATE_NEW' , 'Create new');
55define( '_AD_USER_LANG_CREATE_UNIXTIME' , 'Date Created');
56define( '_AD_USER_LANG_DELETE_RANK' , 'Delete a rank');
57define( '_AD_USER_LANG_DISPLAY_USER_LEVEL' , 'Display user level');
58define( '_AD_USER_LANG_DISPLAY_USER_MAIL_CONDITION' , 'Display user mail settings');
59define( '_AD_USER_LANG_FOUNDUSERS' , 'Total of Found user(s)');
60define( '_AD_USER_LANG_FROM_EMAIL' , 'from email');
61define( '_AD_USER_LANG_FROM_NAME' , 'from name');
62define( '_AD_USER_LANG_GROUP' , 'Group');
63define( '_AD_USER_LANG_GROUP_AMMO' , 'Count');
64define( '_AD_USER_LANG_GROUP_ASSIGN' , 'Assign a member');
65define( '_AD_USER_LANG_GROUP_ASSIN_MEMBERS' , 'List of members of this group');
66define( '_AD_USER_LANG_GROUP_DELETE' , 'Delete group');
67define( '_AD_USER_LANG_GROUP_DELETE_ADVICE' , 'Are you sure you want to delete this user group?');
68define( '_AD_USER_LANG_GROUP_DELETE_ADVICE2' , 'When you delete a group, user accounts of the group will not be deleted.');
69define( '_AD_USER_LANG_GROUP_DESC' , 'Description');
70define( '_AD_USER_LANG_GROUP_EDIT' , 'Edit groups');
71define( '_AD_USER_LANG_GROUP_GID' , 'GID');
72define( '_AD_USER_LANG_GROUP_LIST' , 'Group Management');
73define( '_AD_USER_LANG_GROUP_NAME' , 'Name');
74define( '_AD_USER_LANG_GROUP_NEW' , 'Add new group');
75define( '_AD_USER_LANG_GROUP_NOASSIN_MEMBERS' , 'Site users who are not members of this group');
76define( '_AD_USER_LANG_GROUP_PERMISSION' , 'Group Permissions');
77define( '_AD_USER_LANG_GROUP_PROPERTY' , 'Properties');
78define( '_AD_USER_LANG_GROUP_TYPE' , 'Type');
79define( '_AD_USER_LANG_IS_MAIL' , 'Mail');
80define( '_AD_USER_LANG_IS_PM' , 'Private Message');
81define( '_AD_USER_LANG_LASTLOG_LESS' , 'Last login was less than X days ago');
82define( '_AD_USER_LANG_LASTLOG_MORE' , 'Last login was more than X days ago');
83define( '_AD_USER_LANG_LASTLOGIN' , 'Last login');
84define( '_AD_USER_LANG_LEFT_TARGET_USER' , 'Remaining Recipients');
85define( '_AD_USER_LANG_LEVEL_ACTIVE' , 'Active Users');
86define( '_AD_USER_LANG_LEVEL_PENDING' , 'Pending Users');
87define( '_AD_USER_LANG_LEVEL_ROOT' , 'Root User');
88define( '_AD_USER_LANG_MAIL_NG_USERS_ONLY' , 'Only users who do not accept mail');
89define( '_AD_USER_LANG_MAIL_OK_USERS_ONLY' , 'Only users that accept mail');
90define( '_AD_USER_LANG_MAILJOB_DELETE' , 'Delete Mailjob');
91define( '_AD_USER_LANG_MAILJOB_EDIT' , 'Edit Mailjob');
92define( '_AD_USER_LANG_MAILJOB_ID' , 'Job ID');
93define( '_AD_USER_LANG_MAILJOB_LINK_LIST' , 'Mailjob link list');
94define( '_AD_USER_LANG_MAILJOB_LIST' , 'Mailjob list');
95define( '_AD_USER_LANG_MAILJOB_NEW' , 'New Mailjob');
96define( '_AD_USER_LANG_MAILJOB_SEND' , 'Send Mailjob');
97define( '_AD_USER_LANG_MAILJOB_VIEW' , 'View Mailjob');
98define( '_AD_USER_LANG_MESSAGE' , 'Message');
99define( '_AD_USER_LANG_NO_SPECIAL_RANK' , '--------------');
100define( '_AD_USER_LANG_OVER_POSTS' , 'Number of Posts is greater than X');
101define( '_AD_USER_LANG_PENDING_USERS_ONLY' , 'Only inactive users');
102define( '_AD_USER_LANG_PERM_ACCESS' , 'Access');
103define( '_AD_USER_LANG_PERM_ACCESS_ADMIN' , 'Privileges');
104define( '_AD_USER_LANG_PERM_ADMIN' , 'Admin');
105define( '_AD_USER_LANG_PERM_BLOCK_ACCESS' , 'Permission to access blocks');
106define( '_AD_USER_LANG_PERM_GROUP_PERM_BLOCK' , 'Blocks');
107define( '_AD_USER_LANG_PERM_GROUP_PERM_MODULE' , 'System / Module');
108define( '_AD_USER_LANG_PERM_MODULE_ACCESS' , 'Permission to access modules');
109define( '_AD_USER_LANG_PERM_SYSTEM_PERM_MODULE' , 'System management');
110define( '_AD_USER_LANG_RANK' , 'Rank');
111define( '_AD_USER_LANG_RANK_EDIT' , 'Edit user rank');
112define( '_AD_USER_LANG_RANK_IMAGE' , 'Image');
113define( '_AD_USER_LANG_RANK_LIST' , 'User rank management');
114define( '_AD_USER_LANG_RANK_MAX' , 'Maximum posts');
115define( '_AD_USER_LANG_RANK_MIN' , 'Minimum posts');
116define( '_AD_USER_LANG_RANK_NEW' , 'Add new rank');
117define( '_AD_USER_LANG_RANK_SPECIAL' , 'Special rank');
118define( '_AD_USER_LANG_RANK_TITLE' , 'Title');
119define( '_AD_USER_LANG_RANK_TOTAL' , 'Total of Ranks');
120define( '_AD_USER_LANG_RANK_UPDATECONF' , 'Confirm rank update');
121define( '_AD_USER_LANG_RECOUNT' , 'Recount');
122define( '_AD_USER_LANG_REGDATE' , 'Registered');
123define( '_AD_USER_LANG_REGDATE_LESS' , 'Date joined was less than X days ago');
124define( '_AD_USER_LANG_REGDATE_MORE' , 'Date joined was more than X days ago');
125define( '_AD_USER_LANG_RESET' , 'Reset');
126define( '_AD_USER_LANG_RETRY' , 'Retry Attempts');
127define( '_AD_USER_LANG_SEARCH_AGAIN' , 'Search again');
128define( '_AD_USER_LANG_SEND_MAIL_BY_THIS_CONDITION' , 'Send mail to these users');
129define( '_AD_USER_LANG_TARGET_RETRY_NUMBER' , 'Target retry number attempts');
130define( '_AD_USER_LANG_TITLE' , 'Title');
131define( '_AD_USER_LANG_TOTAL' , 'Total');
132define( '_AD_USER_LANG_UID' , 'uid');
133define( '_AD_USER_LANG_UNDER_POSTS' , 'Number of Posts is less than X');
134define( '_AD_USER_LANG_UPLOAD' , 'Upload');
135define( '_AD_USER_LANG_USER' , 'User');
136define( '_AD_USER_LANG_USER_DELETE' , 'Delete a user');
137define( '_AD_USER_LANG_USER_DELETE_ADVICE' , 'Are you sure you want to delete this user?');
138define( '_AD_USER_LANG_USER_EDIT' , 'Edit a user');
139define( '_AD_USER_LANG_USER_LIST' , 'User management');
140define( '_AD_USER_LANG_USER_NEW' , 'Add new user');
141define( '_AD_USER_LANG_USER_NEW_FIELD' , 'Add new profile field');
142define( '_AD_USER_LANG_USER_SEARCH_LIST' , 'User search list');
143define( '_AD_USER_LANG_USER_TOTAL' , 'Total of Users');
144define( '_AD_USER_LANG_USER_UPDATECONF' , 'Confirm user update');
145define( '_AD_USER_LANG_USER_VIEW' , 'user view');
146define( '_AD_USER_LANG_VPASS' , 'Verify password');
147
148// Message
149define( '_AD_USER_MESSAGE_CONFIRM_DELETE' , 'Are you sure you want to delete?');
150define( '_AD_USER_MESSAGE_CONFIRM_DELETE_RANK' , 'Are you sure you want to delete this user rank?');
151define( '_AD_USER_MESSAGE_CONFIRM_UPDATE_AVATAR' , 'Are you sure you want to update it?');
152define( '_AD_USER_MESSAGE_CONFIRM_UPDATE_RANK' , 'Are you sure you want to update rank?');
153define( '_AD_USER_MESSAGE_CONFIRM_UPDATE_USER' , 'Are you sure you want to update user?');
154define( '_AD_USER_MESSAGE_RECOUNT_SUCCESS' , 'Recalculate success');
155
156// Tips
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.');